Technical

Install wkhtmltopdf on CentOS

Install wkhtmltopdf on CentOS

Install the dependencies yum install fontconfig libXrender libXext xorg-x11-fonts-Type1 xorg-x11-fonts-75dpi freetype libpng zlib libjpeg-turbo Download the RPM File wget https://github.c...

Jun 14, 2022 · Tushar
Fix : MYSQL Cannot Add Foreign Key Constraint

Fix : MYSQL Cannot Add Foreign Key Constraint

If you are altering a table in your MySQL to add foreign key constraint, and receiving the following error ERROR 1215 (HY000): Cannot add foreign key constraint This error is very general and do...

Apr 15, 2021 · Tushar
How to Start and Stop Solr Server on Localhost.

How to Start and Stop Solr Server on Localhost.

Starting the solr server. You can cd to /path/to/solr-5.0.0/bin and execute the following command: ./solr -p 8983 -s /path/to/solr/home path/to/solr/home is the path where you store your ind...

Mar 29, 2016 · Tushar