b75b913d7e7ed737d3850c22bdb4771bf94f9862
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)     
58)     <p>
Moritz Bartl Removed Torbutton reference...

Moritz Bartl authored 11 years ago

59)     If you want to use Tor for anonymous web browsing, please use the <a href="<page projects/torbrowser>">Tor Browser Bundle</a>. It comes with readily configured Tor and a browser patched for better anonymity. To use SOCKS directly (for instant messaging, Jabber, IRC, etc),
60)     you can point your application directly at Tor (localhost
61)     port 9050), but see <a href="<wikifaq>#SOCKSAndDNS">this FAQ
62)     entry</a> for why this may be dangerous. For applications
63)     that support neither SOCKS nor HTTP, take a look at <a href="https://code.google.com/p/torsocks/">torsocks</a>
64)     or <a href="http://www.dest-unreach.org/socat/">socat</a>.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

69)     </p>
70)     
Andrew Lewman finish purging polipo from...

Andrew Lewman authored 12 years ago

71)     <p>If you have a personal firewall that limits your computer's ability
72)     to connect to itself (this includes something like SELinux on Fedora
73)     Core 4), be sure to allow connections from your local applications to
74)     Tor (local port 9050). If your firewall blocks outgoing connections,
75)     punch a hole so it can connect to at least TCP ports 80 and 443, and
76)     then see <a href="<wikifaq>#FirewalledClient">this FAQ entry</a>.
Moritz Bartl Removed Torbutton reference...

Moritz Bartl authored 11 years ago

77)     If your SELinux config is not allowing tor to run
Andrew Lewman finish purging polipo from...

Andrew Lewman authored 12 years ago

78)     correctly, create a file named booleans.local in the directory
79)     /etc/selinux/targeted.  Edit this file in your favorite text editor
80)     and insert "allow_ypbind=1".  Restart your machine for this change
81)     to take effect.
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

89)     <a id="server"></a>
90)     <a id="relay"></a>
Moritz Bartl Removed Torbutton reference...

Moritz Bartl authored 11 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

93)     
94)     <p>The Tor network relies on volunteers to donate bandwidth. The more
95)     people who run relays, the faster the Tor network will be. If you have
Roger Dingledine relays are bigger these days

Roger Dingledine authored 10 years ago

96)     at least 50 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

97)     Tor to be a relay too. We have many features that make Tor relays easy
98)     and convenient, including rate limiting for bandwidth, exit policies so
99)     you can limit your exposure to abuse complaints, and support for dynamic
100)     IP addresses.</p>
101)     
Andrew Lewman fix link in faq per ticket...

Andrew Lewman authored 11 years ago

102)     <p>Having relays in many different places on
103)     the Internet is what makes Tor users secure. <a
104)     href="<wikifaq>#DoIgetbetteranonymityifIrunarelay">You may also
105)     get stronger anonymity yourself</a>, since remote sites can't know
106)     whether connections originated at your computer or were relayed
Andrew Lewman finish purging polipo from...

Andrew Lewman authored 12 years ago

107)     from others.</p>
108) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

112)     <hr>