8d62e09fd2390893d3cd4e4465f1fb851115470b
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)     
16)     <p>
Andrew Lewman finish purging polipo from...

Andrew Lewman authored 12 years ago

17)     <b>Note that these are the installation instructions for running a
18)     Tor client. The easiest way to do this is to simply download the <a
19)     href="<page projects/torbrowser>"Tor Browser Bundle</a> and you are
20)     done. </b>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

21)     </p>
22)     
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

24)     <a id="installing"></a>
25)     <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

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

36)     </p>
37)     
38)     <p>If you're building from source, first install <a
39)     href="http://www.monkey.org/~provos/libevent/">libevent</a>, and
40)     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

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

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

56)     <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

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

59)     <p>After installing Tor, you need to configure your applications to
60)     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

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

Robert Ransom authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

73)     
74)     <p>
75)     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

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

95)     <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

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

100)     sure that your IP address is being anonymized. Click on <a
101)     href="https://check.torproject.org/">the Tor detector</a>
102)     and see whether it thinks you're using Tor or not.  #<a
103)     href="http://ipchicken.com/">this site</a> #to see what IP
104)     address it thinks you're using.  (If that site is down, see <a
105)     href="<wikifaq>#IsMyConnectionPrivate">this FAQ entry</a> for more
106)     suggestions on how to test your Tor.)
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

107)     </p>
108)     
Andrew Lewman finish purging polipo from...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

129)     <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

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

Andrew Lewman authored 13 years ago

131)     
132)     <p>The Tor network relies on volunteers to donate bandwidth. The more
133)     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

134)     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

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

149)     <hr>