Skip to content

Instantly share code, notes, and snippets.

@vesche
Created August 12, 2017 21:08
Show Gist options
  • Save vesche/d0018d59646422b1235c8912102519e9 to your computer and use it in GitHub Desktop.
Save vesche/d0018d59646422b1235c8912102519e9 to your computer and use it in GitHub Desktop.
ISP blocking NTP
sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment