摘要: Xshell 6 (Build 0095) Copyright (c) 2002 NetSarang Computer, Inc. All rights reserved. Type `help' to learn how to use Xshell prompt. [D:~]$ Connectin 阅读全文
posted @ 2023-06-01 16:02 我的心儿 阅读(202) 评论(0) 推荐(0)
摘要: 1.配置chrony, 使其从其他NTP服务器去同步时间 (配置一个aliyun可用,再配置一个不可用的) 可用: vim /etc/chronyd.conf 重启服务: systemctl restart chronyd ** 强制时间同步:** chronyc -a makestep 使用tim 阅读全文
posted @ 2023-06-01 15:05 我的心儿 阅读(300) 评论(0) 推荐(0)
摘要: 服务器A:192.168.2.203 服务器B:192.168.2.205 让A作为主服务器去外网同步时间,或者直接以A服务器时间为主,让其他服务器去同步 第一步:安装chrony yum -y install chrony 其对应的文件有:rpm -ql chrony 第二步:配置chrony.c 阅读全文
posted @ 2023-06-01 14:45 我的心儿 阅读(380) 评论(0) 推荐(0)