Matt Pagan commited on 2014-05-30 05:40:44
Zeige 1 geänderte Dateien mit 34 Einfügungen und 0 Löschungen.
| ... | ... |
@@ -173,6 +173,8 @@ be?</a></li> |
| 173 | 173 |
with abuse issues.</a></li> |
| 174 | 174 |
<li><a href="#BestOSForRelay">Why doesn't my Windows (or other OS) Tor |
| 175 | 175 |
relay run well?</a></li> |
| 176 |
+ <li><a href="#PackagedTor">Should I install Tor from my package manager, |
|
| 177 |
+ or build from source?</a></li> |
|
| 176 | 178 |
<li><a href="#WhatIsTheBadExitFlag">What is the BadExit flag?</a></li> |
| 177 | 179 |
<li><a href="#IGotTheBadExitFlagWhyDidThatHappen">I got the BadExit flag. |
| 178 | 180 |
Why did that happen?</a></li> |
| ... | ... |
@@ -2596,6 +2598,38 @@ users |
| 2596 | 2598 |
|
| 2597 | 2599 |
<hr> |
| 2598 | 2600 |
|
| 2601 |
+ <a id="PackagedTor"></a> |
|
| 2602 |
+ <h3><a class="anchor" href="#PackagedTor">Should I install Tor from my |
|
| 2603 |
+ package manager, or build from source?</a></h3> |
|
| 2604 |
+ <p> |
|
| 2605 |
+ If you're using Debian or Ubuntu especially, there are a number of benefits |
|
| 2606 |
+ to installing Tor from the <a |
|
| 2607 |
+ href="https://www.torproject.org/docs/debian.html.en">Tor Project's |
|
| 2608 |
+ repository</a>. |
|
| 2609 |
+ </p> |
|
| 2610 |
+ <ul> |
|
| 2611 |
+ <li> |
|
| 2612 |
+ You're ulimit -n gets set to 32768, high enough for Tor to keep open all |
|
| 2613 |
+ the connections it needs. |
|
| 2614 |
+ </li> |
|
| 2615 |
+ <li> |
|
| 2616 |
+ A user profile is created just for Tor, so Tor doesn't need to run as |
|
| 2617 |
+ root. |
|
| 2618 |
+ </li> |
|
| 2619 |
+ <li> |
|
| 2620 |
+ An init script is included so that Tor runs at boot. |
|
| 2621 |
+ </li> |
|
| 2622 |
+ <li> |
|
| 2623 |
+ Tor runs with --verify-config, so that most problems with your |
|
| 2624 |
+ config file get caught. |
|
| 2625 |
+ </li> |
|
| 2626 |
+ <li> |
|
| 2627 |
+ Tor can bind to low level ports, then drop privileges. |
|
| 2628 |
+ </li> |
|
| 2629 |
+ </ul> |
|
| 2630 |
+ |
|
| 2631 |
+ <hr> |
|
| 2632 |
+ |
|
| 2599 | 2633 |
<a id="WhatIsTheBadExitFlag"></a> |
| 2600 | 2634 |
<h3><a class="anchor" href="#WhatIsTheBadExitFlag">What is the |
| 2601 | 2635 |
BadExit flag?</a></h3> |
| 2602 | 2636 |