b555a1f0c9f648f39e72cb8b1d880bfaa9c7d594
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) 
hiromipaw Remove Unix/BSD from instal...

hiromipaw authored 6 years ago

5) #include "head.wmi" TITLE="Tor: Linux Install Instructions" CHARSET="UTF-8"
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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>
hiromipaw Remove Unix/BSD from instal...

hiromipaw authored 6 years ago

10)     <a href="<page docs/tor-doc-unix>">Linux Client</a>
Roger Dingledine strip trailing whitespace (...

Roger Dingledine authored 5 years ago

11)   </div>
12)   <div id="maincol">
hiromipaw Remove Unix/BSD from instal...

hiromipaw authored 6 years ago

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

Sebastian Hahn authored 13 years ago

14)     <br>
Roger Dingledine strip trailing whitespace (...

Roger Dingledine authored 5 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
Matt Pagan Replaced "the Tor Browser B...

Matt Pagan authored 9 years ago

17)     Tor client. The easiest way to do this is to simply download <a
18)     href="<page projects/torbrowser>">Tor Browser</a> and you are
Andrew Lewman address ticket 5706 by maki...

Andrew Lewman authored 11 years ago

19)     done.
20)     </h2>
Roger Dingledine strip trailing whitespace (...

Roger Dingledine authored 5 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>
Roger Dingledine strip trailing whitespace (...

Roger Dingledine authored 5 years ago

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

Andrew Lewman authored 13 years ago

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,
Sebastian Hahn Remove reference to BSD pac...

Sebastian Hahn authored 9 years ago

30)     Red Hat, Gentoo, etc there too. If you're
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

31)     using Ubuntu, don't use the default packages: use <a
32)     href="<page docs/debian>#ubuntu">our deb repository</a> instead.
33)     </p>
Roger Dingledine strip trailing whitespace (...

Roger Dingledine authored 5 years ago

34) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

38)     applicable). Then run:<br>
39)     <tt>tar xzf tor-<version-stable>.tar.gz; cd tor-<version-stable></tt><br>
40)     <tt>./configure &amp;&amp; make</tt><br>
Roger Dingledine starting in tor 0.3.5.x, th...

Roger Dingledine authored 5 years ago

41)     Now you can run tor as either <tt>src/or/tor</tt> (before 0.3.5.x)
42)     or <tt>src/app/tor</tt> (0.3.5.x and later), or you can run <tt>make
43)     install</tt>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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>
Roger Dingledine strip trailing whitespace (...

Roger Dingledine authored 5 years ago

47) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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>
Roger Dingledine strip trailing whitespace (...

Roger Dingledine authored 5 years ago

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>
Roger Dingledine strip trailing whitespace (...

Roger Dingledine authored 5 years ago

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

Andrew Lewman authored 13 years ago

58)     <p>
Sebastian Hahn TB socks port is 9150

Sebastian Hahn authored 8 years ago

59)     If you want to use Tor for anonymous web browsing, please use <a
60)     href="<page projects/torbrowser>">Tor Browser</a>. It comes with
61)     readily configured Tor and a browser patched for better anonymity.
62)     To use SOCKS directly (for instant messaging, Jabber, IRC, etc), you
63)     can point your application directly at Tor (localhost
Peter Palfrader fix wml

Peter Palfrader authored 8 years ago

64)     port 9050, or port 9150 for Tor Browser), but see <a href="<page docs/faq>#TBBSocksPort">this FAQ
Moritz Bartl Removed Torbutton reference...

Moritz Bartl authored 11 years ago

65)     entry</a> for why this may be dangerous. For applications
66)     that support neither SOCKS nor HTTP, take a look at <a href="https://code.google.com/p/torsocks/">torsocks</a>
67)     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

68)     </p>
Roger Dingledine strip trailing whitespace (...

Roger Dingledine authored 5 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

72)     </p>
Roger Dingledine strip trailing whitespace (...

Roger Dingledine authored 5 years ago

73) 
Andrew Lewman finish purging polipo from...

Andrew Lewman authored 12 years ago

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

Moritz Bartl authored 11 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

85)     </p>
Roger Dingledine strip trailing whitespace (...

Roger Dingledine authored 5 years ago

86) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

89)     FAQ entry</a> for hints.</p>
Roger Dingledine strip trailing whitespace (...

Roger Dingledine authored 5 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Moritz Bartl authored 11 years ago

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

95)     <br>
Roger Dingledine strip trailing whitespace (...

Roger Dingledine authored 5 years ago

96) 
ilv Updated config relay on ins...

ilv authored 9 years ago

97)     <p>The Tor network relies on volunteers to donate bandwidth. If you
98)     want to help <strong>make the Tor network faster</strong>, please
99)     consider <a href="<page docs/tor-doc-relay>">running a relay</a>.</p>
Roger Dingledine strip trailing whitespace (...

Roger Dingledine authored 5 years ago

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

Sebastian Hahn authored 13 years ago

101)     <hr>
Roger Dingledine strip trailing whitespace (...

Roger Dingledine authored 5 years ago

102) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

103)     <p>If you have suggestions for improving this document, please <a
104)     href="<page about/contact>">send them to us</a>. Thanks!</p>
105)   </div>
106)   <!-- END MAINCOL -->
107)   <div id = "sidecol">
108) #include "side.wmi"
109) #include "info.wmi"
110)   </div>
111)   <!-- END SIDECOL -->
112) </div>
113) <!-- END CONTENT -->