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

浙公网安备 33010602011771号