首页
运维
后端
前端
瞬间
奔跑的砖头
累计撰写
49
篇文章
累计创建
23
个标签
累计收到
0
条评论
栏目
目 录
CONTENT
以下是
linux
相关的文章
2025-04-18
Ubuntu 添加 i386 架构支持
sudo dpkg --add-architecture i386 sudo apt update sudo apt install libstdc++6:i386 libgcc-s1:i386 libc6:i386
2025-04-18
22
0
0
运维
2024-11-24
配置华为镜像加速
操作步骤 登录容器镜像服务控制台。 在左侧导航栏选择“镜像资源 > 镜像中心”。 说明:在使用镜像中心功能前,请确保您的当前区域支持镜像中心功能,详情请见镜像中心约束与限制。 单击“镜像加速器”,在弹框中找到“加速器地址”,单击 复制按钮,将加速器地址复制到剪切板。 <
2024-11-24
232
0
0
后端
2024-11-24
Ubuntu 安装docker
更新包管理工具 apt-get update 添加镜像源阿里云 apt-get -y install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://mirrors.ali
2024-11-24
132
0
0
运维
2024-10-17
宝塔面板快速卸载清理
wget http://download.bt.cn/install/bt-uninstall.sh sh bt-uninstall.sh
2024-10-17
98
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
docker-compose 孤立镜像警告处理
在我使用 docker-compose 的时候 提示我下面的问题 Found orphan containers ([base_nginx]) for this project. If you removed or renamed this service in your compose file,
2024-10-17
106
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
运维
2024-10-14
Ubuntu 更换中国镜像
查看系统版本号 cat /proc/version Ubuntu 24.04:noble Ubuntu 22.04:jammy Ubuntu 20.04:focal Ubuntu 18.04:bionic Ubuntu 16.04:xenial 更新为清华大学的镜像 访问 https://mirr
2024-10-14
74
0
0
运维