Skip to content

Instantly share code, notes, and snippets.

@roukmoute
Last active December 27, 2018 12:31
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 roukmoute/e2a3005456f8df95bacc7cb9e84e3ccf to your computer and use it in GitHub Desktop.
Save roukmoute/e2a3005456f8df95bacc7cb9e84e3ccf to your computer and use it in GitHub Desktop.
update date time
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