Matt Pagan commited on 2014-03-06 20:04:46
              Zeige 1 geänderte Dateien mit 18 Einfügungen und 26 Löschungen.
            
| ... | ... | 
                      @@ -164,8 +164,6 @@ country)  | 
                  
| 164 | 164 | 
                        <li><a href="#WhyIsntMyRelayBeingUsedMore">Why isn't my relay being  | 
                    
| 165 | 165 | 
                        used more?</a></li>  | 
                    
| 166 | 166 | 
                        <li><a href="#IDontHaveAStaticIP">I don't have a static IP.</a></li>  | 
                    
| 167 | 
                        - <li><a href="#ModemKeepsCrashing">My cable/dsl modem keeps crashing.  | 
                    |
| 168 | 
                        - What's going on?</a></li>  | 
                    |
| 169 | 167 | 
                        <li><a href="#PortscannedMore">Why do I get portscanned more often  | 
                    
| 170 | 168 | 
                        when I run a Tor relay?</a></li>  | 
                    
| 171 | 169 | 
                        <li><a href="#MoreThanOneCPU">I have more than one CPU. Does this  | 
                    
| ... | ... | 
                      @@ -1102,6 +1100,22 @@ other than our official HTTPS website.  | 
                  
| 1102 | 1100 | 
                         | 
                    
| 1103 | 1101 | 
                        <hr>  | 
                    
| 1104 | 1102 | 
                         | 
                    
| 1103 | 
                        + <a id="VirusFalsePositives"></a>  | 
                    |
| 1104 | 
                        + <h3><a class="anchor" href="#VirusFalsePositives"></a></h3>  | 
                    |
| 1105 | 
                        + <p>  | 
                    |
| 1106 | 
                        + Sometimes, overzealous Windows virus and spyware detectors trigger on  | 
                    |
| 1107 | 
                        + some parts of the Tor Windows binary. Our best guess is that these are  | 
                    |
| 1108 | 
                        + false positives — after all, the anti-virus and anti-spyware business is  | 
                    |
| 1109 | 
                        + just a guessing game anyway. You should contact your vendor and explain  | 
                    |
| 1110 | 
                        + that you have a program that seems to be triggering false positives. Or  | 
                    |
| 1111 | 
                        + pick a better vendor.  | 
                    |
| 1112 | 
                        + </p>  | 
                    |
| 1113 | 
                        + <p>In the meantime, we encourage you to not just take our word for it.  | 
                    |
| 1114 | 
                        + Our job is to provide the source; if you're concerned, please do  | 
                    |
| 1115 | 
                        + recompile it yourself.</p>  | 
                    |
| 1116 | 
                        +  | 
                    |
| 1117 | 
                        + <hr>  | 
                    |
| 1118 | 
                        +  | 
                    |
| 1105 | 1119 | 
                        <a id="tarballs"></a>  | 
                    
| 1106 | 1120 | 
                        <h3><a class="anchor" href="#tarballs">How do I open a .tar.gz  | 
                    
| 1107 | 1121 | 
                        or .tar.xz file?</a></h3>  | 
                    
| ... | ... | 
                      @@ -1109,7 +1123,7 @@ other than our official HTTPS website.  | 
                  
| 1109 | 1123 | 
                        <p>  | 
                    
| 1110 | 1124 | 
                        Tar is a common archive utility for Unix and Linux systems. If your  | 
                    
| 1111 | 1125 | 
                        system has a mouse, you can usually open them by double clicking.  | 
                    
| 1112 | 
                        - Otherwise open a command prompt and execute  | 
                    |
| 1126 | 
                        + Otherwise open a command prompt and execute</p>  | 
                    |
| 1113 | 1127 | 
                        <pre>tar xzf <FILENAME>.tar.gz</pre> or <pre>tar xJf <FILENAME>.tar.xz</pre>  | 
                    
| 1114 | 1128 | 
                        <p>  | 
                    
| 1115 | 1129 | 
                        as documented on tar's man page.  | 
                    
| ... | ... | 
                      @@ -2452,28 +2466,6 @@ from the source code release tor-0.2.4.16-rc is:  | 
                  
| 2452 | 2466 | 
                         | 
                    
| 2453 | 2467 | 
                        <hr>  | 
                    
| 2454 | 2468 | 
                         | 
                    
| 2455 | 
                        - <a id="ModemKeepsCrashing"></a>  | 
                    |
| 2456 | 
                        - <h3><a class="anchor" href="#ModemKeepsCrashing">My cable/DSL modem  | 
                    |
| 2457 | 
                        - keeps crashing. What's going on?</h3></a>  | 
                    |
| 2458 | 
                        -  | 
                    |
| 2459 | 
                        - <p>  | 
                    |
| 2460 | 
                        - Tor relays hold many connections open at once. This is more intensive  | 
                    |
| 2461 | 
                        - use than your cable modem (or other home router) would ever get normally.  | 
                    |
| 2462 | 
                        - So if there are any bugs or instabilities, they might show up now.  | 
                    |
| 2463 | 
                        - </p>  | 
                    |
| 2464 | 
                        - <p>  | 
                    |
| 2465 | 
                        - If your router keeps crashing, you've got two options. First, you should  | 
                    |
| 2466 | 
                        - try to upgrade its firmware. If you need tips on how to do this, ask  | 
                    |
| 2467 | 
                        - Google or your cable/router provider, or try the Tor IRC channel.  | 
                    |
| 2468 | 
                        - </p>  | 
                    |
| 2469 | 
                        -  | 
                    |
| 2470 | 
                        - <p>  | 
                    |
| 2471 | 
                        - Usually the firmware upgrade will fix it. If it doesn't, you will  | 
                    |
| 2472 | 
                        - probably want to get a new (better) router.  | 
                    |
| 2473 | 
                        - </p>  | 
                    |
| 2474 | 
                        -  | 
                    |
| 2475 | 
                        - <hr>  | 
                    |
| 2476 | 
                        -  | 
                    |
| 2477 | 2469 | 
                        <a id="PortscannedMore"></a>  | 
                    
| 2478 | 2470 | 
                        <h3><a class="anchor" href="#PortscannedMore">Why do I get portscanned  | 
                    
| 2479 | 2471 | 
                        more often when I run a Tor relay?</a></h3>  | 
                    
| ... | ... | 
                      @@ -2797,7 +2789,7 @@ users  | 
                  
| 2797 | 2789 | 
                        <hr>  | 
                    
| 2798 | 2790 | 
                         | 
                    
| 2799 | 2791 | 
                        <a id="BestOSForRelay"></a>  | 
                    
| 2800 | 
                        - <h3><a class="anchor" href="#BestOSForRelay">Why doesn't my Windows (or other OS) Tor relay run well?</a>  | 
                    |
| 2792 | 
                        + <h3><a class="anchor" href="#BestOSForRelay">Why doesn't my Windows (or other OS) Tor relay run well?</h3></a>  | 
                    |
| 2801 | 2793 | 
                         | 
                    
| 2802 | 2794 | 
                        <p>  | 
                    
| 2803 | 2795 | 
                        Tor relays work best on Linux, FreeBSD 5.x+, OS X Tiger or  | 
                    
| 2804 | 2796 |