Script to daily email APF status
You are running APF on your server, but sometimes you think "is APF running fine?" This script sends you an email with APF satus. Log in to your server as…
You are running APF on your server, but sometimes you think "is APF running fine?" This script sends you an email with APF satus. Log in to your server as…
top can be run non-interactively, in batch mode. Time delay and the number of iterations can be configured, giving you the ability to dictate the data collection as you see…
Change to the user you want to, then open the crontab editor: # crontab -e you can use this variables: a = the minute after the hour that you want…
I you are reading this, probably you are getting the next error: /usr/local/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)'…
If you get the next problem on rvsitebuilder running on a cpanel server: Not Found The server was not able to find the document (./3rdparty/rvsitebuilder/index.php/sitebuilder/sitebuilderhome) you requested. Please check the…
If you need to change all cpanel account themes, you can use this command as root: # replace RS=oldtheme RS=newtheme -- /var/cpanel/users/* This will change all the cpanel users theme,…
Sometimes you just login in into a box using ssh and need to check the OS version. If this box runs CentOS you can use this command to determine what…