欧拉系统设置自动校时
·
安装ntp服务
sudo yum install ntp
修改配置,添加校时服务器
sudo vi /etc/ntp.conf
添加server ntp.aliyun.com iburst
配置访问控制规则
restrict 192.168.0.0 mask 255.255.255.0 nomodify notrap
启动服务
sudo systemctl start ntp
sudo systemctl enable ntp
验证配置
ntpq -p
如果需要配置防火墙
鲲鹏昇腾开发者社区是面向全社会开放的“联接全球计算开发者,聚合华为+生态”的社区,内容涵盖鲲鹏、昇腾资源,帮助开发者快速获取所需的知识、经验、软件、工具、算力,支撑开发者易学、好用、成功,成为核心开发者。
更多推荐



所有评论(0)