Skip to content

Instantly share code, notes, and snippets.

@Tiryoh
Created August 1, 2016 01:43
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 Tiryoh/2cad1b7db3cdc9bc2f7e9c4bcb7a5bcf to your computer and use it in GitHub Desktop.
Save Tiryoh/2cad1b7db3cdc9bc2f7e9c4bcb7a5bcf to your computer and use it in GitHub Desktop.
Ubuntu date setup
#!/bin/bash
# Check https://raw.githubusercontent.com/Tiryoh/oneliners/master/set_date.sh for new version
sudo date -s "$(curl -s --head http://www.google.co.jp | grep '^Date' | cut -b 7-)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment