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

推荐订阅源

L
LangChain Blog
J
Java Code Geeks
P
Proofpoint News Feed
Recent Announcements
Recent Announcements
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
Hugging Face - Blog
Hugging Face - Blog
MongoDB | Blog
MongoDB | Blog
人人都是产品经理
人人都是产品经理
博客园 - 【当耐特】
雷峰网
雷峰网
D
DataBreaches.Net
B
Blog RSS Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 聂微东
V
Visual Studio Blog
Apple Machine Learning Research
Apple Machine Learning Research
N
Netflix TechBlog - Medium
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Martin Fowler
Martin Fowler
有赞技术团队
有赞技术团队
Blog — PlanetScale
Blog — PlanetScale
Engineering at Meta
Engineering at Meta

Linux - 分类 - cywhat's blog

Linux生成自定义名称的ssh证书 Jmeter进行分布式压测 Jenkins端口修改之后没有生效 Jenkins添加html报告并发送到邮箱 Jenkins插件无法安装解决 Jenkins报错 Bash:newman:command Not Found Linux安装newman生成postman脚本报告 如何保持Ssh长时间连接不断开 Raid磁盘阵列
Linux配置时间同步
cywhat · 2022-01-05 · via Linux - 分类 - 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

关注一下再走吧

公众号 小程序

赞赏支持

微信打赏 支付宝打赏