Advertisement
krax

system-wide proxy

Sep 30th, 2011
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.68 KB | None | 0 0
  1. larie> amin`: then add "listen-address  ip?:8080" and "forward-socks4a / localhost:9050 ." to /etc/privoxy/config
  2. <larie> amin`: and then export http proxy... it will be system-wide...
  3. <amin`> larie, i just use xmonad. I don't have gnome. i remembered from before that in ubuntu there was a thing called system network preference which allowed me to set proxy system wide
  4. <larie> amin`: 8080 will be your new http proxy port to export..
  5. larie> amin`: # export http_proxy='http://yourip:8080/'
  6. <larie> amin`: that will enable proxy usage system-wide
  7. <larie> amin`: you can add that line to .bashrc or another env file
  8. <larie> amin`: and you can use 127.0.0.1 as ip/listen addr if you want
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement