https://www.freebuf.com/articles/system/218407.html?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
*/1 * * * * [ `date +\%d -d tomorrow` -eq 31 ] && echo "Good morning." >> /data/test.txt */1 * * * * if [`date +\%d -d tomorrow` -eq 31]; then echo "Good morning.&...
准备工作 安装所需工具安装bzip2yum search bzip2 //查询安装包 yum -y install bzip2.x86_64 在执行增强工具的安装脚本的时候,需要用到gcc,make,kernel-devel这些工具,所以需要提前安装在命令行中执行下面这个命令yum install -y gcc gcc-devel gcc-c++ gcc-c++-devel make ke...