Apt-cacher-ng on ubuntu
On the server, download apt-cacher-ng:
sudo apt-get install apt-cacher-ng
edit /etc/apt-cacher-ng/acng.conf and change the BindAddress to:
0.0.0.0
Now restart the service:
/etc/init.d/apt-cacher-ng restart
On the clients:
create /etc/apt/apt.conf.d/03proxy and add:
Acquire::http { Proxy "http://serveriP:3142"; };
now run:
sudo apt-get update
Then browse to:
http://serverIP:3142/acng-report.html
You should see something like:



