Skip to content

Instantly share code, notes, and snippets.

@cuzz22000
Created October 6, 2017 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cuzz22000/11f4e71c513e9f7088ac766df73bd521 to your computer and use it in GitHub Desktop.
Save cuzz22000/11f4e71c513e9f7088ac766df73bd521 to your computer and use it in GitHub Desktop.
Reset CoreOs system time.
sudo systemctl stop ntpd
sudo ntpd -gq
sudo systemctl start ntpd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment