惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
I
InfoQ
U
Unit 42
WordPress大学
WordPress大学
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
月光博客
月光博客
D
Docker
Stack Overflow Blog
Stack Overflow Blog
D
DataBreaches.Net
阮一峰的网络日志
阮一峰的网络日志
Blog — PlanetScale
Blog — PlanetScale
V
Visual Studio Blog
博客园 - 聂微东
A
About on SuperTechFans
腾讯CDC
Jina AI
Jina AI
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
博客园 - 【当耐特】
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
M
MIT News - Artificial intelligence

Ntpdate - 标签 - cywhat's blog

暂无文章

Linux配置时间同步
cywhat · 2022-01-05 · via Ntpdate - 标签 - cywhat's blog

目录

   约 162 字  预计阅读 1 分钟    次阅读     条评论

目录

前景

排查售后问题发现一个奇葩BUG是因为Linux服务器时间不同步导致

1.安装ntpdate

2.同步时间

1
ntpdate 0.asia.pool.ntp.org   #0.asia.pool.ntp.org 为ntp时间服务器name

3.同步系统时间到硬件

4.设置定时任务

1
2
3
4
5
crontab -e 


#输入以下定时任务
0 */2 * * * /usr/sbin/ntpdate  0.asia.pool.ntp.org    #每2小时执行一次

5.备用的时间服务器

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
cn.pool.ntp.org

ntp.sjtu.edu.cn

time.nist.gov

time.nuri.net

0.asia.pool.ntp.org

1.asia.pool.ntp.org

2.asia.pool.ntp.org

3.asia.pool.ntp.org

关注一下再走吧

公众号 小程序

赞赏支持

微信打赏 支付宝打赏