Created
August 22, 2012 14:48
-
-
Save github101/3426337 to your computer and use it in GitHub Desktop.
Revisions
-
github101 created this gist
Aug 22, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ 设置时区 ec2实例和国外vps默认的时区都是当地的,不适合国内使用,通过手动修改自己的时区 ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime date一下看看已经更改过来了