apt-fast 란?
apt-fast 는 apt-get 의 wrapper 쉘스크립트입니다. apt-fast 는 apt 의 다운로드 속도를 높여주기위해 사용합니다.
설치
$ sudo add-apt-repository ppa:apt-fast/stable
$ sudo apt-get update
$ sudo apt-get install apt-fast axel
$ sudo apt-get install aria2 (요즘은 이게 설치되어야하는듯)
apt-fast 관련 자세한 사항은 참고 사이트보세요
http://www.maketecheasier.com/apt-fast-speed-up-package-download-in-ubuntu/2012/06/29
http://www.webupd8.org/2012/10/speed-up-apt-get-downloads-with-apt.html
http://ubuntuguide.net/install-apt-fast-download-accelerator-in-ubuntu-12-0411-1010-04
https://github.com/ilikenwf/apt-fast -- [gitub] apt-fast
apt-get 의 저장소를 변경해도 다운로드 성능을 향상시킬수 있다. apt-fast 보다 차라리 저장소를 변경해라.
우리나라 저장소중 http://ftp.daum.net/ubuntu/ 이곳이 낫다.
/etc/apt/source.list 파일을 열고 http://ftp.daum.net/ubuntu/ 을 형식에 맞게 추가하고 apt-get update 후 apt-get install 을 해보라. 속도 겁나 빠르다.
'학습자료(~2017) > 리눅스' 카테고리의 다른 글
[Linux] bcache (설치, 사용법), dm-cache, flushcache (블럭 디바이스 cache 로 성능을 높이자) - 너저분함 정리 필요 (0) | 2013.07.08 |
---|---|
[Linux] IPMI (0) | 2013.07.02 |
[iSCSI] iSCSI 관련 링크 모음 (0) | 2013.07.01 |
[Network] Bonding , multi Bonding (추가내용) (2) | 2013.06.28 |
[Linux] 파일 관련 API 리스트 (0) | 2013.05.31 |