07-12-周日_11-40-35
This commit is contained in:
@@ -353,6 +353,14 @@ tmpfs 1.6G 84K 1.6G 1% /run/user/0
|
|||||||
|
|
||||||
## cockpit创建
|
## 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
|
安装cockpit
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user