Javability (Java, Zaurus, Linux, Live)
by Jean-Marc Autexier, Saarland/Germany
cat /dev/www | egrep 'Java|Linux|Zaurus|ITnews|Live' > blog
31.12.04
20:49 How to use apt-get through a proxy server (with Suse Linux) (
,
,
,
)
Linux: I use apt to keep my Suse linux box up to date. If you can'T access the apt repository through a proxy, set the environment variables ftp_proxy to and http_proxy (for example "http_proxy=http://proxy-ip:port").
You may also have an active ftp prolem. Use -passive-ftp in this case.