树莓派修改时间
2017-08-26 本文已影响49人
满福
如果在使用树莓派的过程中发现系统时间不正确,使用以下步骤进行系统时间的校对。
1.未安装ntpdate的首先安装ntpdate
执行以下命令:
sudo apt-get install ntpdate
如果报错,需要先执行sudo apt-get update
。
2.修改时区
使用以下命令:
tzselect
按照自己的实际情况进行选择。
确认选择
3.配置网络对时
执行以下命令:
sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
sudo ntpdate time1.aliyun.com
这里使用阿里云的ntp服务器进行对时。
4.查看系统时间是否正确。
date