Skip to content

Instantly share code, notes, and snippets.

@slackday
Created November 7, 2022 10:05
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 slackday/30714d7ff11691d4a941ffed982b1f17 to your computer and use it in GitHub Desktop.
Save slackday/30714d7ff11691d4a941ffed982b1f17 to your computer and use it in GitHub Desktop.
vagrant update host date time
sudo date -s "$(curl -I google.com 2>&1 | grep Date: | cut -d' ' -f3-6)Z"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment