If you have cPanel server and wish to add SPF record, there is a command come with cPanel to allow you to done it without change each of the DNS record. […]
PhpMyAdmin asking for username password in the login screen
If you have modified the cpanel password from cpanel >> Preferences >> ChangePassword, then you may get into this scenario. The “PhpMyAdmin” weblink at cpanel >> Databases >> PhpMyAdmin ask for details because recently reset password is not synced with MySQL service. Follow the steps below to change the cpanel password to avoid this from […]
Memcached issue : memcache loaded could not connect on Cpanel server
Recently we have compile Apache with memcache php module and the module was also enabled in the php.ini file but sometimes it shows the error below : […]
How to Find server name in cPanel
In this post I’ll show you how to quickly find the server name for your cPanel account. The server name refers to the server that hosts your website files and is something good to know especially when your webpage hasn’t gone up yet. […]
HOW TO CONVERT CPANEL TO CLOUDLINUX
If you are using cPanel and would like to convert to CloudLinux, use the step as below : 1. First of all, you must have CentOS 5 and above. 2. Get the license key from cPanel or CloudLinux. 3. Run the command as below from SSH. # wget http://repo.cloudlinux.com/cloudlinux/sources/cln/cpanel2cl # sh cpanel2cl -k # reboot # […]
How to Make a Directory Command
To make a directory under Linux operating systems using the command prompt or shell, We need to use the mkdir command to create new folders or directories under Linux operating systems. […]
How to install memcached into CPanel running CentOS
Without wasting much time,To install and use memcached caching in any software, we need to do following three steps. Install libevent library that is used by memcached server Install memcached server and start it Install PHP extension for memcache […]
How to install Fantastico on cPanel/WHM
Below mentioned are the steps to install Fantastico on Linux server via SSH access and WHM: 1- Login via SSH to your server and enter following commands: cd /usr/local/cpanel/whostmgr/docroot/cgi wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz tar -xzpf fantastico_whm_admin.tgz rm -rf fantastico_whm_admin.tgz 2- Now go to WHM, login as root and follow the link WHM -> Add-Ons -> Fantastico De Luxe […]
INSTALL IMAGE MAGICK ON CPANEL SERVER
In current cPanel version, you may install Image Magick easily by running the script as below: /scripts/installimagemagick if the installation not completed this way , You may use the manual way from cPanel script to get it complete. /scripts/installrpm ImageMagick /scripts/installrpm ImageMagick-devel wget layer1.cpanel.net/magick.tar.gz tar zxvf magick.tar.gz cd magick sh install Done. […]
HOW TO UNINSTALL FANTASTICO
If your server have previously installed Fantastico DeLuxe and you might no longer needed it, you may uninstall it or remove it by following steps: Log into the server through SSH. Run following commands to uninstall Fantastico. rm -rf /var/netenberg/fantastico_de_luxe/ rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/fantastico/ rm -rf /usr/local/cpanel/3rdparty/fantastico* rm -rf /usr/local/cpanel/base/frontend/*/fantastico rm -f /usr/local/cpanel/base/frontend/x/cells/fantastico.html rm -f /usr/local/cpanel/base/frontend/x/cells/cpanelplugin_Fantastico_De_Luxe.html […]