<?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>kr1zz &#187; Ubuntu</title>
	<atom:link href="http://www.cristianonattero.com/blog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cristianonattero.com/blog</link>
	<description>Cristiano Nattero</description>
	<lastBuildDate>Tue, 07 Feb 2012 11:44:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>soluzione: Ubuntu e svn: handshake SSL non riuscito</title>
		<link>http://www.cristianonattero.com/blog/2012/01/16/soluzione-ubuntu-e-svn-handshake-ssl-non-riuscito/</link>
		<comments>http://www.cristianonattero.com/blog/2012/01/16/soluzione-ubuntu-e-svn-handshake-ssl-non-riuscito/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 14:06:16 +0000</pubDate>
		<dc:creator>kr1zz</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[errore]]></category>
		<category><![CDATA[handshake]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.cristianonattero.com/blog/?p=1249</guid>
		<description><![CDATA[Da qualche tempo non riuscivo a collegarmi al server svn dal mio client Linux, e ottenevo un errore di questo tipo:
$ svn update svn: OPTIONS di 'https://indirizzoIP:porta/percorso/cartella/svn/': handshake SSL non riuscito: errore SSL: È stata rilevata una violazione nell'utilizzo della chiave nel certificato. (https://indirizzoIP:porta)
Con altri client riuscivo a collegarmi, quindi si trattava probabilmente di un [...]]]></description>
			<content:encoded><![CDATA[<p>Da qualche tempo non riuscivo a collegarmi al server svn dal mio client Linux, e ottenevo un errore di questo tipo:<br />
<br/><code>$ svn update svn: OPTIONS di 'https://indirizzoIP:porta/percorso/cartella/svn/': handshake SSL non riuscito: errore SSL: È stata rilevata una violazione nell'utilizzo della chiave nel certificato. (https://indirizzoIP:porta)</code></p>
<p><br/>Con altri client riuscivo a collegarmi, quindi si trattava probabilmente di un problema lato client. Indagando ho scoperto che si tratta di un <a title="segnalato da tempo, accidenti a loro!" href="https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/294648" target="_blank">bug</a> delle librerie libneon27-gnutls. La <a title="da qui" href="http://jankesterblog.blogspot.com/2011/03/ssl-handshake-failed-secure-connection.html" target="_blank">soluzione</a> è di usare le librerie libneon27:</p>
<pre><code>sudo apt-get install libneon27</code>
<code>cd /usr/lib/</code>
<code>sudo rm libneon-gnutls.so.27</code>
<code>sudo ln -s /usr/lib/libneon.so.27 libneon-gnutls.so.27</code></pre>
<p><br/>Il problema si verificava mentre mi collegavo ad un server Visual svn su una macchina windows, ma in generale la soluzione dovrebbe essere utile a chiunque usi svn su https</p>
<p>Via <a title="il post dove ho trovato la soluzione" href="http://askubuntu.com/questions/67935/issues-checking-out-code-from-google-code" target="_blank">ask Ubuntu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cristianonattero.com/blog/2012/01/16/soluzione-ubuntu-e-svn-handshake-ssl-non-riuscito/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samsung ML 3051 ND as a network printer on Ubuntu Linux</title>
		<link>http://www.cristianonattero.com/blog/2010/01/30/samsung-ml-3051-nd-as-a-network-printer-on-ubuntu-linux/</link>
		<comments>http://www.cristianonattero.com/blog/2010/01/30/samsung-ml-3051-nd-as-a-network-printer-on-ubuntu-linux/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 14:55:00 +0000</pubDate>
		<dc:creator>kr1zz</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network printer]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.cristianonattero.com/blog/?p=953</guid>
		<description><![CDATA[It took me a while before I could install the Samsung ML 3051 ND on my new Ubuntu 9.10 Linux box.
Here&#8217;s the procedure:

System-&#62;Administration-&#62;Printing
Add a new printer
choose &#8220;others&#8221; (parallel or serial port and network options like CUPS, IPP, SAMBA won&#8217;t work, )
insert the printers URI this way http://x.x.x.x:631 where x.x.x.x is the IP address assigned to [...]]]></description>
			<content:encoded><![CDATA[<p>It took me a while before I could <strong>install</strong> the <strong>Samsung ML 3051 ND</strong> on my new<strong> Ubuntu 9.10 Linux</strong> box.</p>
<p>Here&#8217;s the procedure:</p>
<ol>
<li>System-&gt;Administration-&gt;Printing</li>
<li>Add a new printer</li>
<li>choose &#8220;others&#8221; (parallel or serial port and network options like CUPS, IPP, SAMBA won&#8217;t work, )</li>
<li>insert the printers URI this way http://x.x.x.x:631 where x.x.x.x is the IP address assigned to the printer (yes, you have to know it)</li>
<li>Go on and choose make and model from given options</li>
<li>choose the suggested one.</li>
</ol>
<p>That&#8217;s it, it works <img src='http://www.cristianonattero.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>There might be also other working solutions, but this is the first one that worked for me and I&#8217;m happy with it <img src='http://www.cristianonattero.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cristianonattero.com/blog/2010/01/30/samsung-ml-3051-nd-as-a-network-printer-on-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu, vista e il partizionamento</title>
		<link>http://www.cristianonattero.com/blog/2008/06/28/ubuntu-vista-e-il-partizionamento/</link>
		<comments>http://www.cristianonattero.com/blog/2008/06/28/ubuntu-vista-e-il-partizionamento/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 22:03:17 +0000</pubDate>
		<dc:creator>kr1zz</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[gparted]]></category>
		<category><![CDATA[nerd]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[partizionamento]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://cristianonattero.com/blog/?p=158</guid>
		<description><![CDATA[Appena mi hanno riconsegnato il portatile ho installato Ubuntu ma sono andato incontro ad un piccolo fastidio con le partizioni. Siccome avevo scaricato la versione alternate, per fare prima, pensavo che il ridimensionamento delle partizioni non fosse possibile, e così ho ridimensionato con Gparted da una versione non recentissima di System Rescue CD. Ho fatto [...]]]></description>
			<content:encoded><![CDATA[<p>Appena mi hanno <a title="tra ritiro e consegna me la sono cavata in poco più di una settimana: bravi!" href="http://cristianonattero.com/blog/2008/05/17/ritirato/">riconsegnato</a> il portatile ho installato <a title="Hardy Heron è bellissimo!" href="http://www.ubuntu-it.org/">Ubuntu</a> ma sono andato incontro ad un piccolo fastidio con le partizioni. <span id="more-158"></span>Siccome avevo scaricato la versione <em>alternate</em>, per fare prima, pensavo che il ridimensionamento delle partizioni non fosse possibile, e così ho ridimensionato con <a title="Gnome Partition Editor" href="http://gparted.sourceforge.net/">Gparted</a> da una versione non recentissima di <a title="lo tengo sempre nello zaino, per affrontare casini quotidiani..." href="http://www.sysresccd.org/Main_Page">System Rescue CD</a>. Ho fatto male perché ho scoperto che anche la <em>alternate</em> fa il ridimensionamento (anche se non è comodo come quello della versione grafica). Ebbene, la partizione NTFS con Vista era ancora lì, leggibile da Ubuntu ma inutilizzabile per fare il boot. Ho provato i suggerimenti delle <a title="Frequently Asked Questions" href="http://gparted.sourceforge.net/faq.php">FAQ</a> di gparted ma non sono andati a buon fine perciò ho dovuto reinstallare Vista, e già che c&#8217;ero ho eliminato la partizione WinRe recuperando ancora poco più di un GB di spazio. Purtroppo il CD di installazione che mi hanno dato permette di installare solo sulla prima partizione primaria perciò ho dovuto fare ancora un passo indietro, cancellare la partizione già esistente, crearne una nuova che fosse la prima e installare lì (va scelta nelle opzioni, all&#8217;inizio). Il programma di installazione minaccia di cancellare tutto il disco ma in realtà cancella solo la partizione. Finito tutto, è andato a buon fine ma fate comunque il backup dei dati, si sa mai&#8230;. <img src='http://www.cristianonattero.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cristianonattero.com/blog/2008/06/28/ubuntu-vista-e-il-partizionamento/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

