[pt-br] Update translation bits.
[tails-test.git] / wiki / src / forum / featurerequest_proxychains / comment_1_8cce0fa571f4c5ae1ae69be5cb1ffc8a._comment
blobc911f93a13d2de3a72a4233a3704b8f00eb42b53
1 [[!comment format=mdwn
2  ip="127.0.0.1"
3  subject="Solution"
4  date="2013-04-23T20:36:23Z"
5  content="""
6 I managed to get proxychains working:
8 I `sudo apt-get install proxychains lynx` then copy /etc/proxychains.conf to my ~/Persistent/ dir and comment out the `proxy_dns` line. Then to use proxychains with lynx we need to clear all proxy-related env variables (ones that contain 8118). See `set | grep 8118` for a list, `http_proxy=` etc blank them.
10 Once that's done you can `proxychains lynx http://check.torproject.org/`, if you get a congratulationary message you are okay to open the config file, add a proxy to the end of the file and try again. If that's good (doesn't detect Tor) then you can uncomment the `#quiet_mode` line so you don't get dirt on your screen while surfing in text mode.
12 My next task will be to get a graphical mode browser working, I'm thinking netsurf but apt appears to be broken so I can't install it.
13 """]]