top
月度归档: 2017 年 8 月
thumbnail

Sync time and set time zone for CentOS 7

Install ntp service sudo yum install ntp   Enable ntp service start at boot up systemctl enable ntpd add params"-g -x",Enable ntp service work……