首页
运维
后端
前端
瞬间
奔跑的砖头
累计撰写
49
篇文章
累计创建
23
个标签
累计收到
0
条评论
栏目
目 录
CONTENT
以下是
centos
相关的文章
2024-10-17
centos 7 安装 docker
使用 aliyun 版本的docker 安装脚本 curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun # 如果出现下面的异常 curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSC
2024-10-17
226
0
0
运维
2024-10-17
Centos7 切换yum镜像源到阿里云
1. 备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2. CentOS 7 wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirr
2024-10-17
277
0
0
运维
2024-10-17
centos 7 关闭防火墙
1、命令行界面输入命令 systemctl status firewalld.service 并按下回车键。 2、然后在下方可以查看得到 active(running),此时说明防火墙已经被打开了。 3、在命令行中输入 systemctl stop firewalld.service 命令,进行关闭
2024-10-17
132
0
0
运维
2024-10-17
CentOS 7 yum Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile
yum install nginx Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile ..... No package nginx available. Error: Nothing to do
2024-10-17
325
0
0
运维