摘要:
直接上效果和步骤 阅读全文
摘要:
#/bin/bash # 设置时区并同步时间 ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime if ! crontab -l |grep ntpdate &>/dev/null ; then (echo "* 1 * * * ntpdat 阅读全文
摘要:
系统巡检: Linux CentOS、Ubuntu #查看CPU核数 cat /proc/cpuinfo | grep "cpu cores" | uniq | awk -F ' ' '{print $4}' #查看CPU个数 cat /proc/cpuinfo | grep "physical i 阅读全文