Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created January 22, 2015 06:19
Show Gist options
  • Save yuuichi-fujioka/0d747ad8ed7a9551ef33 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/0d747ad8ed7a9551ef33 to your computer and use it in GitHub Desktop.
force update date using ntp
sudo service ntp stop
sudo ntpdate -s time.nist.gov
sudo service ntp start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment