Linux ETC

CentOS 5.X의 yum 속도 올리기

2012.07.27 11:55

호스트웨이 조회 수:17544

 리눅스 설치 후 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

 

번호 제목 글쓴이 날짜 조회 수
146 리눅스에서 fuser 명령어 사용하기 호스트웨이 2012.06.15 33495
145 리눅스 가상콘솔개수 조절 file 호스트웨이 2012.06.15 15248
144 sar 명령 옵션 호스트웨이 2012.06.15 92177
143 sysstat 설치편 호스트웨이 2012.06.08 20401
142 안전한 패스워드 생성하기 호스트웨이 2012.06.08 16385
141 CPU core 별 사용량 확인 하기 호스트웨이 2012.06.08 25265
140 리눅스 원격 접속자 세션 종료 file 호스트웨이 2012.06.08 34927
139 lsof를 이용한 시스템에서 Open된 Port 검색 호스트웨이 2012.06.08 17534
138 CentOS터미널 접속시 쉘색상 변경방법 file 호스트웨이 2012.06.08 22056
137 ubuntu 서버에 쉽게 apache + php + mysql + phpMyAdmin 설치하기 호스트웨이 2012.06.01 19148
136 리눅스 부팅 과정 file 호스트웨이 2012.06.01 16207
135 ps 명령어 호스트웨이 2012.06.01 21770
134 리눅스에서 wget 명령어의 사용 방법 호스트웨이 2012.06.01 31362
133 리눅스 메모리 캐쉬삭제 호스트웨이 2012.06.01 18484
132 Debian upgrade, lenny apt source list 호스트웨이 2012.05.25 17165
131 hdparm 을 이용한 하드성능 체크 및 하드 정보 확인 호스트웨이 2012.05.25 15584
130 netstat 명령어 호스트웨이 2012.05.25 17572
129 SSH 로그인 지연 시 해결 방법 호스트웨이 2012.05.25 17393
128 Tcpdump의 옵션들 호스트웨이 2012.05.25 22253
127 CentOS 4.x – yum mirror 사이트 변경 호스트웨이 2012.05.25 17172