Is any option/scripts to change the cPanel email account’s password from command line I believe, there isn’t any direct method or scripts to change the cPanel email account’s password from command line. The password for cPanel email account’s is saved…
Important exim log file paths in WHM/cPanel & Directadmin
The exim is an open source email server and it has a lot of flexible options and commands to manage. Here is some useful configuration and log files of the exim mail server for WHM/cPanel and Directadmin server. Understanding the…
[Solved] The server’s system package manager, ‘YUM’, failed : Error with easyapache
EasyApache failed for YUM error? EasyApache is software that installs, modifies, and validates your Apache web server, PHP, Tomcat, and other components of your web server. For more details refer cPanel doc here [cPanel :: Introduction to EasyApache] Here I…
how to install/uninstall snoopy logger on Unix/Linux server
Snoopy logger : It is very useful tool for linux server admins which is providing a log of commands executed via shell/back end. The snoopy utility logs all commands and the user details to ‘/var/log/secure’. If you want a details…
How to enable mod_deflate GZIP Compression on cPanel
In website hosting industry, speed is one of the most important factor that we prefer. The website speed depends upon many factors. This post also related with the website speeding. The GZIP compression technique in cPanel compress the image file…
How to enable mod_deflate in apache
The mod_deflate is a very useful apache module which increase the loading speed of your websites. You can enable this module simply by rebuilding your apache by using easyapache if you have server with control panel WHM/cPanel. Method I (Server…
How to upgrade MySQL from 5.1 to 5.5 in a cPanel server – command line option
MySQL is an open source RDBMS (Relational Database Management System) and its using the SQL Language(Structured Query Language). A database is a structured collection of data. SQL is the most commonly using language for database operations. By using SQL the…