slitaz-doc-wiki-data view pages/en/guides/tor.txt @ rev 7

Add pages/en folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 26 12:17:18 2011 +0000 (2011-02-26)
parents
children
line source
1 ====== The Tor Install Guide without blah-blah ======
3 ===== Installation =====
4 <code>
5 # tazpkg get-install tor
6 # tazpkg get-install privoxy
7 # echo 'forward-socks4a / 127.0.0.1:9050 .' >> /etc/privoxy/config
8 # sed -r '/RUN_DAEMONS/s/(" *)$/ privoxy\1/' -i /etc/rcS.conf
9 # echo 'tor > /dev/tty2 & ' >> /etc/init.d/local.sh
10 </code>
12 Use Bridges to get tor working if the options above are not working.
14 <code>
15 # echo '
16 UseBridges 1
17 UpdateBridgesFromAuthority 1
18 bridge 66.160.141.98:6085 ' >> /etc/tor/torrc
19 </code>
21 ===== Reboot system and relogin. =====
23 Login to tty2 (Ctrl+Alt+F2 gets you into tty2; Alt+F7 back to the Desktop) to check if it works or not.
24 If it shows Success... then this means it works.
26 Then install the "tor button" plugin for Firefox.
28 Over the Wall, you can touch everywhere in the world.
30 ----
31 \\
32 ^ Page Review Section ^^
33 |Quality| Medium |
34 |Review| Minor Updates |
35 |Priority| Low |
36 |Problems| add a [[http://forum.slitaz.org|forum post link]]|
37 |::: | OR add a [[http://labs.slitaz.org/issues |lab issue tracker link ]]|
38 |How to Improve| Introduction is missing|
39 |::: | |
41 \\
42 ----