If you need 'ntp' to reset the server time on a Ubuntu server, run these commands:
sudo apt-get install ntp sudo service ntp stop sudo ntpd -gq sudo service ntp start
sudo apt-get install ntp
sudo service ntp stop
sudo ntpd -gq
sudo service ntp start
Explore our projects