Linux ETC

CentOS 5.X의 yum 속도 올리기

2012.07.27 11:55

호스트웨이 조회 수:17545

 리눅스 설치 후 yum update 할 때 다운로드시 오랜 시간이 소요 될 때가 있다.

yum-fastestmirror 라는 패키지를 설치하게되면 다운로드 속도가 가장 잘 나오는 mirror 서버를 자동으로 찾아주게 된다.

아래와 같이 패키지를 설치 후 update를 한다.

# yum -y install yum-fastestmirror

yum-fastestmirror 패키지가 설치되지 않는 경우도 있다.

그럴 땐 /etc/yum.repo.d/CentOS-Base.repo 파일을 아래와 같이 수정하여 사용하면 yum을 빠르게 실행할 수 있다.
daum에서 운영하는 미러서버를 이용 하는 방법입니다.


# CentOS-Base.repo
#
# This file uses a new mirrorlist system developed by Lance Davis for CentOS.
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# 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.
#
#

[base]
name=CentOS-$releasever - Base
baseurl=http://ftp.daum.net/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-5

#released updates
[updates]
name=CentOS-$releasever - Updates
baseurl=http://ftp.daum.net/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-5

#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
baseurl=http://ftp.daum.net/centos/$releasever/addons/$basearch/
gpgcheck=1
gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-5

#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
baseurl=http://ftp.daum.net/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-5

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
baseurl=http://ftp.daum.net/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-5

#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
baseurl=http://ftp.daum.net/centos/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-5

 

번호 제목 글쓴이 날짜 조회 수
166 서버 아이피 변경으로 인한 다량의 네임서버 존파일 일괄 변경 방법 호스트웨이 2012.04.06 14685
165 특정 IP 엑세스 못하게 하는방법 호스트웨이 2012.06.22 14454
164 Linux 시스템 정보 확인 호스트웨이 2012.08.24 14444
163 /proc의 퍼미션 조정으로 보안 강화 호스트웨이 2012.05.18 14350
162 epel-release 설치하기 file 호스트웨이 2014.12.22 14293
161 debian / ubuntu SSH root 사용자 접속 허용 호스트웨이 2012.11.23 14069
160 sshd_config 파일 설명 호스트웨이 2012.11.29 14051
159 find 명령 2번째 호스트웨이 2012.04.20 13927
158 VI 편집기에서 사용되는 명령어 호스트웨이 2012.03.30 13909
157 리눅스 디스크 사용량 확인 file 호스트웨이 2012.04.27 13879
156 VI 편집기에서 사용되는 명령어(2) 호스트웨이 2012.04.06 13737
155 리눅스 시스템 폴더별 명령어 알아보기 호스트웨이 2012.08.03 13579
154 -, -- 로 시작하는 파일 지우는 팁 file 호스트웨이 2012.05.11 13489
153 CentOS yum 빠르게 사용하기 호스트웨이 2012.09.14 13265
152 리눅스 CD로 손상된 파일 복구하기 호스트웨이 2015.09.29 13087
151 문자열 치환하기 호스트웨이 2012.10.12 12662
150 리눅스 프로세스별 메모리 사용량 확인 호스트웨이 2012.12.06 12660
149 extundelete tool을 이용하여 삭제된 파일 복구하기 호스트웨이 2016.02.29 12511
148 리눅스 일반사용자에게 root 권한 부여하기 file 호스트웨이 2012.11.23 12428
147 리눅스 명령어 알아보기-3 호스트웨이 2012.08.23 12164