slitaz-doc-wiki-data diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pages/en/guides/tor.txt	Sat Feb 26 12:17:18 2011 +0000
     1.3 @@ -0,0 +1,42 @@
     1.4 +====== The Tor Install Guide without blah-blah ======
     1.5 +
     1.6 +===== Installation =====
     1.7 +<code>
     1.8 +# tazpkg get-install tor
     1.9 +# tazpkg get-install privoxy
    1.10 +# echo 'forward-socks4a /        127.0.0.1:9050   .' >> /etc/privoxy/config
    1.11 +# sed -r '/RUN_DAEMONS/s/(" *)$/ privoxy\1/' -i /etc/rcS.conf 
    1.12 +# echo 'tor > /dev/tty2 & ' >> /etc/init.d/local.sh
    1.13 +</code>
    1.14 +
    1.15 +Use Bridges to get tor working if the options above are not working.
    1.16 +
    1.17 +<code>
    1.18 +# echo '
    1.19 +UseBridges 1
    1.20 +UpdateBridgesFromAuthority 1
    1.21 +bridge 66.160.141.98:6085 ' >> /etc/tor/torrc
    1.22 +</code>
    1.23 +
    1.24 +===== Reboot system and relogin. =====
    1.25 +
    1.26 +Login to tty2 (Ctrl+Alt+F2 gets you into tty2; Alt+F7 back to the Desktop) to check if it works or not.
    1.27 +If it shows Success... then this means it works.
    1.28 +
    1.29 +Then install the "tor button" plugin for Firefox.
    1.30 +
    1.31 +Over the Wall, you can touch everywhere in the world.
    1.32 +
    1.33 +---- 
    1.34 +\\
    1.35 +^  Page Review Section  ^^ 
    1.36 +|Quality| Medium  |
    1.37 +|Review| Minor Updates  |
    1.38 +|Priority| Low |
    1.39 +|Problems| add a [[http://forum.slitaz.org|forum post link]]|
    1.40 +|:::     | OR add a [[http://labs.slitaz.org/issues |lab issue tracker link ]]|
    1.41 +|How to Improve| Introduction is missing|
    1.42 +|::: |  |
    1.43 +
    1.44 +\\
    1.45 +----
    1.46 \ No newline at end of file