How to backup all the MySQL databases daily using Shell script/cron job.

Hi, How to take full MySQL backup daily using shell script ?   First we need to create the shell script on the server  and add below code in it. After creating the shell script. After this you can add this shell script to daily crons to perform daily backup automatically. You can directly put […]

See More

How to install R1soft cdp agent on Linux server

Here are the steps that you will need to follow to install latest R1Soft CDP agent on your shared/dedicated server   1) Create the yum repository for the r1soft on the server vi /etc/yum.repos.d/r1soft.repo [r1soft] name=R1Soft Repository Server baseurl=http://repo.r1soft.com/yum/stable/$basearch/ enabled=1 gpgcheck=0 2) Install the cdp agent by using following commands yum install r1soft-cdp-enterprise-agent yum install […]

See More

Very common wordpress related issues

Today we will discuss some of the most common problem occurred in WordPress   Problem 1 :- Lost Admin Password & Email Retrieval Is Not Functioning The problem: You have lost your password to WordPress Admin Panel , you have also tried username or email address in the “Lost your password?” page but not receiving […]

See More