Note : You’d need to be logged in as root user before to run the MySQLTuner script. Step 1 : Log into…
Installing Snort on Linux : First download Snort’s latest version “snort-2.9.1.2.tar.gz” using the following command : wget http://www.snort.org/dl/snort-current/snort-2.9.1.2.tar.gz -O snort-2.9.1.2.tar.gz Run the…
The following command would help you find empty files & directory find . -type d -empty — for directory find…
Sometimes it may happen that while restarting mysql service on server you are getting below error. mysql is disabled by sys admin Try…
This tool lets you monitor I/O latency in real time. It shows disk latency in the same way as ping…
First of all mount the crash disk. In my case I am mounting it in /mnt Now, you have to…
Run the below command to install MySQL Governor in plain server or without control panel server. yum install db-governor –enablerepo=cloudlinux-updates-testing yum update mysql-server mysql-devel mysql –enablerepo=cloudlinux-updates-testing…
We all want to show default index page when new account is setup. Below are the steps: First of all…
Unlimited $1 cPanel Hosting with 300+ scripts : Hostripples! Hostripples cpanel shared hosting services comes along with the all features…
Check the database name from wp-config.php file. Backup the database using the following command from shell. Cpanel mysqldump database_name > database_name.sql…