Centos7 4安裝映象源和repo源

2021-10-05 23:52:01 字數 1482 閱讀 1392

1、國內

163映象源(推薦選擇)

中國技術科學大學

centos官方站點

二、配置centos7.4的yum源

yum所需要使用的repo源如下:

在安裝好的作業系統中,執行如下命令:

vim /etc/yum.repos.d/centos-163.repo

將如下的內容複製,貼上:

# geographically close to the client.  you should use this for centos updates

# unless you are manually picking other mirrors.

# # if the mirrorlist= does not work for you, as a fall back you can try the

# remarked out baseurl= line instead.

## [email protected]

[base]

name=centos-$releasever - base - 163.com

#mirrorlist=

baseurl=centos/$releasever/os/$basearch/

gpgcheck=1

gpgkey=centos/rpm-gpg-key-centos-7

#released updates

[updates]

name=centos-$releasever - updates - 163.com

#mirrorlist=

baseurl=centos/$releasever/updates/$basearch/

gpgcheck=1

gpgkey=centos/rpm-gpg-key-centos-7

#additional packages that may be useful

[extras]

name=centos-$releasever - extras - 163.com

#mirrorlist=

baseurl=centos/$releasever/extras/$basearch/

gpgcheck=1

gpgkey=centos/rpm-gpg-key-centos-7

#additional packages that extend functionality of existing packages

[centosplus]

name=centos-$releasever - plus - 163.com

baseurl=centos/$releasever/centosplus/$basearch/

gpgcheck=1

enabled=0

gpgkey=centos/rpm-gpg-key-centos-7

CentOS 7 4 編譯安裝Tengine

tengine官網上有個非常簡單的教程,中間並未涉及到一些常用的設定,所以僅供參考。一下午為本人的安裝步驟及過程。配置firewalld,iptables,關閉selinux 1 安裝必要的編譯環境好 由於tengine安裝需要使用源 自行編譯,所以在安裝前需要安裝必要的編譯工具 yum y upd...

Ansible 安裝步驟 (Centos7 4

epel安裝2 安裝epel repo源 epel rhel 7 wget o etc yum.repos.d epel.repo epel rhel 6 wget o etc yum.repos.d epel.repo epel rhel 5 wget o etc yum.repos.d epel...

Centos7 4快速安裝docker ce

docker的使用已經非常普遍。使用docker技術 ci cd可以幫助企業快速水平擴充套件服務,從而到達彈性部署業務的能力。docker 是 paas 提供商 dotcloud 開源的乙個基於 lxc 的高階容器引擎。下面咱就直接開始安裝在centos 安裝直接安裝docker服務。第一步 移除伺...