2019.4.22
//重启networkmanager
systemctl start NetworkManager
//检查ssh服务是否开启
service sshd status|grep active
//查看CPU型号
cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c
//查看逻辑CPU的个数
cat /proc/cpuinfo| grep "processor"| wc -l
//查看公网IP
curl ifconfig.me
// 设置系统时间(需要管理员权限)
date -s 05/15/2019
date -s 18:59:59
// 写入BIOS,避免重启后失效
hwclock -w