Loading ...

INDIA – HEADQUARTERS

INDIA

UNITED STATES

CANADA

Configuring RAID

  We are now ready to begin our first Linux software RAID configuration.  The following steps will walk you through creating a RAID 5 array created from 2 physical disks.  Let’s get to it! STEP1: First we need to check whether there is any free disks are...

MySQL doesnt start

  In some cases MySQL will not get restarted even if we run the init script to start/restart it. The issue is due to the basedir variable in /etc/my.cnf file. Inorder to fix this you may need to comment out or remove the basedir directive line from /etc/my.cnf...

enable/disable sftp in cpanel server

SFTP is nothing but performing the File Transfer in a secure way. This protocol assumes that it is run over a secure channel, such as SSH, that the server has already authenticated the client, and that the identity of the client user is available to the protocol. How...

Mysql Queries to retrieve FTP password in Linux Plesk server

Steps to find FTP accounts password:   ♦ Login to the server via SSH. ♦ Login to Mysql prompt using the command the given below. mysql -u admin -p`cat /etc/psa/.psa.shadow` ~~~~ -bash-3.2# mysql -u admin -p`cat /etc/psa/.psa.shadow` Welcome to the MySQL monitor....