Skip to content

Instantly share code, notes, and snippets.

@davidmroth
Created February 14, 2022 03:56
Show Gist options
  • Select an option

  • Save davidmroth/37a0e7fe01a35d67911bc3d6fb28c8d7 to your computer and use it in GitHub Desktop.

Select an option

Save davidmroth/37a0e7fe01a35d67911bc3d6fb28c8d7 to your computer and use it in GitHub Desktop.
Update Time (Ubuntu)
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