97631f6c5aa67b1e1a8e8e11235eb689036f4340
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) ## translation metadata
Roger Dingledine looks like we never set the...

Roger Dingledine authored 13 years ago

2) # Revision: $Revision$
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3) # Translation-Priority: 3-low
4) 
5) #include "head.wmi" TITLE="Tor: Linux/BSD/Unix Install Instructions" CHARSET="UTF-8"
6) <div id="content" class="clearfix">
7)   <div id="breadcrumbs">
Andrew Lewman change all of the breadcrum...

Andrew Lewman authored 13 years ago

8)     <a href="<page index>">Home &raquo; </a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

9)     <a href="<page docs/documentation>">Documentation &raquo; </a>
10)     <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix Client</a>
11)   </div> 
12)   <div id="maincol"> 
Andrew Lewman change all of the breadcrum...

Andrew Lewman authored 13 years ago

13)     <h1>Running the <a href="<page index>">Tor</a> client on Linux/BSD/Unix</h1>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

14)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

15)     
Andrew Lewman address ticket 5706 by maki...

Andrew Lewman authored 11 years ago

16)     <h2>Note that these are the installation instructions for running a
Andrew Lewman finish purging polipo from...

Andrew Lewman authored 12 years ago

17)     Tor client. The easiest way to do this is to simply download the <a
Andrew Lewman fix a missing >

Andrew Lewman authored 12 years ago

18)     href="<page projects/torbrowser>">Tor Browser Bundle</a> and you are
Andrew Lewman address ticket 5706 by maki...

Andrew Lewman authored 11 years ago

19)     done.
20)     </h2>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

21)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

22)     <hr>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

23)     <a id="installing"></a>
24)     <h2><a class="anchor" href="#installing">Step One: Download and Install Tor</a></h2>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

25)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

26)     
27)     <p>
28)     The latest release of Tor can be found on the <a
29)     href="<page download/download>">download</a> page. We have packages for Debian,
30)     Red Hat, Gentoo, *BSD, etc there too. If you're
31)     using Ubuntu, don't use the default packages: use <a
32)     href="<page docs/debian>#ubuntu">our deb repository</a> instead.
Roger Dingledine warn people about the nativ...

Roger Dingledine authored 13 years ago

33)     Similarly, CentOS / Fedora / OpenSUSE users should use <a href="<page
34)     docs/rpms>">our rpm repository</a> instead.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

35)     </p>
36)     
37)     <p>If you're building from source, first install <a
38)     href="http://www.monkey.org/~provos/libevent/">libevent</a>, and
39)     make sure you have openssl and zlib (including the -devel packages if
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

40)     applicable). Then run:<br>
41)     <tt>tar xzf tor-<version-stable>.tar.gz; cd tor-<version-stable></tt><br>
42)     <tt>./configure &amp;&amp; make</tt><br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

43)     Now you can run tor as <tt>src/or/tor</tt>, or you can run <tt>make install</tt>
44)     (as root if necessary) to install it into /usr/local/, and then you can
45)     start it just by running <tt>tor</tt>.
46)     </p>
47)     
48)     <p>Tor comes configured as a client by default. It uses a built-in
49)     default configuration file, and most people won't need to change any of
50)     the settings. Tor is now installed.
51)     </p>
52)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

53)     <hr>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

54)     <a id="using"></a>
Andrew Lewman remove the polipo section....

Andrew Lewman authored 12 years ago

55)     <h2><a class="anchor" href="#using">Step Two: Configure your applications to use Tor</a></h2>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

56)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

57)     
Andrew Lewman remove the polipo section....

Andrew Lewman authored 12 years ago

58)     <p>After installing Tor, you need to configure your applications to
59)     use them. The first step is to set up web browsing.</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

60)     
61)     <p>You should use Tor with Firefox and Torbutton, for best safety.
62)     Simply install the <a
Robert Ransom Link to the Torbutton page...

Robert Ransom authored 13 years ago

63)     href="<page torbutton/index>">Torbutton
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

64)     plugin</a>, restart your Firefox, and you're all set:
65)     </p>
66)     
67)     <img alt="Torbutton plugin for Firefox"
Andrew Lewman more image path fixes.

Andrew Lewman authored 13 years ago

68)     src="$(IMGROOT)/screenshot-torbutton.png"
Sebastian Hahn Kill all the border attributes

Sebastian Hahn authored 13 years ago

69)    >
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

70)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

71)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

72)     
73)     <p>
74)     If you plan to run Firefox on a different computer than Tor, see the <a
Andrew Lewman clean up wiki and faq refer...

Andrew Lewman authored 13 years ago

75)     href="<wikifaq>#SocksListenAddress">
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

76)     FAQ
77)     entry for running Tor on a different computer</a>.
78)     </p>
79)     
Andrew Lewman finish purging polipo from...

Andrew Lewman authored 12 years ago

80)     <p>To Torify other applications that support SOCKS proxies, just
81)     point them at Tor's SOCKS port (127.0.0.1 port 9050). See <a
82)     href="<wikifaq>#SOCKSAndDNS">this FAQ entry</a> for why this may be
83)     dangerous. For applications that support neither SOCKS nor HTTP, take
84)     a look at <a href="https://code.google.com/p/torsocks/">torsocks</a>
85)     or <a href="<wiki>doc/TorifyHOWTO#socat">socat</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

86)     </p>
87)     
88)     <p>For information on how to Torify other applications, check out the
Andrew Lewman finish purging polipo from...

Andrew Lewman authored 12 years ago

89)     <a href="<wiki>doc/TorifyHOWTO">Torify HOWTO</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

90)     </p>
91)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

92)     <hr>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

93)     <a id="verify"></a>
Andrew Lewman remove the polipo section....

Andrew Lewman authored 12 years ago

94)     <h2><a class="anchor" href="#verify">Step Three: Make sure it's working</a></h2>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

95)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

96)     
97)     <p>
98)     Next, you should try using your browser with Tor and make
Andrew Lewman finish purging polipo from...

Andrew Lewman authored 12 years ago

99)     sure that your IP address is being anonymized. Click on <a
100)     href="https://check.torproject.org/">the Tor detector</a>
Roger Dingledine r24866 exposed our wml comm...

Roger Dingledine authored 12 years ago

101)     and see whether it thinks you're using Tor or not.
102)     (If that site is down, see <a
Andrew Lewman finish purging polipo from...

Andrew Lewman authored 12 years ago

103)     href="<wikifaq>#IsMyConnectionPrivate">this FAQ entry</a> for more
104)     suggestions on how to test your Tor.)
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

105)     </p>
106)     
Andrew Lewman finish purging polipo from...

Andrew Lewman authored 12 years ago

107)     <p>If you have a personal firewall that limits your computer's ability
108)     to connect to itself (this includes something like SELinux on Fedora
109)     Core 4), be sure to allow connections from your local applications to
110)     Tor (local port 9050). If your firewall blocks outgoing connections,
111)     punch a hole so it can connect to at least TCP ports 80 and 443, and
112)     then see <a href="<wikifaq>#FirewalledClient">this FAQ entry</a>.
113)     If your SELinux config is not allowing tor or privoxy to run
114)     correctly, create a file named booleans.local in the directory
115)     /etc/selinux/targeted.  Edit this file in your favorite text editor
116)     and insert "allow_ypbind=1".  Restart your machine for this change
117)     to take effect.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

118)     </p>
119)     
120)     <p>If it's still not working, look at <a
Roger Dingledine fix the faq anchors that ha...

Roger Dingledine authored 13 years ago

121)     href="<page docs/faq>#DoesntWork">this
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

122)     FAQ entry</a> for hints.</p>
123)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

124)     <hr>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

125)     <a id="server"></a>
126)     <a id="relay"></a>
Andrew Lewman remove the polipo section....

Andrew Lewman authored 12 years ago

127)     <h2><a class="anchor" href="#relay">Step Four: Configure it as a relay</a></h2>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

128)     <br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

129)     
130)     <p>The Tor network relies on volunteers to donate bandwidth. The more
131)     people who run relays, the faster the Tor network will be. If you have
Andrew Lewman finish purging polipo from...

Andrew Lewman authored 12 years ago

132)     at least 20 KiloBytes/s each way, please help out Tor by configuring your
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

133)     Tor to be a relay too. We have many features that make Tor relays easy
134)     and convenient, including rate limiting for bandwidth, exit policies so
135)     you can limit your exposure to abuse complaints, and support for dynamic
136)     IP addresses.</p>
137)     
138)     <p>Having relays in many different places on the Internet is what
Andrew Lewman finish purging polipo from...

Andrew Lewman authored 12 years ago

139)     makes Tor users secure. <a href="<wikifaq>#RelayAnonymity">You may
140)     also get stronger anonymity yourself</a>, since remote sites can't
141)     know whether connections originated at your computer or were relayed
142)     from others.</p>
143) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

144)     <p>Read more at our <a href="<page docs/tor-doc-relay>">Configuring a relay</a>
145)     guide.</p>
146)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

147)     <hr>