Skip to content

Instantly share code, notes, and snippets.

@gearoidc
Last active December 28, 2015 20:59
Show Gist options
  • Save gearoidc/7561808 to your computer and use it in GitHub Desktop.
Save gearoidc/7561808 to your computer and use it in GitHub Desktop.
Updating date / time with NTP
sudo service ntp stop
sudo ntpdate -s time.nist.gov
sudo service ntp start
sudo service ntp stop ; sudo ntpdate -s time.nist.gov ; sudo service ntp start
@gearoidc
Copy link
Author

@gearoidc
Copy link
Author

sudo dpkg-reconfigure --frontend noninteractive tzdata

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment