How to terminate or delete a cPanel account through SSH? This post is updated because cPanel changed the script to remove an account via command line. This is simple to manage cPanel via server CLI (command line interface). Here we…
Author: Arunlal A
How to install php-pear mail on CentOS or RHEL
PEAR – PHP Extension and Application Repository, PEAR is a framework and distribution system for reusable PHP components. The mail() function is using for sending emails from a php script. This is the most simplest way to send emails from a…
How to install SSL certificate on webmin
Webmin is one of the most commonly using Web Hosting control panels. This is an open source control panel which works on port 10000. Here CryBit going to explain how/steps to install SSL certificate on a Webmin server. To add…
Simple steps to install eAccelerator on cPanel server – Command-line option
What is eAccelerator ? Yes, before going directly to the installation steps, you must have an idea about eAccelerator. As the name indicates, it’s an accelerator for PHP scripts/files on your website. It’s an open source software which is used…
How to disable SSL on Webmin Miniserv
Webmin is one of the most commonly using Web Hosting control panels. This is an open source control panel which works on port 10000. Miniserv is the name of the web server application which handles the Webmin Web application. By default, Miniserv…
Htop installation (The process monitoring tool) on Linux – RHEL, CentOS, Ubuntu, Fedora
It is similar to the process monitoring command TOP in Linux servers. But in ‘htop’ we have an advantage over normal top command. We can simply interact the ‘htop’ output with mouse. It is very useful for such persons who…
How to list cronjob entries of all users?
How to list all cron entries on a WHM/cPanel based servers? Crontab is the program used to install, remove or list the tables used to drive the cron daemon. Cronjobs are predefined jobs which are running periodically according to the…