Earn Easy .Network Articles, Guides and how to on computers, online guides, hosting, cpanel, plesk, VPS hosting and fun…

Archive for the ‘hosting’ Category

Creating a send mail alert if load is high in server with w,pstree,mysqladmin results

08.31.2010 · Posted in Linux VPS

Use the Below and code and save it in your root folder and add a cron to run in your server. Replace name@yourdomain.com to your email-id and remove # before the email-id. #!/bin/bash #This script will send mail alert if load is high in server with w,pstree,mysqladmin results #Enter The Email address #email="name@yourdomain.com" #Enter the ...

Rebuilding httpd.conf

08.24.2010 · Posted in Linux VPS

Before running this command, I suggest you to take a backup of the file httpd.conf /usr/local/cpanel/bin/apache_conf_distiller –update and /usr/local/cpanel/bin/build_apache_conf Now, Restart the Apache Service httpd restart. ...

Linux command to copy files over ssh

08.24.2010 · Posted in Linux VPS

Command Name : scp scp stands for secure cp (copy), which means that you can copy files across an ssh connection that will be encrypted, and therefore secured. You can this way copy files from or to a remote server, you can even copy files from one remote server to another remote server, without passing ...

Error while creating mysql db in cpanel

03.23.2010 · Posted in Linux VPS

When you create a new mysql db from the cpanel. You will be thrown the error ” Database already Taken” Which Means, DBD::MySQL Perl module needs to be reinstalled To resolve the issues, Use the below command from VPS/servers SSH prompt /scripts/mysqlup –force Make sure you disable the auto update More Important : Keep atleast ...