Tuesday, July 1, 2014

How do I update a CentOS server's time from an authoritative time server?

yum install ntp
chkconfig ntpd on
ntpdate pool.ntp.org
service ntpd start

No comments:

How to Encrypt and Decrypt Files With GPG on Linux

https://www.howtogeek.com/427982/how-to-encrypt-and-decrypt-files-with-gpg-on-linux/