background picture of the home page

Hi,Friend

Linux定时任务, crontab定时任务

crontab 格式 *  *  *  *  * XXX 分 时 天 月 星期 命令 符号含义: “*” 代表取值范围内的数字, “/” 代表”每”, “-” 代表从某个数字到某个数字, “,” 分开几个离散的数字 示例: 1 * * * * cp /var/lib/m

thumbnail of the cover of the post

Linux测试网络速度

速度测试工具 speedtest speedtest是知名的测速工具。可以使用ap命令来安装。你可以在命令行下使用。 # apt sudo apt install speedtest-cli # yum sudo yum install speedtest-cli 使用,输出显示: root@

thumbnail of the cover of the post

pip 国内镜像源

国内镜像源 # 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple # 中国科学技术大学 https://pypi.mirrors.ustc.edu.cn/simple # 豆瓣 https://pypi.douban.com/simple # 阿里云

thumbnail of the cover of the post