摘要: 1、将源文件备份cd /etc/yum.repos.d/ && mkdir backup && mv *repo backup/ 2、下载阿里源文件curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Cen 阅读全文
posted @ 2022-05-01 16:48 依笑 阅读(1923) 评论(0) 推荐(0) 编辑
摘要: systemctl status firewalld.service(查看防火墙状态) active表示当前防火墙处于开启状态 inactive表示关闭状态 systemctl stop firewalld.service (关闭防火墙)systemctl start firewalld.servi 阅读全文
posted @ 2022-05-01 16:14 依笑 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 今天修改ssh端口后不自启,遇到的问题。永久关闭 vi /etc/selinux/config 将SELINUX=enforcing改为SELINUX=disabled 设置后切换用户生效 阅读全文
posted @ 2022-05-01 14:23 依笑 阅读(40) 评论(0) 推荐(0) 编辑