<?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>blog.codelime.net &#187; Tips</title>
	<atom:link href="http://blog.codelime.net/category/tips/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.codelime.net</link>
	<description></description>
	<lastBuildDate>Fri, 11 May 2012 14:19:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>SSH Client &#8211; evitare i broken pipe</title>
		<link>http://blog.codelime.net/2011/05/27/ssh-client-evitare-i-broken-pipe.html</link>
		<comments>http://blog.codelime.net/2011/05/27/ssh-client-evitare-i-broken-pipe.html#comments</comments>
		<pubDate>Fri, 27 May 2011 08:04:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Borken Pipe]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.codelime.net/?p=206</guid>
		<description><![CDATA[Spesso accade che quando si è connessi in SSH ad un server la connessione si interrompe ritornando come errore &#8220;Borken Pipe&#8221;, questo perchè la connessione non ha un KeepAlive che la mantiene attiva, per evitare questo problema bisogna aggiungere la seguente riga al file /etc/ssh/ssh_config ServerAliveInterval 120]]></description>
		<wfw:commentRss>http://blog.codelime.net/2011/05/27/ssh-client-evitare-i-broken-pipe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autocomplete per bash su Debian</title>
		<link>http://blog.codelime.net/2011/05/27/autocomplete-per-bash-su-debian.html</link>
		<comments>http://blog.codelime.net/2011/05/27/autocomplete-per-bash-su-debian.html#comments</comments>
		<pubDate>Fri, 27 May 2011 07:50:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Autocomplete]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://blog.codelime.net/?p=203</guid>
		<description><![CDATA[Ecco un piccolo tip per chi come me ama l&#8217;autocomplete nella shell bash, su debian non è abilitato per default, ma per attivarlo è sufficiente aggiungere a .bashrc la seguente riga source /etc/bash_completion salvare, fare logout e nuovamente login. Se non dovesse ancora funzionare controllate se esiste il file /etc/bash_completion (attenzione a non confonderlo con&#8230;]]></description>
		<wfw:commentRss>http://blog.codelime.net/2011/05/27/autocomplete-per-bash-su-debian.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

