摘要:
删除yum镜像配置文件: cd /etc/yum.repos.d rm -f *.repo 下载阿里的镜像源: wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.211 阅读全文
posted @ 2025-06-23 22:27
左青虫右白鼠
阅读(3)
评论(0)
推荐(0)
摘要:
在本地服务器上配置定时任务: crontab -e 01 0 * * * /root/shell/download_data.sh >/tmp/cron.log 2>&1 10 0 * * * /root/shell/sync_file.sh >/tmp/cron.log 2>&1 0 1 * * 阅读全文
posted @ 2025-06-23 11:08
左青虫右白鼠
阅读(2)
评论(0)
推荐(0)