Changing theme for your cPanel account is simple via frondend. There is an option in the cPanel itself to change the theme. But, is it possible via commandline? Yes, if you have root access to server, cPanel theme can be…
cPanel
How to rebuild the “httpd conf” file in cPanel server – Command-line option
If your httpd.conf file got corrupted, then you can use the following command to rebuild it. /scripts/rebuildhttpdconf Something more about cPanel, See the category CPANEL
How to get a list of re-sellers’ name under your WHM/cPanel server – Command-line option
Hey, we already discussed about How to list all accounts name under a cPanel re-seller, click here for more details “list of total cPanel users under a specific re-seller” Here I am explaining the command-line option to find out the…
How to check the version of your WHM/cPanel from command line ?
Yep, It’s very simple to find out your WHM/cPanel version from command-line. Do follow the steps pasted here: Step 1 : Login to your server as root. Step 2 : Run # /usr/local/cpanel/cpanel -V Or # cat /usr/local/cpanel/version Example: [root@server]#…
How to disable Mod security rule for a domain in cPanel server
Mod security is an Apache module that helps to protect your website from various attacks. It is used to block commonly known exploits using regular expressions and rule sets. It blocks injection attacks which secure your server. We use mod_security1…
How to get the MySQL root password details – cPanel
The MySQL server saves its root password in a file “.my.cnf” under the root directory. You can find out its from the file as I mentioned. Example: root@server [~]# cat /root/.my.cnf [client] password=”)%:pV(Yo” user=root If you were loged in to…
How to replace MySQL with PerconaDB on a cPanel server
Percona Server is an enhanced drop-in replacement for MySQL. Features of PerconaDB >> Your queries will run faster and more consistently. >> You will consolidate servers on powerful hardware. >> You will delay sharding, or avoid it entirely. >> You will…