How to use MySQLTuner ?

12 years ago

Note : You’d need to be logged in as root user before to run the MySQLTuner script. Step 1 :  Log into…

How to Install Snort on Linux ?

12 years ago

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…

How to find and Delete the empty Directories And Files In UNIX !!!

12 years ago

The following command would help you find empty files & directory find . -type d -empty — for directory find…

MySQL is disabled by sys admin while restarting MySql service

12 years ago

Sometimes it may happen that while restarting mysql service on server you are getting below error. mysql is disabled by sys admin Try…

How to install ioping in linux server !!!

12 years ago

This tool lets you monitor I/O latency in real time. It shows disk latency in the same way as ping…

How to restore crashed directadmin server from old HDD !!!

12 years ago

First of all mount the crash disk. In my case I am mounting it in /mnt Now, you have to…

How to install MySQL Governor in plain server or without cPanel server.

12 years ago

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…

Hot to add default Index page when new account is created in cpanel/WHM !!!

12 years ago

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!

12 years ago

Unlimited $1 cPanel Hosting with 300+ scripts : Hostripples! Hostripples cpanel shared hosting services comes along with the all features…

How to Change Theme Without Login To WordPress Admin Area !!!

12 years ago

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…