Skip to content

Instantly share code, notes, and snippets.

@anton-petrov
Created August 8, 2020 12:13
Show Gist options
  • Save anton-petrov/8bf56fca097331678cbc37b8872d609b to your computer and use it in GitHub Desktop.
Save anton-petrov/8bf56fca097331678cbc37b8872d609b to your computer and use it in GitHub Desktop.
Update time in GNU/Linux OS to actual state.
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