2012年12月25日 星期二

apt-cacher 安裝

atp-cacher 只會緩存客戶安裝過的套件包, 而不是所有套件包,緩存資料夾在 /var/cache/apt-cacher/packages

Server :
# apt-get install apt-cacher
# vi /etc/apt-cacher/apt-cacher.conf
allowed_hosts = *

or

allowed_hosts = 192.168.1.0/24
# /etc/init.d/apt-cacher restart


Client :

http://your-server:3142/

# vi /etc/apt/apt.conf
Acquire::http::proxy "http://your-server:3142";

沒有留言:

張貼留言