07-12-周日_11-40-35

This commit is contained in:
AaronXu
2026-07-12 11:40:35 +08:00
parent 0af872fe15
commit ab3efe4e1b

View File

@@ -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