To over come this problem,
- Edit your /etc/bash.bashrc file as root
- If you use Kubuntu
- If you use Ubuntu
2. Append following two line into your file and save it
export http_proxy=http://user:password@my.proxy.server:port/
export ftp_proxy=http://user:password@my.proxy.server:port/
- N.B. Replace "user" with your username "password" with your password, "my.proxy.server" with your proxy server address and "port" with your port.
- If your proxy server doesn't require authentication simply use server address and port
- Mine is
export ftp_proxy=http://192.248.16.90:3128/
- Then on console type
Reference 1:
Reference 2:

No comments:
Post a Comment