02 2022 档案

摘要:1、设置时区(同步时间前先设置) 1 timedatectl set-timezone Asia/Shanghai 2、安装组件 1 2 3 4 5 yum -y install ntp systemctl enable ntpd systemctl start ntpd 3、同步时间 1 ntpd 阅读全文
posted @ 2022-02-15 16:12 flytoyou 阅读(461) 评论(0) 推荐(0)
摘要:参考链接: https://wiki.centos.org/zh/About/Product 尝试了163、清华源、都不行 阿里源也整了半天才在最下面的相关链接发现能找到源的地址 https://developer.aliyun.com/mirror/centos?spm=a2c6h.1365110 阅读全文
posted @ 2022-02-09 15:17 flytoyou 阅读(173) 评论(0) 推荐(0)