<?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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>SW LIBERO</title>
	<atom:link href="http://swlibero.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://swlibero.wordpress.com</link>
	<description>Consigli su configurazioni e programmazione del software libero.</description>
	<lastBuildDate>Fri, 07 Oct 2011 07:03:02 +0000</lastBuildDate>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='swlibero.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>SW LIBERO</title>
		<link>http://swlibero.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://swlibero.wordpress.com/osd.xml" title="SW LIBERO" />
	<atom:link rel='hub' href='http://swlibero.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Personalizzare il proprio prompt</title>
		<link>http://swlibero.wordpress.com/2011/10/07/personalizzare-il-proprio-prompt/</link>
		<comments>http://swlibero.wordpress.com/2011/10/07/personalizzare-il-proprio-prompt/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 07:01:25 +0000</pubDate>
		<dc:creator>swlibero</dc:creator>
				<category><![CDATA[consigli]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[modificare]]></category>
		<category><![CDATA[prompt]]></category>

		<guid isPermaLink="false">http://swlibero.wordpress.com/?p=64</guid>
		<description><![CDATA[Se usate il sistema operativo linux, e volete personalizzare il vostro prompt, della shell bash, potete fare in questo modo (esempio): nella propria home directory, esiste un file chiamato .bashrc , editare questo file e aggiungere, come ultima riga, la seguente istruzione: PS1=&#8221;[$USER@$HOSTNAME \w]&#62;&#8221; Effettuare il logout e poi di nuovo il login, a questo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=64&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Se usate il sistema operativo linux, e volete personalizzare il vostro prompt, della shell bash, potete fare in questo modo (esempio):</p>
<p>nella propria home directory, esiste un file chiamato .bashrc , editare questo file e aggiungere, come ultima riga, la seguente istruzione:</p>
<p>PS1=&#8221;[$USER@$HOSTNAME \w]&gt;&#8221;</p>
<p>Effettuare il logout e poi di nuovo il login, a questo punto noterete, nel prompt, che sarà presente username, chiocciola, nome host, e la directory corrente .</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swlibero.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swlibero.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swlibero.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swlibero.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swlibero.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swlibero.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swlibero.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swlibero.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swlibero.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swlibero.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swlibero.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swlibero.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swlibero.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swlibero.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=64&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swlibero.wordpress.com/2011/10/07/personalizzare-il-proprio-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f09ea63944c34f30b29e9e792ce6b56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">swlibero</media:title>
		</media:content>
	</item>
		<item>
		<title>Come utilizzare la libreria sqlite (esempio)</title>
		<link>http://swlibero.wordpress.com/2011/10/03/come-utilizzare-la-libreria-sqlite/</link>
		<comments>http://swlibero.wordpress.com/2011/10/03/come-utilizzare-la-libreria-sqlite/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 07:11:30 +0000</pubDate>
		<dc:creator>swlibero</dc:creator>
				<category><![CDATA[programmazione]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[semplice]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://swlibero.wordpress.com/?p=56</guid>
		<description><![CDATA[Sqlite è una libreria con licenza di pubblico dominio ( per dettagli sulla licenza, vedere al link http://www.sqlite.org/copyright.html ) molto comoda nel caso si vogliano gestire database (non troppo pesanti) in maniera semplice e senza avere un database server (in quanto il database è contenuto in un unico file!) . Ecco un esempio di come [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=56&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sqlite è una libreria con licenza di pubblico dominio ( per dettagli sulla licenza, vedere al link <a title="http://www.sqlite.org/copyright.html" href="http://www.sqlite.org/copyright.html">http://www.sqlite.org/copyright.html</a> ) molto comoda nel caso si vogliano gestire database (non troppo pesanti) in maniera semplice e senza avere un database server (in quanto il database è contenuto in un unico file!) .</p>
<p>Ecco un esempio di come utilizzare la libreria sqlite tramite<br />
visual studio 2008:</p>
<p>Ecco come fare:</p>
<p>1) Scaricare i sorgenti della libreria sqlite da questo link:<br />
<a title="http://www.sqlite.org/sqlite-amalgamation-3070800.zip" href="http://www.sqlite.org/sqlite-amalgamation-3070800.zip">http://www.sqlite.org/sqlite-amalgamation-3070800.zip</a></p>
<p>2) Creare, tramite visual studio 2008 (ma anche con il visual studio 2005 non ci dovrebbero essere problemi),<br />
un nuovo progetto c++ di tipo &#8220;win 32 console&#8221; (dire che non si vogliono avere i  &#8220;precompiled headers&#8221;);</p>
<p>3) Nel progetto mettere, come main, il sorgente c++ di prova , seguente:</p>
<p>#include &#8220;stdafx.h&#8221;</p>
<p>#include &lt;stdio.h&gt;<br />
#include &lt;stdlib.h&gt;</p>
<p>#include &#8220;sqlite-amalgamation-3070800/sqlite3.h&#8221;</p>
<p>static int callback(void *NotUsed, int argc, char **argv, char **azColName){<br />
int i;<br />
for(i=0; i&lt;argc; i++){<br />
printf(&#8220;%s = %s\n&#8221;, azColName[i], argv[i] ? argv[i] : &#8220;NULL&#8221;);<br />
}<br />
printf(&#8220;\n&#8221;);<br />
return 0;<br />
}</p>
<p>int main(int argc, char **argv){<br />
sqlite3 *db;<br />
char *zErrMsg = 0;<br />
int rc;</p>
<p>if( argc!=3 ){<br />
fprintf(stderr, &#8220;Usage: %s DATABASE SQL-STATEMENT\n&#8221;, argv[0]);<br />
exit(1);<br />
}<br />
rc = sqlite3_open(argv[1], &amp;db);<br />
if( rc ){<br />
fprintf(stderr, &#8220;Can&#8217;t open database: %s\n&#8221;, sqlite3_errmsg(db));<br />
sqlite3_close(db);<br />
exit(1);<br />
}<br />
rc = sqlite3_exec(db, argv[2], callback, 0, &amp;zErrMsg);<br />
if( rc!=SQLITE_OK ){<br />
fprintf(stderr, &#8220;SQL error: %s\n&#8221;, zErrMsg);<br />
sqlite3_free(zErrMsg);<br />
}<br />
sqlite3_close(db);<br />
return 0;<br />
}</p>
<p>4) Nella directory del suddetto progetto creato, copiare la directory che è contenuta<br />
nel zip file sqlite-amalgamation-3070800.zip (la directory si chiama sqlite-amalgamation-3070800) .</p>
<p>5) Nel progetto, appena creato, aggiungere  (sono nella directory sqlite-amalgamation-3070800)<br />
anche gli header file sqlite3.h e sqlite3ext.h ,<br />
e aggiungere il source file sqlite3.cpp .</p>
<p>6) Compilare la soluzione del progetto, non si dovrebbero avere errori.</p>
<p>7) Andare , con una console, alla directory dove è stato prodotto l&#8217;eseguibile<br />
(per esempio io la soluzione l&#8217;ho chiamata PROVADB e, per cui (nella sottodirectory Debug)<br />
è stato prodotto PROVADB.exe ).</p>
<p>Il programma vuole come primo argomento il nome del db (se non esiste viene creato, come vedrete, il db sarà semplicemente<br />
contenuto dentro un file con lo stesso nome), e poi vuole<br />
(racchiuse tra doppi apici) l&#8217;istruzione sql completa.</p>
<p>Impartire questi comandi (esempio):</p>
<p>PROVADB dbexample &#8220;CREATE TABLE example (nome varchar(255), cognome VARCHAR(100), numerotelefono varchar(20));&#8221;</p>
<p>PROVADB dbexample &#8220;INSERT INTO example (nome, cognome, numerotelefono) VALUES (&#8216;pinco&#8217;, &#8216;pallo&#8217;, &#8217;094534&#8242;)&#8221;</p>
<p>PROVADB dbexample &#8220;INSERT INTO example (nome, cognome, numerotelefono) VALUES (&#8216;daniele&#8217;, &#8216;bianchi&#8217;, &#8217;23231&#8242;)&#8221;</p>
<p>PROVADB dbexample &#8220;INSERT INTO example (nome, cognome, numerotelefono) VALUES (&#8216;francesco&#8217;, &#8216;rossi&#8217;, &#8217;823758&#8242;)&#8221;</p>
<p>PROVADB dbexample &#8220;select * from example&#8221;</p>
<p>Si vedrà questo output:</p>
<p>nome = pinco<br />
cognome = pallo<br />
numerotelefono = 094534</p>
<p>nome = daniele<br />
cognome = bianchi<br />
numerotelefono = 23231</p>
<p>nome = francesco<br />
cognome = rossi<br />
numerotelefono = 823758</p>
<p>Spero sia tutto chiaro, nel caso di problemi, ulteriori dettagli sulla libreria si trovano qui:<br />
<a title="http://www.sqlite.org/quickstart.html" href="http://www.sqlite.org/quickstart.html">http://www.sqlite.org/quickstart.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swlibero.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swlibero.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swlibero.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swlibero.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swlibero.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swlibero.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swlibero.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swlibero.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swlibero.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swlibero.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swlibero.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swlibero.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swlibero.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swlibero.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=56&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swlibero.wordpress.com/2011/10/03/come-utilizzare-la-libreria-sqlite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f09ea63944c34f30b29e9e792ce6b56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">swlibero</media:title>
		</media:content>
	</item>
		<item>
		<title>SQLITE</title>
		<link>http://swlibero.wordpress.com/2011/08/02/sqlite/</link>
		<comments>http://swlibero.wordpress.com/2011/08/02/sqlite/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 09:06:13 +0000</pubDate>
		<dc:creator>swlibero</dc:creator>
				<category><![CDATA[programmazione]]></category>
		<category><![CDATA[libreria]]></category>
		<category><![CDATA[programma]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://swlibero.wordpress.com/?p=53</guid>
		<description><![CDATA[Talvolta si ha bisogno di realizzare una applicazione, che ha bisogno di un database, che non ha bisogno di prestazioni, per le transazioni sql, grandissime. Una buona soluzione è quella di utilizzare la libreria c sqlite, a questo indirizzo: http://www.sqlite.org/   . Inoltre, questa soluzione ha il vantaggio che, una volta sviluppato il software, l&#8217;applicazione puo&#8217; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=53&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Talvolta si ha bisogno di realizzare una applicazione, che ha bisogno di un database, che non ha bisogno di prestazioni,</p>
<p>per le transazioni sql, grandissime. Una buona soluzione è quella di utilizzare la libreria c sqlite, a questo indirizzo: <a title="http://www.sqlite.org/ " href="http://www.sqlite.org/">http://www.sqlite.org/   </a>. Inoltre, questa soluzione ha il vantaggio che, una volta sviluppato il software, l&#8217;applicazione puo&#8217; essere distribuita in un pacchetto unico (non c&#8217;e&#8217; necessità di installare prima un db server).</p>
<p>In alternativa, se si volesse utilizzare java, e non il C/C++, esiste anche il porting della suddetta libreria per java,</p>
<p>a questo indirizzo: <a href="http://www.zentus.com/sqlitejdbc/index.html">http://www.zentus.com/sqlitejdbc/index.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swlibero.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swlibero.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swlibero.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swlibero.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swlibero.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swlibero.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swlibero.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swlibero.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swlibero.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swlibero.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swlibero.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swlibero.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swlibero.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swlibero.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=53&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swlibero.wordpress.com/2011/08/02/sqlite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f09ea63944c34f30b29e9e792ce6b56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">swlibero</media:title>
		</media:content>
	</item>
		<item>
		<title>Ditribuzioni linux personalizzabili a richiesta</title>
		<link>http://swlibero.wordpress.com/2011/03/26/ditribuzioni-linux-personalizzabili-a-richiesta/</link>
		<comments>http://swlibero.wordpress.com/2011/03/26/ditribuzioni-linux-personalizzabili-a-richiesta/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 19:19:43 +0000</pubDate>
		<dc:creator>swlibero</dc:creator>
				<category><![CDATA[sw libero - descrizioni generali]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[personalizzabile]]></category>

		<guid isPermaLink="false">http://swlibero.wordpress.com/?p=46</guid>
		<description><![CDATA[Tra tante distribuzioni linux, ne esiste anche una personalizzabile a richiesta, nel senso che si scelgono solo i moduli di interesse, e poi, il sito web, prepara la iso, della distribuzione, da scaricare. Come, per esempio, è nella distribuzione linux slax . Ecco qui il link: http://www.slax.org/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=46&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tra tante distribuzioni linux, ne esiste anche una personalizzabile a richiesta, nel senso che si scelgono solo i moduli di interesse, e poi, il sito web, prepara la iso, della distribuzione, da scaricare. Come, per esempio, è nella distribuzione linux slax .</p>
<p>Ecco qui il link:</p>
<p><a href="http://www.slax.org/">http://www.slax.org/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swlibero.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swlibero.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swlibero.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swlibero.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swlibero.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swlibero.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swlibero.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swlibero.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swlibero.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swlibero.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swlibero.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swlibero.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swlibero.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swlibero.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=46&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swlibero.wordpress.com/2011/03/26/ditribuzioni-linux-personalizzabili-a-richiesta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f09ea63944c34f30b29e9e792ce6b56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">swlibero</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu</title>
		<link>http://swlibero.wordpress.com/2011/01/16/ubuntu/</link>
		<comments>http://swlibero.wordpress.com/2011/01/16/ubuntu/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 12:52:13 +0000</pubDate>
		<dc:creator>swlibero</dc:creator>
				<category><![CDATA[consigli]]></category>

		<guid isPermaLink="false">http://swlibero.wordpress.com/?p=39</guid>
		<description><![CDATA[Secondo me, la migliore distribuzione linux, per un utente domestico, è ubuntu. In questo link trovare tutti i dettagli: http://www.ubuntu-it.org/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=39&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Secondo me, la migliore distribuzione linux, per un utente domestico, è ubuntu.<br />
In questo link trovare tutti i dettagli:<br />
<a href="http://www.ubuntu-it.org/"> http://www.ubuntu-it.org/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swlibero.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swlibero.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swlibero.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swlibero.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swlibero.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swlibero.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swlibero.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swlibero.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swlibero.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swlibero.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swlibero.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swlibero.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swlibero.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swlibero.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=39&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swlibero.wordpress.com/2011/01/16/ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f09ea63944c34f30b29e9e792ce6b56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">swlibero</media:title>
		</media:content>
	</item>
		<item>
		<title>Compilatore gnu c++ su dos/windows</title>
		<link>http://swlibero.wordpress.com/2010/10/21/compilatore-gnu-c-su-doswindows/</link>
		<comments>http://swlibero.wordpress.com/2010/10/21/compilatore-gnu-c-su-doswindows/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 18:06:34 +0000</pubDate>
		<dc:creator>swlibero</dc:creator>
				<category><![CDATA[programmazione]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[compilatore]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://swlibero.wordpress.com/?p=40</guid>
		<description><![CDATA[Volete avere anche un compilatore gnu c++ che generi codice anche macchina per dos o windows? Andate a questo sito, scegliete la vostra piattaforma, e seguite le istruzioni per l&#8217;installazione: http://www.delorie.com/djgpp/zip-picker.html Nota: se avete windows 2003, potete scegliete windows 2000/xp , ho visto che va bene uguale.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=40&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Volete avere anche un compilatore gnu c++ che generi codice anche macchina per dos o windows?</p>
<p>Andate a questo sito, scegliete la vostra piattaforma, e seguite le istruzioni</p>
<p>per l&#8217;installazione:</p>
<p><a href="http://www.delorie.com/djgpp/zip-picker.html">http://www.delorie.com/djgpp/zip-picker.html</a></p>
<p>Nota: se avete windows 2003, potete scegliete windows 2000/xp , ho visto che va bene uguale.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swlibero.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swlibero.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swlibero.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swlibero.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swlibero.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swlibero.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swlibero.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swlibero.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swlibero.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swlibero.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swlibero.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swlibero.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swlibero.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swlibero.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=40&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swlibero.wordpress.com/2010/10/21/compilatore-gnu-c-su-doswindows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f09ea63944c34f30b29e9e792ce6b56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">swlibero</media:title>
		</media:content>
	</item>
		<item>
		<title>Comandi unix per windows</title>
		<link>http://swlibero.wordpress.com/2010/05/22/comandi-unix-per-windows/</link>
		<comments>http://swlibero.wordpress.com/2010/05/22/comandi-unix-per-windows/#comments</comments>
		<pubDate>Sat, 22 May 2010 09:46:10 +0000</pubDate>
		<dc:creator>swlibero</dc:creator>
				<category><![CDATA[consigli]]></category>
		<category><![CDATA[comandi]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://swlibero.wordpress.com/2010/05/22/comandi-unix-per-windows/</guid>
		<description><![CDATA[Volete avere i vostri principali comandi unix (come per esempio ls, awk, diff, cmp, ecc&#8230;) anche su windows?. Bene: andate a questo sito e avrete tutto cio&#8217;: http://gnuwin32.sourceforge.net/packages.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=35&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Volete avere i vostri principali comandi unix (come per esempio ls, awk, diff, cmp, ecc&#8230;) anche su windows?. Bene: andate a questo sito e avrete tutto cio&#8217;:<br />
<a href="http://gnuwin32.sourceforge.net/packages.html"> http://gnuwin32.sourceforge.net/packages.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swlibero.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swlibero.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swlibero.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swlibero.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swlibero.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swlibero.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swlibero.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swlibero.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swlibero.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swlibero.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swlibero.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swlibero.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swlibero.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swlibero.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=35&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swlibero.wordpress.com/2010/05/22/comandi-unix-per-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f09ea63944c34f30b29e9e792ce6b56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">swlibero</media:title>
		</media:content>
	</item>
		<item>
		<title>Fedora</title>
		<link>http://swlibero.wordpress.com/2010/02/20/fedora/</link>
		<comments>http://swlibero.wordpress.com/2010/02/20/fedora/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 16:13:58 +0000</pubDate>
		<dc:creator>swlibero</dc:creator>
				<category><![CDATA[consigli]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://swlibero.wordpress.com/2010/02/20/fedora/</guid>
		<description><![CDATA[Fedora è una distribuzione linux, di software libero, che si basa su linux redhat. Ecco qui il link: http://fedoraproject.org/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=32&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Fedora è una distribuzione linux, di software libero, che si basa su linux redhat.<br />
Ecco qui il link:<br />
<a href="http://fedoraproject.org/"> http://fedoraproject.org/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swlibero.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swlibero.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swlibero.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swlibero.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swlibero.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swlibero.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swlibero.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swlibero.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swlibero.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swlibero.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swlibero.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swlibero.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swlibero.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swlibero.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=32&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swlibero.wordpress.com/2010/02/20/fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f09ea63944c34f30b29e9e792ce6b56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">swlibero</media:title>
		</media:content>
	</item>
		<item>
		<title>Programmazione con eclipse</title>
		<link>http://swlibero.wordpress.com/2009/07/15/programmazione-con-eclipse/</link>
		<comments>http://swlibero.wordpress.com/2009/07/15/programmazione-con-eclipse/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 18:53:28 +0000</pubDate>
		<dc:creator>swlibero</dc:creator>
				<category><![CDATA[programmazione]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://swlibero.wordpress.com/2009/07/15/programmazione-con-eclipse/</guid>
		<description><![CDATA[Per chi programma in linux (ma non solo): un potente IDE configurabile con diversi linguaggi (tra cui java e c++, ma anche moltissimi altri): eclipse Lo trovate a questo link: http://www.eclipse.org/ Naturalmente è gratuito . Ciao.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=30&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Per chi programma in linux (ma non solo):<br />
un potente IDE configurabile con diversi linguaggi (tra cui java e c++, ma anche moltissimi altri):<br />
eclipse</p>
<p>Lo trovate a questo link:<br />
<a href="http://www.eclipse.org">http://www.eclipse.org/</a></p>
<p>Naturalmente è gratuito .<br />
Ciao.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swlibero.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swlibero.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swlibero.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swlibero.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swlibero.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swlibero.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swlibero.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swlibero.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swlibero.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swlibero.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swlibero.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swlibero.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swlibero.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swlibero.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=30&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swlibero.wordpress.com/2009/07/15/programmazione-con-eclipse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f09ea63944c34f30b29e9e792ce6b56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">swlibero</media:title>
		</media:content>
	</item>
		<item>
		<title>Per vedere le partizioni presenti nel computer con linux</title>
		<link>http://swlibero.wordpress.com/2009/07/07/per-vedere-le-partizioni-presenti-nel-computer-con-linux/</link>
		<comments>http://swlibero.wordpress.com/2009/07/07/per-vedere-le-partizioni-presenti-nel-computer-con-linux/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 19:27:00 +0000</pubDate>
		<dc:creator>swlibero</dc:creator>
				<category><![CDATA[consigli]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[partizioni]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://swlibero.wordpress.com/2009/07/07/per-vedere-le-partizioni-presenti-nel-computer-con-linux/</guid>
		<description><![CDATA[Talvolta abbiamo, nel nostro computer che ha linux, anche altre partizioni (per esempio fat32 o ntfs di windows, o altre). Per vedere tutte quante le partizioni presenti nel nostro computer, allora basta impartire questo comando dalla nostra linux: sudo fdisk -l Buon divertimento!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=24&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Talvolta abbiamo, nel nostro computer che ha linux, anche altre partizioni (per esempio fat32 o ntfs di windows, o altre).<br />
Per vedere tutte quante le partizioni presenti nel nostro computer,<br />
allora basta impartire questo comando dalla nostra linux:<br />
sudo fdisk -l</p>
<p>Buon divertimento!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swlibero.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swlibero.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swlibero.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swlibero.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swlibero.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swlibero.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swlibero.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swlibero.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swlibero.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swlibero.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swlibero.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swlibero.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swlibero.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swlibero.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swlibero.wordpress.com&amp;blog=8003717&amp;post=24&amp;subd=swlibero&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swlibero.wordpress.com/2009/07/07/per-vedere-le-partizioni-presenti-nel-computer-con-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f09ea63944c34f30b29e9e792ce6b56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">swlibero</media:title>
		</media:content>
	</item>
	</channel>
</rss>
