Category

CentOS

3 articles in this category

Install and configure SSH Server on CentOS

2013-11-19 1 min read

Thanks to the original poster for this great article, please make sure to visit his article here ! TL:DR OpenSSH Installations under CentOS Linux To install the server…

Configure NTP Client on CentOS

2013-11-08 1 min read

Type the following command to install NTP yum install ntp Turn on service chkconfig ntpd on Synchronize the system clock with 0.pool.ntp.org server: ntpdate pool.ntp.org Start the NTP:…