<?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/"
	>

<channel>
	<title>Scubarda.net &#187; Linux</title>
	<atom:link href="http://www.scubarda.net/wordpress/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scubarda.net/wordpress</link>
	<description></description>
	<lastBuildDate>Mon, 28 Feb 2011 12:03:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>VPN Client Cisco per Linux &#8211; Ubuntu Karmic Koala 9.10</title>
		<link>http://www.scubarda.net/wordpress/2009/09/29/vpn-client-cisco-per-linux-ubuntu-karmic-koala-910/</link>
		<comments>http://www.scubarda.net/wordpress/2009/09/29/vpn-client-cisco-per-linux-ubuntu-karmic-koala-910/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 10:12:56 +0000</pubDate>
		<dc:creator>merlos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Screwdriver]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.scubarda.net/wordpress/?p=283</guid>
		<description><![CDATA[[Aggiornamento 5 Maggio 2010] Testato e funzionante anche su Ubuntu 10.4  Lucid Lynx, kernel 2.6.32 [Fine Aggiornamento 5 Maggio 2010] [Aggiornamento 15 Marzo 2010] Per chiunque ha problemi di caduta della connessione VPN dopo un po&#8217; di tempo (a me capitava dopo un minuto) è necessario dopo aver instaurato la connessione VPN aggiungere una rotta verso <a href='http://www.scubarda.net/wordpress/2009/09/29/vpn-client-cisco-per-linux-ubuntu-karmic-koala-910/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>[<strong><span style="color: #ff0000;">Aggiornamento 5 Maggio 2010</span></strong>]<br />
Testato e funzionante anche su <strong>Ubuntu</strong> 10.4  Lucid Lynx, kernel 2.6.32<br />
[<strong><span style="color: #ff0000;">Fine </span></strong><strong><span style="color: #ff0000;">Aggiornamento 5 Maggio 2010</span></strong>]</p>
<p>[<span style="color: #ff0000;"><strong>Aggiornamento 15 Marzo 2010</strong></span>]<br />
Per chiunque ha problemi di caduta della connessione VPN dopo un po&#8217; di tempo (a me capitava dopo un minuto) è necessario dopo aver instaurato la connessione VPN aggiungere una rotta verso la propia rete locale via interfaccia di rete usata.<br />
Ad esempio se la propria subnet è 192.168.1.0/24 e l&#8217;interfaccia configurata è la eth0, si deve dare il comando</p>
<blockquote><p>/sbin/route/ add -net 192.168.1.0/24 dev eth0</p></blockquote>
<p>Per i più curiosi la spiegazione dettagliata del problema</p>
<blockquote><p>This operation will overcome the ARP issue, which some people experience and some don&#8217;t because some routers (the default-gateway of the PC) store in their ARP table the MAC addresses of devices connected to the local network for a longer time than others (some do this indefinitely): when the ARP entry corresponding to the PC using the Cisco VPN client expires in the ARP table of the local router, the local router will be unable to reach the PC, as it no longer knows its MAC address, and the VPN connection will first appear to have stop working and than disconnect after the Dead Peer Detection times out.</p></blockquote>
<p>[<strong><span style="color: #ff0000;">Fine </span></strong><span style="color: #ff0000;"><strong>Aggiornamento 15 Marzo 2010</strong></span>]</p>
<p>La nuova release di casa Ubuntu (Karmic 9.10) arriva con il nuovo <strong>kernel 2.6.31</strong>.<br />
Questa patch è testata e funzionante anche con il <strong>kernel 2.6.32</strong></p>
<p>L<strong>&#8216;</strong>installazione del VPN Client Cisco (<a title="VPN Client Cisco 4 Linux - Download" href="http://projects.tuxx-home.at/ciscovpn/clients/linux/" target="_blank">testato il 4.8.02</a>) purtoppo crea problemi, perciò la vecchia <a title="VPN Client Cisco per Linux - Testato fino a Ubuntu 8.10 (Intrepid Ibex)" href="http://www.scubarda.net/wordpress/2007/03/30/vpn-client-cisco-per-linux/" target="_blank">guida per Ubuntu fino alla 8.10</a> non è più valida.</p>
<p>Googlando un po&#8217; mi sono imbattuto nell&#8217;ottimo e risolutivo post di tale Pál DOROGI che ha scritto una patch per poter compilare il Client 4.8.02 in Karmic</p>
<p style="text-align: center;"><a title="Patch Cisco VPN Client per Kernel 2.6.31 - Karmic Koala 9.10" href="http://ilapstech.blogspot.com/2009/09/cisco-vpn-client-on-karmic-koala.html" target="_blank">http://ilapstech.blogspot.com/2009/09/cisco-vpn-client-on-karmic-koala.html</a></p>
<p style="text-align: left;">L&#8217;articolo è molto ben scritto e fornisce una spiegazione dettagliata del perchè il client non compila con il nuovo kernel. La vecchia struttura <strong>net_device</strong> è stata rimpiazzata dalla nuova <strong>net_device_ops</strong>.</p>
<p style="text-align: left;">Questo genera errori di compilazioni simili a questi che seguono</p>
<blockquote>
<p style="text-align: left;">/home/giovanni/Downloads/vpnclient/interceptor.c: In function ‘interceptor_init’:<br />
/home/giovanni/Downloads/vpnclient/interceptor.c:132: error: ‘struct net_device’ has no member named ‘hard_start_xmit’<br />
/home/giovanni/Downloads/vpnclient/interceptor.c:133: error: ‘struct net_device’ has no member named ‘get_stats’<br />
/home/giovanni/Downloads/vpnclient/interceptor.c:134: error: ‘struct net_device’ has no member named ‘do_ioctl’<br />
/home/giovanni/Downloads/vpnclient/interceptor.c: In function ‘add_netdev’:<br />
/home/giovanni/Downloads/vpnclient/interceptor.c:271: error: ‘struct net_device’ has no member named ‘hard_start_xmit’<br />
/home/giovanni/Downloads/vpnclient/interceptor.c:272: error: ‘struct net_device’ has no member named ‘hard_start_xmit’<br />
/home/giovanni/Downloads/vpnclient/interceptor.c: In function ‘remove_netdev’:<br />
/home/giovanni/Downloads/vpnclient/interceptor.c:294: error: ‘struct net_device’ has no member named ‘hard_start_xmit’<br />
make[2]: *** [/home/giovanni/Downloads/vpnclient/interceptor.o] Errore 1<br />
make[1]: *** [_module_/home/giovanni/Downloads/vpnclient] Errore 2<br />
make[1]: uscita dalla directory «/usr/src/linux-headers-2.6.31-11-generic»<br />
make: *** [default] Errore 2</p>
</blockquote>
<p style="text-align: left;">La patch da applicare al Client Cisco (file <em>interceptor.c</em>) è la seguente</p>
<p style="text-align: center;"><a href="http://www.scubarda.net/wordpress/wp-content/uploads/2631.patch">Patch kernel 2.6.31</a></p>
<p style="text-align: left;">Per applicarla basta scaricarla nella cartella in cui è presente la directory <em>vpnclient/</em>, ed eseguire i seguenti comandi</p>
<blockquote>
<p style="text-align: left;">cd vpnclient<br />
patch &lt; ../2631.patch<br />
sudo ./vpn_install</p>
</blockquote>
<p style="text-align: left;">A questo punto tutto dovrebbe funzionare come al solito, basta semplicemente avviare il client VPN (<em>/etc/init.d/vpnclient_init start</em>) e connettersi (<em>vpnclient connect PROFILO</em>)</p>
<p style="text-align: left;">Enjoy!!!</p>
<p style="text-align: left;">PS: Per vecchi kernel o per info aggiuntive sul Cisco VPN Client fare <a href="http://www.scubarda.net/wordpress/2007/03/30/vpn-client-cisco-per-linux/" target="_blank">riferimento al vecchio post</a></p>
<p style="text-align: left;">
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.scubarda.net/wordpress/2009/09/29/vpn-client-cisco-per-linux-ubuntu-karmic-koala-910/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fare il restore di Grub da LiveCD Linux</title>
		<link>http://www.scubarda.net/wordpress/2009/09/15/fare-il-restore-di-grub-da-livecd-linux/</link>
		<comments>http://www.scubarda.net/wordpress/2009/09/15/fare-il-restore-di-grub-da-livecd-linux/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 18:21:35 +0000</pubDate>
		<dc:creator>merlos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Screwdriver]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.scubarda.net/wordpress/?p=269</guid>
		<description><![CDATA[Sometime happens! E si può in effetti capitare di dover installare l&#8217;odiato Windows su un pc con a bordo Linux Si sente spesso parlare del caso contrario ma per lavoro mi è successo di dover installare WinXP sul mio laptop con sù Ubuntu Jaunty. Il problema?? Se installiamo WinXP su una partizione del nostro PC, <a href='http://www.scubarda.net/wordpress/2009/09/15/fare-il-restore-di-grub-da-livecd-linux/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Sometime happens!<br />
E si può in effetti capitare di dover installare l&#8217;odiato Windows su un pc con a bordo Linux<br />
Si sente spesso parlare del caso contrario ma per lavoro mi è successo di dover installare WinXP sul mio laptop con sù Ubuntu Jaunty.</p>
<p style="text-align: center;">
<div id="attachment_275" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.scubarda.net/wordpress/wp-content/uploads/grub.jpg"><img class="size-medium wp-image-275" title="Grub" src="http://www.scubarda.net/wordpress/wp-content/uploads/grub-300x190.jpg" alt="Grub" width="300" height="190" /></a><p class="wp-caption-text">Grub</p></div>
<p>Il problema?? Se installiamo WinXP su una partizione del nostro PC, l&#8217;intelligentissimo installer di casa Redmond non fa il detect dei sistemi operativi, sovrascrive l&#8217;<a title="Wikipedia - MBR" href="http://it.wikipedia.org/wiki/Master_boot_record" target="_blank">MBR</a> e al reboot (dopo 1 ora  e 1/2 di installazione) ci ritroveremo senza la possibilità di avviare la nostra distro Linux preferita (Ubuntu ?!?!)</p>
<p>Avevo già scritto in proposito una guida</p>
<p><a href="http://www.scubarda.net/wordpress/2007/04/26/recupero-boot-loader-grub/" target="_self">http://www.scubarda.net/wordpress/2007/04/26/recupero-boot-loader-grub/</a></p>
<p>quello che segue è un altro metodo funzionante (testato 2 gg fa)</p>
<p>Una volta avviato il livecd Ubuntu (la cosa funziona con qualsiasi altro livecd, a meno di usare l&#8217;utenza root al posto del comando sudo), bisogna come prima cosa montare la propria root partition (nel mio caso <strong>sda1</strong>, sostituire con la propria unità) sulla directory  <em>/mnt/root </em>(o una qualsiasi da creare a piacimento)</p>
<blockquote><p><em>sudo mkdir <strong>/mnt/root</strong></em><br />
<em>sudo mount -t ext3 /dex/<strong>sd</strong></em><strong><em>a1</em></strong><em> <strong>/mnt/root</strong></em></p></blockquote>
<p>Di seguito è necessario montare gli pseudo filesystem <em>proc</em> e <em>dev</em> all&#8217;interno del mount point appena creato</p>
<blockquote><p><em>sudo mount -t proc /proc <strong>/mnt/root</strong>/proc<br />
sudo mount -o bind /dev <strong>/mnt/root</strong>/dev</em></p></blockquote>
<p>e fare dunque il <a title="Wikipedia - chroot" href="http://it.wikipedia.org/wiki/Chroot" target="_blank">chroot</a></p>
<blockquote><p><em>sudo chroot <strong>/mnt/root</strong> /bin/bash</em></p></blockquote>
<p>Ora che ci siamo chrootati nel nostro root file system è necessario eseguire i seguenti comandi grub per ripristinare l&#8217;MBR</p>
<blockquote><p><em>sudo grub</em></p></blockquote>
<p><em><span style="font-style: normal;">nella console <strong>grub&gt;</strong> dare i seguenti comandi</span></em></p>
<blockquote><p><em>find /boot/grub/stage1</em></p></blockquote>
<p><em><span style="font-style: normal;">dovrebbe ritornare qualcosa del genere <strong>(hd0,0)</strong> ovvero l&#8217;equivalente in grubiano del device <strong>sda1 </strong>(la root partition)</span></em></p>
<blockquote><p><em><span style="font-style: normal;"><strong> </strong><em>root <strong>(hd0,0)</strong></em></span></em></p></blockquote>
<p><em><span style="font-style: normal;"><em><strong> </strong></em></span><span style="font-style: normal;">la scansione deve riconoscere il fs e la partizione</span></em></p>
<blockquote><p><em><span style="font-style: normal;"><em>setup </em><em><strong>(hd0)</strong></em></span></em></p></blockquote>
<p>Quest&#8217;ultimo comando sovrascrive e ripristina l&#8217;MBR (nota che il setup è fatto su hd0, ovvero nel mio caso il disco <strong>sda</strong>)</p>
<p>Nel caso si voglia predisporre il dual boot con Win basta semplicemente aggiungere l&#8217;entry relativa a Windows nel file <em>/boot/grub/menu.lst. </em>Sostituire la label (hd0,1) con quella corrispondente alla partizione su cui si è installato Windows.<br />
(hd0,1) corrisponde a sda2.</p>
<p><em><span><span style="font-style: normal;">Comando in chroot: </span>sudo vi /boot/grub/menu.lst</span></em></p>
<blockquote><p><em> </em><em><em>title Windows<br />
root <strong>(hd0,1)<br />
</strong>makeactive<br />
chainloader +1 </em></em></p>
<p><em><em><em> </em></em></em></p>
<p><em><em><em> </em></em></em></p>
<p><em><em> </em></em></p>
<p><em> </em></p></blockquote>
<p>A questo punto si può riavviare e avremo come boot loader il classico Grub con l&#8217;entry per Windows (premere ESC per vedere le opzioni di boot)</p>
<p>Chiaramente la procedura vale anche se avete cancellato/modificato l&#8217;MBR per qualche altro motivo.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scubarda.net/wordpress/2009/09/15/fare-il-restore-di-grub-da-livecd-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Chrome su Ubuntu Linux</title>
		<link>http://www.scubarda.net/wordpress/2009/08/18/google-chrome-su-ubuntu-linux/</link>
		<comments>http://www.scubarda.net/wordpress/2009/08/18/google-chrome-su-ubuntu-linux/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 10:47:53 +0000</pubDate>
		<dc:creator>merlos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.scubarda.net/wordpress/?p=262</guid>
		<description><![CDATA[E&#8217; già da un po&#8217; di tempo che Google ha rilasciato la versione Linux di Chrome. Questa versione è una build in-progress, il che implica che è potenzialmente affetta da molti bug, incompleta e (forse) non consigliata per l&#8217;uso quotidiano (vedi about:linux-splash seguente) This is an in-progress build of Google Chrome on Linux. We are still <a href='http://www.scubarda.net/wordpress/2009/08/18/google-chrome-su-ubuntu-linux/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>E&#8217; già da un po&#8217; di tempo che Google ha rilasciato la versione Linux di Chrome.</p>
<p>Questa versione è una build in-progress, il che implica che è potenzialmente affetta da molti bug, incompleta e (forse) non consigliata per l&#8217;uso quotidiano (vedi about:linux-splash seguente)</p>
<blockquote><p>This is an <em>in-progress</em> build of Google Chrome on Linux.</p>
<p>We are still working on many pieces, in particular:</p>
<ul>
<li>Plugins (e.g. Flash) are partway implemented and will cause frequent crashes. Use <tt>--enable-plugins</tt> to turn them on if you&#8217;re ok with that; the browser is otherwise quite stable</li>
<li>Printing</li>
</ul>
<p>Other parts of the browser are notably incomplete, poorly tuned and broken. User beware!</p></blockquote>
<p>Detto ciò&#8230; io lo uso già da un po&#8217; di tempo e funziona alla perfezione!!<br />
I tempi di avvio e caricamento delle pagine sono anni luce avanti anche a quelli di Firefox3.5<br />
L&#8217;integrazione con Gnome direi che a questo punto si può definire molto soddisfacente.</p>
<p style="text-align: center;">
<div id="attachment_264" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.scubarda.net/wordpress/wp-content/uploads/chrome-on-ubuntu.png"><img class="size-medium wp-image-264" title="Chrome su Ubuntu 9.04" src="http://www.scubarda.net/wordpress/wp-content/uploads/chrome-on-ubuntu-300x225.png" alt="Chrome su Ubuntu 9.04" width="300" height="225" /></a><p class="wp-caption-text">Chrome su Ubuntu 9.04</p></div>
<p>Per chi è impaziente e vuole provare, di seguito il link al .deb per Ubuntu</p>
<p><a title="Chrome 4 Linux" href="http://dev.chromium.org/getting-involved/dev-channel#TOC-Linux" target="_blank">http://dev.chromium.org/getting-involved/dev-channel#TOC-Linux</a></p>
<p>L&#8217;installazione del .deb andrà ad aggiungere in automatico i repo Google ad Ubuntu, in modo tale da essere sempre allineati con gli aggiornamenti.</p>
<p><strong>=== Tips&amp;Tricks ===</strong></p>
<p><strong>Abilitazione Plugin Flash<br />
<span style="font-weight: normal;">Nella build Linux di default il plugin per vedere i video flash è disabilitato (ancora incompleto e sotto test). Personalmente a me non da nessun problema, perciò consiglio di provare ad usarlo con questa opzione.<br />
Per abilitarlo basta creare un launcher di Chrome (sul desktop o sul pannello) e aggiungere al comando del launcher l&#8217;opzione <em>&#8211;enable-plugins</em>.</span></strong></p>
<p><span><em>/opt/google/chrome/google-chrome &#8211;enable-plugins %U</em></span></p>
<p><strong>Aggiustamenti Vari<br />
<span style="font-weight: normal;">E&#8217; possibile aggiungere al launcher di cui sopra anche altri parametri</span></strong></p>
<p><em>/opt/google/chrome/google-chrome &#8211;enable-plugins &#8211;enable-greasemonkey &#8211;enable-user-scripts &#8211;enable-extensions %U</em></p>
<p><strong>Link Utili<br />
</strong></p>
<p><strong></strong></p>
<p><strong> </strong></p>
<ul>
<li><span style="font-weight: normal;"><a title="Developer Docs" href="http://dev.chromium.org/getting-involved/dev-channel" target="_blank">Developer Docs</a></span></li>
<li><span style="font-weight: normal;"><a title="Chromium Blog" href="http://blog.chromium.org/" target="_blank">Chromium Blog</a></span></li>
<li><span style="font-weight: normal;"><a title="Chrome - Temi" href="https://tools.google.com/chrome/intl/en/themes/index.html" target="_blank">Temi</a></span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.scubarda.net/wordpress/2009/08/18/google-chrome-su-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04 tips&amp;tricks &#8211; SQLite performance</title>
		<link>http://www.scubarda.net/wordpress/2009/05/14/ubuntu-904-tipstricks-sqlite-performance/</link>
		<comments>http://www.scubarda.net/wordpress/2009/05/14/ubuntu-904-tipstricks-sqlite-performance/#comments</comments>
		<pubDate>Thu, 14 May 2009 10:37:19 +0000</pubDate>
		<dc:creator>merlos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.scubarda.net/wordpress/?p=234</guid>
		<description><![CDATA[Di qualche giorno fa un interessante articolo uscito su Phoronix.com che compara, usando la suite Phoronix (scarica qui), le performance della ultima nata in casa Ubuntu (Jaunty) e quelle di Mac OS X 10.5.6 Ubuntu 9.04 vs. Mac OS X 10.5.6 Benchmarks Ad essere onesti MAC OS X sembra molto performante; tra le aree in <a href='http://www.scubarda.net/wordpress/2009/05/14/ubuntu-904-tipstricks-sqlite-performance/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Di qualche giorno fa un interessante articolo uscito su Phoronix.com che compara, usando la suite Phoronix (<a title="Phoronix Test Suite Download" href="http://www.phoronix-test-suite.com/?k=downloads" target="_blank">scarica qui</a>), le performance della ultima nata in casa Ubuntu (Jaunty) e quelle di Mac OS X 10.5.6</p>
<p style="text-align: center;"><a title="Phoronix.com - Ubuntu 9.04 vs. MAC OS X 10.5.6" href="http://www.phoronix.com/scan.php?page=article&amp;item=ubuntu_jaunty_osx&amp;num=1" target="_blank">Ubuntu 9.04 vs. Mac OS X 10.5.6 Benchmarks</a></p>
<p style="text-align: left;">Ad essere onesti MAC OS X sembra molto performante; tra le aree in cui Ubuntu in effetti è più indietro c&#8217;è il 2D e il 3D (problemi noti con chip Intel), encoding audio ed anche un problema di performance con <a title="SQLite HOme Page" href="http://www.sqlite.org" target="_blank">SQLite</a></p>
<p style="text-align: left;">SQLite è alla base di mooltissime applicazioni OpenSource, vedi Firefox, <a title="Exaile" href="http://www.exaile.org" target="_blank">Exaile</a>, <a title="F-spot" href="http://f-spot.org/Main_Page" target="_blank">f-spot</a> etc. etc.</p>
<blockquote>
<p style="text-align: left;">there is <a href="http://www.phoronix.com/scan.php?page=article&amp;item=linux_2629_benchmarks&amp;num=4">a  serious performance regression</a> that adversely affects SQLite&#8217;s performance  in the Linux 2.6.26 through 2.6.29 kernels. Ubuntu 9.04 is using the Linux 2.6.28  kernel and is impacted by this serious bug. Fortunately, it is corrected in the  Linux 2.6.29 kernel and later, but unless manually switching to a newer kernel,  <a id="KonaLink0" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.phoronix.com/scan.php?page=article&amp;item=ubuntu_jaunty_osx&amp;num=7#" target="undefined"><span style="color: #234865 ! important; font-weight: 400; font-size: 12px; position: static;"><span class="kLink" style="color: #234865 ! important; font-family: verdana,arial,helvetica,sans-serif; font-weight: 400; font-size: 12px; position: static;">users</span></span></a> will need to wait for Ubuntu 9.10.</p>
</blockquote>
<p style="text-align: left;">Come puntualizzato questo problema è una regression nel kernel 2.6.28 che &#8220;monta&#8221; Jaunty ed è stato corretto nel treno 2.6.29; il problema è che il 2.6.29 sarà disponibile con Karmic 9.10</p>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 416px"><img title="SQLite performances" src="http://www.phoronix.com/data/img/results/linux_2629_benchmarks/9.png" alt="SQLite performances" width="406" height="210" /><p class="wp-caption-text">SQLite performances</p></div>
<p style="text-align: left;">Per chi volesse aggiornare il kernel Ubuntu è possibile scaricare il .deb <a title="kernel.ubuntu.com PPA" href="http://kernel.ubuntu.com/~kernel-ppa/mainline/" target="_blank">QUI</a>; ho installato personalmente il <a title="Kernel 2.6.29.3" href="http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.29.3/" target="_blank">2.6.29.3</a> (<a href="http://kernel.ubuntu.com/%7Ekernel-ppa/mainline/v2.6.29.3/linux-image-2.6.29-02062903-generic_2.6.29-02062903_i386.deb">linux-image-2.6.29-02062903-generic_2.6.29-02062903_i386.deb</a>) e confrontato i risultati di Phoronix test suite con il vecchio e il nuovo kernel (solo per le performance di sqlite)</p>
<p style="text-align: left;"><strong>NB</strong>: ho usato la versione 1.8.1 per i test, l&#8217;articolo di Phoronix usa la 2.0 che è in beta</p>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>Kernel 2.6.28-12-generic</strong></span></p>
<blockquote>
<p style="text-align: left;">giovanni@alligatore:~$ <span style="color: #ff0000;"><em>phoronix-test-suite list-tests | grep sqlite</em></span><br />
sqlite             &#8211; SQLite                               [VERIFIED,       FREE]<br />
giovanni@alligatore:~$</p>
<p>giovanni@alligatore:~$ <span style="color: #ff0000;"><em>phoronix-test-suite system-info</em></span></p>
<p>====================================<br />
Phoronix Test Suite v1.8.1 (SELBU)<br />
System Information<br />
====================================</p>
<p>Hardware:<br />
Processor: Intel Pentium M 1.86GHz @ 1.86GHz (Total Cores: 1), Motherboard: Dell Latitude D510, Chipset: Intel Mobile 915GM/PM/GMS/910GML + ICH6M, System Memory: 2005MB, Disk: 60GB FUJITSU MHV2060A + 120GB MK1234GAX, Graphics: Intel Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)</p>
<p>Software:<br />
OS: Ubuntu 9.04, Kernel: 2.6.28-12-generic (i686), Desktop: GNOME 2.26.1, Display Server: X.Org Server 1.6.0, Display Driver: intel 2.6.3, OpenGL: 1.4 Mesa 7.4, Compiler: GCC 4.3.3, File-System: ext3, Screen Resolution: 1024&#215;768</p>
<p>giovanni@alligatore:~$<br />
giovanni@alligatore:~$ <span style="color: #ff0000;"><em>phoronix-test-suite benchmark sqlite</em></span><br />
[...]<br />
Current Description: This is a simple benchmark of SQLite. At present this test profile just measures the time to perform a pre-defined number of insertions on an indexed database.</p>
<p>====================================<br />
SQLite (Run 1 of 3)<br />
====================================<br />
<span style="color: #339966;"><strong>Test-Time: 115.325220108 Seconds</strong></span></p>
<p>====================================<br />
SQLite (Run 2 of 3)<br />
====================================<br />
<span style="color: #339966;"><strong>Test-Time: 112.609052896 Seconds</strong></span></p>
<p>====================================<br />
SQLite (Run 3 of 3)<br />
====================================<br />
<span style="color: #339966;"><strong>Test-Time: 121.753247023 Seconds</strong></span></p>
<p>####################################<br />
SQLite:<br />
Test Target: Default Test Directory</p>
<p>115.325220108 Seconds<br />
112.609052896 Seconds<br />
121.753247023 Seconds</p>
<p><span style="color: #339966;"><strong>Average: 116.56 Seconds</strong></span><br />
####################################</p></blockquote>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>Kernel 2.6.29-02062903-generic</strong></span></p>
<blockquote>
<p style="text-align: left;">giovanni@alligatore:~$ <span style="color: #ff0000;"><em>uname -a</em></span><br />
Linux alligatore 2.6.29-02062903-generic #02062903 SMP Mon May 11 14:20:34 UTC 2009 i686 GNU/Linux<br />
giovanni@alligatore:~$</p>
<p>giovanni@alligatore:~$ <span style="color: #ff0000;">phoronix-test-suite benchmark sqlite</span><br />
[...]<br />
====================================<br />
SQLite (Run 1 of 3)<br />
====================================<br />
<span style="color: #339966;"><strong>Test-Time: 41.2630438805 Seconds</strong></span></p>
<p>====================================<br />
SQLite (Run 2 of 3)<br />
====================================<br />
<span style="color: #339966;"><strong>Test-Time: 40.514111042 Seconds</strong></span></p>
<p>====================================<br />
SQLite (Run 3 of 3)<br />
====================================<br />
<span style="color: #339966;"><strong>Test-Time: 41.2442479134 Seconds</strong></span></p>
<p>####################################<br />
SQLite:<br />
Test Target: Default Test Directory</p>
<p>41.2630438805 Seconds<br />
40.514111042 Seconds<br />
41.2442479134 Seconds</p>
<p><span style="color: #339966;"><strong>Average: 41.00 Seconds</strong></span><br />
###################################</p></blockquote>
<p style="text-align: left;">Le prestazioni con il nuovo Kernel sono triplicate; si passa <span style="text-decoration: underline;"><strong>dai 116.56s ai 41s</strong></span> di media ( il test è ripetuto tre volte)</p>
<p style="text-align: left;">Provare per crededre :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scubarda.net/wordpress/2009/05/14/ubuntu-904-tipstricks-sqlite-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux &#8211; Get your freedom</title>
		<link>http://www.scubarda.net/wordpress/2009/04/14/linux-get-your-freedom/</link>
		<comments>http://www.scubarda.net/wordpress/2009/04/14/linux-get-your-freedom/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 08:41:37 +0000</pubDate>
		<dc:creator>merlos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[YouTube / Video]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.scubarda.net/wordpress/?p=227</guid>
		<description><![CDATA[What Does It Mean To Be Free? &#8211; “We’re Linux” contest winner What does it mean to be free? Free is being able to choose, To choose your own space to be in, To form your surroundings in a way that will make you take the best out of you. Free is to say no, <a href='http://www.scubarda.net/wordpress/2009/04/14/linux-get-your-freedom/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/qWEIQIv8zvY&#038;fs=1" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/qWEIQIv8zvY&#038;fs=1" /><param name="FlashVars" value="playerMode=embedded"/><param name="wmode" value="transparent"/></object></p>
<p>What Does It Mean To Be Free? &#8211; “<strong>We’re Linux</strong>” contest winner</p>
<blockquote><p><strong>What does it mean to be free?</strong></p>
<p>Free is being able to choose,<br />
To choose your own space to be in,<br />
To form your surroundings in a way<br />
that will make you take the best out of you.</p>
<p>Free is to say no,<br />
It is to be able to choose your limits<br />
to stretch them to a place only you can create<br />
and change them when you feel they no longer fit you.</p>
<p>Free,<br />
is to say whatever you want,<br />
to whomever you want,<br />
and however you want.</p>
<p>Free,<br />
is to know that you have a different option.</p>
<p>Do you know you have a different option?</p>
<p>Linux &#8211; Get your freedom</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.scubarda.net/wordpress/2009/04/14/linux-get-your-freedom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Songbird, l&#8217;iTunes made in Mozilla</title>
		<link>http://www.scubarda.net/wordpress/2008/11/26/songbird-litunes-made-in-mozilla/</link>
		<comments>http://www.scubarda.net/wordpress/2008/11/26/songbird-litunes-made-in-mozilla/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 19:45:17 +0000</pubDate>
		<dc:creator>merlos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[songbird]]></category>

		<guid isPermaLink="false">http://www.scubarda.net/wordpress/?p=184</guid>
		<description><![CDATA[UPDATE: rilasciata la versione 1.0.0, qui il deb di Erich Wilhelm Già da un po&#8217; di giorni al posto di Banshee sto usando Songbird Songbird™ is a desktop Web player, a digital jukebox and Web browser mash-up. Like Winamp, it supports extensions and skins feathers. Like Firefox®, it is built from Mozilla®, cross-platform and open <a href='http://www.scubarda.net/wordpress/2008/11/26/songbird-litunes-made-in-mozilla/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE</strong>: rilasciata la <a title="Songbird 1.0.0 release notes" href="http://wiki.songbirdnest.com/Release_Notes/1.0.0" target="_blank">versione 1.0.0</a>, qui il <a title="Songbird 1.0.0" href="http://unterhund.wordpress.com/2008/12/03/songbird-1-final-linux-installer/" target="_blank">deb di Erich Wilhelm</a></p>
<p>Già da un po&#8217; di giorni al posto di Banshee sto usando Songbird</p>
<blockquote><p><a class="http" href="http://www.songbirdnest.com/">Songbird</a>™ is a desktop Web player, a digital jukebox and Web browser mash-up. Like Winamp, it supports extensions and skins feathers. Like Firefox®, it is built from Mozilla®, cross-platform and open source.</p></blockquote>
<p>In effetti l&#8217;impostazione è proprio quella di iTunes, ma oltre ad essere OpenSource il player è multi piattaforma (Linux, Mac, Winzozz) ed estendibile (Estensioni).<br />
Una lista più esaustiva di tutte le funzionalità si può trovare sul sito</p>
<p style="text-align: center;"><a title="Songbird features" href="http://getsongbird.com/features/" target="_blank">http://getsongbird.com/features/</a></p>
<div id="attachment_187" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.scubarda.net/wordpress/wp-content/uploads/songbird1_0_0rc3.png"><img class="size-medium wp-image-187" title="Songbird 1.0.0 RC3" src="http://www.scubarda.net/wordpress/wp-content/uploads/songbird1_0_0rc3-300x225.png" alt="Songbird 1.0.0 RC3" width="300" height="225" /></a><p class="wp-caption-text">Songbird 1.0.0 RC3</p></div>
<p>Per chi volesse provare la versione 1.0.0 <span style="text-decoration: line-through;">RC3</span> potete trovare il .deb (a cui ho contribuito anche io) per Ubuntu/Debian sul sito di Erich Wilhelm</p>
<p style="text-align: center;"><a title="Songbird 1.0.0" href="http://unterhund.wordpress.com/2008/12/03/songbird-1-final-linux-installer/" target="_blank">http://unterhund.wordpress.com/2008/12/03/songbird-1-final-linux-installer/</a></p>
<p style="text-align: center;"><span style="text-decoration: line-through;"><a title="Songbird 1.0.0 RC3 Ubuntu/Debian" href="http://unterhund.wordpress.com/2008/11/26/quick-songbird-1-rc3-linux-installer-update/" target="_blank">http://unterhund.wordpress.com/2008/11/26/quick-songbird-1-rc3-linux-installer-update/</a></span></p>
<p style="text-align: left;">Nella configurazione della figura sono installate le seguenti estensioni</p>
<ul>
<li><a title="Last.fm Songbird addon" href="http://addons.songbirdnest.com/addon/106" target="_blank">Last.fm</a></li>
<li><a title="Last.fm Album Art Songbird addon" href="http://addons.songbirdnest.com/addon/1219" target="_blank">Last.fm Album Art</a></li>
<li><a title="LyricMaster Songbird addon" href="http://addons.songbirdnest.com/addon/1230" target="_blank">LyricMaster</a></li>
<li><a title="mashTape Songbird addon" href="http://addons.songbirdnest.com/addon/73" target="_blank">mashTape</a></li>
<li><a title="SHOUTcast Radio Songbird addon" href="http://addons.songbirdnest.com/addon/1205" target="_blank">SHOUTcast Radio</a></li>
</ul>
<p style="text-align: left;">Questo il link alla pagina della <a title="Songbird Ubuntu Community" href="https://help.ubuntu.com/community/Songbird" target="_blank">community</a></p>
<p style="text-align: left;">Interessante anche questo post dal blog di Songbird, <a title="Songbird Performance Improvements for 1.0" href="Performance Improvements for 1.0" target="_blank">Performance Improvements for 1.0</a></p>
<p style="text-align: left;">Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scubarda.net/wordpress/2008/11/26/songbird-litunes-made-in-mozilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ntlmaps: usare un proxy Microsoft con Linux</title>
		<link>http://www.scubarda.net/wordpress/2008/11/11/ntlmaps-usare-un-proxy-ntlm-microsoft-con-linux/</link>
		<comments>http://www.scubarda.net/wordpress/2008/11/11/ntlmaps-usare-un-proxy-ntlm-microsoft-con-linux/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 11:35:50 +0000</pubDate>
		<dc:creator>merlos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ntlmaps Proxy Server]]></category>

		<guid isPermaLink="false">http://www.scubarda.net/wordpress/?p=171</guid>
		<description><![CDATA[Purtroppo le vicende lavorative mi costringono ad usare un proxy Micro$oft ISA Server per accedere ad Internet, il che implica l&#8217;autenticazione via NTLM (protocollo proprietario Microsoft) con DOMINIO\USER &#38; PASSWORD Ho trovato dei grossi problemi nella configurazione di questi parametri su Ubuntu (Impostazioni -&#62; Proxy di rete) e più in generale su Gnome (versione 2.24); <a href='http://www.scubarda.net/wordpress/2008/11/11/ntlmaps-usare-un-proxy-ntlm-microsoft-con-linux/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Purtroppo le vicende lavorative mi costringono ad usare un proxy Micro$oft ISA Server per accedere ad Internet, il che implica l&#8217;autenticazione via NTLM (protocollo proprietario Microsoft) con <strong>DOMINIO\USER</strong> &amp; <strong>PASSWORD</strong></p>
<p>Ho trovato dei grossi problemi nella configurazione di questi parametri su Ubuntu (Impostazioni -&gt; Proxy di rete) e più in generale su Gnome (versione 2.24); infatti sembra proprio che l&#8217;autenticazione NTLM non va a buon fine (o almeno funziona parzialmente solo con alcuni programmi, ad es. Firefox) e dunque il sistema è a tutti gli effetti non connesso (no aggiornamenti automatici etc etc)</p>
<p>La soluzione semplice e iperfunzionale si chima <a title="NTLMaps home page" href="http://ntlmaps.sourceforge.net/" target="_blank">ntlmaps</a>, un proxy NTLM che consente l&#8217;autenticazione su Proxy Microsoft (ISA) interamente scritto in Python. Riporto alcune delle caratteristiche principali direttamente dalla home page del progetto</p>
<blockquote><p>* supports NTLM authentication via parent proxy server (Error 407 Proxy Authentication Required)<br />
* supports NTLM authentication at web servers (Error 401 Access Denied/Unauthorized)<br />
* supports translation of NTLM scheme to standard &#8220;Basic&#8221; authentication scheme<br />
* supports the HTTPS &#8216;CONNECT&#8217; method for transparent tunnelling through parent proxy server<br />
* has ability to change arbitrary values in client&#8217;s request headers<br />
* supports unlimited number of client connections<br />
* supports connections from external hosts<br />
* supports HTTP 1.1 persistent connections<br />
* stores user&#8217;s credentials in config file or requests password from a console during the start time<br />
* supports intelligent failure detection and failover between multiple upstream proxies</p></blockquote>
<p>L&#8217;installazione su Ubuntu è immediata, infatti ntlmaps è presente nel <a title="Ntlmaps - Ubuntu package home" href="http://packages.ubuntu.com/intrepid/ntlmaps" target="_blank">repository Universe</a> e può essere installato con Synaptic o da riga di comando con il seguente (con Universe abilitato)</p>
<blockquote><p>sudo apt-get install ntlmaps</p></blockquote>
<p>La configurazione è altrettanto semplice, infatti basta editare il file <strong>/etc/ntlmaps/server.cfg</strong> e settare i seguenti parametri per una configurazione base</p>
<blockquote><p>PARENT_PROXY: &lt;ip del proxy Microsoft&gt;<br />
PARENT_PROXY_PORT: &lt;porta del Proxy Microsoft&gt;<br />
NT_DOMAIN: &lt;Dominio utente&gt;<br />
USER: &lt;Username di cominio&gt;<br />
PASSWORD: &lt;Password di dominio&gt;</p></blockquote>
<p>Nella configurazione di default il Proxy locale ascolta sulla porta 5865, ma  può essere modificata cambiando nel file il parametro LISTEN_PORT.<br />
Dopo ogni modifica è necessario riavviare il server ntlmaps con il comando</p>
<blockquote><p>sudo /etc/init.d/ntlmaps restart</p></blockquote>
<p>A questo punto non resta che settare come Proxy Locale l&#8217;indirizzo <strong>127.0.0.1 porta 5865</strong> ed il gioco è fatto!</p>
<div id="attachment_179" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.scubarda.net/wordpress/wp-content/uploads/schermata-preferenze-del-proxy-di-rete.png"><img class="size-full wp-image-179" title="NTLMAPS - Proxy di Rete" src="http://www.scubarda.net/wordpress/wp-content/uploads/schermata-preferenze-del-proxy-di-rete.png" alt="configurazione di NTMLAPS come proxy di rete" width="500" height="411" /></a><p class="wp-caption-text">configurazione di NTMLAPS come proxy di rete</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.scubarda.net/wordpress/2008/11/11/ntlmaps-usare-un-proxy-ntlm-microsoft-con-linux/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Openoffice 3.0 su Intrepid</title>
		<link>http://www.scubarda.net/wordpress/2008/10/23/openoffice-30-su-intrepid/</link>
		<comments>http://www.scubarda.net/wordpress/2008/10/23/openoffice-30-su-intrepid/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 09:51:36 +0000</pubDate>
		<dc:creator>merlos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.scubarda.net/wordpress/?p=159</guid>
		<description><![CDATA[A pochi giorni dall&#8217;uscita di Intrepid è evidente certo che OpenOffice 3.0 non sarà incluso nel repository ufficiale. Su Ubuntu Brainstorm c&#8217;è un&#8217;accesa discussione e fondamentalmente le motivazioni degli sviluppatori sono le seguenti Unfortunately, since the final release of OpenOffice 3 was delayed, there was not enough testing time to include it by default in <a href='http://www.scubarda.net/wordpress/2008/10/23/openoffice-30-su-intrepid/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 310px"><img title="Openoffice banner" src="http://why.openoffice.org/images/why_home.gif" alt="Openoffice banner" width="300" height="210" /><p class="wp-caption-text">Openoffice banner</p></div>
<p>A pochi giorni dall&#8217;uscita di Intrepid è <span style="text-decoration: line-through;">evidente</span> <a title="Ubuntu spiega la decisione di non includere Openoffice3 in Intrepid" href="http://www.tectonic.co.za/?p=3447" target="_blank">certo</a> che <a title="Openoffice.org home" href="http://www.openoffice.org/" target="_blank">OpenOffice 3.0</a> non sarà incluso nel repository ufficiale.</p>
<p>Su <a title="Ubuntu Brainstorm - Openoffice 3 on Intrepid Ibex" href="http://brainstorm.ubuntu.com/idea/14433/" target="_blank">Ubuntu Brainstorm</a> c&#8217;è un&#8217;accesa discussione e fondamentalmente le motivazioni degli sviluppatori sono le seguenti</p>
<blockquote><p>Unfortunately, since the final release of OpenOffice 3 was delayed, there was not enough testing time to include it by default in Intrepid.<br />
OpenOffice 3.0.1, to be released on Dec. 2, is a bugfix only release and should prove to be much more stable than the current release. This release will be available on the backport repository.</p></blockquote>
<p>Si può essere o meno d&#8217;accordo; a me pare una scelta discutibile, soprattutto se si pensa che in Hardy (8.04) è stato inserito Firefox3 in <strong>beta</strong>, e tra le altre cose Hardy è una LTS (Long Term Support)</p>
<p>Detto questo banalmente per installare la versione 3.0 su Intrepid basta aggiungere le seguenti righe al file /etc/apt/sources.list o alle sorgenti di Synaptic</p>
<blockquote><p># OpenOffice 3 PPA<br />
deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main<br />
deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main</p></blockquote>
<p>ed eseguire un bell&#8217;aggiornamento.</p>
<p>Le prime impressioni sono ottime, mi sembra molto + veloce e la prima cosa che mi è saltata agli occhi è la possibilità di installare le estensioni disponibili sul sito di Openoffice.</p>
<p>Niente male</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scubarda.net/wordpress/2008/10/23/openoffice-30-su-intrepid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.10 Intrepid Ibex</title>
		<link>http://www.scubarda.net/wordpress/2008/10/14/ubuntu-810-intrepid-ibex/</link>
		<comments>http://www.scubarda.net/wordpress/2008/10/14/ubuntu-810-intrepid-ibex/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 14:27:09 +0000</pubDate>
		<dc:creator>merlos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.scubarda.net/wordpress/?p=120</guid>
		<description><![CDATA[Ad oggi mancano ormai 16 giorni all&#8217;uscita ufficiale della nuova versione di Ubuntu, la 8.10 codename Intrepid Ibex. Ho installato già la beta e le mie impressioni sono molto positive già da ora sia in termini di stabilità che di velocità. Come al solito la nuova versione si porta dietro un aggiornamento &#8220;corposo&#8221; di Gnome, <a href='http://www.scubarda.net/wordpress/2008/10/14/ubuntu-810-intrepid-ibex/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Ad oggi mancano ormai 16 giorni all&#8217;uscita ufficiale della nuova versione di Ubuntu, la 8.10 codename <strong>Intrepid Ibex</strong>.</p>
<p>Ho installato già la beta e le mie impressioni sono molto positive già da ora sia in termini di stabilità che di velocità.</p>
<p>Come al solito la nuova versione si porta dietro un aggiornamento &#8220;corposo&#8221; di Gnome, in particolare Intrepid ci arriva direttamente con <strong>Gnome 2.24.0</strong></p>
<p>Nautilus ha l&#8217;utilissimo supporto per i TAB (CTRL+T), le icone di umount rapido per i device rimovibili installati e la Visualizzazione Compatta (CTRL+3)</p>
<div id="attachment_121" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.scubarda.net/wordpress/wp-content/uploads/nautilus.png"><img class="size-full wp-image-121" title="Nautilus on gnome 2.24.0" src="http://www.scubarda.net/wordpress/wp-content/uploads/nautilus.png" alt="Nautilus 2.24.0 in Intrepid " width="500" height="436" /></a><p class="wp-caption-text">Nautilus 2.24.0 in Intrepid </p></div>
<p>Un&#8217;altra novità di rilievo è la versione 0.7 di Network Manager; tra le altre cose</p>
<ul>
<li>possibilità di settare le configurazioni di rete a livello di sistema</li>
<li>gestione dei device 3G e delle connessioni PPP e PPPOE</li>
<li>gestione semplificata delle connessioni VPN</li>
</ul>
<p>Altra novità è l&#8217;applet FUSA (Fast User Switch Applet) che integra i pulsanti di logoff, shutdown, switch utente ed è integrata con Pidgin (via HAL) per modificare lo stato dell&#8217;utente.</p>
<div id="attachment_125" class="wp-caption aligncenter" style="width: 317px"><a href="http://www.scubarda.net/wordpress/wp-content/uploads/fusa.png"><img class="size-full wp-image-125" title="Intrepid 8.10 FUSA applet " src="http://www.scubarda.net/wordpress/wp-content/uploads/fusa.png" alt="Intrepid 8.10 FUSA applet " width="307" height="261" /></a><p class="wp-caption-text">Intrepid 8.10 FUSA applet </p></div>
<p>Come si vede in figura c&#8217;è la possibilità di attivare live una sessione Ospite (<strong>Guest Session</strong>) che crea un account temporaneo (che non necessita di password) da &#8220;donare&#8221; a chi ha bisogno di un accesso veloce ad esempio alla propria posta elettronica. Tutti i dati di questa sessione sono temporanei e non memorizzati e l&#8217;ospite non ha accesso alle nostre risorse.</p>
<p>La lista semi-completa degli aggiornamenti è disponibile direttamente sul sito di Ubuntu</p>
<p style="text-align: center;"><a title="Ubuntu Intrepid Ibex 8.10 Beta" href="http://www.ubuntu.com/testing/intrepid/beta" target="_blank">http://www.ubuntu.com/testing/intrepid/beta</a></p>
<p style="text-align: left;"><strong>NOTA BENE</strong></p>
<p style="text-align: left;">Nell&#8217;aggiornamento automatico dalla 8.04 si possono riscontrare dei problemi (NOTI) con Network Manager ( <a title="Problemi Network Manager in Intrepid 8.10 beta" href="https://bugs.launchpad.net/bugs/256054" target="_blank">dettaglio</a> ); nello specifico le configurazioni statiche delle vecchie versioni non sono automaticamente importate da questa nuova versione e ci si potrebbe trovare di fronte a situazioni &#8220;ibride&#8221;.</p>
<p style="text-align: left;">Di seguito quello che è capitato a me; la mia interfaccia di rete eth0 (la principale) <strong>seppure funzionante</strong> risultava <em>Unmanaged</em></p>
<div id="attachment_123" class="wp-caption aligncenter" style="width: 165px"><a href="http://www.scubarda.net/wordpress/wp-content/uploads/nm-unmanaged.png"><img class="size-full wp-image-123" title="Network Manager 0.7 Unmanaged Device" src="http://www.scubarda.net/wordpress/wp-content/uploads/nm-unmanaged.png" alt="Network Manager 0.7 Unmanaged Device" width="155" height="125" /></a><p class="wp-caption-text">Network Manager 0.7 Unmanaged Device</p></div>
<p>Per risolvere il problema basta editare il file <em>nm-system-settings.conf</em> e settare il valore del parametro <em>managed</em> da <em>false</em> a <em>true</em>, riavviando il processo.</p>
<blockquote><p><em>sudo gedit /etc/NetworkManager/nm-system-settings.conf<br />
</em>cambiare<em> managed=false<br />
</em>in<em> managed=true</em></p>
<p><em>sudo killall nm-system-settings</em></p></blockquote>
<p>E&#8217; tutto :)</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.scubarda.net/wordpress/2008/10/14/ubuntu-810-intrepid-ibex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wine 1.0 Rilasciato!</title>
		<link>http://www.scubarda.net/wordpress/2008/06/17/wine-10-rilasciato/</link>
		<comments>http://www.scubarda.net/wordpress/2008/06/17/wine-10-rilasciato/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 17:45:02 +0000</pubDate>
		<dc:creator>merlos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[M$]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.scubarda.net/wordpress/2008/06/17/wine-10-rilasciato/</guid>
		<description><![CDATA[Dopo 15 anni dall&#8217;inizio del progetto, il team di Wine ha rilasciato finalmente la versione 1.0 Uno sforzo notevole di una comunità  incredibile di sviluppatori, tester e semplici utenti che hanno contribuito al successo di questo incredibile software :) http://appdb.winehq.org ulteriori dettagli &#124; digg story]]></description>
			<content:encoded><![CDATA[<p>Dopo 15 anni dall&#8217;inizio del progetto, il team di Wine ha rilasciato finalmente la versione 1.0<br />
Uno sforzo notevole di una comunità  incredibile di sviluppatori, tester e semplici utenti che hanno contribuito al successo di questo incredibile software :)</p>
<p><a href="http://appdb.winehq.org" target="_blank">http://appdb.winehq.org</a></p>
<p><a href="http://winehq.org/?announce=1.0" target="_blank">ulteriori dettagli</a> | <a href="http://digg.com/linux_unix/Wine_1_0_is_released">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scubarda.net/wordpress/2008/06/17/wine-10-rilasciato/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

