Hostripples – Cheap and Affordable Windows Hosting Services!

We already have idea that many companies are offering Windows hosting services but they wont be providing the features which users are looking for, we always understanding the needs of users and designing our plans such way. In today’s world server should be more powerful to handle the load of such features as sometimes small […]

See More

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 copy the data from old disk to new disk using below commands cp -avprf /mnt/etc/passwd /etc/ cp -avprf /mnt/etc/group /etc/ cp -avprf /mnt/etc/shadow /etc/ cp -avprf /mnt/etc/gshadow /etc/ cp -avprf /mnt/etc/my.cnf /etc/ cp -avprf /mnt/etc/exim* […]

See More

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 Add the below line in my.cnf with root password  [dbgovernor]   Run the below command to start. service db_governor restart  

See More