CageFS and PHP Selector (Installation) in CloudLinux

CageFS and PHP Selector are two major components of Cloud Linux. The installation of PHP Selector PHP Selector is a CloudLinux component that sits on top of CageFS. It allows each user to select PHP version & module based on their needs. PHP Selector requires account to have CageFS enabled to work. 1) The installation of PHP Selector […]

See More

Change default timezone in MySQL

How to change default timezone in MySQL? The timezone on SiteGround’s servers is CST. This is a global setting which cannot be changed. 1) Modify the MySQL NOW() function. 2) Selecting the current date/time: SELECT NOW(); If you want to add 2 hours to the result, 3) Use the following syntax: SELECT DATE_ADD(NOW(), INTERVAL 2 […]

See More

Check cPanel Licence Verification

How to check cPanel Licence Verification?  To verify the licence of the cPanel  open this link http://verify.cpanel.net/. If the licence is valid then login as root to the server and run the following to refresh the license. # /usr/local/cpanel/cpkeyclt If this command errors or you do not see the server contacting cPanel license servers to verify your […]

See More