<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.slacky.eu/wikislack/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it">
		<id>http://www.slacky.eu/wikislack/api.php?action=feedcontributions&amp;user=Switch%60&amp;feedformat=atom</id>
		<title>Slacky.eu - Contributi utente [it]</title>
		<link rel="self" type="application/atom+xml" href="http://www.slacky.eu/wikislack/api.php?action=feedcontributions&amp;user=Switch%60&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://www.slacky.eu/slacky/Speciale:Contributi/Switch%60"/>
		<updated>2013-05-18T16:20:09Z</updated>
		<subtitle>Contributi utente</subtitle>
		<generator>MediaWiki 1.20.3</generator>

	<entry>
		<id>http://www.slacky.eu/slacky/Utente:Switch%60</id>
		<title>Utente:Switch`</title>
		<link rel="alternate" type="text/html" href="http://www.slacky.eu/slacky/Utente:Switch%60"/>
				<updated>2007-02-07T21:02:43Z</updated>
		
		<summary type="html">&lt;p&gt;Switch`: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Essì..il link in rosso è proprio brutto :)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;-&amp;gt; Mailto: switch[AT]slacky.it &amp;lt;-&amp;gt;&lt;/div&gt;</summary>
		<author><name>Switch`</name></author>	</entry>

	<entry>
		<id>http://www.slacky.eu/slacky/Utente:Switch%60</id>
		<title>Utente:Switch`</title>
		<link rel="alternate" type="text/html" href="http://www.slacky.eu/slacky/Utente:Switch%60"/>
				<updated>2007-02-07T18:41:48Z</updated>
		
		<summary type="html">&lt;p&gt;Switch`: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Essì..il link in rosso è proprio brutto :)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;-&amp;gt; Mailto: switch[AT]gxware.org &amp;lt;-&amp;gt;&lt;/div&gt;</summary>
		<author><name>Switch`</name></author>	</entry>

	<entry>
		<id>http://www.slacky.eu/slacky/Come_Configurare_GmailFS</id>
		<title>Come Configurare GmailFS</title>
		<link rel="alternate" type="text/html" href="http://www.slacky.eu/slacky/Come_Configurare_GmailFS"/>
				<updated>2007-02-07T18:15:11Z</updated>
		
		<summary type="html">&lt;p&gt;Switch`: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Scritti_misti]]&lt;br /&gt;
= Introduzione =&lt;br /&gt;
Mostro qui come creare un filesystem a partire da un account mail di Google Mail. Attenzione, bisogna possedere un account Gmail.&lt;br /&gt;
&lt;br /&gt;
= Installazione =&lt;br /&gt;
Controllate se nel vostro sistema avete Python 2.4 installato. Caso mai non l'aveste installato scaricatelo e installatelo ne esiste una versione per ogni distribuzione. Controllate anche di avere installato pyOpenSSL. Caso mai non lo aveste installato lo scaricate da http://pyopenssl.sourceforge.net/ e procedete con l'installazione:&lt;br /&gt;
 root@papi:/home/switch/downloads# tar xofz pyOpenSSL-0.6.tar.gz&lt;br /&gt;
 root@papi:/home/switch/downloads# cd pyOpenSSL-0.6&lt;br /&gt;
 root@papi:/home/switch/downloads/pyOpenSSL-0.6# python setup.py build&lt;br /&gt;
 root@papi:/home/switch/downloads/pyOpenSSL-0.6# python setup.py install&lt;br /&gt;
&lt;br /&gt;
Installate fuse scaricabile da: http://fuse.sourceforge.net e procedete con l'installazione:&lt;br /&gt;
 root@papi:/home/switch/downloads# tar xofz fuse-2.6.0.tar.gz&lt;br /&gt;
 root@papi:/home/switch/downloads# cd fuse-2.6.0&lt;br /&gt;
 root@papi:/home/switch/downloads/fuse-2.6.0# ./configure --prefix=/usr&lt;br /&gt;
 root@papi:/home/switch/downloads/fuse-2.6.0# make&lt;br /&gt;
 root@papi:/home/switch/downloads/fuse-2.6.0# make check&lt;br /&gt;
 root@papi:/home/switch/downloads/fuse-2.6.0# make install&lt;br /&gt;
&lt;br /&gt;
Caricate il modulo Fuse nel Kernel (da fare ogni volta che si usa GmailFS o metterlo fra i moduli che il kernel deve caricare all'avvio)&lt;br /&gt;
 root@papi:/home/switch/downloads/fuse-2.6.0# modprobe fuse&lt;br /&gt;
Installate Python FUSE indings scaricabile da http://richard.jones.name/google-hacks/gmail-filesystem/fuse-python.tar.gz &amp;lt;br&amp;gt;&lt;br /&gt;
Dopo aver scompattato eseguite:&lt;br /&gt;
 root@papi:/home/switch/downloads/fuse-python# python setup.py build&lt;br /&gt;
Deve apparire:&lt;br /&gt;
 running build&lt;br /&gt;
 running build_py&lt;br /&gt;
 running build_ext&lt;br /&gt;
E da root:&lt;br /&gt;
 root@papi:/home/switch/downloads/fuse-python# python setup.py install&lt;br /&gt;
Deve apparire:&lt;br /&gt;
 running install&lt;br /&gt;
 running build&lt;br /&gt;
 running build_py&lt;br /&gt;
 running build_ext&lt;br /&gt;
 running install_lib&lt;br /&gt;
 copying build/lib.linux-i686-2.4/fuse.py -&amp;gt; /usr/lib/python2.4/site-packages&lt;br /&gt;
 copying build/lib.linux-i686-2.4/_fusemodule.so -&amp;gt; /usr/lib/python2.4/sitepackages&lt;br /&gt;
 byte-compiling /usr/lib/python2.4/site-packages/fuse.py to fuse.pyco&lt;br /&gt;
Aprite:&lt;br /&gt;
 /usr/lib/python2.4/site-packages/fuse.py in un editor di testo:&lt;br /&gt;
 Linea 68&lt;br /&gt;
Sostituire:&lt;br /&gt;
 self.mountpoint = None&lt;br /&gt;
con&lt;br /&gt;
 self.mountpoint = &amp;quot;/mnt/gmailfs&amp;quot;&lt;br /&gt;
Scaricate libgmail da http://sourceforge.net/project/showfiles.php?group_id=113492&lt;br /&gt;
Dopo averlo scompattato copiate libgmail.py e constants.py in /usr/lib/python2.4/site-packages&lt;br /&gt;
 root@papi:/home/switch/downloads/libgmail-0.1.5.1# cp libgmail.py /usr/lib/python2.4/site-packages/&lt;br /&gt;
 root@papi:/home/switch/downloads/libgmail-0.1.5.1# cp constants.py /usr/lib/python2.4/site-packages/&lt;br /&gt;
Scaricate gmailfs da http://richard.jones.name/google-hacks/gmailfilesystem/gmailfs-0.7.2.tar.gz&lt;br /&gt;
Dopo aver scompattato copiate gmailfs.py in /usr/bin.&lt;br /&gt;
 root@papi:/home/switch/downloads/gmailfs-0.7.2# cp gmailfs.py /usr/bin/&lt;br /&gt;
Copiate mount.gmailfs in /sbin/mount.gmailfs e create un link&lt;br /&gt;
 root@papi:/home/switch/downloads/gmailfs-0.7.2# cp mount.gmailfs /sbin/&lt;br /&gt;
 root@papi:/home/switch/downloads/gmailfs-0.7.2# cd /sbin&lt;br /&gt;
 root@papi:/sbin# ln -s mount.gmailfs mount.fuse&lt;br /&gt;
Copiate gmailfs.conf in /etc/&lt;br /&gt;
 root@papi:/sbin# cd /home/switch/downloads/gmailfs-0.7.2/&lt;br /&gt;
 root@papi:/sbin# cp gmailfs.conf /etc/&lt;br /&gt;
modificate /etc/gmailfs.conf con il vostro user e pass di gmail&lt;br /&gt;
= Utilizzo =&lt;br /&gt;
Creare un punto di mount:&lt;br /&gt;
 root@papi:/sbin# mkdir /mnt/gmailfs&lt;br /&gt;
Aggiungete la riga sottostante in /etc/fstab:&lt;br /&gt;
 /usr/bin/gmailfs.py /mnt/gmailfs gmailfs noauto,username=user,password=pass,fsname=zOlRRa&lt;br /&gt;
Sostituite a user il vostro username e a pass la vostra password dell'account Gmail, senza @gmail.com.&lt;br /&gt;
== Montare il filesystem da linea di comando ==&lt;br /&gt;
 root@papi:/mnt# mount /mnt/gmailfs&lt;br /&gt;
 Ignored option :rw&lt;br /&gt;
 Ignored option :noexec&lt;br /&gt;
 Ignored option :nosuid&lt;br /&gt;
 Ignored option :nodev&lt;br /&gt;
 Ignored option :user&lt;br /&gt;
 No messages found&lt;br /&gt;
== Controllare lo spazio di Gmail ==&lt;br /&gt;
 root@papi:/mnt# df -h&lt;br /&gt;
 Filesystem Size Used Avail Use% Mounted on&lt;br /&gt;
 /dev/hda6 21G 6.5G 14G 33% /&lt;br /&gt;
 /dev/hda5 40G 27G 13G 68% /mnt/dati&lt;br /&gt;
 /dev/hda3 16G 15G 349M 98% /mnt/gentoo&lt;br /&gt;
 /dev/fuse 2.7G 0 11E 0% /mnt/gmailfs&lt;br /&gt;
Adesso dentro la directory /mnt/gmailfs potete copiare i vostri file. Quando mandate una grande quantità di dati la scrittura può essere molto lenta in&lt;br /&gt;
quanto i file si stanno uploadando sul server Gmail.&lt;br /&gt;
== Smontare il filesystem ==&lt;br /&gt;
 root@papi:/mnt# umount /mnt/gmailfs&lt;br /&gt;
Ora sapete come fare a montare il GmailFS che potrete utilizzare come BackUp&lt;br /&gt;
&lt;br /&gt;
Autore: [[utente:Switch`| Switch`]]&lt;/div&gt;</summary>
		<author><name>Switch`</name></author>	</entry>

	<entry>
		<id>http://www.slacky.eu/slacky/Utente:Switch%60</id>
		<title>Utente:Switch`</title>
		<link rel="alternate" type="text/html" href="http://www.slacky.eu/slacky/Utente:Switch%60"/>
				<updated>2007-02-04T10:46:45Z</updated>
		
		<summary type="html">&lt;p&gt;Switch`: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Essì..il link in rosso è proprio brutto :)&lt;/div&gt;</summary>
		<author><name>Switch`</name></author>	</entry>

	<entry>
		<id>http://www.slacky.eu/slacky/Utente:Switch%60</id>
		<title>Utente:Switch`</title>
		<link rel="alternate" type="text/html" href="http://www.slacky.eu/slacky/Utente:Switch%60"/>
				<updated>2007-02-04T10:39:51Z</updated>
		
		<summary type="html">&lt;p&gt;Switch`: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Omar De Donato ( switch@gxware.org )&lt;/div&gt;</summary>
		<author><name>Switch`</name></author>	</entry>

	<entry>
		<id>http://www.slacky.eu/slacky/Slackware_Linux_come_Gateway</id>
		<title>Slackware Linux come Gateway</title>
		<link rel="alternate" type="text/html" href="http://www.slacky.eu/slacky/Slackware_Linux_come_Gateway"/>
				<updated>2007-02-04T10:37:14Z</updated>
		
		<summary type="html">&lt;p&gt;Switch`: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Networking]]&lt;br /&gt;
&lt;br /&gt;
= Usare la propria macchina Slackware Linux come Gateway =&lt;br /&gt;
&lt;br /&gt;
Questi riportati qui sotto sono i comandi da eseguire come root per far sì che la nostra macchina Linux si trasformi in un Gateway. Per far ciò bisogna che iptables sia installato e che funzioni correttamente.&lt;br /&gt;
Anche qui avrete 3 possibilità: &lt;br /&gt;
* Eseguirli di volta in volta &lt;br /&gt;
* Creare un file che eseguirete quando sarà necessario &lt;br /&gt;
* Scrivere questi comandi in un file che viene eseguito all'avvio per esempio rc.local in /etc/rc.d &lt;br /&gt;
&lt;br /&gt;
Io faccio l'esempio del file gw.sh che eseguirete quando ne avrete bisogno: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh o #!/bin/bash&lt;br /&gt;
&lt;br /&gt;
#Attivo l'interfaccia di rete locale eth1 [Se avete una sola scheda di rete al posto di eth1 mettete eth0 e al&lt;br /&gt;
#posto di #192.168.0.2 mettete l'ip che volete assegnare alla vostra macchina] a meno che non l'abbiate già &lt;br /&gt;
#configurata nel file #rc.inet1.conf&lt;br /&gt;
ifconfig eth1 192.168.0.2 &lt;br /&gt;
&lt;br /&gt;
#Abilito il supporto forwarding [In slackware 10.0 in /etc/rc.d c'è il file rc.ip_forward che se non vi viene &lt;br /&gt;
#eseguito all'avvio fate da root chmod +x /etc/rc.d/rc.ip_forward]&lt;br /&gt;
echo &amp;quot;1&amp;quot; &amp;gt; /proc/sys/net/ipv4/ip_forward &lt;br /&gt;
&lt;br /&gt;
#carico i moduli del kernel &lt;br /&gt;
modprobe ip_tables &lt;br /&gt;
modprobe ip_conntrack &lt;br /&gt;
modprobe iptable_nat &lt;br /&gt;
modprobe ipt_MASQUERADE &lt;br /&gt;
&lt;br /&gt;
#Maschero i pacchetti [Al posto di 192.168.0.0 dovete mettere la classe di ip che avete scelto con gli 0 finali] &lt;br /&gt;
iptables -t nat -A POSTROUTING -d ! 192.168.0.0/24 -j MASQUERADE &lt;br /&gt;
&lt;br /&gt;
#Abilito l'ip forwarding solo per la mia rete &lt;br /&gt;
iptables -A FORWARD -s 192.168.0.0/24 -j ACCEPT &lt;br /&gt;
iptables -A FORWARD -d 192.168.0.0/24 -j ACCEPT &lt;br /&gt;
iptables -A FORWARD -j DROP &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Salvato il file con il nome '''gw.sh''' da terminale entrate nella cartella dove l'avete salvato e digitate: &lt;br /&gt;
&lt;br /&gt;
chmod +x gw.sh &lt;br /&gt;
&lt;br /&gt;
così facendo abilitate l'esecuzione del file, quando lo eseguirete ricordatevi che dovete essere root. &lt;br /&gt;
&lt;br /&gt;
Se scriverete i comandi di volta in volta da root o li aggiungerete in un file d'avvio [Es. rc.local in /etc/rc.d] tralasciate: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh o #!/bin/bash&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ora non vi resta che configuarare le altre macchine, assengnandogli un ip della classe che avete scelto, dargli l'ip del Gateway. &lt;br /&gt;
&lt;br /&gt;
Se sono macchine linux, sempre da root, fate:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
route add default gw ip.gateway&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[ip.gateway: quello che avete scelto all'inizio di questa guida] e infine dargli l'ip dei server DNS di internet..ve ne do alcuni: &lt;br /&gt;
- 151.99.125.1 &lt;br /&gt;
- 212.216.112.222 &lt;br /&gt;
- 212.216.172.162 &lt;br /&gt;
&lt;br /&gt;
sempre se sono macchine linux aprite il file /etc/resolv.conf e aggiungete le seguenti righe:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
nameserver 151.99.125.1 &lt;br /&gt;
nameserver 212.216.112.222 &lt;br /&gt;
nameserver 212.216.172.162 &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fatto tutto ciò tutte le vostre macchine della rete saranno abilitate per andare in internet!!&lt;br /&gt;
&lt;br /&gt;
Autore: [[utente:Switch`| Switch`]]&lt;/div&gt;</summary>
		<author><name>Switch`</name></author>	</entry>

	<entry>
		<id>http://www.slacky.eu/slacky/Abilitare_la_TvOut_su_Schede_nvidia</id>
		<title>Abilitare la TvOut su Schede nvidia</title>
		<link rel="alternate" type="text/html" href="http://www.slacky.eu/slacky/Abilitare_la_TvOut_su_Schede_nvidia"/>
				<updated>2007-02-04T10:33:14Z</updated>
		
		<summary type="html">&lt;p&gt;Switch`: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Periferiche]]&lt;br /&gt;
&lt;br /&gt;
= Operazioni da eseguire: =&lt;br /&gt;
&lt;br /&gt;
Scaricare e installare i driver nvidia scaricabili da: http://www.nvidia.it/page/linux_driver_downloads.html &lt;br /&gt;
&lt;br /&gt;
Modificare XF86config in /etc/X11 o xorg.conf in Slackware 10.0 così:&lt;br /&gt;
&lt;br /&gt;
Nel Device Section apportare le seguenti modifiche:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Device&amp;quot; &lt;br /&gt;
 Identifier &amp;quot;VESA Framebuffer&amp;quot; &lt;br /&gt;
 Driver &amp;quot;nvidia&amp;quot; &lt;br /&gt;
 #VideoRam 4096 &lt;br /&gt;
 # Insert Clocks lines here if appropriate &lt;br /&gt;
 vendorname &amp;quot;Generic&amp;quot; &lt;br /&gt;
 boardname &amp;quot;vesa&amp;quot; &lt;br /&gt;
 Option &amp;quot;NvAGP&amp;quot; &amp;quot;3&amp;quot; &lt;br /&gt;
 Option &amp;quot;TwinView&amp;quot; &lt;br /&gt;
 #Option &amp;quot;IgnoreEDID&amp;quot; &amp;quot;1&amp;quot; &lt;br /&gt;
 Option &amp;quot;UseEdidFreqs&amp;quot; &amp;quot;0&amp;quot; &lt;br /&gt;
 Option &amp;quot;SecondMonitorHorizSync&amp;quot; &amp;quot;30-50&amp;quot; &lt;br /&gt;
 Option &amp;quot;SecondMonitorVertRefresh&amp;quot; &amp;quot;60&amp;quot; &lt;br /&gt;
 Option &amp;quot;MetaModes&amp;quot; &amp;quot;1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480&amp;quot; &lt;br /&gt;
 Option &amp;quot;TwinViewOrientation&amp;quot; &amp;quot;clone&amp;quot; &lt;br /&gt;
 #Option &amp;quot;ConnectedMonitor&amp;quot; &amp;quot;CRT, VT&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Nello Screen Section aggiungere le seguenti righe:&lt;br /&gt;
&lt;br /&gt;
 Option &amp;quot;TVStandard&amp;quot; &amp;quot;PAL-B&amp;quot; &lt;br /&gt;
 Option &amp;quot;TVOutFormat&amp;quot; &amp;quot;SVIDEO&amp;quot;&lt;br /&gt;
&lt;br /&gt;
in modo che risulti così:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
    Identifier  &amp;quot;Screen 1&amp;quot;&lt;br /&gt;
    Device      &amp;quot;VESA Framebuffer&amp;quot;&lt;br /&gt;
    Monitor     &amp;quot;My Monitor&amp;quot;&lt;br /&gt;
    Option      &amp;quot;TVStandard&amp;quot; &amp;quot;PAL-B&amp;quot;&lt;br /&gt;
    Option      &amp;quot;TVOutFormat&amp;quot; &amp;quot;SVIDEO&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Infine riavviate X con Ctrl - Alt - Del&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Autore: [[utente:Switch`| Switch`]]&lt;/div&gt;</summary>
		<author><name>Switch`</name></author>	</entry>

	<entry>
		<id>http://www.slacky.eu/slacky/IPV6_e_Slackware</id>
		<title>IPV6 e Slackware</title>
		<link rel="alternate" type="text/html" href="http://www.slacky.eu/slacky/IPV6_e_Slackware"/>
				<updated>2007-02-04T10:29:45Z</updated>
		
		<summary type="html">&lt;p&gt;Switch`: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Configurazione]]&lt;br /&gt;
Prima di configurare IPv6 createvi un indirizzo ipv6 per esempio su https://tb.ngnet.it/&lt;br /&gt;
&lt;br /&gt;
Quello che leggerete di seguito sono i comandi che dovete eseguire in un terminale con l'utente root, avrete 3 possibilità:&lt;br /&gt;
* Eseguirli di volta in volta&lt;br /&gt;
* Creare un file che eseguirete quando sarà necessario&lt;br /&gt;
* Scrivere questi comandi in un file che viene eseguito all'avvio per esempio rc.local in /etc/rc.d&lt;br /&gt;
&lt;br /&gt;
Io faccio l'esempio del file tb.sh che eseguirete quando ne avrete bisogno:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh o #!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
 #Carico il modulo IPV6&lt;br /&gt;
 modprobe ipv6&amp;lt;br&amp;gt;&lt;br /&gt;
 #Attivo l'nterfaccia sit0 per ipv6&lt;br /&gt;
 ifconfig sit0 up&amp;lt;br&amp;gt;&lt;br /&gt;
 #Configuro l'interfaccia ipv6&lt;br /&gt;
 ifconfig sit0 up inet6 add vostro:ipv6:esadecimale&amp;lt;br&amp;gt;&lt;br /&gt;
 #Instradamento pacchetti&lt;br /&gt;
 route -A inet6 add ::/0 gw ::ipv4.del.server.v6&amp;lt;br&amp;gt;&lt;br /&gt;
 echo &amp;quot;IPV6 configurato..&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Salvato il file con il nome tb.sh da terminale entrate nella cartella dove l'avete salvato e digitate:&lt;br /&gt;
 chmod +x tb.sh&lt;br /&gt;
così facendo abilitate l'esecuzione del file, quando lo eseguirete ricordatevi che dovete essere root. Se scriverete i comandi di volta in volta da root o li aggiungerete in un file d'avvio [Es. rc.local in /etc/rc.d] tralasciate:&lt;br /&gt;
 #!/bin/sh o #!/bin/bash&lt;br /&gt;
e&lt;br /&gt;
 echo &amp;quot;IPV6 configurato..&amp;quot;&lt;br /&gt;
Per aggiornare l'IPV4 nel tunnel IPV6 prendendo come esempio quello di ngnet dovete andare sul sito https://tb.ngnet.it/cgi-bin/tb.pl se avete un DNS reverse tipo please.suck.my.fruit.org.ru se non l'avete e vi accontentate solo di avere IPV6 potete scaricare il software di aggiornamento da http://tb.ngnet.it/tools/ e sciegliete quello adatto alla vostra Slackware (Di solito non c'è il pacchetto per Slackware ci tocca scaricare i sorgenti, prima di compilare/installare in Proggramma leggete il Readme). Ora siamo giunti alla fine, è arrivato il momento di chattare con IPV6 aprite il vostro client IRC (Es. X-Chat, Ksirc, ecc..) e aggiunte come server:&lt;br /&gt;
* IRCnet&lt;br /&gt;
* irc.eutelia.it&lt;br /&gt;
* irc6.ngnet.it&lt;br /&gt;
&lt;br /&gt;
* Azzurra&lt;br /&gt;
* ngnet.azzurra.org&lt;br /&gt;
&lt;br /&gt;
Collegatevi e starete chattando con IPV6.&lt;br /&gt;
&lt;br /&gt;
Autore: [[utente:Switch`| Switch`]]&lt;/div&gt;</summary>
		<author><name>Switch`</name></author>	</entry>

	</feed>