Skip to content

Instantly share code, notes, and snippets.

@voratham
Last active June 29, 2018 07:32
Show Gist options
  • Select an option

  • Save voratham/d2b07f0b08c1385bb1a2f7fbbcbebd1b to your computer and use it in GitHub Desktop.

Select an option

Save voratham/d2b07f0b08c1385bb1a2f7fbbcbebd1b to your computer and use it in GitHub Desktop.
set_time_zone_sync for ubuntu
// Config timezone
#sudo apt-get install ntp
#sudo apt-get update
#sudo timedatectl set-timezone Asia/Bangkok
#sudo timedatectl set-ntp yes
#service ntp restart
#service timedatectl restart
#timedatectl status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment