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

Useful Linux Commands

# Check SSH connection activities by reading its log (Redhat / Centos) tail -f -n…

Uhhuh. NMI received for unknown reason 3d on CPU 4

Problem: Message from syslogd@linux03 at Aug 31 04:28:21 ... kernel:[273033.123489] Uhhuh. NMI received for unknown…

NextCloud Container PHP Memory Issue as Deployed via Kubernetes

Most common example:Below is a raw text paste of an exercise in resolving the issue…