About proxys, it's always possible to export proxys variables such as
http_proxyFor instance, you can use this command:
- Code: Select all
export http_proxy="http://username:passwd@proxyAddress:port"
But this solution is not suitable for some browser ( if I remember well Firefox and chrome don't like this kind of settings ... ).
Also, this need to edit your /etc/profile file (this way, all user will have your proxy settings) or your ~/.bashrc