1,网卡启停
关闭eth0网卡:
# ifconfig eth0 down
开启eth0网卡:
# ifconfig eth0 up
2,修改时区:
timedatectl
sudo timedatectl set-timezone Asia/Shanghai
sudo systemctl restart systemd-timesyncd