reviewing Linux distro's with an open (source) mind
you can use the http proxy in behind the corp proxy/. say your corp http proxy is proxy.abc.com:8080 then you have to do the following
1. On terminal window export http_proxy=http://proxy.abc.com:8080; export http_proxy 2. type the following to update. apt-get update; apt-get upgrade
thanks mayank
More information about formatting options
The site was officially launched on February 28th 2008 so it's still very young; that's why comments are few and far between.
You may have seen a few of the reviews before - they're from Seopher.com which is my website (so they're not stolen).
Content © Copyright distro-review.com 2008 distro-review.com is part of the Seopher website group
you can use the http proxy in behind the corp proxy/.
say your corp http proxy is proxy.abc.com:8080
then you have to do the following
1. On terminal window
export http_proxy=http://proxy.abc.com:8080; export http_proxy
2. type the following to update.
apt-get update; apt-get upgrade
thanks
Submitted by mayank johri (not verified) on Mon, 04/07/2008 - 17:55.mayank