git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
9214ad8cd
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
it
download.it.html
updated all pages to point at volunteer.it.html instead of contribute.it.html
Andrew Lewman
commited
9214ad8cd
at 2005-06-29 06:53:47
download.it.html
Blame
History
Raw
<!-- revision 0.01 --> <!-- biofa@circolab.net --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Tor: Download</title> <meta name="Author" content="Roger Dingledine" /> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <link rel="stylesheet" type="text/css" href="stylesheet.css" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> </head> <body> <!-- TITLE BAR & NAVIGATION --> <table class="banner" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="banner-left"></td> <td class="banner-middle"> <a href="index.it.html">Home</a> | <a href="howitworks.it.html">Come Funziona</a> | <a class="current">Scarica</a> | <a href="documentation.it.html">Docs</a> | <a href="users.it.html">Utenti</a> | <a href="faq.it.html">Faq</a> | <a href="volunteer.it.html">Contribuire</a> | <a href="developers.it.html">Sviluppo</a> | <a href="research.it.html">Ricerca</a> | <a href="people.it.html">Persone</a> </td> <td class="banner-right"></td> </tr> </table> <div class="center"> <div class="main-column"> <p>Questa traduzione non è stata controllata dagli sviluppatori di Tor e da EFF. Può risultare non attuale o sbagliata. Il sito ufficiale di Tor è in Inglese, all'indirizzo http://tor.eff.org/</p> <h2>Tor: Pacchetti e sorgenti</h2> <hr /> <p>Tor viene distribuito come <a href="http://www.fsf.org/">Free Software</a> sotto le <a href="cvs/tor/LICENSE">3-clausole della licenza BSD</a>.</p> <p>L'ultima release la trovi disponibile per il <a href="dist/">download directory</a>. L'ultima release stablie è la <b>0.1.0.10</b>. Tor gira su Linux, BSD, OS X, Windows, Solaris, e altri ancora.</p> <ul> <li><b>Windows</b> installer: <a href="dist/win32/tor-0.1.0.10-win32.exe">0.1.0.10</a> (<a href="dist/win32/tor-0.1.0.10-win32.exe.asc">sig</a>) Assicurati di leggere le <a href="cvs/tor/doc/tor-doc-win32.html">istruzioni per Win32</a>.</li> <li><b>Mac OS X</b> installer: <a href="dist/osx/Tor 0.1.0.10 Bundle.dmg">0.1.0.10</a> (<a href="dist/osx/Tor 0.1.0.10 Bundle.dmg.asc">sig</a>) Assicurati di leggere le <a href="cvs/tor/doc/tor-doc-osx.html">istruzioni per OS X</a>.</li> <li><b>Red Hat Linux</b> package: <a href="dist/rpm/tor-0.1.0.10-tor.0.fc1.i386.rpm">0.1.0.10 RPM</a> (<a href="dist/rpm/tor-0.1.0.10-tor.0.fc1.i386.rpm.asc">sig</a>), <a href="dist/rpm/tor-0.1.0.10-tor.0.fc1.src.rpm">0.1.0.10 SRPM</a> (<a href="dist/rpm/tor-0.1.0.10-tor.0.fc1.src.rpm">sig</a>) </li> <li>Ultimi sorgenti stabili: <a href="dist/tor-0.1.0.10.tar.gz">0.1.0.10</a> (<a href="dist/tor-0.1.0.10.tar.gz.asc">sig</a>). You will <a href="http://www.monkey.org/~provos/libevent/">need libevent</a>. Se ti senti coraggioso puoi provare a compilarlo da sorgente su Windows, ma ricordati che necessita di libevent 1.0c o successivi.</li> </ul> <p>Le istruzioni generali per installare e configurare Tor le trovi <a href="cvs/tor/doc/tor-doc.html#installing">qui</a>. Questa <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#DistSignatures">FAQ entry</a> spiega come verificare l'autenticità del pacchetto che scaricate.</p> <p>Consulta la <a href="developers.html">pagina degli sviluppatori</a> che contengono le istruzione per prelevare Tor dal CVS. </p> <p> <a href="dist/obsolete/">Qui</a> trovi le vecchie release. </p> <hr /> <p>I <b>Pacchetti Debian</b> sono stati aggiunti al set di pacchetti della unstable (sid) e della testing (etch) <a href="http://packages.debian.org/tor">Debian package</a>. Se stai usando la stable (sarge) o la oldstable (woody), devi prima aggiungere queste linee al tuo <code>/etc/apt/sources.list</code>:</p> <ul> <li><p>per sarge (stable):</p> <p><code> deb http://mirror.noreply.org/pub/tor sarge main<br /> deb-src http://mirror.noreply.org/pub/tor sarge main </code></p></li> <li><p>o per woody (oldstable):</p> <p><code> deb http://mirror.noreply.org/pub/tor woody main<br /> deb-src http://mirror.noreply.org/pub/tor woody main </code></p></li> </ul> <p>Per installare il pacchetto, usa i seguenti comandi:</p> <p><code> $ apt-get update<br /> $ apt-get install tor </code></p> <p>I Pacchetti per la versione Tor di <b>sviluppo</b> sono tuttavia disponibili. Per installarli, iaggiungi le seguenti righe a <code>/etc/apt/sources.list</code>:</p> <ul> <li><p>Per la sid</p> <p><code> deb http://mirror.noreply.org/pub/tor experimental main<br /> deb-src http://mirror.noreply.org/pub/tor experimental main </code></p></li> <li><p>o per la sarge (stable)</p> <p><code> deb http://mirror.noreply.org/pub/tor experimental-sarge main<br /> deb-src http://mirror.noreply.org/pub/tor experimental-sarge main </code></p></li> <li><p>e nel caso tu stia ancora in woody (oldstable) aggiungi queste righe:</p> <p><code> deb http://mirror.noreply.org/pub/tor experimental-woody main<br /> deb-src http://mirror.noreply.org/pub/tor experimental-woody main </code></p></li> </ul> <p>Quindi dai questa sequenza di comandi:</p> <p><code> $ apt-get update<br /> $ apt-get install -t experimental tor </code></p> <p>o semplicemente</p> <p><code> $ apt-get update<br /> $ apt-get install tor </code></p> <p>dipende da quali righe hai aggiunto.</p> <p>I Paccchetti per architetture diverse dalla i386 possono essere compilati dai sorgenti abbastanza facilmente. Prendetevela con <a href="mailto:weasel@debian.org">weasel</a> se manca la documentazione a riguardo.</p> <p> Puoi rovare una guida per il chroot di Tor sul <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorInChroot">Wiki</a>. </p> <hr /> <p><b>FreeBSD</b>: <!--<tt>portinstall -s security/tor</tt> --> La versione dei ports è obsoleta, installa da sorgente. </p> <p><b>OpenBSD</b>: <tt>cd /usr/ports/net/tor && make && make install</tt> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">guida al chroot</a>)</p> <p><b>NetBSD</b>: <tt>cd /usr/pkgsrc/net/tor && make install</tt></p> <p><b>Gentoo</b>: <tt>emerge tor</tt> (<a href="http://gentoo-wiki.com/HOWTO_Anonymity_with_Tor_and_Privoxy">guida</a>)</p> <p><b>Altri pacchetti</b> per altre piattaforme sembra esistano. Se qualcune ne sa qualcosa in più ci comunichi i links. </p> <hr /> <h2>Mirrors</h2> <p> Se hai un mirror segnalalo via mail a <a href="mailto:tor-webmaster@freehaven.net">tor-webmaster@freehaven.net</a> e vi aggiungeremo all lista dei mirror. </p> <p> Swedish Linux Society (<a href="ftp://ftp.se.linux.org/pub/crypto/tor/">ftp</a> | <a href="http://ftp.se.linux.org/crypto/tor/">http</a>)<br /> Meulie.net (<a href="http://tor.meulie.net/">http</a>) </p> <hr /> <h2>Releases Stabili</h2> <p>2005-06-12: Tor 0.1.0.10 features <a href="http://archives.seul.org/or/announce/Jun-2005/msg00000.html">cleanup on Windows, including making NT services work; many performance improvements, including libevent to use poll/epoll/kqueue when available, and pthreads and better buffer management to avoid so much memory bloat; better performance and reliability for hidden services; automated self-reachability testing by servers; http and https proxy support for clients; and much more support for the Tor controller protocol</a>. </p> <p>2005-04-23: Tor 0.0.9.9 has a <a href="http://archives.seul.org/or/announce/Apr-2005/msg00002.html">fix for an assert trigger that happens when servers get weird TLS certs from clients</a>. </p> <p>2005-04-07: Tor 0.0.9.8 has a <a href="http://archives.seul.org/or/announce/Apr-2005/msg00001.html">workaround for a rare bug (reported by Alex de Joode) that makes servers stop processing new circuits</a>. </p> <p>2005-04-01: Tor 0.0.9.7 fixes <a href="http://archives.seul.org/or/announce/Apr-2005/msg00000.html">another server race crash bug, and also fixes a bug where we would refuse to extend to an unknown server</a>. </p> <p>2005-03-24: Tor 0.0.9.6 fixes <a href="http://archives.seul.org/or/announce/Mar-2005/msg00000.html">yet more server stability problems</a>. </p> <p>2005-02-22: Tor 0.0.9.5 fixes <a href="http://archives.seul.org/or/announce/Feb-2005/msg00001.html">an assert race at exit nodes when resolve requests fail, and cleans up a few other bugs</a>. </p> <p>2005-02-03: Tor 0.0.9.4 fixes <a href="http://archives.seul.org/or/announce/Feb-2005/msg00000.html">a server bug that took down most of the network. It also makes us more robust to running out of file descriptors</a>. </p> <p>2005-01-21: Tor 0.0.9.3 improves <a href="http://archives.seul.org/or/announce/Jan-2005/msg00001.html">cpu usage, works better when the network was offline and you try to use Tor, and makes hidden services less unbearable</a>. </p> <p>2005-01-04: Tor 0.0.9.2 fixes <a href="http://archives.seul.org/or/announce/Jan-2005/msg00000.html">many more bugs</a>. </p> <p>2004-12-16: Tor 0.0.9.1 fixes <a href="http://archives.seul.org/or/announce/Dec-2004/msg00001.html">a few minor bugs in 0.0.9</a>. </p> <p>2004-12-12: Tor 0.0.9 adds <a href="http://archives.seul.org/or/announce/Dec-2004/msg00000.html">a win32 installer, better circuit building algorithms, bandwidth accounting and hibernation, more efficient directory fetching, and support for a separate Tor GUI controller program (once somebody writes one)</a>. </p> <hr /> <p>Per maggiori dettagli ti consigliamo di leggere il <a href="cvs/tor/ChangeLog"> ChangeLog</a>. </p> </div><!-- #main --> </div> <div class="bottom" id="bottom"> <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> - $Id$ </div> </body> </html>