把树莓派的时间调节到北京时间

       把树莓派时间调节到北京时间, 简单:

      1.  安装ntp

sudo apt-get install ntpdate
      2.  然后根据提示, 一路根据提示进行选择即可:

tzselect
      要稍微留意一下这个提示:

You can make this change permanent for yourself by appending the line
        TZ='Asia/Shanghai'; export TZ
to the file '.profile' in your home directory; then log out and log in again.

      3.  用date命令试下, 则source一下, 生效:

pi@raspberrypi:~ $ date
Sun 26 Nov 13:37:52 CST 2017
       

       吃饭。


你可能感兴趣的:(s2:,Linux杂项)