Running Easyapache upgrades PHP
Please take note; Running easyapache via cpanel scripts will automatically default to PHP 5.3.1 during the build. EA automatically checks 5.3 as the default php regardless of the current version.…
Please take note; Running easyapache via cpanel scripts will automatically default to PHP 5.3.1 during the build. EA automatically checks 5.3 as the default php regardless of the current version.…
This is a notification received from Cpanel regarding a bug found in SpamAssassin. The Quality Assurance team discovered a bug within the SpamAssassin ruleset that will mark messages sent in…
When you come across an issue with DNS, it can be very frustrating, to say the least. We will not go in depth regarding bind or how DNS resolution happens,…
:::Pulled from the Cpanel Forums::: Third Party Applications Available for cPanel/WHM I have created this list about third party software available for cPanel/WHM based on popular demand. This is for…
Let me start off by stating unequivocally that I do not like Plesk. I do not like it sam I am, I want to break it with a wham, I…
Allmyapps is a cross-platform application store featuring a unique 1 click application installation technology compatible with both Windows and Linux operating systems. From this page you can choose among all…
Here is a snippet of code which will allow you to find all non-Red Hat-supplied packages: rpm -qa --qf '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH} %{VENDOR}\n' | grep -v 'Red Hat, Inc\.' | sort