Guest User

Untitled

a guest
May 7th, 2018
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Acquire::http::Proxy "http://login:password@yourproxyaddress:port";
  2.  
  3. Acquire::http::Proxy "http://bob:123bob@bobproxy:8070";
  4.  
  5. ftp_proxy="ftp://username:password@proxy.com:8080/"
  6. http_proxy="http://username:password@proxy.com:8080/"
  7. https_proxy="https://username:password@proxy.com:8080/"
  8.  
  9. export ftp_proxy="ftp://username:password@proxy.com:8080/"
  10. export http_proxy="http://username:password@proxy.com:8080/"
  11. export https_proxy="https://username:password@proxy.com:8080/"
  12.  
  13. sudo apt-get install gconf-editor
  14.  
  15. gconf-editor
Add Comment
Please, Sign In to add comment