Skip to content

Instantly share code, notes, and snippets.

@gz
Created April 2, 2020 00:50
Show Gist options
  • Save gz/9f1d413393b4bb51a8f1907701c4e6de to your computer and use it in GitHub Desktop.
Save gz/9f1d413393b4bb51a8f1907701c4e6de to your computer and use it in GitHub Desktop.

NTP blocked:

sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z"

Set timezone:

sudo dpkg-reconfigure tzdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment