Created
April 16, 2015 13:32
-
-
Save diablowu/51d81eac4fc9891d3c3b to your computer and use it in GitHub Desktop.
change timezone to China
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
| #!/bin/bash | |
| sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime | |
| sudo ntpdate cn.pool.ntp.org |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment