gedit .bashrc
export http_proxy=http://user:password@my.proxy.server:port/
export ftp_proxy=http://user:password@my.proxy.server:port/
export http_proxy=
http://cache
.proxy.server:port/
export ftp_proxy=
http://cache
.proxy.server:port/
source .bashrc
Now you should be able to run
apt-get
from the command line.
0 comments:
Post a Comment