<?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>Deep French Kiss &#187; Linux</title>
	<atom:link href="http://deepfrenchkiss.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://deepfrenchkiss.com</link>
	<description>Keep It Simple Stupid</description>
	<lastBuildDate>Wed, 26 May 2010 13:16:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Autocomplétion efficace avec bash</title>
		<link>http://deepfrenchkiss.com/2010/02/autocompletion-efficace-avec-bash/</link>
		<comments>http://deepfrenchkiss.com/2010/02/autocompletion-efficace-avec-bash/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 18:50:59 +0000</pubDate>
		<dc:creator>dfk</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[autocomplétion]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[menu-complete]]></category>

		<guid isPermaLink="false">http://deepfrenchkiss.com/2010/02/autocompletion-efficace-avec-bash/</guid>
		<description><![CDATA[Par défaut, l&#8217;autocomplétion de bash est configurée de la façon la plus frustrante et anti-productive qui soit. Appuyer sur &#8220;tab&#8221; produit un beep strident et il faut appuyer à nouveau pour avoir la liste des commandes ou noms de fichiers commençant par les lettres déjà tapées. Liste qu&#8217;on peut réduire en tapant la lettre suivante [...]]]></description>
			<content:encoded><![CDATA[<p>Par défaut, l&#8217;autocomplétion de bash est configurée de la façon la plus frustrante et anti-productive qui soit. Appuyer sur &#8220;tab&#8221; produit un beep strident et il faut appuyer à nouveau pour avoir la liste des commandes ou noms de fichiers commençant par les lettres déjà tapées. Liste qu&#8217;on peut réduire en tapant la lettre suivante et en recommençant à l&#8217;étape 1. Bref, 15 pressions sur tab et autant de grands &#8220;DONG&#8221; pour taper un nom de fichier de 5 lettres, on est plus efficace en tapant tout à la main.</p>
<p>Pour disposer comme tout honnếte homme d&#8217;une autcomplétion décente, sans remplacer bash par zsh, il suffit d&#8217;ajouter dans le fichier .inputrc</p>
<div class="codecolorer-container bash default codecolorer-noborder" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:548px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;">#fix the useless default bash autocompletion</span><br />
TAB: menu-complete<br />
<br />
<span style="color: #666666; font-style: italic;">#save your nerves and turn off the agressive bell</span><br />
<span style="color: #000000; font-weight: bold;">set</span> bell-style none</div></div>
]]></content:encoded>
			<wfw:commentRss>http://deepfrenchkiss.com/2010/02/autocompletion-efficace-avec-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flash 64 bits</title>
		<link>http://deepfrenchkiss.com/2009/11/adobe-flash-64-bits/</link>
		<comments>http://deepfrenchkiss.com/2009/11/adobe-flash-64-bits/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 11:03:27 +0000</pubDate>
		<dc:creator>dfk</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash player]]></category>

		<guid isPermaLink="false">http://deepfrenchkiss.com/?p=42</guid>
		<description><![CDATA[wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
tar -xzvf libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz
cp libflashplayer.so /usr/lib64/mozilla/plugins/
]]></description>
			<content:encoded><![CDATA[<div class="codecolorer-container bash default codecolorer-noborder" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:548px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>download.macromedia.com<span style="color: #000000; font-weight: bold;">/</span>pub<span style="color: #000000; font-weight: bold;">/</span>labs<span style="color: #000000; font-weight: bold;">/</span>flashplayer10<span style="color: #000000; font-weight: bold;">/</span>libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz<br />
<span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-xzvf</span> libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz<br />
<span style="color: #c20cb9; font-weight: bold;">cp</span> libflashplayer.so <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib64<span style="color: #000000; font-weight: bold;">/</span>mozilla<span style="color: #000000; font-weight: bold;">/</span>plugins<span style="color: #000000; font-weight: bold;">/</span></div></div>
]]></content:encoded>
			<wfw:commentRss>http://deepfrenchkiss.com/2009/11/adobe-flash-64-bits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
