<?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></title>
	<atom:link href="http://gnuzoff.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gnuzoff.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 28 May 2010 14:15:27 +0000</lastBuildDate>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gnuzoff.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title></title>
		<link>http://gnuzoff.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gnuzoff.wordpress.com/osd.xml" title="" />
	<atom:link rel='hub' href='http://gnuzoff.wordpress.com/?pushpress=hub'/>
		<item>
		<title>[GUIDA] Utilizzare greasemonkey con Firefox 3.7a5pre dal PPA Mozilla Daily Build</title>
		<link>http://gnuzoff.wordpress.com/2010/05/28/guida-utilizzare-greasemonkey-con-firefox-3-7a5pre-dal-ppa-mozilla-daily-build/</link>
		<comments>http://gnuzoff.wordpress.com/2010/05/28/guida-utilizzare-greasemonkey-con-firefox-3-7a5pre-dal-ppa-mozilla-daily-build/#comments</comments>
		<pubDate>Fri, 28 May 2010 14:11:58 +0000</pubDate>
		<dc:creator>gnuzoff</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://gnuzoff.wordpress.com/?p=29</guid>
		<description><![CDATA[Bene bene bene, dopo un anno di inattività sono tornato! Sarà la volta che sto blog parte seriamente? Chi lo sa! Ma non divaghiamo! Per tutti gli utenti Ubuntu ansiosi di seguire il processo di sviluppo di Firefox, il team di sviluppatori di Mozilla per Ubuntu ha preparato un repository su launchpad in cui vengono [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnuzoff.wordpress.com&amp;blog=7318143&amp;post=29&amp;subd=gnuzoff&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Bene bene bene, dopo un anno di inattività sono tornato! Sarà la volta che sto blog parte seriamente? Chi lo sa! Ma non divaghiamo!</p>
<p>Per tutti gli utenti Ubuntu ansiosi di seguire il processo di sviluppo di Firefox, il team di sviluppatori di Mozilla per Ubuntu ha preparato un repository su launchpad in cui vengono caricati giornalmente i pacchetti precompilati di tutte le versioni in sviluppo. Potete trovare informazioni su questo PPA visitando <a href="https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa">questa pagina</a>.</p>
<p>Ma veniamo al problema, nella strada che porterà a Firefox 4.0 è prevista l&#8217;introduzione di un nuovo gestore degli addon ed a partire da Firefox 3.7a5pre si inizia a vedere questa nuova utility. Il gestore rimane ancora acerbo ma soprattutto impedisce il funzionamento degli script Greasemonkey a cui ultimamente mi sono particolarmente affezionato.</p>
<p>Nonostante l&#8217;estensione risulti correttamente installata, nel momento in cui si cerca di installare uno script si ottiene il seguente errore:</p>
<p style="font-family:monospace, Courier New;background-color:#fff999;color:#000;">Script could not be installed TypeError: Components.classes['@mozilla.org/extensions/manager;1'] is undefined</p>
<p>Per nostra fortuna fixare questo errore è semplicissimo, e l&#8217;ho già fatto io per voi.<br />
Scaricate ed installate il pacchetto di <a href="http://www.mediafire.com/download.php?mr1zweeqonz">Greasemonkey fixato da quì</a>, mi scuso per l&#8217;utilizzo di un file hoster esterno ma WP permette l&#8217;upload solo di determinati tipi di file.<br />
Ora controllare in Tools-&gt;Addons che l&#8217;estensione sia stata installata e premete il pulsante per riavviare Firefox così potrete tornare a godervi i comodissimi script di Greasemonkey!</p>
<p style="text-align:center;"><span style="color:#ff0000;"><span style="text-decoration:underline;"><strong>ATTENZIONE!!! </strong></span></span></p>
<p><span style="color:#ff0000;"><span style="text-decoration:underline;"><strong>L&#8217;estensione pronta da scaricare e la modifica suggerita funzionano solo sulla versione 3.7a5pre non utilizzateli per alcun motivo con una versione differente.</strong></span></span></p>
<p>Per chi invece vuole fixare il problema con le proprie manine è sufficiente modificare il file config.js che si trova dentro la cartella content nella cartella dell&#8217;estensione (tra i file del profilo di firefox), alla riga 414.<br />
Sostituite:</p>
<p style="font-family:monospace, Courier New;background-color:#fff999;color:#000;">var extMan = Components.classes["@mozilla.org/extensions/manager;1"]<br />
.getService(Components.interfaces.nsIExtensionManager);<br />
var item = extMan.getItemForID(GM_GUID);<br />
GM_prefRoot.setValue(&#8220;version&#8221;, item.version);</p>
<p>con:</p>
<p style="font-family:monospace, Courier New;background-color:#fff999;color:#000;">Components.utils.import(&#8220;resource://gre/modules/AddonManager.jsm&#8221;);<br />
AddonManager.getAddonByID(&#8220;{e4a8a97b-f2ed-450b-b12d-ee082ba24781}&#8221;, function(addon) {<br />
GM_prefRoot.setValue(&#8220;version&#8221;, addon.version)<br />
});</p>
<p>A questo punto salvate, riavviate Firefox 3.7 e gustatevi nuovamente Grasemonkey!</p>
<p>Al prossimo articolo!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gnuzoff.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gnuzoff.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gnuzoff.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gnuzoff.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gnuzoff.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gnuzoff.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gnuzoff.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gnuzoff.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gnuzoff.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gnuzoff.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gnuzoff.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gnuzoff.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gnuzoff.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gnuzoff.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnuzoff.wordpress.com&amp;blog=7318143&amp;post=29&amp;subd=gnuzoff&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gnuzoff.wordpress.com/2010/05/28/guida-utilizzare-greasemonkey-con-firefox-3-7a5pre-dal-ppa-mozilla-daily-build/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/55b93f6f78e639144d59812643b3f82f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gnuzoff</media:title>
		</media:content>
	</item>
		<item>
		<title>Repository Medibuntu, i pacchetti più ricercati a portata di click</title>
		<link>http://gnuzoff.wordpress.com/2009/04/14/installare-codec-e-plugin-su-ubuntu/</link>
		<comments>http://gnuzoff.wordpress.com/2009/04/14/installare-codec-e-plugin-su-ubuntu/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 11:51:11 +0000</pubDate>
		<dc:creator>gnuzoff</dc:creator>
				<category><![CDATA[Audio/Video]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://gnuzoff.wordpress.com/?p=6</guid>
		<description><![CDATA[Descrizione del repository Medibuntu e alcuni pacchetti consigliati<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnuzoff.wordpress.com&amp;blog=7318143&amp;post=6&amp;subd=gnuzoff&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Oggi vedremo l&#8217;enorme bacino di software, codec e plugin pronto per essere installato nel nostro Ubuntu in pochi semplici click.</p>
<p>Facciamo prima un po&#8217; di chiarezza.</p>
<p><strong>Cosa è &#8220;Medibuntu&#8221;?</strong></p>
<p>Direttamente dal <a title="Wiki Italiano Ufficiale di Ubuntu" href="http://wiki.ubuntu-it.org" target="_blank">wiki italiano</a> leggiamo:</p>
<p><em>&#8220;<a class="http" href="http://www.medibuntu.org/"><strong class="highlight">Medibuntu</strong></a> (<strong>M</strong>ultimedia, <strong>E</strong>ntertainment &amp; <strong>D</strong>istractions <strong>I</strong>n U<strong>buntu</strong>) è un <a href="http://wiki.ubuntu-it.org/Repository">repository</a> di pacchetti che non sono inclusi nella distribuzione <strong>Ubuntu</strong> per ragioni di licenza. &#8220;</em></p>
<p><strong>Quali Software si trovano in questo Repository?</strong></p>
<p>Tra i software più usati si trovano:</p>
<ul>
<li><a title="Skype on Medibuntu (Jaunty)" href="http://packages.medibuntu.org/jaunty/skype.html" target="_blank">Skype</a></li>
<li><a title="Adobe Reader on Medibuntu (Jaunty)" href="http://packages.medibuntu.org/jaunty/acroread.html" target="_blank">Adobe Reader</a></li>
<li><a title="Google Earth on Medibuntu (Jaunty)" href="http://packages.medibuntu.org/jaunty/googleearth.html" target="_blank">Google Earth</a></li>
<li><a title="MPlayer on Medibuntu (Jaunty)" href="http://packages.medibuntu.org/jaunty/mplayer.html" target="_blank">MPlayer</a></li>
<li><a title="Real Player on Medibuntu (Jaunty)" href="http://packages.medibuntu.org/jaunty/realplayer.html" target="_blank">Real Player</a></li>
</ul>
<p><strong>Come si abilita il repository Medibuntu?</strong></p>
<p>Abilitare il repository è di una semplicità incredibile infatti bastano 2 semplici comandi per ottenere il risultato.</p>
<p>Il primo comando, serve per inserire tra le chiavi di autenticazione GPG di sistema quella di Medibuntu:</p>
<pre style="background-color:black;color:white;font-family:monospace,'courier new';overflow:scroll;height:36px;">wget -q http://packages.<strong class="highlight">medibuntu</strong>.org/<strong class="highlight">medibuntu</strong>-key.gpg -O - | sudo apt-key add -</pre>
<p>Il secondo comando, <strong>dipende dalla versione che state utilizzando</strong>, il formalismo è il seguente:</p>
<pre style="background-color:black;color:white;font-family:monospace,'courier new';overflow:scroll;height:36px;">sudo wget http://www.<strong class="highlight">medibuntu</strong>.org/sources.list.d/NOME_VERSIONE.list -O /etc/apt/sources.list.d/<strong class="highlight">medibuntu</strong>.list</pre>
<p>Quello che dovrete fare è sostituire a NOME_VERSIONE l&#8217;aggettivo dell&#8217;animale che compone il nome della versione che state utilizzando.</p>
<p>Per semplicità ecco i comandi per la versione in sviluppo (9.04), l&#8217;ultima stabile (8.10) e  l&#8217;ultima release LTS (8.04)</p>
<p>Ubuntu 9.04 Jaunty Jackalope:</p>
<pre style="background-color:black;color:white;font-family:monospace,'courier new';overflow:scroll;height:36px;">sudo wget http://www.<strong class="highlight">medibuntu</strong>.org/sources.list.d/jaunty.list -O /etc/apt/sources.list.d/<strong class="highlight">medibuntu</strong>.list</pre>
<p>Ubuntu 8.10 Intrepid Ibex:</p>
<pre style="background-color:black;color:white;font-family:monospace,'courier new';overflow:scroll;height:36px;">sudo wget http://www.<strong class="highlight">medibuntu</strong>.org/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/<strong class="highlight">medibuntu</strong>.list</pre>
<p>Ubuntu 8.04 Hardy Heron (Ultima versione LTS) :</p>
<pre style="background-color:black;color:white;font-family:monospace,'courier new';overflow:scroll;height:36px;">sudo wget http://www.<strong class="highlight">medibuntu</strong>.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/<strong class="highlight">medibuntu</strong>.list</pre>
<p><strong>Ora che ho installato i repository come installo i programmi?</strong></p>
<p>Semplicissimo! Ora che il repository è installato puoi trovare tutti i pacchetti nel tuo gestore di pacchetti preferito ( Synaptic, Adept, KPackegKit, etc&#8230;)</p>
<p><strong>Alcuni pacchetti consigliati:</strong></p>
<p>Oltre ai software elencati sopra questo repository contiene codec e plugin molto utili, personalmente consiglio l&#8217;installazione del meta-pacchetto ubuntu-restricted-extras ( kubuntu-restricted-extras per KUbuntu o xubuntu-restricted-extras per XUbuntu ) che contiene permette l&#8217;installazione di gran parte dei codec audio/video e dei plugin che si usano quotidianamente.</p>
<p>Agli utilizzatori di Ubuntu 9.04 Jaunty Jackalope amd64 che intendono installare questo pacchetto aggiungo un altro consiglio, visto che finalmente a partire da questa versione è disponibile il plugin java ( quello per visualizzare le applet, per intenderci ) in forma nativa e non più wrappato sulle librerie a 32 bit. Il consiglio consiste nel disinstallare, dopo aver installalo ubuntu-restricted-extras, il pacchetto icedtea6-plugin con tutte le dipendenze e installare al suo posto, il (secondo me) più performante sun-java6-plugin. Per gli utenti più avezzi all&#8217;utilizzo del teminale ecco il comando che installa direttamente tutti i pacchetti corretti senza dover rimuovere icedtea.</p>
<pre style="background-color:black;color:white;font-family:monospace,'courier new';overflow:scroll;height:36px;">sudo apt-get install gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse ttf-mscorefonts-installer flashplugin-nonfree sun-java6-plugin unrar gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-ffmpeg libavcodec-unstripped-52 sun-java6-jre</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gnuzoff.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gnuzoff.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gnuzoff.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gnuzoff.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gnuzoff.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gnuzoff.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gnuzoff.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gnuzoff.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gnuzoff.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gnuzoff.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gnuzoff.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gnuzoff.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gnuzoff.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gnuzoff.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnuzoff.wordpress.com&amp;blog=7318143&amp;post=6&amp;subd=gnuzoff&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gnuzoff.wordpress.com/2009/04/14/installare-codec-e-plugin-su-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/55b93f6f78e639144d59812643b3f82f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gnuzoff</media:title>
		</media:content>
	</item>
		<item>
		<title>Da qualche parte dovrò pur iniziare&#8230;</title>
		<link>http://gnuzoff.wordpress.com/2009/04/11/iniza-tutto-qui/</link>
		<comments>http://gnuzoff.wordpress.com/2009/04/11/iniza-tutto-qui/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 11:29:26 +0000</pubDate>
		<dc:creator>gnuzoff</dc:creator>
				<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Ebbene sì, anche io sono caduto nella trappola di aver un blog personale. L&#8217;intento principale sarà quello di condividere con tutta la blogosfera quelli piccole pillole di conoscenza che escono fuori dalla mia mente ( magari anche un po&#8217; malata ;D ) A presto quindi con i primi articoli!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnuzoff.wordpress.com&amp;blog=7318143&amp;post=1&amp;subd=gnuzoff&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ebbene sì, anche io sono caduto nella trappola di aver un blog personale.</p>
<p>L&#8217;intento principale sarà quello di condividere con tutta la blogosfera quelli piccole pillole di conoscenza che escono fuori dalla mia mente ( magari anche un po&#8217; malata ;D )</p>
<p><strong>A presto quindi con i primi articoli!</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gnuzoff.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gnuzoff.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gnuzoff.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gnuzoff.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gnuzoff.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gnuzoff.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gnuzoff.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gnuzoff.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gnuzoff.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gnuzoff.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gnuzoff.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gnuzoff.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gnuzoff.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gnuzoff.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gnuzoff.wordpress.com&amp;blog=7318143&amp;post=1&amp;subd=gnuzoff&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gnuzoff.wordpress.com/2009/04/11/iniza-tutto-qui/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/55b93f6f78e639144d59812643b3f82f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gnuzoff</media:title>
		</media:content>
	</item>
	</channel>
</rss>
