摘要:
参数: -e:编辑该用户的计时器设置; -l:列出该用户的计时器设置; -r:删除该用户的计时器设置; -u<用户名称>:指定要设定计时器的用户名称。 示例: 0 1 * 3-7 * echo "hello,world" && sleep 3 //3-7月每天的1点钟执行echo命令 minute 阅读全文
摘要:
安装speedtest-cli wget -O speedtest-cli https://raw.githubusercontent.com/wn789/Superspeed/master/speedtest.py;chmod +x speedtest-cli;python speedtest-c 阅读全文