How to Install vsftpd Server on CentOS / RHEL

VSFTPD server

How to Install vsftpd Server on CentOS / RHEL What is vsftpd? vsftpd (very secure FTP daemon) is an FTP server for Unix-like systems. vsftpd is the default FTP server in the Ubuntu, CentOS, Fedora, RHEL Linux distributions.   Step… Continue Reading

How To Configure Static IP On CentOS 6

How To Configure Static IP On CentOS 6   Configure static IP on interface eth0 vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=”eth0″ BOOTPROTO=”static” HWADDR=”00:41:36:94:45:DE” #Replace with your NM_CONTROLLED=”yes” ONBOOT=”yes” TYPE=”Ethernet” IPADDR=192.168.0.100       #Replace with your IP NETMASK=255.255.255.0      #Replace with your   Configure Default Gateway… Continue Reading