84ae24cdaec9eeb7bc22df8c0ba6cde08658e386
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

1) ## translation metadata
Jan Reister it docs update, unix privox...

Jan Reister authored 16 years ago

2) # Based-On-Revision: 12733
Jan Reister update it unix doc

Jan Reister authored 16 years ago

3) # Last-Translator: jan at seul org
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

4) 
Jan Reister italian docs are UTF-8

Jan Reister authored 18 years ago

5) #include "head.wmi" TITLE="Istruzioni per installare Tor su Linux/BSD/Unix" CHARSET="UTF-8"
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

6) 
7) <div class="center">
8) 
9) <div class="main-column">
10) 
11) <h1>Usare il client <a href="<page index>">Tor</a> su Linux/BSD/Unix</h1>
12) <br />
13) 
14) <p>
15) <b>Queste sono le istruzioni per installare e usare un client Tor.
16) Se invece vuoi donare banda e traffico per aiutare a fare crescere
17) la rete Tor (s&igrave; per favore), leggi la guida <a
Jan Reister update it unix doc

Jan Reister authored 16 years ago

18) href="<page docs/tor-doc-relay>">Configurare un relay</a>.</b>
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

19) </p>
20) 
21) <hr />
22) <a id="installing"></a>
23) <h2><a class="anchor" href="#installing">Uno: scarica e installa Tor</a></h2>
24) <br />
25) 
26) <p>
27) L'ultima versione di Tor si trova sulla pagina <a
28) href="<page download>">scarica</a>. Ci sono anche pacchetti per Debian,
29) Red Hat, Gentoo, *BSD, etc.
30) </p>
31) 
32) <p>Se compili dai sorgenti, installa prima <a
33) href="http://www.monkey.org/~provos/libevent/">libevent</a>, e
34) controlla di avere openssl e zlib (inclui i pacchetti -devel se
Jan Reister update italian tor-doc-unix

Jan Reister authored 17 years ago

35) necessario). Poi esegui <br />
36) <tt>tar xzf tor-<version-stable>.tar.gz; cd tor-<version-stable><br />
37) ./configure &amp;&amp; make</tt><br />
38) Ora puoi eseguire tor come <tt>src/or/tor</tt>, oppure puoi eseguire <tt>make install</tt>
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

39) (come root, se necessario) per installarlo in /usr/local/. Infine, puoi
40) avviare Tor eseguendo <tt>tor</tt>.
41) </p>
42) 
43) <p>In partenza, Tor &egrave; configurato sempre come client e usa un file di
44) configurazione di default, di cui la maggior parte delle persone non dovr&agrave;
45) modificare i valori. Dopo queste operazioni, Tor &egrave; installato.
46) </p>
47) 
48) <hr />
49) <a id="privoxy"></a>
50) <h2><a class="anchor" href="#privoxy">Due: installa Privoxy per navigare sul web</a></h2>
51) <br />
52) 
53) <p>Dopo avere installato Tor, occorre configurare i programmi affinch&eacute; lo usino.
54) </p>
55) 
56) <p>
57) Per prima cosa va configurata la navigazione web. Inizia installando <a
58) href="http://www.privoxy.org/">Privoxy</a>: fai clic su 'recent releases'
59) e scegli il tuo pacchetto preferito, o installa dai sorgenti. Privoxy &egrave;
60) un filtro proxy web che si integra bene con Tor.
61) </p>
62) 
63) <p>Una volta installato Privoxy (da un pacchetto o dai sorgenti),
Jan Reister it docs update, unix privox...

Jan Reister authored 16 years ago

64) <b>dovrai configurare Privoxy per usare Tor</b>. Puoi prendere
65) <a
66) href="https://wiki.torproject.org/noreply/TheOnionRouter/PrivoxyConfig">questa
67) configurazione base di Privoxy</a> come punto di partenza. Altrimenti devi configurare
68) Privoxy a mano seguendo le istruzioni qui sotto.
69) </p>
70) 
71) <p>
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

72) Apri il file 'config' di Privoxy (cerca in /etc/privoxy/ o /usr/local/etc/)
73) e aggiungi questa riga <br>
Nick Mathewson Recommend 127.0.0.1 over lo...

Nick Mathewson authored 17 years ago

74) <tt>forward-socks4a / 127.0.0.1:9050 .</tt><br>
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

75) in cima al file di configurazione. Non dimenticare il punto a fine riga.
76) </p>
77) 
78) <p>Privoxy conserva un file di log per tutto ci&ograve; che vi passa attraverso.  Per
Jan Reister update italian docs

Jan Reister authored 17 years ago

79) impedirlo occorre commentare via tre righe inserendo un 
80) \# a inizio linea. Le tre righe sono:<br>
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

81) <tt>logfile logfile</tt><br>
82) e<br>
83) <tt>jarfile jarfile</tt><br>
Jan Reister update italian docs

Jan Reister authored 17 years ago

84) e (su alcuni sistemi) la riga <br>
85) <tt>debug 1  # show each GET/POST/CONNECT request</tt><br>
Jan Reister update it unix doc

Jan Reister authored 16 years ago

86) </p>
87) <p>A seconda del tuo config file di default per Privoxy,
88) dovresti anche disabilitare <tt>enable-remote-toggle</tt>,
89) <tt>enable-remote-http-toggle</tt>, e<tt>enable-edit-actions</tt>.
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

90) </p>
91) 
92) <p>Dovrai riavviare Privoxy perch&eacute; le modifiche abbiano effetto.</p>
93) 
94) <hr />
95) <a id="using"></a>
96) <h2><a class="anchor" href="#using">Tre: configura i tuoi programmi per usare Tor</a></h2>
97) <br />
98) 
99) <p>Dopo aver installato Tor e Privoxy, devi configurare i tuoi programmi per
100) usarli. Il primo passo รจ la configurazione della navigazione web.</p>
101) 
Jan Reister update italian docs

Jan Reister authored 17 years ago

102) <p>Se usi Firefox (l consigliamo), basta installare il <a
Roger Dingledine remove some extraneous diff...

Roger Dingledine authored 16 years ago

103) href="https://addons.mozilla.org/firefox/2275/">plugin Torbutton
Jan Reister update italian docs

Jan Reister authored 17 years ago

104) </a> e riavviare Firefox:
105) </p>
106) 
107) <img alt="Torbutton plugin for Firefox"
108) src="../img/screenshot-torbutton.png"
109) border="1">
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

110) 
Jan Reister update italian docs

Jan Reister authored 17 years ago

111) <br />
Jan Reister updated italian tor-doc-uni...

Jan Reister authored 18 years ago

112) 
113) <p>
Jan Reister italian docs updated with n...

Jan Reister authored 16 years ago

114) (<a href="https://torbutton.torproject.org/">Maggiori informazioni su
Jan Reister update italian docs

Jan Reister authored 17 years ago

115) Torbutton</a>.
116) Se vuoi usare Firefox su un computer diverso da quello su cui gira Tor, leggi la <a
Roger Dingledine patch from ararat to update...

Roger Dingledine authored 16 years ago

117) href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#SocksListenAddress">
Jan Reister update italian docs

Jan Reister authored 17 years ago

118) FAQ
119) per usare Tor su un pc diversor</a>. Se devi usare un
120) browser diverso da Firefox, dovrai <a href="<page
121) docs/tor-doc-web>">configurare il proxy da te</a>.)
122) </p>
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

123) 
124) <p>&#200; <strong>necessario</strong> usare privoxy perch&eacute; <a
Roger Dingledine patch from ararat to update...

Roger Dingledine authored 16 years ago

125) href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">i browser
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

126) rivelano le tue richieste DNS se usano un SOCKS proxy direttamente</a>, cosa
127) che riduce il tuo anonimato. Privoxy rimuove inoltre certi header
128) pericolosi dalle tue richieste web, e blocca certi fastidiosi siti
129) pubblicitari come Doubleclick.</p>
130) 
131) <p>Per torificare altri programmi che supportino un proxy HTTP, basta
132) farli puntare a Privoxy (ovvero, a localhost porta 8118). Per usare SOCKS
133) direttamente (per instant messaging, Jabber, IRC, etc), puoi puntare
134) l'applicazione direttamente a Tor (localhost porta 9050), ma leggi <a
Roger Dingledine patch from ararat to update...

Roger Dingledine authored 16 years ago

135) href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">questa
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

136) FAQ</a> per capire perch&eacute; ci&ograve; pu&ograve; essere pericoloso. Per i programmi
137) che non supportano n&eacute; SOCKS ne&eacute; HTTP, dai un'occhiata a <a
138) href="http://tsocks.sourceforge.net/">tsocks</a> o a <a
Roger Dingledine patch from ararat to update...

Roger Dingledine authored 16 years ago

139) href="https://wiki.torproject.org/noreply/TheOnionRouter/TorifyHOWTO#socat">socat</a>.
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

140) </p>
141) 
142) <p>Per informazioni su come torificare altre applicazioni, leggi il
Roger Dingledine patch from ararat to update...

Roger Dingledine authored 16 years ago

143) <a href="https://wiki.torproject.org/noreply/TheOnionRouter/TorifyHOWTO">Torify
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

144) HOWTO</a>.
145) </p>
146) 
147) <hr />
148) <a id="verify"></a>
149) <h2><a class="anchor" href="#verify">Quattro: controlla che tutto funzioni</a></h2>
150) <br />
151) 
152) <p>
153) Ora prova ad usare il tuo browser con Tor e controlla
Jan Reister update italian docs

Jan Reister authored 17 years ago

154) che il tuo indirizzo IP address venga anonimizzato. Fai clic sul
yGREK Heretix update translations with th...

yGREK Heretix authored 16 years ago

155) <a href="http://torcheck.xenobite.eu/">
Jan Reister update italian docs

Jan Reister authored 17 years ago

156) Tor detector</a>
157) e controlla se secondo lui stai usando Tor o no.
158) #<a href="http://ipchicken.com/">iquesto sito</a>
159) #per vedere quale indirizzo IP crede che tu stia usando.
160) 
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

161) (Se questo sito non risponde, vedi <a
Roger Dingledine patch from ararat to update...

Roger Dingledine authored 16 years ago

162) href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#IsMyConnectionPrivate">questa
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

163) FAQ</a> per conoscere altri modi di verificare il tuo Tor.)
164) </p>
165) 
166) <p>Se usi un personal firewall che limita le connessioni del tuo computer
167) verso se stesso (compreso ad esempio SELinux su
168) Fedora Core 4), devi consentire le connessioni dalla
169) tua applicazione locale a Privoxy (porta locale 8118) ed a Tor (porta locale
170) 9050). Se
171) il tuo firewall blocca le connessioni in uscita, abilita almeno 
172) le connessioni alle porte TCP 80 e 443, e poi vedi <a
Roger Dingledine patch from ararat to update...

Roger Dingledine authored 16 years ago

173) href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#FirewalledClient">questa
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

174) FAQ</a>.  Se la tua configurazione di SELinux non permette a tor o privoxy di
175) girare correttamente, crea un file di nome booleans.local nella directory
176) /etc/selinux/targeted.  Modifica questo file con un editor di testo e
177) inserisci "allow_ypbind=1".  Riavvia la macchina perch&eacute; questa modifica abbia
178) effetto.
179) </p>
180) 
181) <p>Se ancora non funziona, leggi <a
Roger Dingledine patch from ararat to update...

Roger Dingledine authored 16 years ago

182) href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork">questa
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

183) FAQ</a> per altre indicazioni.</p>
184) 
185) <hr />
186) <a id="server"></a>
Jan Reister update it unix doc

Jan Reister authored 16 years ago

187) <a id="relay"></a>
188) <h2><a class="anchor" href="#relayr">Cinque: configura Tor come relay</a></h2>
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

189) <br />
190) 
191) <p>La rete Tor si fonda sulla banda donata da volontari. Pi&ugrave;
Jan Reister update it unix doc

Jan Reister authored 16 years ago

192) persone aprono un relay, pi&ugrave; veloce sar&agrave; la rete Tor. Se hai almeno
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

193) 20 kilobyte/s sia up che down, per favore aiuta la rete Tor e configura
Jan Reister update it unix doc

Jan Reister authored 16 years ago

194) il tuo Tor relay. Ci sono molte funzionalit&agrave; che facilitano la gestione
195) di un relay Tor, come la limitazione della banda, exit policy per
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

196) ridurre il rischio di abusi e lamentele, ed il supporto per indirizzi
197) IP dinamici.</p>
198) 
Jan Reister update it unix doc

Jan Reister authored 16 years ago

199) <p>Con molti relay sparsi in luoghi diversi di Internet gli utenti
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

200) Tor sono pi&ugrave; sicuri. <a
Roger Dingledine patch from ararat to update...

Roger Dingledine authored 16 years ago

201) href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#RelayAnonymity">Puoi
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

202) anche avere un anonimato pi&ugrave; forte tu stesso</a>,
203) dato che i siti remoti non potranno sapere se le connessioni nascono
204) dal tuo computer o provengono da altrove.</p>
205) 
Jan Reister update it unix doc

Jan Reister authored 16 years ago

206) <p>Puoi approfondire leggendo la nostra guida <a href="<page docs/tor-doc-relay>">Configurare un relay</a>.
Peter Palfrader Italian updates by Jan

Peter Palfrader authored 18 years ago

207) </p>
208) 
209) <hr />
210) 
Jan Reister updated italian tor-doc-uni...

Jan Reister authored 18 years ago

211) <p>Se hai dei suggerimenti per migliorare questo documento, per favore <a
212) href="<page contact>">contattaci</a>. Grazie!</p>