Linux behind a proxy

So you’re on a linux box and you can’t get access to the internet because you’re behind a proxy. So you need to set the proxy in…

export http_proxy="http://wwwcache.dur.ac.uk:8080"

Sorted.

Leave a Reply