Here is a simple script that is tested on CentOS and Ubuntu. It will work on all other UNIX like platforms. You can make modifications to this script to restart any other services, for example apache. You can also use pgrep command instead of pidof command. # vi script.sh ##Restart Tomcat## pidof javaif [ $? […]
Install ChkRootKit
chkrootkit (Check Rootkit) is a common Unix-based program intended to help system administrators check their system for known rootkits. It is a shell script using common UNIX/Linux tools like the strings and grep commands to search core system programs for signatures and for comparing a traversal of the /proc filesystem with the output of the […]
Changing/Upgrading Hosting Plan in WebsitePanel
Log into Websitepanel, go to the user account and then to hosting space. Select Edit Details on the right menu. Select a new plan from “Hosting Plans” drop down list and hit Update.If you want to change quotas of the existing plan, you can do that the same way. User account >> hosting space >> […]