My band has no limits, with apt-get

Here’s a trick to limit apt-get bandwith.

me@ananke# cat /etc/apt/apt.conf.d/76download
Acquire
{
   Queue-mode "access";
   http
   {
      Dl-Limit "200";
   };
};

2 thoughts on “My band has no limits, with apt-get

Lascia un commento