How To Set Up vsftpd on CentOS 6

How To Set Up vsftpd on CentOS 6 Step One—Install vsftpd You can quickly install vsftpd on your virtual private server using yum as shown below: yum install vsftpd We also need to install the FTP client, so that we can connect to an FTP server using yum as shown below: yum install ftp Once […]

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