Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 339 Bytes

File metadata and controls

15 lines (13 loc) · 339 Bytes

locale

aptitude install ntpdate
执行
tzselect
按照提示进行选择时区
sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
执行
sudo ntpdate cn.pool.ntp.org
cn.pool.ntp.org是位于中国的公共NTP服务器,用来同步你的时间

Refer