Updated: Third Party Apps for cPanel/WHM
Third Party Applications Available for cPanel/WHM I have created this list about third party software available for cPanel/WHM based on popular demand. This is for informational purposes only and does…
Third Party Applications Available for cPanel/WHM I have created this list about third party software available for cPanel/WHM based on popular demand. This is for informational purposes only and does…
Download Logview LogView is an exclusive! add-on product for cPanel servers running on Linux. LogView features: * This script provides provides a graphical interface for cpanel severs, extending WHM features…
Create a screen session Create a screen with most of the shells capabilities and a unique name. screen -aS my_screen_name Detach from the screen session Now that you are connected,…
Mytop: MySQL process monitor See whats going on under the hood of MySQL Installing Mytop wget http://jeremy.zawodny.com/mysql/mytop/mytop-1.6.tar.gz tar -zxvf mytop-1.6.tar.gz perl Makefile.PL make test make make install Dependencies * MySQL…
Shamelessly ripped from mwatters page sudo find / -type f -name *.jpg -exec cp {} . \; find . -type f -size +10000 -exec ls -al {} \; find .…
http://nixcraft.com/shell-scripting/923-cpu-usage-shell-script-monitoring-cpu-usage.html http://itmission.org/Main/Load-alert-bash-script-for-linux-servers Here is the script if 15 minutes load goes >= 6.0. Code: ----------------------------------------------------------------- #!/bin/bash # Set up limit below NOTIFY="6.0" FTEXT='load average:' # 15 min F15M="$(uptime | awk…
Ever wondered if thre is a way to seek help from a remotely logged in user while you are on the shell?? Here is a nice tool that can help…