Last active
June 29, 2018 07:32
-
-
Save voratham/d2b07f0b08c1385bb1a2f7fbbcbebd1b to your computer and use it in GitHub Desktop.
set_time_zone_sync for ubuntu
This file contains hidden or 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
| // 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