Hostripples Featured

Can not see Databases and Users in Cpanel

MySQL dbs and users dissapered ? To resolve this use following command, run: /usr/local/cpanel/bin/setupdbmap After that check it. :)

13 years ago

How to udpate stats?

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

13 years ago

MySql Error: Too many MySQL connections

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

13 years ago

Account not listing in WHM >> List Account

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

13 years ago

How to use RPM command

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

13 years ago

How to change server time zone

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

13 years ago

Block IP Range using CSF

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…

13 years ago

How to use scp command?

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

13 years ago

How to empty /tmp

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

13 years ago

Error : semget error in httpd

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

13 years ago