Skip to content

Instantly share code, notes, and snippets.

@coffeant
Created June 3, 2015 01:55

Revisions

  1. coffeant created this gist Jun 3, 2015.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    sudo tzconfig,如果命令不存在请使用 dpkg-reconfigure tzdata
    然后按照提示选择 Asia对应的序号,选完后会显示一堆新的提示—输入城市名,如Shanghai或Chongqing,最后再用 sudo date -s “” 来修改本地时间
    sudo cp /usr/share/zoneinfo/Asia/ShangHai /etc/localtime 防止系统重启后时区改变
    sudo apt-get install ntpdate
    设置系统时间与网络时间同步 ntpdate cn.pool.ntp.org
    将系统时间写入硬件时间 hwclock -w :systohc