Skip to content

Instantly share code, notes, and snippets.

@jl
Created January 16, 2014 02:21
Show Gist options
  • Save jl/8448761 to your computer and use it in GitHub Desktop.
Save jl/8448761 to your computer and use it in GitHub Desktop.
force linux clock update
date && sudo service ntp stop && sudo ntpd -gq && sudo service ntp start && date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment