How to update the date & time with ntp
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
sudo service ntpd stop
sudo ntpd -gq
sudo service ntpd start
Another easier way :
sudo sntp -s pool.ntp.org