yum本地源及網路源配置
本地yum伺服器配置及網路yum配置
1.本地yum源
setenfoce 0
/etc/init.d/iptables stop
mount -o loop redhat6.7.iso /mnt/
mkdir -pv /yum/repo
cp -avf /mnt/* /yum/repo
vim /etc/yum.repos.d/local.repo
[rhel6.7]
name=rhel6.7
baseurl=file:///yum/repo
enabled=1
gpgcheck=0
yum clean all
yum makecache
2. 配置網路yum源
yum -y install httpd
修改網站root路徑
vim /etc/httpd/conf/httpd.conf
DocumentRoot "/yum/repo"
/etc/init.d/httpd restart
修改客戶端repo
新增
vim /etc//yum.repos.d/local.repo
[rhel6.7]
name=rhel6.7
baseurl=
enabled=1
gpgcheck=0
3.啟用阿里雲源
wget -O /etc/yum.repos.d/CentOS-Base.repo
wget -O /etc/yum.repos.d/epel.repo
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24486203/viewspace-2125945/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- centos同步yum源到本地,建立本地網路yum源CentOS
- 網路配置yum源
- Linux 本地yum源配置Linux
- 配置本地yum源及安裝必要的包
- 12C安裝及本地YUM源配置
- redhat 5.5 配置網路yum源Redhat
- CentOS 6 網路yum源配置CentOS
- Linux 網路yum源配置Linux
- Centos-Stream 配置本地yum源和配置阿里雲yum源CentOS阿里
- RedHat8 配置本地yum源Redhat
- Linux下配置本地yum源Linux
- Linux系統配置本地yum源Linux
- linux配置本地ISO的yum源Linux
- ▲▲▲▲▲▲▲▲▲▲▲yum源的配置(本地和ftp)▲▲▲▲▲▲▲▲▲▲▲▲▲vFTP
- 本地yum源搭建
- 本地搭建yum源
- 配置RHEL8本地yum源及DNF簡介
- RedHat 6下配置本地及網路yum倉庫Redhat
- Linux yum 本地源Linux
- 配置yum源
- CentOS使用iso映象檔案配置本地yum源CentOS
- CentOS 配置yum源CentOS
- yum源配置大全
- linux配置本地yum源 centos7.9為例LinuxCentOS
- Linux學習-通過光碟配置本地yum源Linux
- 不需上網,本地光碟yum源的搭建
- CentOS配置Nginx官方的Yum源及yum安裝phpCentOSNginxPHP
- Linux系統本地yum源環境配置記錄Linux
- linux 配置yum 源Linux
- SUSE系統配置本地源及管理
- Centos7配置阿里epel源|yum源CentOS阿里
- RedHat Linux 本地Yum源安裝RedhatLinux
- linux本地關盤做yum源Linux
- Centos系統配置yum源CentOS
- linux yum源配置方法Linux
- CentOS6.9配置yum源CentOS
- centos7.5配置yum源CentOS
- 小知識:CentOS配置yum源/解決yum源失效問題CentOS