摘要: system("touch dj.txt"); system("chattr +i dj.txt"); system("mkdir dj"); system("chattr +a dj"); 阅读全文
posted @ 2024-03-12 16:14 快乐的提千万 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 163yum源: 1)备份当前yum源防止出现意外还可以还原回来 cd /etc/yum.repos.d/ cp /CentOS-Base.repo /CentOS-Base-repo.bak 2)使用wget下载163yum源repo文件 wget http://mirrors.163.com/. 阅读全文
posted @ 2024-03-12 16:10 快乐的提千万 阅读(91) 评论(0) 推荐(0) 编辑