From ab3efe4e1b595e4d476d347b8dff210ff4ffee2c Mon Sep 17 00:00:00 2001 From: AaronXu <718827633@qq.com> Date: Sun, 12 Jul 2026 11:40:35 +0800 Subject: [PATCH] =?UTF-8?q?07-12-=E5=91=A8=E6=97=A5=5F11-40-35?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KVM虚拟化/KVM虚拟化技术.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/KVM虚拟化/KVM虚拟化技术.md b/KVM虚拟化/KVM虚拟化技术.md index 0e66ad5..3fdc03e 100644 --- a/KVM虚拟化/KVM虚拟化技术.md +++ b/KVM虚拟化/KVM虚拟化技术.md @@ -353,6 +353,14 @@ tmpfs 1.6G 84K 1.6G 1% /run/user/0 ## cockpit创建 +epel源太慢的解决方案,卸载掉旧的epel,然后换成阿里云的源 + +```bash +yum remove epel-release -y +yum install -y https://mirrors.aliyun.com/epel/epel-release-latest-9.noarch.rpm +dnf makecache +``` + 安装cockpit ```bash