Posted On March 31, 2019

Network Time Service for Centos 7

kimconnect 0 comments
blog.KimConnect.com >> Linux >> Network Time Service for Centos 7
yum install -y ntp ntpdate
systemctl start ntpd
systemctl enable ntpd
ntpdate -u -s 0.north-america.pool.ntp.org 1.north-america.pool.ntp.org 2.north-america.pool.ntp.org 3.north-america.pool.ntp.org
systemctl restart ntpd
hwclock -w
timedatectl set-timezone America/Los_Angeles
timedatectl

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Enable Mod_rewrite Url rewrite

vim /etc/httpd/conf/httpd.confLine 306, change the directory name to:<Directory "/home/www">line 237, set:AllowOverride AllLine 564, if you're…

Linux: How To Create XDG-MIME Association for Google Voice in Unbuntu

Google Voice is a great application that is available on IOS and Android. However, it…

Install ISPConfig on CentOS 5.2

cd /var/www/html wget  tar xvfz ISPConfig-2.2.24.tar.gz cd install_ispconfig ./setup