首页
封存记忆
行动起来,活在当下
累计撰写
32
篇文章
累计创建
29
个标签
累计收到
0
条评论
栏目
目 录
CONTENT
以下是
Administrator
的文章
2024-12-02
centos 安装docker
1.安装脚本 curl https://install.1panel.live/docker-install -o docker-install && sudo bash ./docker-install && rm -f ./docker-install 2.启动docker systemctl
2024-12-02
19
0
0
服务器
2024-12-02
centos7 配置yum源
步骤 1:备份原有的 YUM 源文件 在更换 YUM 源之前,建议先备份系统自带的 YUM 源配置文件,以防需要恢复原配置。 sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak 步骤 2:下
2024-12-02
12
0
0
服务器
1
2
3
4