If you're running ubuntu/debian, you can take advantage of an apt-cacher for your package additions and updates.
It should be slightly faster to fetch, but with ~75% of all linode users on ubuntu/debian, it should save a little bit of external bandwidth.
As of this post, there's an apt-cacher-ng in Newark,NJ and in London.
Simply run
Code:
echo 'Acquire::http { Proxy "http://<server address>:3142"; };' | sudo tee /etc/apt/apt.conf.d/01proxy
Substituting for the <server address>:
london-cache.getbestfone.com for london
newark-ubuntu-cache.alittletothewright.com for newark
You can find updated info at:
https://www.linode.com/wiki/index.php?t ... l_Services