Skip to content

Instantly share code, notes, and snippets.

@cpappen
Created April 18, 2016 11:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cpappen/e37a6039563f4bd5d1bcb89a9d2432c0 to your computer and use it in GitHub Desktop.
Save cpappen/e37a6039563f4bd5d1bcb89a9d2432c0 to your computer and use it in GitHub Desktop.
update time in ubuntu 16.04
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