目的很简单,就是为了提供准确时间。因为我们的手表、手机、电脑等设备,经常会跑着跑着时间就出现了误差,或快或慢的少几秒,时间长了甚至误差过分钟。
Windows系统上自带的两个: time.windows.com 和 time.nist.gov
MacOS上自带的两个: time.apple.com 和 time.asia.apple.com
NTP授时快速域名服务: cn.ntp.org.cn
中国科学院国家授时中心: ntp.ntsc.ac.cn
开源NTP服务器: cn.pool.ntp.org
设置时区(若已设置可略过): cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
安装NTP: yum install ntp
在配置文件/etc/ntp.conf中添加:
手工发起同步: ntpdate ntp.aliyun.com
启动NTP服务: service ntpd start
设置开机启动: chkconfig ntpd on
检查设置: chkconfig --list ntpd
也可以安装NTPDATE: yum install ntpdate
然后同步: ntpdate ntp.aliyun.com
加入定时计划任务,每隔10分钟同步一下时钟
更改windows系统授时服务器ip 批处理文件Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers]
@="3"
"1"="ntp1.aliyun.com"
"2"="time.tencent.com"
"3"="s2k.time.edu.cn"
"4"="ntp.sjtu.edu.cn"
"5"="s2m.time.edu.cn"
"6"="s2g.time.edu.cn"
"7"="1.cn.pool.ntp.org"
复制以上代码,新建txt文本文件,粘贴保存,然后更改txt文件后缀为reg,双击执行即可,
以上授时服务器包括1阿里云和2腾讯云的授时服务器,国内授时速度快,准确率成功率高,
如需验证可cmd用ping命令查看延时。
欢迎分享,转载请注明来源:夏雨云
评论列表(0条)