CentOS 7 修改时区、校准时间

在CentOS 7中设置时区并校准时间

设置时区

依次使用下面命令来设置时区

timedatectl status|grep 'Time zone'  #查看当前时区
timedatectl set-timezone Asia/Shanghai  #将时区设置为上海

校准时钟

依次使用下面命令来校准时钟

yum -y install ntpdate  #安装ntpdate,在线校准时钟
ntpdate -u  pool.ntp.org  #同步时钟
date  #查看当前时间

附常用ntp地址:

#中国
cn.ntp.org.cn
#中国香港
hk.ntp.org.cn
#美国
us.ntp.org.cn
Linux技术

Manjaro系统配置国内源并安装Google拼音中文输入法

2021-10-20 14:52:02

Linux

yum install 安装nginx提示没有可用软件包 nginx

2021-12-6 19:11:33