Installing Solr on cPanel 11.48

Installing Solr on cPanel 11.48

I encountered this error installing Solr on a cPanel server using PECL, and thought I would post the solution, since I didn’t find it anywhere else. Whether installing through WHM or on the command line I saw this error: checking for cURL support… yes,...
How to change the MySQL tmp location on CentOS

How to change the MySQL tmp location on CentOS

Whether it’s because your /tmp partition is too small, or because you are trying to gain more speed in some way, switching the MySQL location for all of its temporary files can help you in a few ways. The directions below will allow you to do so, without causing...
Enable rsync for users on CloudLinux

Enable rsync for users on CloudLinux

CloudLinux servers are built to be far more secure than traditional CentOS servers, especially with the addition of CageFS. However, sometimes you might want to allow your users access to some of the commands that are disabled by default. In our example we needed to...
CVE-2015-0235 Ghost patching

CVE-2015-0235 Ghost patching

Yesterday Qualys announced a vulnerability in all versions of the GNU C library (glibc). The actual vulnerability involves a buffer overflow during DNS hostname resolution. Disclosure of this vulnerability was timed to coordinate with the release of patches by the...