<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Consigli utili per utilizzare Debian</title>
	<atom:link href="http://howtodebian.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://howtodebian.wordpress.com</link>
	<description></description>
	<pubDate>Fri, 01 Aug 2008 17:50:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[KUBUNTU] Installare Tomcat 6</title>
		<link>http://howtodebian.wordpress.com/2008/08/01/kubuntu-installare-tomcat-6/</link>
		<comments>http://howtodebian.wordpress.com/2008/08/01/kubuntu-installare-tomcat-6/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 17:46:45 +0000</pubDate>
		<dc:creator>Delia</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Kubuntu]]></category>

		<category><![CDATA[Tomcat]]></category>

		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://howtodebian.wordpress.com/?p=45</guid>
		<description><![CDATA[Se avete necesità di installare la versione 6 di Tomcat anzichè la 5.5, disponibile tra i pacchetti di Synaptic, potete seguire questo semplice procedimento.


Per cominciare scarichiamo Tomcat 6.0.18 con il seguente comando
$ wget http://mirror.nohup.it/apache/tomcat/tomcat-6/v6.0.18/bin/apache-tomcat-6.0.18.tar.gz

Scompattiamo:
$ tar xzvf apache-tomcat-6.0.18.tar.gz
Ora decidiamo in quale directory vogliamo che venga salvato Tomcat. Io ho scelto  /usr/local/tomcat, ma qualsiasi cartella va [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Se avete necesità di installare la versione 6 di Tomcat anzichè la 5.5, disponibile tra i pacchetti di Synaptic, potete seguire questo semplice procedimento.</p>
<p style="text-align:center;"><a href="http://tomcat.apache.org/images/tomcat.gif"><img class="alignnone" src="http://tomcat.apache.org/images/tomcat.gif" alt="" width="130" height="92" /></a></p>
<p style="text-align:left;">
<p>Per cominciare scarichiamo Tomcat 6.0.18 con il seguente comando</p>
<blockquote><p><span style="color:#ff0000;"><code>$ wget http://mirror.nohup.it/apache/tomcat/tomcat-6/v6.0.18/bin/apache-tomcat-6.0.18.tar.gz</code></span></p></blockquote>
<p><span id="more-45"></span><br />
Scompattiamo:</p>
<blockquote><p><span style="color:#ff0000;"><code>$ tar xzvf apache-tomcat-6.0.18.tar.gz</code></span></p></blockquote>
<p>Ora decidiamo in quale directory vogliamo che venga salvato Tomcat. Io ho scelto <code> /usr/local/tomcat</code>, ma qualsiasi cartella va bene. Per spostare nella cartella da noi scelta:</p>
<blockquote><p><span style="color:#ff0000;"><code>$ sudo mv apache-tomcat-6.0.18 /usr/local/tomcat</code></span></p></blockquote>
<p>Per usare Tomcat è necessario settare la variabile $JAVA_HOME, per farlo editiamo il nostro file bashrc.<br />
Apriamolo digitando</p>
<blockquote><p><span style="color:#ff0000;"><code>$ kate ~/.bashrc</code></span></p></blockquote>
<p>e aggiungiamo la seguente riga</p>
<blockquote><p><span style="color:#ff0000;"><code>export JAVA_HOME=/usr/lib/jvm/java-6-sun</code></span></p></blockquote>
<p>Abbiamo finito! Ora possiamo avviare Tomcat digitando</p>
<blockquote><p><span style="color:#ff0000;"><code>$ /usr/local/tomcat/bin/startup.sh</code></span></p></blockquote>
<p>e interromperlo</p>
<blockquote><p><span style="color:#ff0000;"><code>$ /usr/local/tomcat/bin/shutdown.sh</code></span></p></blockquote>
<p>Se volete invece invocare Tomcat senza dover scrivere il path completo potete creare un link simbolico in /usr/local/bin</p>
<blockquote><p><span style="color:#ff0000;"><code>$ ln -s /usr/local/tomcat/bin/startup.sh /usr/local/bin/tomcaton</code></span></p></blockquote>
<blockquote><p><span style="color:#ff0000;"><code>$ ln -s /usr/local/tomcat/bin/shutdown.sh /usr/local/bin/tomcatoff</code></span></p></blockquote>
<p>In tal modo vi basterà digitare <strong>tomcaton</strong> per avviare e <strong>tomcatoff</strong> per interrompere il servizio.<br />
Potete anche aggiungere delle icone sul desktop o nel menu, io personalmente le ho aggiunte al pannello.</p>
<p style="text-align:center;"><a href="http://howtodebian.files.wordpress.com/2008/08/tomcat.png"><img class="size-medium wp-image-47 aligncenter" src="http://howtodebian.files.wordpress.com/2008/08/tomcat.png?w=300&h=70" alt="" width="300" height="70" /></a></p>
<p><span style="color:#ff0000;"><strong>Links utili:</strong></span></p>
<address><a href="http://tomcat.apache.org/download-60.cgi" target="_blank">Tomcat 6 download</a></address>
<address><a title="Installing Tomcat 6 on Ubuntu" rel="bookmark" href="http://www.howtogeek.com/howto/linux/installing-tomcat-6-on-ubuntu/">Installing Tomcat 6 on Ubuntu</a></address>
<address><a href="http://ilpinguinofurioso.wordpress.com/2007/09/21/installare-tomcat-su-ubuntu-e-linux-in-generale/" target="_blank">Installare Tomcat su Ubuntu e Linux in generale</a></address>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/howtodebian.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/howtodebian.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/howtodebian.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/howtodebian.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/howtodebian.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/howtodebian.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/howtodebian.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/howtodebian.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/howtodebian.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/howtodebian.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/howtodebian.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/howtodebian.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=howtodebian.wordpress.com&blog=2446111&post=45&subd=howtodebian&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://howtodebian.wordpress.com/2008/08/01/kubuntu-installare-tomcat-6/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/deliaviola-128.jpg" medium="image">
			<media:title type="html">Delia</media:title>
		</media:content>

		<media:content url="http://tomcat.apache.org/images/tomcat.gif" medium="image" />

		<media:content url="http://howtodebian.files.wordpress.com/2008/08/tomcat.png?w=300" medium="image" />
	</item>
		<item>
		<title>[KUBUNTU] Installare Java JDK, JRE e plugin per Firefox</title>
		<link>http://howtodebian.wordpress.com/2008/08/01/kubuntu-installare-java-jdk-jre-e-plugin-per-firefox/</link>
		<comments>http://howtodebian.wordpress.com/2008/08/01/kubuntu-installare-java-jdk-jre-e-plugin-per-firefox/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 15:26:07 +0000</pubDate>
		<dc:creator>Delia</dc:creator>
		
		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Kubuntu]]></category>

		<category><![CDATA[Senza Categoria]]></category>

		<category><![CDATA[Jre]]></category>

		<category><![CDATA[Plugin]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Sun]]></category>

		<category><![CDATA[JDK]]></category>

		<guid isPermaLink="false">http://howtodebian.wordpress.com/?p=26</guid>
		<description><![CDATA[Installare Java su Ubuntu è decisamente più semplice che su Debian, poichè esitono già pacchetti precompilati nei repositories ufficiali.


Per prima cosa, come al solito, aggiorniamo la lista dei pacchetti tramite il comando
$ sudo apt-get update
Fatto ciò possiamo procedere all&#8217;installazione di Java, quindi digitiamo
$ sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-jdk
Controllate che non ci siano conflitti con [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Installare Java su Ubuntu è decisamente più semplice che su Debian, poichè esitono già pacchetti precompilati nei repositories ufficiali.</p>
<p style="text-align:center;"><a href="http://howtodebian.files.wordpress.com/2008/08/kubuntu_logo.png"><img class="alignnone size-medium wp-image-35" src="http://howtodebian.files.wordpress.com/2008/08/kubuntu_logo.png?w=133&h=138" alt="" width="133" height="138" /></a><a href="http://howtodebian.files.wordpress.com/2008/08/java_logo.png"><img class="alignnone size-medium wp-image-34" src="http://howtodebian.files.wordpress.com/2008/08/java_logo.png?w=140&h=186" alt="" width="140" height="186" /></a></p>
<p><span id="more-26"></span><br />
Per prima cosa, come al solito, aggiorniamo la lista dei pacchetti tramite il comando</p>
<blockquote><p><span style="color:#ff0000;"><code>$ sudo apt-get update</code></span></p></blockquote>
<p>Fatto ciò possiamo procedere all&#8217;installazione di Java, quindi digitiamo</p>
<blockquote><p><span style="color:#ff0000;"><code>$ sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-jdk</code></span></p></blockquote>
<p>Controllate che non ci siano conflitti con altre versioni di Java installate in precedenza con il comando</p>
<blockquote><p><span style="color:#ff0000;"><code>$ sudo update-alternatives --config java</code></span></p></blockquote>
<p>se ci sono alternative, selezionate quella contenente il percorso seguente</p>
<blockquote><p><span style="color:#ff0000;"><code>/usr/lib/jvm/java-6-sun/jre/bin/java</code></span></p></blockquote>
<p>Ora possiamo dedicarci all&#8217;installazione del plugin. Digitate</p>
<blockquote><p><span style="color:#ff0000;"><code>$ sudo apt-get install sun-java6-plugin</code></span></p></blockquote>
<p>poi</p>
<blockquote><p><span style="color:#ff0000;"><code>$ sudo update-alternatives --config xulrunner-1.9-javaplugin.so</code></span></p></blockquote>
<p>Se non è già selezionata, scegliete l&#8217;opzione</p>
<blockquote><p><span style="color:#ff0000;"><code>/usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so</code></span></p></blockquote>
<p>Ora dobbiamo creare un link simbolico al plugin nella nostra cartella di Firefox, quindi digitiamo</p>
<blockquote><p><span style="color:#ff0000;"><code>$ ln -s /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so  ~/.mozilla/plugins/libjavaplugin_oji.so</code></span></p></blockquote>
<p>Abbimo finito! L&#8217;unica cosa che rimane da fare è verificare che tutto sia andato a buon fine: riavviamo Firefox e digitiamo nella barra degli indirizzi</p>
<blockquote><p><span style="color:#ff0000;"><code>about:plugins</code></span></p></blockquote>
<p>Dovremmo visualizzare tra i vari plugins anche quello di Java.</p>
<p style="text-align:center;"><a href="http://howtodebian.files.wordpress.com/2008/08/plugin.png"><img class="size-medium wp-image-38 aligncenter" src="http://howtodebian.files.wordpress.com/2008/08/plugin.png?w=482&h=281" alt="" width="482" height="281" /></a></p>
<p>Come ultima prova andiamo alla pagina di <a title="Test della macchina virtuale Java" href="http://www.java.com/it/download/help/testvm.xml" target="_blank">Test della macchina virtuale Java</a> dove dovremmo poter vedere qualcosa di simile all&#8217;immagine sottostante con Duke che balla.</p>
<p style="text-align:center;"><a href="http://howtodebian.files.wordpress.com/2008/08/duke.png"><img class="size-full wp-image-40 aligncenter" src="http://howtodebian.files.wordpress.com/2008/08/duke.png?w=418&h=275" alt="" width="418" height="275" /></a></p>
<p style="text-align:left;"><span style="color:#ff0000;"><strong>Links utili:</strong></span></p>
<address><a title="Pagina ufficiale Java" href="http://www.java.com/it/download/manual.jsp" target="_blank">Download di Java per tutti i sistemi operativi</a></address>
<address><a href="http://lordneo.wordpress.com/2007/04/28/installare-java-jdk-jre-su-ubuntu-704/" target="_blank">Installare Java JDK 6 + JRE 6 su Ubuntu 7.04</a></address>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/howtodebian.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/howtodebian.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/howtodebian.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/howtodebian.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/howtodebian.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/howtodebian.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/howtodebian.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/howtodebian.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/howtodebian.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/howtodebian.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/howtodebian.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/howtodebian.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=howtodebian.wordpress.com&blog=2446111&post=26&subd=howtodebian&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://howtodebian.wordpress.com/2008/08/01/kubuntu-installare-java-jdk-jre-e-plugin-per-firefox/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/deliaviola-128.jpg" medium="image">
			<media:title type="html">Delia</media:title>
		</media:content>

		<media:content url="http://howtodebian.files.wordpress.com/2008/08/kubuntu_logo.png?w=133" medium="image" />

		<media:content url="http://howtodebian.files.wordpress.com/2008/08/java_logo.png?w=225" medium="image" />

		<media:content url="http://howtodebian.files.wordpress.com/2008/08/plugin.png?w=300" medium="image" />

		<media:content url="http://howtodebian.files.wordpress.com/2008/08/duke.png" medium="image" />
	</item>
		<item>
		<title>Come visualizzare applet Java in Firefox/Iceweasel</title>
		<link>http://howtodebian.wordpress.com/2008/01/28/come-visualizzare-applet-java-in-firefoxiceweasel/</link>
		<comments>http://howtodebian.wordpress.com/2008/01/28/come-visualizzare-applet-java-in-firefoxiceweasel/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 10:19:51 +0000</pubDate>
		<dc:creator>Delia</dc:creator>
		
		<category><![CDATA[Debian]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Iceweasel]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Debian etch]]></category>

		<category><![CDATA[Jre]]></category>

		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://howtodebian.wordpress.com/?p=22</guid>
		<description><![CDATA[Scaricare il pacchetto  dal sito della Sun e installarlo.
Creare un link simbolico del file jre/plugin/i386/ns7/libjavaplugin_oji.so nella cartella plugin di Firefox attraverso il seguente comando:
$ln -s /usr/local/jdk1.6.0_04/jre/plugin/i386/ns7/libjavaplugin_oji.so ~/.mozilla/plugins/libjavaplugin_oji.so
Riavviare Firefox e verificare sulla pagina di test di Java che l&#8217;installazione sia andata a buon fine.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Scaricare il pacchetto  dal sito della <a href="http://www.java.com/it/download/linux_manual.jsp?locale=it&amp;host=www.java.com:80" target="_blank">Sun</a> e installarlo.</p>
<p>Creare un link simbolico del file jre/plugin/i386/ns7/libjavaplugin_oji.so nella cartella plugin di Firefox attraverso il seguente comando:</p>
<blockquote><p><code><font color="#ff0000" size="1">$ln -s /usr/local/jdk1.6.0_04/jre/plugin/i386/ns7/libjavaplugin_oji.so ~/.mozilla/plugins/libjavaplugin_oji.so</font></code></p></blockquote>
<p>Riavviare Firefox e verificare sulla pagina di test di <a href="http://www.java.com/it/download/help/testvm.xml" target="_blank">Java</a> che l&#8217;installazione sia andata a buon fine.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/howtodebian.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/howtodebian.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/howtodebian.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/howtodebian.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/howtodebian.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/howtodebian.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/howtodebian.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/howtodebian.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/howtodebian.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/howtodebian.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/howtodebian.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/howtodebian.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=howtodebian.wordpress.com&blog=2446111&post=22&subd=howtodebian&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://howtodebian.wordpress.com/2008/01/28/come-visualizzare-applet-java-in-firefoxiceweasel/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/deliaviola-128.jpg" medium="image">
			<media:title type="html">Delia</media:title>
		</media:content>
	</item>
		<item>
		<title>Installare Google Browser Sync su Iceweasel</title>
		<link>http://howtodebian.wordpress.com/2008/01/19/installare-google-browser-sync-su-iceweasel/</link>
		<comments>http://howtodebian.wordpress.com/2008/01/19/installare-google-browser-sync-su-iceweasel/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 11:41:53 +0000</pubDate>
		<dc:creator>Delia</dc:creator>
		
		<category><![CDATA[Debian]]></category>

		<category><![CDATA[Debian 4.0]]></category>

		<category><![CDATA[Debian etch]]></category>

		<category><![CDATA[estensioni]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Browser Sync]]></category>

		<category><![CDATA[Iceweasel]]></category>

		<guid isPermaLink="false">http://howtodebian.wordpress.com/2008/01/19/installare-google-browser-sync-su-iceweasel/</guid>
		<description><![CDATA[Se siete qui avrete notato che Google non riconosce il vostro browser Iceweasel e non vi permette di installare Google Browser Sync.

Il problema si risolve facilmente scrivendo nel browser l&#8217;indirizzo diretto dell&#8217;estensione. Copiate l&#8217;indirizzo del link seguente e incollatelo nella barra degli indirizzi.
Google Browser Sync
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Se siete qui avrete notato che Google non riconosce il vostro browser Iceweasel e non vi permette di installare <i>Google Browser Sync</i>.</p>
<p><a href="http://howtodebian.files.wordpress.com/2008/01/gsync.png" title="Installa Firefox"><img src="http://howtodebian.files.wordpress.com/2008/01/gsync.png" alt="Installa Firefox" /></a></p>
<p>Il problema si risolve facilmente scrivendo nel browser l&#8217;indirizzo diretto dell&#8217;estensione. Copiate l&#8217;indirizzo del link seguente e incollatelo nella barra degli indirizzi.</p>
<p><a href="http://toolbar.google.com/firefox/extensions/toolbar/google-browsersync.xpi">Google Browser Sync</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/howtodebian.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/howtodebian.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/howtodebian.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/howtodebian.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/howtodebian.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/howtodebian.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/howtodebian.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/howtodebian.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/howtodebian.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/howtodebian.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/howtodebian.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/howtodebian.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=howtodebian.wordpress.com&blog=2446111&post=20&subd=howtodebian&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://howtodebian.wordpress.com/2008/01/19/installare-google-browser-sync-su-iceweasel/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/deliaviola-128.jpg" medium="image">
			<media:title type="html">Delia</media:title>
		</media:content>

		<media:content url="http://howtodebian.files.wordpress.com/2008/01/gsync.png" medium="image">
			<media:title type="html">Installa Firefox</media:title>
		</media:content>
	</item>
		<item>
		<title>Samba: Creare rete mista Windows Linux</title>
		<link>http://howtodebian.wordpress.com/2008/01/16/samba-creare-rete-mista-windows-linux/</link>
		<comments>http://howtodebian.wordpress.com/2008/01/16/samba-creare-rete-mista-windows-linux/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 17:08:12 +0000</pubDate>
		<dc:creator>Delia</dc:creator>
		
		<category><![CDATA[Debian]]></category>

		<category><![CDATA[Condivisione cartelle]]></category>

		<category><![CDATA[Debian etch]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Rete]]></category>

		<category><![CDATA[Samba]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Workgroup]]></category>

		<guid isPermaLink="false">http://howtodebian.wordpress.com/2008/01/16/samba-creare-rete-mista-windows-linux/</guid>
		<description><![CDATA[Vediamo le impostazioni di base per condividere una cartella tra Linux  e Windows Xp. Naturalmente si parte dal presupposto che la rete sia già stata creata su Windows.  
Prima di tutto, se non lo avete ancora fatto, installate Samba:
#apt-get install samba smbfs
Per configurare Samba bisogna modificare il file /etc/samba/smb.conf quindi fate una copia [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Vediamo le impostazioni di base per condividere una cartella tra Linux  e Windows Xp. Naturalmente si parte dal presupposto che la rete sia già stata creata su Windows.  <span id="more-19"></span></p>
<p>Prima di tutto, se non lo avete ancora fatto, installate Samba:</p>
<blockquote><p><b><font color="#ff0000">#apt-get install samba smbfs</font></b></p></blockquote>
<p>Per configurare Samba bisogna modificare il file /etc/samba/smb.conf quindi fate una copia del file originale:</p>
<blockquote><p><b><font color="#ff0000">#cp /etc/samba/smb.conf smb.conf-default</font></b></p></blockquote>
<p>Ora iniziamo la configurazione:</p>
<blockquote><p><b><font color="#ff0000">gedit /etc/samba/smb.conf</font></b></p></blockquote>
<p>Nel file troverete diverse sezioni e molte voci commentate. Cercate la sezione [global]:</p>
<blockquote><p><b><font color="#ff0000">[global]<br />
workgroup = nome_gruppo_di_lavoro<br />
server string = descrizione_della_macchina<br />
netbios name = nome_della _macchina_linux<br />
hosts allow = indirizzo_di_rete_della_macchina_windows<br />
browseable = yes<br />
create mask = 0755<br />
security = USER<br />
smb passwd file = /etc/samba/smbpasswd<br />
encrypt passwords = YES<br />
log file = /var/log/samba/%m.log<br />
max log size = 100<br />
log level = 1</font></b></p></blockquote>
<p>Il parametro <i>security</i> indica il livello di sicurezza, si può in alternativa mettere security=share per rendere la condivisione accessibile a tutti.</p>
<p>Aggiungete l&#8217;utente che può accedere a Samba digitando:</p>
<blockquote><p><font color="#ff0000"><b>#smbpasswd -a nome_utente</b></font></p></blockquote>
<p>e quando richiesto digitate la password dell&#8217;utente.Ora condividiamo una cartella visibile e accessibile solo dall&#8217;utente proprietario tramite la sezione [homes]:</p>
<blockquote><p><b><font color="#ff0000">[homes]<br />
comment = Home Directories<br />
browseable = no<br />
writable = yes<br />
create mask = 0700<br />
directory mask = 0700<br />
valid users = %S</font></b></p></blockquote>
<p>Infine possiamo condividere una cartella a tutti gli utenti della macchina Windows. Creiamo una cartella <i>shared:</i></p>
<blockquote><p><font color="#ff0000"><b>#mkdir /home/utente/shared</b></font></p></blockquote>
<p>Fatto ciò inserite (o modificate) la seguente sezione in  /etc/samba/smb.conf</p>
<blockquote><p><font color="#ff0000"><b>[shared]<br />
comment = Shared<br />
path = /home/utente/shared<br />
public = yes<br />
writable = yes</b></font></p></blockquote>
<p>Salvate e la configurazione di Samba è finita.</p>
<p>Ora è opportuno eseguire un comando che controlla che non ci siano errori sintattici nel file appena modificato. Digitate:</p>
<blockquote><p><b><font color="#ff0000">#testparm /etc/samba/smb.conf</font></b></p></blockquote>
<p>Se il sistema vi fornirà la seguente risposta, sarà tutto ok</p>
<blockquote><p><b><font color="#ff0000">Loaded services file OK.</font></b></p></blockquote>
<p>Ora non vi resta che riavviare Samba:</p>
<blockquote><p><b><font color="#ff0000">#/etc/init.d/samba restart</font></b></p></blockquote>
<p>L&#8217;ultima cosa da fare è montare la cartella condivisa di Windows:</p>
<blockquote><p><b><font color="#ff0000">#smbmount //nome_macchina_win/ShareDocs /cartella_linux -o username=utentewin</font></b></p></blockquote>
<p>Digitate la password dell&#8217;utente quando richiesto ed è fatta.</p>
<p>Se volete montare in automatico la cartella all&#8217;avvio del sistema bisogna editare <i>fstab</i>:</p>
<blockquote><p><font color="#ff0000"><b>#gedit /etc/fstab</b></font></p></blockquote>
<p>E aggiungete in fondo al file la seguente riga:</p>
<blockquote><p><b><font color="#ff0000">// </font></b><b><font color="#ff0000">nome_macchina_win/ShareDocs </font></b><b><font color="#ff0000">/</font></b><b><font color="#ff0000">cartella_linux </font></b><b><font color="#ff0000"> smbfs uid=1000,username=</font></b><b><font color="#ff0000">utentewin</font></b><b><font color="#ff0000">,password=password 0 0</font></b></p></blockquote>
<p><font color="#000000">Poi da Shell:</font></p>
<blockquote><p><b><font color="#ff0000">#mount /cartella_linux </font></b></p></blockquote>
<blockquote></blockquote>
<blockquote></blockquote>
<blockquote></blockquote>
<blockquote></blockquote>
<p><font color="#0000ff"><b>LINKS UTILI:</b></font></p>
<div>
<address><a href="http://www.net-free.it/articoli/viewart.php?idart=228&amp;idpag=1" target="_blank"> Configurare Samba in Workgroup con Windows (4 Marzo 2006)</a></address>
</div>
<div>
<address><a href="http://www.linux-zone.it/articoli.php?idcat=11" target="_blank"> Samba - 2 pc in rete, uno con linux e uno con windows</a></address>
</div>
<address><a href="http://www.pc-facile.com/guide/configurare_rete_mista_linux_windows_samba/" target="_blank" title="Come configurare una rete mista con Linux e Windows">Come configurare una rete mista con Linux e Windows</a></address>
<blockquote>
<blockquote><p><font color="#0000ff"><b> </b></font></p></blockquote>
</blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/howtodebian.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/howtodebian.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/howtodebian.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/howtodebian.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/howtodebian.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/howtodebian.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/howtodebian.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/howtodebian.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/howtodebian.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/howtodebian.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/howtodebian.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/howtodebian.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=howtodebian.wordpress.com&blog=2446111&post=19&subd=howtodebian&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://howtodebian.wordpress.com/2008/01/16/samba-creare-rete-mista-windows-linux/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/deliaviola-128.jpg" medium="image">
			<media:title type="html">Delia</media:title>
		</media:content>
	</item>
		<item>
		<title>Cambiare il browser predefinito di Thunderbird/Icedove</title>
		<link>http://howtodebian.wordpress.com/2008/01/05/cambiare-il-browser-predefinito-di-thunderbirdicedove/</link>
		<comments>http://howtodebian.wordpress.com/2008/01/05/cambiare-il-browser-predefinito-di-thunderbirdicedove/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 11:50:46 +0000</pubDate>
		<dc:creator>Delia</dc:creator>
		
		<category><![CDATA[Debian]]></category>

		<category><![CDATA[Cambiare browser predefinito]]></category>

		<category><![CDATA[Debian 4.0]]></category>

		<category><![CDATA[Debian etch]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Icedove]]></category>

		<category><![CDATA[Iceweasel]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://howtodebian.wordpress.com/2008/01/05/cambiare-il-browser-predefinito-di-thunderbirdicedove/</guid>
		<description><![CDATA[Volete che  Icedove utilizzi Iceweasel (Firefox) o un altro browser invece di Konqueror per visualizzare i siti?
Cambiare il browser predefinito di Icedove (Thunderbird) sotto Debian è un&#8217;operazione molto semplice. Basta una sola riga di comando, naturalmente da root.
#update-alternatives --config x-www-browser
Visualizzerete una schermata simile a questa:

L&#8217;asterisco indica l&#8217;attuale browser di default. Inserite il numero corrispondente [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Volete che  Icedove utilizzi Iceweasel (Firefox) o un altro browser invece di Konqueror per visualizzare i siti?</p>
<p>Cambiare il browser predefinito di Icedove (Thunderbird) sotto Debian è un&#8217;operazione molto semplice. Basta una sola riga di comando, naturalmente da root.<span id="more-16"></span></p>
<blockquote><p><font color="#ff0000"><b><code>#update-alternatives --config x-www-browser</code></b></font></p></blockquote>
<p>Visualizzerete una schermata simile a questa:</p>
<p><img src="http://howtodebian.files.wordpress.com/2008/01/schermata2.png" alt="update-alternatives –config x-www-browser" /></p>
<p>L&#8217;asterisco indica l&#8217;attuale browser di default. Inserite il numero corrispondente alla vostra scelta e Invio.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/howtodebian.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/howtodebian.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/howtodebian.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/howtodebian.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/howtodebian.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/howtodebian.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/howtodebian.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/howtodebian.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/howtodebian.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/howtodebian.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/howtodebian.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/howtodebian.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=howtodebian.wordpress.com&blog=2446111&post=16&subd=howtodebian&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://howtodebian.wordpress.com/2008/01/05/cambiare-il-browser-predefinito-di-thunderbirdicedove/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/deliaviola-128.jpg" medium="image">
			<media:title type="html">Delia</media:title>
		</media:content>

		<media:content url="http://howtodebian.files.wordpress.com/2008/01/schermata2.png" medium="image">
			<media:title type="html">update-alternatives –config x-www-browser</media:title>
		</media:content>
	</item>
		<item>
		<title>Come passare da desktop Gnome a Kde</title>
		<link>http://howtodebian.wordpress.com/2008/01/04/come-passare-da-desktop-gnome-a-kde/</link>
		<comments>http://howtodebian.wordpress.com/2008/01/04/come-passare-da-desktop-gnome-a-kde/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 16:42:17 +0000</pubDate>
		<dc:creator>Delia</dc:creator>
		
		<category><![CDATA[Debian]]></category>

		<category><![CDATA[Da Gnome a Kde]]></category>

		<category><![CDATA[Debian 4.0]]></category>

		<category><![CDATA[Debian etch]]></category>

		<category><![CDATA[Gnome]]></category>

		<category><![CDATA[Kde]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://howtodebian.wordpress.com/2008/01/04/come-passare-da-desktop-gnome-a-kde/</guid>
		<description><![CDATA[Avete appena installato Debian? Durante l&#8217;installazione non vi è stato chiesto quale ambiente grafico utilizzare? E ora con vostra immensa sorpresa vi trovate Gnome. Cosa fare?

Tramite Gestore pacchetti Synaptic:

Andare su Desktop&#8211;&#62;Amministrazione&#8211;&#62;Gestore pacchetti Synaptic
Inserire la password di root
Sulla sinistra selezionare Ambiente Desktop KDE e poi sulla destra selezionare kde e kdm.
Applica e riavvia.

Da Shell:

su per entrare [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Avete appena installato Debian? Durante l&#8217;installazione non vi è stato chiesto quale ambiente grafico utilizzare? E ora con vostra immensa sorpresa vi trovate Gnome. Cosa fare?<span id="more-12"></span></p>
<ul>
<li><b>Tramite Gestore pacchetti Synaptic:</b></li>
</ul>
<blockquote><p>Andare su <b><font color="#ff0000">Desktop</font>&#8211;&gt;<font color="#ff0000">Amministrazione</font>&#8211;&gt;<font color="#ff0000">Gestore pacchetti Synaptic</font></b></p>
<p>Inserire la password di root</p>
<p>Sulla sinistra selezionare <b><font color="#ff0000">Ambiente Desktop KDE </font></b>e poi sulla destra selezionare <b><font color="#ff0000">kde</font></b> e <b><font color="#ff0000">kdm</font></b>.</p>
<p>Applica e riavvia.</p></blockquote>
<ul>
<li><b>Da Shell:</b></li>
</ul>
<blockquote><p><font color="#ff0000"><b>su</b></font> per entrare come root</p>
<p>password di root</p>
<p><font color="#ff0000"><b>apt-get install kde</b></font></p>
<p><font color="#ff0000"><b>apt-get install kdm</b></font></p>
<p>Poi riavviate.</p></blockquote>
<p>Kdm è il KDE Display Manager e serve per fare il login degli utenti. Se avete intenzione di personalizzarlo installate anche <font color="#ff0000"><b>kdmtheme</b><font color="#000000">.</font></font></p>
<p>Una volta riavviato il sistema scegliete di avviare una sessione kde.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/howtodebian.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/howtodebian.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/howtodebian.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/howtodebian.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/howtodebian.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/howtodebian.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/howtodebian.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/howtodebian.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/howtodebian.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/howtodebian.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/howtodebian.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/howtodebian.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=howtodebian.wordpress.com&blog=2446111&post=12&subd=howtodebian&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://howtodebian.wordpress.com/2008/01/04/come-passare-da-desktop-gnome-a-kde/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/deliaviola-128.jpg" medium="image">
			<media:title type="html">Delia</media:title>
		</media:content>
	</item>
		<item>
		<title>Installazione Debian &#8220;etch&#8221;</title>
		<link>http://howtodebian.wordpress.com/2008/01/04/installazione-debian-etch/</link>
		<comments>http://howtodebian.wordpress.com/2008/01/04/installazione-debian-etch/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 15:24:47 +0000</pubDate>
		<dc:creator>Delia</dc:creator>
		
		<category><![CDATA[Debian]]></category>

		<category><![CDATA[Debian etch]]></category>

		<category><![CDATA[Installazione.]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://howtodebian.wordpress.com/2008/01/04/installazione-debian-etch/</guid>
		<description><![CDATA[Non mi dilungherò troppo su questa parte, poichè è semplice e a me personalmente non ha creato alcun problema.
Innanzi tutto è necessario scaricare l&#8217;immagine del cd di installazione da qui. Io ho scaricato la prima (netinst) che a mio avviso se si dispone di una buona e veloce connessione ad internet è la più comoda. [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Non mi dilungherò troppo su questa parte, poichè è semplice e a me personalmente non ha creato alcun problema.</p>
<p>Innanzi tutto è necessario scaricare l&#8217;immagine del cd di installazione da <a href="http://www.debian.org/releases/stable/debian-installer/" title="Scarica immagine cd installazione" target="_blank">qui</a>. Io ho scaricato la prima (netinst) che a mio avviso se si dispone di una buona e veloce connessione ad internet è la più comoda. In tal modo si installa il sistemo operativo da cd e le altre funzionalità verranno scaricate da intenet.<span id="more-6"></span></p>
<p>Riavviate e fate il boot da cd. Inizierà l&#8217;installazione e vi si presenterà la schermata seguente.<br />
<img src="http://howtodebian.files.wordpress.com/2008/01/installazione.png" alt="Installazione" /></p>
<p>Premiamo invio e diamo inizio alla procedura di installazione.</p>
<p>Consiglio di mantenere attaccato il cavo di rete, affinchè venga configurata in modo automatico.</p>
<p>Dopo aver dato il nome al computer inizierà la procedura di partizionamento. Se non siete proprio a digiuno su questo argomento vi consiglio il partizionamento manuale.</p>
<p>Infine, quando richiesto, estraete il cd e  il sistema si riavvierà. Da questo momento inizierà la procedura di configurazione del sistema e vi verrà chiesto di scegliere un mirror da cui scaricare altri pacchetti. Io ho scelto <font color="#ff0000">ftp.it.debian.org</font>.  Altri repository potranno essere aggiunti in seguito.</p>
<h2></h2>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/howtodebian.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/howtodebian.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/howtodebian.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/howtodebian.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/howtodebian.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/howtodebian.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/howtodebian.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/howtodebian.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/howtodebian.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/howtodebian.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/howtodebian.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/howtodebian.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=howtodebian.wordpress.com&blog=2446111&post=6&subd=howtodebian&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://howtodebian.wordpress.com/2008/01/04/installazione-debian-etch/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/deliaviola-128.jpg" medium="image">
			<media:title type="html">Delia</media:title>
		</media:content>

		<media:content url="http://howtodebian.files.wordpress.com/2008/01/installazione.png" medium="image">
			<media:title type="html">Installazione</media:title>
		</media:content>
	</item>
		<item>
		<title>Perchè?</title>
		<link>http://howtodebian.wordpress.com/2008/01/04/primo-post/</link>
		<comments>http://howtodebian.wordpress.com/2008/01/04/primo-post/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 14:14:23 +0000</pubDate>
		<dc:creator>Delia</dc:creator>
		
		<category><![CDATA[Debian]]></category>

		<category><![CDATA[Debian etch]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[operating system]]></category>

		<category><![CDATA[sistemi operativi]]></category>

		<guid isPermaLink="false">http://howtodebian.wordpress.com/2008/01/04/primo-post/</guid>
		<description><![CDATA[Ho deciso di installare Debian per vari motivi che non vi sto a spiegare e dopo l&#8217;ennesima volta che installo una distribuzione Linux mi sono resa conto che ogni volta devo ricominciare da zero. Questo perchè non ho mai conservato informazioni su come sono riuscita a fare una cosa, dopo nottate passate a leggere guide [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ho deciso di installare Debian per vari motivi che non vi sto a spiegare e dopo l&#8217;ennesima volta che installo una distribuzione Linux mi sono resa conto che ogni volta devo ricominciare da zero. Questo perchè non ho mai conservato informazioni su come sono riuscita a fare una cosa, dopo nottate passate a leggere guide e tutorial nel web, le quali spesso (ahimè) sono in Inglese.</p>
<p>Questo blog nasce per questo, per me e per tutti quelli che ne potranno trarre giovamento.</p>
<p align="left">&nbsp;</p>
<div style="text-align:center;"><img src="http://howtodebian.files.wordpress.com/2008/01/debian-logo.png" alt="Logo Debian" /></div>
<address><font color="#ff0000"><a href="http://www.debian.org/index.it.html" title="http://www.debian.org/index.it.html" target="_blank" class="l"><b>Debian</b> &#8212; il Sistema Operativo Universale</a></font></address>
<address><font color="#ff0000"><a href="http://www.debianitalia.org/" title="http://www.debianitalia.org/" target="_blank" class="l">Il sito italiano per gli utenti <b>Debian</b> - DebianItalia.org</a></font></address>
<p><a href="http://www.debian.org/" title="Sito ufficiale Debian" target="_blank"></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/howtodebian.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/howtodebian.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/howtodebian.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/howtodebian.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/howtodebian.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/howtodebian.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/howtodebian.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/howtodebian.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/howtodebian.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/howtodebian.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/howtodebian.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/howtodebian.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=howtodebian.wordpress.com&blog=2446111&post=3&subd=howtodebian&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://howtodebian.wordpress.com/2008/01/04/primo-post/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/deliaviola-128.jpg" medium="image">
			<media:title type="html">Delia</media:title>
		</media:content>

		<media:content url="http://howtodebian.files.wordpress.com/2008/01/debian-logo.png" medium="image">
			<media:title type="html">Logo Debian</media:title>
		</media:content>
	</item>
	</channel>
</rss>