Hostripples Featured

How to use MySQLTuner ?

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

12 years ago

How to Install Snort on Linux ?

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…

12 years ago

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

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

12 years ago

How to install ioping in linux server !!!

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

12 years ago

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

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

12 years ago

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

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…

12 years ago

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

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…

12 years ago

How to install CageFS in Cloud Linux !!!

CageFS is a virtualized file system and a set of tools to contain each user in its own ‘cage’. Each…

12 years ago

How to Uninstall Tunnelblick !!!

As with most Mac software, Tunnelblick lacks a "clean and easy" uninstall process. To simplify the process, I've outlined the…

12 years ago

How to import an OpenSSL CSR into Windows CA Server !!!

To import a Certificate Signing Request (CSR) into a Windows Certificate Authority Server, you must define a certificate template.  OpenSSL…

12 years ago