How to udpate stats?

13 years ago

To update stasts on cpanel server for particular user, use following steps. 1. Restart Cpanel service service cpanel restart 2.…

MySql Error: Too many MySQL connections

13 years ago

If you are getting Too many MySQL connections error for your site, use following command to flush the connections. mysqladmin…

Account not listing in WHM >> List Account

13 years ago

If you can not see user's account in WHM >> List account, please use following steps to fix it. Check…

How to use RPM command

13 years ago

To install and uninstall RPMs, use RPM command as follows. rpm -qa | grep pakage-name rpm -e pkgname rpm -ivh…

How to change server time zone

13 years ago

To change server time use following commnds. date -s 'Sun JUN 12 00:30:00 PST 2012' OR date --set="2 SEP 2013…

Block IP Range using CSF

13 years ago

To block a particular IP range csf  -d 45.0.0.0/8 csf -d 45.213.0.0/16 csf -d 45.213.100.0/24 Then, restart csf. csf -r…

How to use scp command?

13 years ago

To copy files from another server to local server. SCP is the secure command for it. Please use it using…

How to empty /tmp

13 years ago

If you want to delete all files and dirs from /tmp use following command. cd /tmp chattr +i lost+found; deltree…

Error : semget error in httpd

13 years ago

Guys, If you face  semget error while restarting httpd. Please use  following command. ipcs -s | grep nobody | perl…

Warning: main(): open_basedir restriction in effect.

13 years ago

Are you getting following error in apache error logs? Warning: main(): open_basedir restriction in effect. That means php open_basedir protection…