CentOS7下的YUM源服务器搭建
CentOS7下的YUM源服务器搭建
注意:环境要求
环境准备,修改hostname,关闭防火墙,disabled selinux
[rootlocalhost ~]# hostnamectl set-hostname --static yum-server
[rootyum-server ~]# systemctl disable firewalld --now
…
2026/7/12 4:20:46