
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>
	GNU&#039;s not Unix 2.0 &raquo; UbunBloX	
</title>

<meta name="generator" content="WordPress 3.5.2" /> <!-- leave this for stats -->

<link rel="stylesheet" href="http://ubunblox.servhome.org/wordpress/wp-content/themes/i3theme-1-6-classic/style.css" type="text/css" media="all" />
<link rel="stylesheet" href="http://ubunblox.servhome.org/wordpress/wp-content/themes/i3theme-1-6-classic/print.css" type="text/css" media="print" />

<!-- Sidebar docking boxes (dbx) by Brothercake - http://www.brothercake.com/ -->
<script type="text/javascript" src="http://ubunblox.servhome.org/wordpress/wp-content/themes/i3theme-1-6-classic/dbx.js"></script>
<script type="text/javascript" src="http://ubunblox.servhome.org/wordpress/wp-content/themes/i3theme-1-6-classic/dbx-key.js"></script>
<link rel="stylesheet" type="text/css" href="http://ubunblox.servhome.org/wordpress/wp-content/themes/i3theme-1-6-classic/dbx.css" media="screen, projection" />

<!--[if lt IE 7]>
<link rel="stylesheet" href="http://ubunblox.servhome.org/wordpress/wp-content/themes/i3theme-1-6-classic/ie-gif.css" type="text/css" />
<![endif]-->

<link rel="alternate" type="application/rss+xml" title="UbunBloX RSS Feed" href="http://ubunblox.servhome.org/feed" />
<link rel="pingback" href="http://ubunblox.servhome.org/wordpress/xmlrpc.php" />
<Link rel="shortcut icon" href="http://ubunblox.servhome.org/wordpress/wp-content/themes/i3theme-1-6-classic/favicon.ico">
<script type="text/javascript">
//<![CDATA[
var BrowserDetect = {
init: function () {
this.browser = this.searchString(this.dataBrowser) || "An unknown browser";
this.version = this.searchVersion(navigator.userAgent)|| this.searchVersion(navigator.appVersion)|| "an unknown version";
this.OS = this.searchString(this.dataOS) || "an unknown OS";
},
searchString: function (data) {
for (var i=0;i<data.length;i++)	{
        var dataString = data[i].string;
        var dataProp = data[i].prop;
        this.versionSearchString = data[i].versionSearch || data[i].identity;
        if (dataString) {if (dataString.indexOf(data[i].subString) != -1)
                return data[i].identity;}
        else if (dataProp){return data[i].identity;}
}
},
searchVersion: function (dataString) {
var index = dataString.indexOf(this.versionSearchString);
if (index == -1) return;
return parseFloat(dataString.substring(index+this.versionSearchString.length+1));
},
dataBrowser: [
        {string: navigator.userAgent,subString: "Chrome",identity: "Chrome"},
        {string: navigator.userAgent,subString: "OmniWeb",versionSearch: "OmniWeb/",identity: "OmniWeb"},
        {string: navigator.vendor,subString: "Apple",identity: "Safari",versionSearch: "Version"},
        {prop: window.opera,identity: "Opera"},
        {string: navigator.vendor,subString: "iCab",identity: "iCab"},
        {string: navigator.vendor,subString: "KDE",identity: "Konqueror"},
        {string: navigator.userAgent,subString: "Firefox",identity: "Firefox"},
        {string: navigator.vendor,subString: "Camino",identity: "Camino"},
        {string: navigator.userAgent,subString: "Netscape",identity: "Netscape"},
        {string: navigator.userAgent,subString: "MSIE",identity: "Explorer",versionSearch: "MSIE"},
        {string: navigator.userAgent,subString: "Gecko",identity: "Mozilla",versionSearch: "rv"},
        {string: navigator.userAgent,subString: "Mozilla",identity: "Netscape",versionSearch: "Mozilla"}],
dataOS:[{string: navigator.platform,subString: "Win",identity: "Windows"},
        {string: navigator.platform,subString: "Mac",identity: "Mac"},
        {string: navigator.userAgent,subString: "iPhone",identity: "iPhone/iPod"},
        {string: navigator.platform,subString: "Linux",identity: "Linux"}]
};
BrowserDetect.init();

function bookMark(theurl, thetitle, browser){
    switch(browser){
        case "Firefox":
            window.sidebar.addPanel(thetitle, theurl,"");
            break;
        case "Explorer":
            window.external.AddFavorite( theurl, thetitle);
            break;
        case "Chrome":
        case "Safari":
        case "Opera":
        case "Netscape":
            switch(BrowserDetect.OS){
            case "Windows":
            case "Linux":
            alert('press ctrl+D to bookmark this page');
            break;
            case "Mac":
                alert('press cmd+D to bookmark this page');
            break;
            }
            break;
    }
}
//]]>
</script>
                        <style type="text/css" media="screen" >
                                .socialwrap li.icon_text a img, .socialwrap li.iconOnly a img, .followwrap li.icon_text a img, .followwrap li.iconOnly a img{border-width:0 !important;background-color:none;}#follow.right {width:32px;position:fixed; right:0; top:100px;padding:10px 0;font-family:impact,charcoal,arial, helvetica,sans-serif;-moz-border-radius-topleft: 5px;-webkit-border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border:2px solid #fff;border-right-width:0}#follow.right ul {padding:0; margin:0; list-style-type:none !important;font-size:24px;color:black;}
#follow.right ul li {padding-bottom:10px;list-style-type:none !important;padding-left:4px;padding-right:4px}
#follow img{border:none;}#follow.right ul li.follow {margin:0 4px;}
#follow.right ul li.follow img {border-width:0;display:block;overflow:hidden; background:transparent url(http://ubunblox.servhome.org/wordpress/wp-content/plugins/share-and-follow/images/impact/follow-right.png) no-repeat -0px 0px;height:79px;width:20px;}
#follow.right ul li a {display:block;}
#follow.right ul li.follow span, #follow ul li a span {display:none}.share {margin:0 4px 4px 0;}
.phat span {display:inline;}
ul.row li {float:left;list-style-type:none;}
li.iconOnly a span.head {display:none}
#follow.left ul.size16 li.follow{margin:0px auto !important}
li.icon_text a {padding-left:0;margin-right:4px}
li.text_only a {background-image:none !important;padding-left:0;}
li.text_only a img {display:none;}
li.icon_text a span{background-image:none !important;padding-left:0 !important; }
li.iconOnly a span.head {display:none}
ul.socialwrap li {margin:0 4px 4px 0 !important;}
ul.socialwrap li a {text-decoration:none;}ul.row li {float:left;line-height:auto !important;}
ul.row li a img {padding:0}.size16 li a,.size24 li a,.size32 li a, .size48 li a, .size60 li a {display:block}ul.socialwrap {list-style-type:none !important;margin:0; padding:0;text-indent:0 !important;}
ul.socialwrap li {list-style-type:none !important;background-image:none;padding:0;list-style-image:none !important;}
ul.followwrap {list-style-type:none !important;margin:0; padding:0}
ul.followwrap li {margin-right:4px;margin-bottom:4px;list-style-type:none !important;}
#follow.right ul.followwrap li, #follow.left ul.followwrap li {margin-right:0px;margin-bottom:0px;}
.shareinpost {clear:both;padding-top:10px}.shareinpost ul.socialwrap {list-style-type:none !important;margin:0 !important; padding:0 !important}
.shareinpost ul.socialwrap li {padding-left:0 !important;background-image:none !important;margin-left:0 !important;list-style-type:none !important;text-indent:0 !important}
.socialwrap li.icon_text a img, .socialwrap li.iconOnly a img{border-width:0}ul.followrap li {list-style-type:none;list-style-image:none !important;}
div.clean {clear:left;}
div.display_none {display:none;}
                        </style>
                                                <style type="text/css" media="print" >
                                body {background: white;font-size: 12pt;color:black;}
 * {background-image:none;}
 #wrapper, #content {width: auto;margin: 0 5%;padding: 0;border: 0;float: none !important;color: black;background: transparent none;}
 a { text-decoration : underline; color : #0000ff; }
#menu, #navigation, #navi, .menu {display:none}
                        </style>
                        <link rel="image_src" href="" /> 

            
			<link rel='stylesheet' id='wp-polls-css'  href='http://ubunblox.servhome.org/wordpress/wp-content/plugins/wp-polls/polls-css.css?ver=2.63' type='text/css' media='all' />
<link rel='stylesheet' id='NextGEN-css'  href='http://ubunblox.servhome.org/wordpress/wp-content/plugins/nextgen-gallery/css/nggallery.css?ver=1.0.0' type='text/css' media='screen' />
<link rel='stylesheet' id='wp-syntax-css-css'  href='http://ubunblox.servhome.org/wordpress/wp-content/themes/i3theme-1-6-classic/wp-syntax.css?ver=1.0' type='text/css' media='all' />
<script type='text/javascript' src='http://ubunblox.servhome.org/wordpress/wp-includes/js/jquery/jquery.js?ver=1.8.3'></script>
<script type='text/javascript' src='http://ubunblox.servhome.org/wordpress/wp-content/plugins/s3slider-plugin/js/s3slider.js?ver=3.5.2'></script>
<script type='text/javascript' src='http://ubunblox.servhome.org/wordpress/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js?ver=2.9995'></script>
<script type='text/javascript' src='http://ubunblox.servhome.org/wordpress/wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js?ver=1.06'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://ubunblox.servhome.org/wordpress/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://ubunblox.servhome.org/wordpress/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 3.5.2" />

<script type="text/javascript" src="https://static.jappix.com/php/get.php?l=&amp;t=js&amp;g=mini.xml"></script>

<script type="text/javascript">
   jQuery(document).ready(function() {
      MINI_GROUPCHATS = ["ubunblox"];
      launchMini(false, true, "anonymous.jappix.com");
   });
</script><!-- <meta name="NextGEN" version="1.9.13" /> -->
<style type="text/css">
.wp-polls .pollbar {
	margin: 1px;
	font-size: 8px;
	line-height: 10px;
	height: 10px;
	background-image: url('http://ubunblox.servhome.org/wordpress/wp-content/plugins/wp-polls/images/default_gradient/pollbg.gif');
	border: 1px solid #c8c8c8;
}
</style>
	<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
</head>
<body>
<div id="page">
  <div id="wrapper">
    <div id="header">
      <h1><a href="http://ubunblox.servhome.org">UbunBloX</a></h1>
      <div class="description">GNU&#039;s not Unix 2.0</div>
      <form method="get" id="searchform" action="http://ubunblox.servhome.org/">
<div><input type="text" value="Rechercher..." name="s" id="s" onfocus="if (this.value == 'Rechercher...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Rechercher...';}" />
<input type="submit" id="searchsubmit" value="Go" />
</div>
</form>
    </div><!-- /header -->

	<div class="dbx-group" id="sidebar-left">

  <!--sidebox start --><div id="text-2" class="dbx-box widget_text"><h3 class="dbx-handle">Bienvenue</h3><div class="dbx-content">			<div class="textwidget"><div id="animation">
<p align="center"><img src="http://ubunblox.servhome.org/wordpress/wp-content/themes/i3theme-1-6-classic/images/profil150.png" alt="" width="110" height="110">
</p>
<p>Sous GNU/Linux depuis fin 2005, ce blog me permet de partager ma passion pour les logiciels libres.</p>
<p>J’espère que vous prendrez plaisir à surfer sur UbunBloX !</p>
<p>Juste histoire de troller : ArchLinux, il n'y a rien de mieux...
</p></div>
</div>
		</div></div><!--sidebox end --><!--sidebox start --><div id="follow-widget-4" class="dbx-box follow_links"><h3 class="dbx-handle">Flux</h3><div class="dbx-content"><ul class="followwrap size16 down"><li class="icon_text"><a rel="nofollow me" target="_blank"  style="background: transparent url(http://ubunblox.servhome.org/wordpress/wp-content/plugins/share-and-follow/default/16/feedburner.png) no-repeat top left;padding-left:20px;line-height:20px;" class="feedburner" rel="nofollow" href="http://feeds.feedburner.com/Ubunblox" title="Feedburner"><span class="head">Feedburner</span></a></li><li class="icon_text"><a rel="nofollow me" target="_blank"  style="background: transparent url(http://ubunblox.servhome.org/wordpress/wp-content/plugins/share-and-follow/default/16/ning.png) no-repeat top left;padding-left:20px;line-height:20px;" class="ning" rel="nofollow" href="http://www.wikio.fr/subscribe?url=http://ubunblox.servhome.org/feed" title="Wikio"><span class="head">Wikio</span></a></li><li class="icon_text"><a rel="nofollow me" target="_blank"  style="background: transparent url(http://ubunblox.servhome.org/wordpress/wp-content/plugins/share-and-follow/default/16/rss.png) no-repeat top left;padding-left:20px;line-height:20px;" class="rss" href="http://ubunblox.servhome.org/feed" title="RSS"><span class="head">RSS</span></a></li><li class="icon_text"><a rel="nofollow me" target="_blank"  style="background: transparent url(http://ubunblox.servhome.org/wordpress/wp-content/plugins/share-and-follow/default/16/wordpress.png) no-repeat top left;padding-left:20px;line-height:20px;" class="wordpress" rel="nofollow" href="http://feedburner.google.com/fb/a/mailverify?uri=Ubunblox" title="Newsletter"><span class="head">Newsletter</span></a></li></ul></div></div><!--sidebox end -->      <!--sidebox start -->
      <div id="links" class="dbx-box">
        <h3 class="dbx-handle">Liens</h3>
        <div class="dbx-content">
          <ul>
            <li><a rel="nofollow" href="http://www.planet-libre.org/" title="Communauté francophone du Logiciel Libre" target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://www.planet-libre.org']);">Planet Libre</a></li>
<li><a rel="nofollow" href="http://planet.archlinux.fr/" title="Planète du site francophone Archlinux.fr" target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://planet.archlinux.fr']);">Planète Archlinux.fr</a></li>
<li><a rel="nofollow" href="http://parrains.linux.free.fr/" title="Groupe des parrains Linux" target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://parrains.linux.free.fr']);">Groupe des parrains Linux</a></li>
<li><a rel="nofollow" href="http://frugalware.org/~devil505/blog/" title="Blog de Devil505" target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://frugalware.org']);">Blog de Devil505</a></li>
<li><a rel="nofollow" href="http://clement-ravary.fr/" title="Le blog de Clément Ravary" target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://clement-ravary.fr']);">Le blog de Clément Ravary</a></li>
<li><a rel="nofollow" href="http://www.framasoft.net/" title="La route est longue mais la voie est libre&#8230;" target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://www.framasoft.net']);">Framasoft</a></li>
<li><a rel="nofollow" href="http://phollow.fr/" title="Le blog de Rydgel" target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://phollow.fr']);">Phollow.me</a></li>
<li><a rel="nofollow" href="http://inalgnu.nomade-dz.com/" title="Blog de systèmes GNU/Linux et logiciels libres" target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://inalgnu.nomade-dz.com']);">Inalgnu</a></li>
<li><a rel="nofollow" href="http://picardielibre.org/news/news.php" title="Du libre et des idées !" target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://picardielibre.org']);">Picardie Libre</a></li>
<li><a rel="nofollow" href="http://www.jpfox.fr/" title="Le blog de jp.fox&#8230;" target="" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://www.jpfox.fr']);">Le blog de jp.fox&#8230;</a></li>
<li><a rel="nofollow" href="http://www.cyrille-borne.com/" title="&laquo;&nbsp;Monsieur votre blog il est nul y a pas de photos et on comprend rien !&nbsp;&raquo;. Bienvenue sur le blog de Cyrille BORNE geek à la campagne." target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://www.cyrille-borne.com']);">Le blog de Cyrille Borne</a></li>
<li><a rel="nofollow" href="http://frederic.bezies.free.fr/blog/" title="Juste un blog… Celui d’un internaute qui aime l’informatique libre ;)" target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://frederic.bezies.free.fr']);">Le Weblog de Frederic Bezies</a></li>
<li><a rel="nofollow" href="http://planet.frugalware.fr/" title="Planet francophone de Frugalware Linux" target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://planet.frugalware.fr']);">Planet Frugalware</a></li>
          </ul>
        </div>
      </div>
      <!--sidebox end --><!--sidebox start --><div id="archives-2" class="dbx-box widget_archive"><h3 class="dbx-handle">Archives</h3><div class="dbx-content">		<select name="archive-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'> <option value="">Choisir un mois</option> 	<option value='http://ubunblox.servhome.org/2011/11'> novembre 2011 &nbsp;(1)</option>
	<option value='http://ubunblox.servhome.org/2011/10'> octobre 2011 &nbsp;(7)</option>
	<option value='http://ubunblox.servhome.org/2011/09'> septembre 2011 &nbsp;(22)</option>
	<option value='http://ubunblox.servhome.org/2011/08'> août 2011 &nbsp;(22)</option>
	<option value='http://ubunblox.servhome.org/2011/07'> juillet 2011 &nbsp;(21)</option>
	<option value='http://ubunblox.servhome.org/2011/06'> juin 2011 &nbsp;(20)</option>
	<option value='http://ubunblox.servhome.org/2011/05'> mai 2011 &nbsp;(20)</option>
	<option value='http://ubunblox.servhome.org/2011/04'> avril 2011 &nbsp;(24)</option>
	<option value='http://ubunblox.servhome.org/2011/03'> mars 2011 &nbsp;(17)</option>
	<option value='http://ubunblox.servhome.org/2011/02'> février 2011 &nbsp;(3)</option>
	<option value='http://ubunblox.servhome.org/2010/11'> novembre 2010 &nbsp;(1)</option>
	<option value='http://ubunblox.servhome.org/2010/09'> septembre 2010 &nbsp;(5)</option>
	<option value='http://ubunblox.servhome.org/2010/08'> août 2010 &nbsp;(10)</option>
	<option value='http://ubunblox.servhome.org/2010/07'> juillet 2010 &nbsp;(1)</option>
	<option value='http://ubunblox.servhome.org/2010/03'> mars 2010 &nbsp;(1)</option>
	<option value='http://ubunblox.servhome.org/2010/01'> janvier 2010 &nbsp;(1)</option>
	<option value='http://ubunblox.servhome.org/2009/06'> juin 2009 &nbsp;(13)</option>
	<option value='http://ubunblox.servhome.org/2009/05'> mai 2009 &nbsp;(11)</option>
	<option value='http://ubunblox.servhome.org/2009/04'> avril 2009 &nbsp;(3)</option>
	<option value='http://ubunblox.servhome.org/2009/03'> mars 2009 &nbsp;(2)</option>
	<option value='http://ubunblox.servhome.org/2009/02'> février 2009 &nbsp;(3)</option>
	<option value='http://ubunblox.servhome.org/2009/01'> janvier 2009 &nbsp;(6)</option>
	<option value='http://ubunblox.servhome.org/2008/12'> décembre 2008 &nbsp;(12)</option>
	<option value='http://ubunblox.servhome.org/2008/11'> novembre 2008 &nbsp;(14)</option>
	<option value='http://ubunblox.servhome.org/2008/10'> octobre 2008 &nbsp;(6)</option>
	<option value='http://ubunblox.servhome.org/2008/09'> septembre 2008 &nbsp;(2)</option>
	<option value='http://ubunblox.servhome.org/2008/08'> août 2008 &nbsp;(8)</option>
	<option value='http://ubunblox.servhome.org/2008/07'> juillet 2008 &nbsp;(8)</option>
	<option value='http://ubunblox.servhome.org/2008/06'> juin 2008 &nbsp;(2)</option>
	<option value='http://ubunblox.servhome.org/2008/05'> mai 2008 &nbsp;(2)</option>
	<option value='http://ubunblox.servhome.org/2008/04'> avril 2008 &nbsp;(9)</option>
	<option value='http://ubunblox.servhome.org/2008/03'> mars 2008 &nbsp;(3)</option>
	<option value='http://ubunblox.servhome.org/2008/02'> février 2008 &nbsp;(8)</option>
	<option value='http://ubunblox.servhome.org/2007/12'> décembre 2007 &nbsp;(1)</option>
	<option value='http://ubunblox.servhome.org/2007/11'> novembre 2007 &nbsp;(1)</option>
	<option value='http://ubunblox.servhome.org/2007/10'> octobre 2007 &nbsp;(5)</option>
	<option value='http://ubunblox.servhome.org/2007/09'> septembre 2007 &nbsp;(5)</option>
	<option value='http://ubunblox.servhome.org/2007/08'> août 2007 &nbsp;(10)</option>
	<option value='http://ubunblox.servhome.org/2007/07'> juillet 2007 &nbsp;(7)</option>
	<option value='http://ubunblox.servhome.org/2007/06'> juin 2007 &nbsp;(8)</option>
	<option value='http://ubunblox.servhome.org/2007/05'> mai 2007 &nbsp;(5)</option>
	<option value='http://ubunblox.servhome.org/2007/04'> avril 2007 &nbsp;(12)</option>
 </select>
</div></div><!--sidebox end --><!--sidebox start --><div id="tag_cloud-3" class="dbx-box widget_tag_cloud"><h3 class="dbx-handle">Tags</h3><div class="dbx-content"><div class="tagcloud"><a href='http://ubunblox.servhome.org/category/actualites' class='tag-link-18' title='19 sujets' style='font-size: 14.2054054054pt;'>Actualités</a>
<a href='http://ubunblox.servhome.org/category/arch-linux' class='tag-link-47' title='144 sujets' style='font-size: 20.7135135135pt;'>Arch Linux</a>
<a href='http://ubunblox.servhome.org/category/astuces' class='tag-link-11' title='40 sujets' style='font-size: 16.5513513514pt;'>Astuces</a>
<a href='http://ubunblox.servhome.org/category/beryl' class='tag-link-9' title='3 sujets' style='font-size: 8.90810810811pt;'>Beryl</a>
<a href='http://ubunblox.servhome.org/category/bureau-3d' class='tag-link-8' title='6 sujets' style='font-size: 10.8pt;'>Bureau 3D</a>
<a href='http://ubunblox.servhome.org/category/cairo-dock' class='tag-link-31' title='2 sujets' style='font-size: 8pt;'>Cairo-Dock</a>
<a href='http://ubunblox.servhome.org/category/cli' class='tag-link-64' title='18 sujets' style='font-size: 14.0540540541pt;'>CLI</a>
<a href='http://ubunblox.servhome.org/category/compiz-fusion' class='tag-link-30' title='3 sujets' style='font-size: 8.90810810811pt;'>Compiz Fusion</a>
<a href='http://ubunblox.servhome.org/category/debian' class='tag-link-23' title='21 sujets' style='font-size: 14.5081081081pt;'>Debian</a>
<a href='http://ubunblox.servhome.org/category/diaspora' class='tag-link-62' title='18 sujets' style='font-size: 14.0540540541pt;'>Diaspora*</a>
<a href='http://ubunblox.servhome.org/category/eee-pc' class='tag-link-36' title='10 sujets' style='font-size: 12.2378378378pt;'>Eee PC</a>
<a href='http://ubunblox.servhome.org/category/emulateurs' class='tag-link-26' title='3 sujets' style='font-size: 8.90810810811pt;'>Emulateurs</a>
<a href='http://ubunblox.servhome.org/category/firefox' class='tag-link-29' title='6 sujets' style='font-size: 10.8pt;'>Firefox</a>
<a href='http://ubunblox.servhome.org/category/frugalware' class='tag-link-46' title='13 sujets' style='font-size: 13.0702702703pt;'>Frugalware</a>
<a href='http://ubunblox.servhome.org/category/ftp' class='tag-link-24' title='6 sujets' style='font-size: 10.8pt;'>FTP</a>
<a href='http://ubunblox.servhome.org/category/gnome' class='tag-link-14' title='13 sujets' style='font-size: 13.0702702703pt;'>Gnome</a>
<a href='http://ubunblox.servhome.org/category/goodies' class='tag-link-22' title='5 sujets' style='font-size: 10.2702702703pt;'>Goodies</a>
<a href='http://ubunblox.servhome.org/category/humour' class='tag-link-17' title='12 sujets' style='font-size: 12.7675675676pt;'>Humour</a>
<a href='http://ubunblox.servhome.org/category/jeux' class='tag-link-19' title='15 sujets' style='font-size: 13.4486486486pt;'>Jeux</a>
<a href='http://ubunblox.servhome.org/category/macbook' class='tag-link-53' title='2 sujets' style='font-size: 8pt;'>MacBook</a>
<a href='http://ubunblox.servhome.org/category/multimedia' class='tag-link-15' title='43 sujets' style='font-size: 16.7783783784pt;'>Multimédia</a>
<a href='http://ubunblox.servhome.org/category/mutt' class='tag-link-63' title='6 sujets' style='font-size: 10.8pt;'>Mutt</a>
<a href='http://ubunblox.servhome.org/category/nautilus' class='tag-link-25' title='4 sujets' style='font-size: 9.66486486486pt;'>Nautilus</a>
<a href='http://ubunblox.servhome.org/category/openbox' class='tag-link-37' title='15 sujets' style='font-size: 13.4486486486pt;'>OpenBox</a>
<a href='http://ubunblox.servhome.org/category/paquet' class='tag-link-50' title='5 sujets' style='font-size: 10.2702702703pt;'>Paquet</a>
<a href='http://ubunblox.servhome.org/category/pense-bete' class='tag-link-58' title='28 sujets' style='font-size: 15.4162162162pt;'>Pense-bête</a>
<a href='http://ubunblox.servhome.org/category/personnalisation' class='tag-link-10' title='34 sujets' style='font-size: 16.0216216216pt;'>Personnalisation</a>
<a href='http://ubunblox.servhome.org/category/photographie' class='tag-link-70' title='4 sujets' style='font-size: 9.66486486486pt;'>Photographie</a>
<a href='http://ubunblox.servhome.org/category/planet-libre' class='tag-link-39' title='214 sujets' style='font-size: 22pt;'>Planet libre</a>
<a href='http://ubunblox.servhome.org/category/planet-ubuntu' class='tag-link-60' title='10 sujets' style='font-size: 12.2378378378pt;'>Planet Ubuntu</a>
<a href='http://ubunblox.servhome.org/category/playstation' class='tag-link-48' title='4 sujets' style='font-size: 9.66486486486pt;'>PlayStation</a>
<a href='http://ubunblox.servhome.org/category/projets' class='tag-link-35' title='12 sujets' style='font-size: 12.7675675676pt;'>Projets</a>
<a href='http://ubunblox.servhome.org/category/reseau' class='tag-link-45' title='24 sujets' style='font-size: 14.9621621622pt;'>Réseau</a>
<a href='http://ubunblox.servhome.org/category/screenlets' class='tag-link-33' title='2 sujets' style='font-size: 8pt;'>Screenlets</a>
<a href='http://ubunblox.servhome.org/category/script' class='tag-link-28' title='16 sujets' style='font-size: 13.6756756757pt;'>Script</a>
<a href='http://ubunblox.servhome.org/category/securite' class='tag-link-67' title='3 sujets' style='font-size: 8.90810810811pt;'>Sécurité</a>
<a href='http://ubunblox.servhome.org/category/terminal' class='tag-link-5' title='15 sujets' style='font-size: 13.4486486486pt;'>Terminal</a>
<a href='http://ubunblox.servhome.org/category/ubunblox' class='tag-link-27' title='22 sujets' style='font-size: 14.6594594595pt;'>UbunBlox</a>
<a href='http://ubunblox.servhome.org/category/ubuntu' class='tag-link-6' title='91 sujets' style='font-size: 19.2pt;'>Ubuntu</a>
<a href='http://ubunblox.servhome.org/category/utilitaires' class='tag-link-16' title='53 sujets' style='font-size: 17.4594594595pt;'>Utilitaires</a>
<a href='http://ubunblox.servhome.org/category/vim' class='tag-link-65' title='4 sujets' style='font-size: 9.66486486486pt;'>Vim</a>
<a href='http://ubunblox.servhome.org/category/wallpapers' class='tag-link-21' title='3 sujets' style='font-size: 8.90810810811pt;'>Wallpapers</a>
<a href='http://ubunblox.servhome.org/category/web' class='tag-link-13' title='45 sujets' style='font-size: 16.9297297297pt;'>web</a>
<a href='http://ubunblox.servhome.org/category/wmfs' class='tag-link-61' title='17 sujets' style='font-size: 13.9027027027pt;'>WMFS</a>
<a href='http://ubunblox.servhome.org/category/wordpress' class='tag-link-43' title='4 sujets' style='font-size: 9.66486486486pt;'>Wordpress</a></div>
</div></div><!--sidebox end -->
</div><!--/sidebar-left -->
	
    <div id="left-col">
      <div id="nav">
        <ul>
          <li class="page_item current_page_item"><a href="http://ubunblox.servhome.org/" title="Home">Accueil</a></li>
		  <li class="page_item page-item-2213"><a href="http://ubunblox.servhome.org/sondages">Sondages</a></li>
<li class="page_item page-item-1704"><a href="http://ubunblox.servhome.org/galerie">Galerie</a></li>
<li class="page_item page-item-5098"><a href="http://ubunblox.servhome.org/photo">Photo</a></li>
<li class="page_item page-item-280"><a href="http://ubunblox.servhome.org/remerciements">Remerciements</a></li>
        </ul>
      </div><!-- /nav -->

    	

<div id ="slider">
		<style type="text/css">
			#banner {
				position:relative;
				overflow: hidden;
			}
			#banner ul#bannerContent { width:545px; position: absolute; top:0; margin: 0; list-style: none; padding: 0; }
			#banner ul#bannerContent li.bannerImage {
				float: left;
				position: relative;
				display: none; }
			#banner ul#bannerContent li.bannerImage span {
				position:absolute;
				bottom:0;
				font:normal 12px Arial, Helvetica, sans-serif;
				padding:10px;
				width:545px;
				height:58px;
				background-color:#000;
				filter:alpha(opacity=70);
				-moz-opacity:0.7;
				-khtml-opacity:0.7;
				opacity:0.7;
				color:#fffdd6;
				display:none;}
			#banner ul#bannerContent li.bannerImage span strong { font-size: 14px; }
			#banner ul#bannerContent li.bannerImage div {
				cursor:pointer;
				position: absolute;
				bottom: 10px;
				right: 10px;
				font: normal 12px Arial, Helvetica, sans-serif;
				text-decoration: none;
				color: #fffdd6; }
			#banner ul#bannerContent .clear { clear: both; }
			#banner {
			  width:545px;
				height:300px;
			   position: relative; /* important */
			   overflow: hidden; /* important */
			}

			#bannerContent {
			   width:545px;
			   position: absolute; /* important */
			   top: 0; /* important */
			   margin-left: 0; /* important */
			}

			.bannerImage {
			   float: left; /* important */
			   position: relative; /* important */
			   display: none; /* important */

			}
			.content .widget ul li.bannerImage{padding:0;}
			.bannerImage span {
			   position: absolute; /* important */
			   left: 0;
			   font: 10px/15px Arial, Helvetica, sans-serif;
			   padding: 10px 13px;
			   width:545px;
			   background-color: #000;
			   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
			   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
			   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
			   opacity: 0.7; /* here you can set the opacity of box with text */
			   color: #fff;
			   display: none; /* important */
			   bottom: 0;
			}
			.clear {
			   clear: both;
			}
		</style>
						
		<script type="text/javascript">

			var $b = jQuery.noConflict();

			$b(document).ready(function() {
				$b('#banner').s3Slider({
					timeOut: 5000				});
			});


		</script>

		<div id="banner">
			<ul id="bannerContent">
													<li class="bannerImage">
					
												<a href="http://ubunblox.servhome.org/wmfs-et-frugalware-que-du-bonheur.html"><img src="http://ubunblox.servhome.org/wordpress/wp-content/plugins/s3slider-plugin/files/26_s.png" /></a>
												
							<span>
								<strong>WMFS et Frugalware : Que du bonheur !</strong>
										<br />
										WMFS est donc de retour pour mon plus grand bonheur ! Quel plaisir de retrouver son tiling manager accompagné d’applications en mode texte qui fonctionnent à merveille.                            </span>
					</li>
									<li class="bannerImage">
					
												<a href="http://ubunblox.servhome.org/a-la-decouverte-de-darktable.html"><img src="http://ubunblox.servhome.org/wordpress/wp-content/plugins/s3slider-plugin/files/23_s.jpeg" /></a>
												
							<span>
								<strong>À la découverte de Darktable</strong>
										<br />
										Si comme moi vous n’êtes pas un professionnel de la photographie mais qu’il vous tient tout de même à cœur d’avoir un accès à de nombreux outils, Darktable vous comblera sans nul doute !                            </span>
					</li>
									<li class="bannerImage">
					
												<a href="http://ubunblox.servhome.org/diaspora-le-guide-du-parfait-debutant.html"><img src="http://ubunblox.servhome.org/wordpress/wp-content/plugins/s3slider-plugin/files/6_s.jpeg" /></a>
												
							<span>
								<strong>Diaspora* : Le guide du parfait débutant</strong>
										<br />
										Voici le guide d’utilisation du réseau social Diaspora* : Une sorte de « Diaspora* pour les nuls » qui vous permettra de vous lancer sur cette nouvelle plateforme !                            </span>
					</li>
									<li class="bannerImage">
					
												<a href="http://ubunblox.servhome.org/mon-premier-jour-avec-frugalware.html"><img src="http://ubunblox.servhome.org/wordpress/wp-content/plugins/s3slider-plugin/files/25_s.jpeg" /></a>
												
							<span>
								<strong>Mon premier jour avec Frugalware</strong>
										<br />
										Après bientôt trois années passées en compagnie d’Arch Linux, me voilà prêt à tester convenablement la distribution Frugalware : Une expérience qui je l’espère se déroulera sans accroc !                             </span>
					</li>
									<li class="bannerImage">
					
												<a href="http://ubunblox.servhome.org/mutt-et-vim-histoire-dintegration.html"><img src="http://ubunblox.servhome.org/wordpress/wp-content/plugins/s3slider-plugin/files/12_s.png" /></a>
												
							<span>
								<strong>Mutt et Vim, histoire d’intégration</strong>
										<br />
										Étant un utilisateur conquis par Vim, j’ai tenté d’améliorer son intégration au sein de Mutt : Juste deux ou trois petites astuces qui rendront l’utilisation de ce couple d’applications plus agréable.                            </span>
					</li>
									<li class="bannerImage">
					
												<a href="http://ubunblox.servhome.org/deux-annees-sous-archlinux-et-alors.html"><img src="http://ubunblox.servhome.org/wordpress/wp-content/plugins/s3slider-plugin/files/8_s.jpeg" /></a>
												
							<span>
								<strong>Deux années sous Archlinux… et alors ?</strong>
										<br />
										Le temps passe vite et voilà que sans m’en rendre vraiment compte je viens de passer deux ans avec Arch Linux comme système d’exploitation principal.                             </span>
					</li>
									<li class="bannerImage">
					
												<a href="http://ubunblox.servhome.org/owncloud-2-0-bientot-dans-les-nuages.html"><img src="http://ubunblox.servhome.org/wordpress/wp-content/plugins/s3slider-plugin/files/21_s.jpeg" /></a>
												
							<span>
								<strong>ownCloud 2.0 : Bientôt dans les nuages !</strong>
										<br />
										Prévue pour cette fin de mois (le 30 septembre), la version 2.0 du projet ownCloud vous permettra de mettre aisément vos données personnelles dans les nuages.                            </span>
					</li>
									<li class="bannerImage">
					
												<a href="http://ubunblox.servhome.org/la-meteo-avec-gnome-3.html"><img src="http://ubunblox.servhome.org/wordpress/wp-content/plugins/s3slider-plugin/files/20_s.jpeg" /></a>
												
							<span>
								<strong>La météo avec Gnome 3</strong>
										<br />
										Et voici un cours article concernant Gnome 3 et ses extensions, au menu : L’ajout d’un petit applet météo.                            </span>
					</li>
									<li class="bannerImage">
					
												<a href="http://ubunblox.servhome.org/securiser-ses-donnees-grace-a-cryptkeeper.html"><img src="http://ubunblox.servhome.org/wordpress/wp-content/plugins/s3slider-plugin/files/16_s.png" /></a>
												
							<span>
								<strong>Sécuriser ses données grâce à Cryptkeeper</strong>
										<br />
										Cryptkeeper vous propose de créer un ou plusieurs répertoire(s) sécurisé(s) dont les données chiffrées seront accessibles après l’insertion d’un mot de passe...                            </span>
					</li>
									<li class="bannerImage">
					
												<a href="http://ubunblox.servhome.org/du-blu-ray-au-mkv-acte-i-extraction-des-flux.html"><img src="http://ubunblox.servhome.org/wordpress/wp-content/plugins/s3slider-plugin/files/17_s.jpeg" /></a>
												
							<span>
								<strong>Du Blu-Ray au MKV, acte I : extraction des flux</strong>
										<br />
										Comment extraire et encoder convenablement vos disques Blu-Ray pour arriver au final à un simple fichier MKV ? Voilà ce que je vous propose pour cette rentrée 2011 !                            </span>
					</li>
								<div class="clear bannerImage"></div>
			</ul>
		</div>

	</div>
    <div id="content">
			
        <div class="post" id="post-5103">
		  <div class="date"><span>nov</span> 14</div>
		  <div class="title">
          <h2><a href="http://ubunblox.servhome.org/quoi-de-neuf-ici.html" rel="bookmark" title="Lien Permanent vers Quoi de neuf ici ?">Quoi de neuf ici ?</a></h2>
          <div class="postdata"><span class="category"><a href="http://ubunblox.servhome.org/category/arch-linux" title="Voir tous les articles dans Arch Linux" rel="category tag">Arch Linux</a>, <a href="http://ubunblox.servhome.org/category/photographie" title="Voir tous les articles dans Photographie" rel="category tag">Photographie</a>, <a href="http://ubunblox.servhome.org/category/piwigo" title="Voir tous les articles dans Piwigo" rel="category tag">Piwigo</a>, <a href="http://ubunblox.servhome.org/category/planet-libre" title="Voir tous les articles dans Planet libre" rel="category tag">Planet libre</a>, <a href="http://ubunblox.servhome.org/category/ubunblox" title="Voir tous les articles dans UbunBlox" rel="category tag">UbunBlox</a></span> <span class="comments"><a href="http://ubunblox.servhome.org/quoi-de-neuf-ici.html#comments" title="Commentaire sur Quoi de neuf ici ?">8 Commentaires &#187;</a></span></div>
		  </div>
          <div class="entry">
             <p>Voici un article qui a pour simple but de vous donner des nouvelles sur le futur d&rsquo;UbunBloX. Comme dit dans un précédent billet, j&rsquo;ai mis en suspend mon activité liée à ce blog pour diverses raisons. Pour les plus septiques, n&rsquo;ayez crainte ce site n&rsquo;est pas mort ! Bien au contraire, peut-être que vous l&rsquo;avez [...]</p>
 
            
            <p class="submeta">écrit par <strong>David Lopes Ferreira</strong> 
			            </p>
          </div><!--/entry -->
          
        </div><!--/post -->

		
        <div class="post" id="post-5093">
		  <div class="date"><span>oct</span> 10</div>
		  <div class="title">
          <h2><a href="http://ubunblox.servhome.org/ubunblox-pause.html" rel="bookmark" title="Lien Permanent vers UbunBloX : Pause !">UbunBloX : Pause !</a></h2>
          <div class="postdata"><span class="category"><a href="http://ubunblox.servhome.org/category/ubunblox" title="Voir tous les articles dans UbunBlox" rel="category tag">UbunBlox</a></span> <span class="comments"><a href="http://ubunblox.servhome.org/ubunblox-pause.html#comments" title="Commentaire sur UbunBloX : Pause !">18 Commentaires &#187;</a></span></div>
		  </div>
          <div class="entry">
             <p>Avec un tel titre difficile de ne pas savoir de quoi va traiter cet article&#8230; C&rsquo;est avec un peu de tristesse que j&rsquo;ai pris la décision de ne plus alimenter ce blog pendant un laps de temps non déterminé. Pendant les semaines qui suivront (ou peut-être même des mois) aucune publication ne verra le jour [...]</p>
 
            
            <p class="submeta">écrit par <strong>David Lopes Ferreira</strong> 
			            </p>
          </div><!--/entry -->
          
        </div><!--/post -->

		
        <div class="post" id="post-5085">
		  <div class="date"><span>oct</span> 07</div>
		  <div class="title">
          <h2><a href="http://ubunblox.servhome.org/cest-quoi-diaspora-2.html" rel="bookmark" title="Lien Permanent vers C&rsquo;est quoi Diaspora* ?">C&rsquo;est quoi Diaspora* ?</a></h2>
          <div class="postdata"><span class="category"><a href="http://ubunblox.servhome.org/category/diaspora" title="Voir tous les articles dans Diaspora*" rel="category tag">Diaspora*</a>, <a href="http://ubunblox.servhome.org/category/planet-libre" title="Voir tous les articles dans Planet libre" rel="category tag">Planet libre</a></span> <span class="comments"><a href="http://ubunblox.servhome.org/cest-quoi-diaspora-2.html#comments" title="Commentaire sur C&rsquo;est quoi Diaspora* ?">2 Commentaires &#187;</a></span></div>
		  </div>
          <div class="entry">
             <p>La communauté d&rsquo;utilisateurs qui gravite autour du projet Diaspora* ne manque pas d&rsquo;idée pour faire la promotion de ce réseau social qui a maintenant plus d&rsquo;un an. Documentations, forums, images publicitaires, boutons de partage ou autres se multiplient jour après jour. Aujourd&rsquo;hui, je vais vous présenter le site What is Diaspora qui comme son nom [...]</p>
 
            
            <p class="submeta">écrit par <strong>David Lopes Ferreira</strong> 
			            </p>
          </div><!--/entry -->
          
        </div><!--/post -->

		
        <div class="post" id="post-5057">
		  <div class="date"><span>oct</span> 06</div>
		  <div class="title">
          <h2><a href="http://ubunblox.servhome.org/presentation-de-gigolo.html" rel="bookmark" title="Lien Permanent vers Présentation de Gigolo">Présentation de Gigolo</a></h2>
          <div class="postdata"><span class="category"><a href="http://ubunblox.servhome.org/category/arch-linux" title="Voir tous les articles dans Arch Linux" rel="category tag">Arch Linux</a>, <a href="http://ubunblox.servhome.org/category/frugalware" title="Voir tous les articles dans Frugalware" rel="category tag">Frugalware</a>, <a href="http://ubunblox.servhome.org/category/planet-libre" title="Voir tous les articles dans Planet libre" rel="category tag">Planet libre</a>, <a href="http://ubunblox.servhome.org/category/reseau" title="Voir tous les articles dans Réseau" rel="category tag">Réseau</a></span> <span class="comments"><a href="http://ubunblox.servhome.org/presentation-de-gigolo.html#comments" title="Commentaire sur Présentation de Gigolo">5 Commentaires &#187;</a></span></div>
		  </div>
          <div class="entry">
             <p>Vous utilisez un environnement minimaliste tel qu&rsquo;OpenBox et vous souhaitez avoir la possibilité de vous connecter à des serveurs FTP, SSH ou encore WebDAV en toute simplicité ? Gigolo répondra très probablement à vos besoins et vous permet un accès aux serveurs directement via votre gestionnaire de fichiers (Thunar ou autres). Pour rappel, cette application [...]</p>
 
            
            <p class="submeta">écrit par <strong>David Lopes Ferreira</strong> 
			            </p>
          </div><!--/entry -->
          
        </div><!--/post -->

		
        <div class="post" id="post-5035">
		  <div class="date"><span>oct</span> 05</div>
		  <div class="title">
          <h2><a href="http://ubunblox.servhome.org/mercredi-creatif-fonds-decran-diaspora.html" rel="bookmark" title="Lien Permanent vers Mercredi créatif : Fonds d&rsquo;écran Diaspora*">Mercredi créatif : Fonds d&rsquo;écran Diaspora*</a></h2>
          <div class="postdata"><span class="category"><a href="http://ubunblox.servhome.org/category/diaspora" title="Voir tous les articles dans Diaspora*" rel="category tag">Diaspora*</a>, <a href="http://ubunblox.servhome.org/category/gimp" title="Voir tous les articles dans Gimp" rel="category tag">Gimp</a>, <a href="http://ubunblox.servhome.org/category/photographie" title="Voir tous les articles dans Photographie" rel="category tag">Photographie</a>, <a href="http://ubunblox.servhome.org/category/planet-libre" title="Voir tous les articles dans Planet libre" rel="category tag">Planet libre</a></span> <span class="comments"><a href="http://ubunblox.servhome.org/mercredi-creatif-fonds-decran-diaspora.html#comments" title="Commentaire sur Mercredi créatif : Fonds d&rsquo;écran Diaspora*">3 Commentaires &#187;</a></span></div>
		  </div>
          <div class="entry">
             <p>Après avoir fait un curriculum vitea à l&rsquo;aide de The Gimp la semaine dernière, le week-end passé a été pour moi l&rsquo;occasion d&rsquo;utiliser de nouveau ce logiciel ainsi que Darktable pour créer des fonds d&rsquo;écran aux couleurs de Diaspora*. Comme certains d&rsquo;entre vous je suppose, je suis fasciné par le monde de la photographie : [...]</p>
 
            
            <p class="submeta">écrit par <strong>David Lopes Ferreira</strong> 
			            </p>
          </div><!--/entry -->
          
        </div><!--/post -->

		
        <div class="post" id="post-5023">
		  <div class="date"><span>oct</span> 04</div>
		  <div class="title">
          <h2><a href="http://ubunblox.servhome.org/wmfs-et-frugalware-que-du-bonheur.html" rel="bookmark" title="Lien Permanent vers WMFS et Frugalware : Que du bonheur !">WMFS et Frugalware : Que du bonheur !</a></h2>
          <div class="postdata"><span class="category"><a href="http://ubunblox.servhome.org/category/frugalware" title="Voir tous les articles dans Frugalware" rel="category tag">Frugalware</a>, <a href="http://ubunblox.servhome.org/category/planet-libre" title="Voir tous les articles dans Planet libre" rel="category tag">Planet libre</a>, <a href="http://ubunblox.servhome.org/category/wmfs" title="Voir tous les articles dans WMFS" rel="category tag">WMFS</a></span> <span class="comments"><a href="http://ubunblox.servhome.org/wmfs-et-frugalware-que-du-bonheur.html#comments" title="Commentaire sur WMFS et Frugalware : Que du bonheur !">1 Commentaire &#187;</a></span></div>
		  </div>
          <div class="entry">
             <p>Comme prévu, j&rsquo;ai installé depuis peu le gestionnaire de fenêtres WMFS sur Frugalware. Pour dire vrai, mon court passage avec Gnome 3 n&rsquo;était que pure curiosité&#8230; Même si il vrai que celui-ci est relativement agréable à utiliser au quotidien et que la version 3.2 apporte bon nombre de nouveautés, je n&rsquo;ai pas songé un seul [...]</p>
 
            
            <p class="submeta">écrit par <strong>David Lopes Ferreira</strong> 
			            </p>
          </div><!--/entry -->
          
        </div><!--/post -->

		
        <div class="post" id="post-5004">
		  <div class="date"><span>oct</span> 03</div>
		  <div class="title">
          <h2><a href="http://ubunblox.servhome.org/diaspora-recuperer-facilement-les-images-publiees-avec-cubbi-es.html" rel="bookmark" title="Lien Permanent vers Diaspora* : Récupérer facilement les images publiées avec cubbi.es">Diaspora* : Récupérer facilement les images publiées avec cubbi.es</a></h2>
          <div class="postdata"><span class="category"><a href="http://ubunblox.servhome.org/category/diaspora" title="Voir tous les articles dans Diaspora*" rel="category tag">Diaspora*</a>, <a href="http://ubunblox.servhome.org/category/planet-libre" title="Voir tous les articles dans Planet libre" rel="category tag">Planet libre</a>, <a href="http://ubunblox.servhome.org/category/web" title="Voir tous les articles dans web" rel="category tag">web</a></span> <span class="comments"><a href="http://ubunblox.servhome.org/diaspora-recuperer-facilement-les-images-publiees-avec-cubbi-es.html#comments" title="Commentaire sur Diaspora* : Récupérer facilement les images publiées avec cubbi.es">1 Commentaire &#187;</a></span></div>
		  </div>
          <div class="entry">
             <p>Si vous êtes lecteurs de ce blog, vous devez sans nul doute connaître le service proposé par cubbi.es. Pour rappel, celui-ci vous permet de publier via un simple clic de souris n&rsquo;importe quelles images provenant de la toile sur votre profil Diaspora*. Une application bien sympathique mais qui souffre selon moi d&rsquo;un petit désagrément&#8230; En [...]</p>
 
            
            <p class="submeta">écrit par <strong>David Lopes Ferreira</strong> 
			            </p>
          </div><!--/entry -->
          
        </div><!--/post -->

				
        <div class="page-nav"> <span class="previous-entries"><a href="http://ubunblox.servhome.org/page/2" >Articles Précédents</a></span> <span class="next-entries"></span></div><!-- /page nav -->

	
      </div><!--/content -->

<div id="back_to_top">
<a href="#">⇧</a>
</div>

      <div id="footer">
		  	<span class="mangoorange">
	 <a href="http://ubunblox.servhome.org/">UbunBloX</a> est sous licence <a rel="nofollow" href="http://creativecommons.org/licenses/by-sa/2.0/fr/">Creative Commons</a>.<br/>
         <a rel="nofollow" href="http://www.i3theme.com">i3Theme 1.6</a> crée par <a rel="nofollow" href="http://www.ndesign-studio.com">N.Design Studio</a>, customisé par <a rel="nofollow" href="http://www.mangoorange.com/">MangoOrange&trade;</a>, <br/> sponsorisé par <a rel="nofollow" href="http://www.web-hosting-top.com/">Web Hosting Reviews &amp; Free Coupons</a> et <a rel="nofollow" href="http://www.b4udecide.com/">Web Hosting</a>. Traduction <a rel="nofollow" href="http://www.niss.fr">(niss.fr)</a>.
         </span>
		</div>
		
    </div><!--/left-col -->

<div class="dbx-group" id="sidebar-right">

  <!--sidebox start --><div id="follow-widget-3" class="dbx-box follow_links"><h3 class="dbx-handle">Contact</h3><div class="dbx-content"><ul class="followwrap down"><li class="icon_text"><a rel="nofollow me" target="_blank" href="mailto:ubunblox@gmail.com" title="Mail" ><img src="http://ubunblox.servhome.org/wordpress/wp-content/plugins/share-and-follow/images/blank.gif" height="16"  width="16" style="background: transparent url(http://ubunblox.servhome.org/wordpress/wp-content/plugins/share-and-follow/default/16/sprite-16.png) no-repeat;padding:0;margin:0;height:16px;width:16px;background-position:-170px 0px" alt="Mail"/> <span class="head">Mail</span></a></li><li class="icon_text"><a rel="nofollow me" target="_blank" href="xmpp:weedfast@jabber.org" title="Jabber" ><img src="http://ubunblox.servhome.org/wordpress/wp-content/plugins/share-and-follow/images/blank.gif" height="16"  width="16" style="background: transparent url(http://ubunblox.servhome.org/wordpress/wp-content/plugins/share-and-follow/default/16/sprite-16.png) no-repeat;padding:0;margin:0;height:16px;width:16px;background-position:-221px 0px" alt="Jabber"/> <span class="head">Jabber</span></a></li><li class="icon_text"><a rel="nofollow me" target="_blank" rel="nofollow" href="https://joindiaspora.com/people/41101" title="Diaspora" ><img src="http://ubunblox.servhome.org/wordpress/wp-content/plugins/share-and-follow/images/blank.gif" height="16"  width="16" style="background: transparent url(http://ubunblox.servhome.org/wordpress/wp-content/plugins/share-and-follow/default/16/sprite-16.png) no-repeat;padding:0;margin:0;height:16px;width:16px;background-position:-578px 0px" alt="Diaspora"/> <span class="head">Diaspora</span></a></li><li class="icon_text"><a rel="nofollow me" target="_blank" rel="nofollow" href="http://identi.ca/weedfast/all" title="Identica" ><img src="http://ubunblox.servhome.org/wordpress/wp-content/plugins/share-and-follow/images/blank.gif" height="16"  width="16" style="background: transparent url(http://ubunblox.servhome.org/wordpress/wp-content/plugins/share-and-follow/default/16/sprite-16.png) no-repeat;padding:0;margin:0;height:16px;width:16px;background-position:-374px 0px" alt="Identica"/> <span class="head">Identica</span></a></li><li class="icon_text"><a rel="nofollow me" target="_blank" rel="nofollow" href="http://twitter.com/#!/weedfast" title="Twitter" ><img src="http://ubunblox.servhome.org/wordpress/wp-content/plugins/share-and-follow/images/blank.gif" height="16"  width="16" style="background: transparent url(http://ubunblox.servhome.org/wordpress/wp-content/plugins/share-and-follow/default/16/sprite-16.png) no-repeat;padding:0;margin:0;height:16px;width:16px;background-position:-901px 0px" alt="Twitter"/> <span class="head">Twitter</span></a></li></ul></div></div><!--sidebox end --><!--sidebox start --><div id="text-4" class="dbx-box widget_text"><h3 class="dbx-handle">En vedette</h3><div class="dbx-content">			<div class="textwidget"><ul>
	<li><a href="http://ubunblox.servhome.org/mes-logiciels-en-mode-minitel.html"  rel="bookmark" title="Lien Permanent vers Mes logiciels en mode minitel">Mes logiciels en mode minitel</a></li>
	<li><a title="Lien Permanent vers Diaspora* : Le gide du parfait débutant" rel="bookmark" href="http://ubunblox.servhome.org/diaspora-le-guide-du-parfait-debutant.html" >Diaspora* : Le guide du parfait débutant</a></li>
	<li><a title="Lien Permanent vers Deux années sous Archlinux… et alors ?" rel="bookmark" href="http://ubunblox.servhome.org/deux-annees-sous-archlinux-et-alors.html" >Deux années sous Archlinux… et alors ?</a></li>
	<li><a href="http://ubunblox.servhome.org/mon-aventure-avec-vim.html"  rel="bookmark" title="Lien Permanent vers Mon aventure avec Vim">Mon aventure avec Vim</a></li>	
	<li><a title="Lien Permanent vers EeePc 701, Arch Linux et Gnome 3" rel="bookmark" href="http://ubunblox.servhome.org/eeepc-701-arch-linux-et-gnome-3.html" >EeePc 701, Arch Linux et Gnome 3</a></li>
</ul>
</div>
		</div></div><!--sidebox end --><!--sidebox start --><div id="ngg-images-3" class="dbx-box ngg_images"><h3 class="dbx-handle">Galerie</h3><div class="dbx-content">
<div class="ngg-widget entry-content">
<a href="http://ubunblox.servhome.org/wordpress/wp-content/gallery/pentadactyl/02_pentadactyl.png" title="" ><img src="http://ubunblox.servhome.org/wordpress/wp-content/gallery/pentadactyl/thumbs/thumbs_02_pentadactyl.png" width="85" height="60" title="02_pentadactyl" alt="02_pentadactyl" /></a>
<a href="http://ubunblox.servhome.org/wordpress/wp-content/gallery/moc/2011-07-29-165610_1105x1059_scrot.png" title="" ><img src="http://ubunblox.servhome.org/wordpress/wp-content/gallery/moc/thumbs/thumbs_2011-07-29-165610_1105x1059_scrot.png" width="85" height="60" title="2011-07-29-165610_1105x1059_scrot" alt="2011-07-29-165610_1105x1059_scrot" /></a>
</div>
</div></div><!--sidebox end -->		<!--sidebox start --><div id="recent-posts-3" class="dbx-box widget_recent_entries">		<h3 class="dbx-handle">Articles récents</h3><div class="dbx-content">		<ul>
					<li>
				<a href="http://ubunblox.servhome.org/quoi-de-neuf-ici.html" title="Quoi de neuf ici ?">Quoi de neuf ici ?</a>
						</li>
					<li>
				<a href="http://ubunblox.servhome.org/ubunblox-pause.html" title="UbunBloX : Pause !">UbunBloX : Pause !</a>
						</li>
					<li>
				<a href="http://ubunblox.servhome.org/cest-quoi-diaspora-2.html" title="C&rsquo;est quoi Diaspora* ?">C&rsquo;est quoi Diaspora* ?</a>
						</li>
					<li>
				<a href="http://ubunblox.servhome.org/presentation-de-gigolo.html" title="Présentation de Gigolo">Présentation de Gigolo</a>
						</li>
					<li>
				<a href="http://ubunblox.servhome.org/mercredi-creatif-fonds-decran-diaspora.html" title="Mercredi créatif : Fonds d&rsquo;écran Diaspora*">Mercredi créatif : Fonds d&rsquo;écran Diaspora*</a>
						</li>
				</ul>
		</div></div><!--sidebox end --><!--sidebox start --><div id="recent-comments-4" class="dbx-box widget_recent_comments"><h3 class="dbx-handle">Commentaires récents</h3><div class="dbx-content"><ul id="recentcomments"><li class="recentcomments"><a rel="nofollow" href="http://www.mesk7.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-commentauthor','http://www.mesk7.com']);"  rel='external nofollow' class='url'>Arnaud</a> dans <a href="http://ubunblox.servhome.org/comment-convertir-les-videos-au-format-flv-avec-ffmpeg.html/comment-page-1#comment-94726">Comment convertir les vidéos au format .flv avec ffmpeg ?</a></li><li class="recentcomments"><a rel="nofollow" href="http://tropicalcharters.com/thalia/readmes.html" onclick="javascript:_gaq.push(['_trackEvent','outbound-commentauthor','http://tropicalcharters.com']);"  rel='external nofollow' class='url'>http://tropicalcharters.com/thalia/readmes.html</a> dans <a href="http://ubunblox.servhome.org/diaspora-et-identi-ca.html/comment-page-1#comment-93405">Diaspora* et Identi.ca</a></li><li class="recentcomments"><a rel="nofollow" href="http://www.ussharemarkets.com/6040-sheinbox-to-introduce-celebrity-and-street-style-clothing-within-one-month_usm.html" onclick="javascript:_gaq.push(['_trackEvent','outbound-commentauthor','http://www.ussharemarkets.com']);"  rel='external nofollow' class='url'>casual blazers for juniors</a> dans <a href="http://ubunblox.servhome.org/mon-bureau-sous-frugalware.html/comment-page-1#comment-93203">Mon bureau sous Frugalware</a></li><li class="recentcomments"><a rel="nofollow" href="http://sanusstudios.com/_old_version_2010/images/menu/readme0.html" onclick="javascript:_gaq.push(['_trackEvent','outbound-commentauthor','http://sanusstudios.com']);"  rel='external nofollow' class='url'>http://sanusstudios.com/_old_version_2010/images/menu/readme0.html</a> dans <a href="http://ubunblox.servhome.org/diaspora-et-identi-ca.html/comment-page-1#comment-92470">Diaspora* et Identi.ca</a></li></ul></div></div><!--sidebox end --><!--sidebox start --><div id="polls-widget-3" class="dbx-box widget_polls-widget"><h3 class="dbx-handle">Sondages</h3><div class="dbx-content"><div id="polls-9" class="wp-polls">
	<form id="polls_form_9" class="wp-polls-form" action="/" method="post">
		<p style="display: none;"><input type="hidden" id="poll_9_nonce" name="wp-polls-nonce" value="5ae384d774" /></p>
		<p style="display: none;"><input type="hidden" name="poll_id" value="9" /></p>
		<h2>Mutt ou Alpine ?</h2><br/>
<div id="polls-9-ans" class="wp-polls-ans">
<ul class="wp-polls-ul">
		<li><input type="radio" id="poll-answer-59" name="poll_9" value="59" /> <label for="poll-answer-59">Mutt</label></li>
		<li><input type="radio" id="poll-answer-60" name="poll_9" value="60" /> <label for="poll-answer-60">Alpine</label></li>
		</ul><p style="text-align: center;"><input type="button" name="Votez" value="   Votez   " class="Buttons" onclick="poll_vote(9);" /></p><p style="text-align: center;"><a href="#ViewPollResults" onclick="poll_result(9); return false;" title="Résultats">Voir les résultats</a></p></div>
	</form>
</div>
<div id="polls-9-loading" class="wp-polls-loading"><img src="http://ubunblox.servhome.org/wordpress/wp-content/plugins/wp-polls/images/loading.gif" width="16" height="16" alt="Loading ..." title="Loading ..." class="wp-polls-image" />&nbsp;Loading ...</div>
<ul><li><a href="http://ubunblox.servhome.org/sondages">Voir les autres sondages</a></li></ul></div></div><!--sidebox end -->
</div><!--/sidebar -->
    <hr class="hidden" />
	
  </div><!--/wrapper -->

</div><!--/page -->

<script type='text/javascript'>
/* <![CDATA[ */
var pollsL10n = {"ajax_url":"http:\/\/ubunblox.servhome.org\/wordpress\/wp-admin\/admin-ajax.php","text_wait":"Your last request is still being processed. Please wait a while ...","text_valid":"Please choose a valid poll answer.","text_multiple":"Maximum number of choices allowed: ","show_loading":"1","show_fading":"1"};
/* ]]> */
</script>
<script type='text/javascript' src='http://ubunblox.servhome.org/wordpress/wp-content/plugins/wp-polls/polls-js.js?ver=2.63'></script>
<script type="text/javascript">
          (function() {
            var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
            s.type = 'text/javascript';
            s.async = true;
            s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
            t.parentNode.insertBefore(s, t);
          })();
        </script>

</body>
</html>