How to update the date & time with ntp
Apr 3, 2017
1 minute read

How to update the date & time with ntp

sudo service ntpd stop
sudo ntpd -gq
sudo service ntpd start

Another easier way :

sudo sntp -s pool.ntp.org


comments powered by Disqus