Posts Tagged ‘apt’

Proxying all Linux Traffic – set web access for Ubuntu behind a proxy


2010
10.22

So that it’s documented… I’m using port 8080 as the default port as the likelyhood of your upstream proxy being on 8080 is high – else, typical proxy ports are, of course, 80, 800 (transpartent), 8000, 3128 (squid)

To force your server to force web traffic via a proxy, just two quick things to set – in /etc/environment, export one (or two) variables: (more…)

End of life for Ubuntu versions


2010
07.12

In the story relating to release upgrades for Ubuntu, below the end-of-life table for the Ubutu Releases from the Ubuntu Wiki – just to have it all in one place; I’m only including the LTS (long-term support) editions, as these should be the only ones deployed on live production systems. In the meantime, Maverick Meerkat is due in October 2010, supported for 2 years. (more…)

Upgrade your Ubuntu Distro from the Command Line – Server or Desktop


2010
06.01

What release / version are you running?

cat /etc/lsb-release

or

cat /etc/issue

But you knew that already — to upgrade the version of the Ubuntu installation you have is quite simple – just storing it so that I have it somewhere :) (more…)