Created
November 1, 2018 15:30
-
-
Save rjksn/75e645c5aa2c775778cd58415acef94a to your computer and use it in GitHub Desktop.
Update Ubuntu System Time
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See https://askubuntu.com/questions/81293/what-is-the-command-to-update-time-and-date-from-internet | |
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