Skip to content

Instantly share code, notes, and snippets.

@c29r3
Created August 16, 2021 13:02
Show Gist options
  • Save c29r3/78a9992f02efe2ec3416ee3b6b364194 to your computer and use it in GitHub Desktop.
Save c29r3/78a9992f02efe2ec3416ee3b6b364194 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install -y ntpdate
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