<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://blog.guillaume.lelarge.info/index.php/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>gleu's blog - Tag - dalibo</title>
  <link>http://blog.guillaume.lelarge.info/index.php/</link>
  <atom:link href="http://blog.guillaume.lelarge.info/index.php/feed/tag/dalibo/rss2" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>fr</language>
  <pubDate>Tue, 06 Jan 2009 20:43:49 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Et voilà la fin de la première étape de ma vie professionnelle</title>
    <link>http://blog.guillaume.lelarge.info/index.php/post/2007/04/07/Et-voila-une-premiere-etape-de-ma-vie-professionnelle-terminee</link>
    <guid isPermaLink="false">urn:md5:0db5d7bf437b007c0e2fb181eef82246</guid>
    <pubDate>Fri, 06 Apr 2007 19:01:00 +0200</pubDate>
    <dc:creator>Guillaume Lelarge</dc:creator>
        <category>Général</category>
        <category>dalibo</category>    
    <description>    &lt;p&gt;Aujourd'hui était mon dernier jour en tant que développeur chez &lt;a href=&quot;http://www.progimed.fr&quot; hreflang=&quot;fr&quot;&gt;Progimed&lt;/a&gt;. J'y ai passé tout de même 9 ans et demi. Je suis passé de la maintenance au développement. J'y ai réussi pas mal de choses, et j'ai eu deux très beaux échecs. Enfin bon. Voilà, cette période est terminée. Petit pincement au coeur...&lt;/p&gt;


&lt;p&gt;Mardi, je ferais partie de &lt;a href=&quot;http://www.dalibo.com&quot; hreflang=&quot;fr&quot;&gt;dalibo&lt;/a&gt;. J'attends ça avec impatience. J'y apprendrais certainement beaucoup et je pourrais participer à des projets libres pendant les heures de travail. Qui a dit &lt;a href=&quot;http://www.pgadmin.org&quot; hreflang=&quot;fr&quot;&gt;pgAdmin&lt;/a&gt; ? &lt;img src=&quot;/themes/default/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.guillaume.lelarge.info/index.php/post/2007/04/07/Et-voila-une-premiere-etape-de-ma-vie-professionnelle-terminee#comment-form</comments>
      <wfw:comment>http://blog.guillaume.lelarge.info/index.php/post/2007/04/07/Et-voila-une-premiere-etape-de-ma-vie-professionnelle-terminee#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.guillaume.lelarge.info/index.php/feed/atom/comments/740</wfw:commentRss>
      </item>
    
  <item>
    <title>Aujourd'hui, c'est journée administration</title>
    <link>http://blog.guillaume.lelarge.info/index.php/post/2007/03/28/Aujourdhui-cest-journee-administration</link>
    <guid isPermaLink="false">urn:md5:220057daab8d70f3a16f96d96ab1a0d2</guid>
    <pubDate>Wed, 28 Mar 2007 21:19:00 +0200</pubDate>
    <dc:creator>Guillaume Lelarge</dc:creator>
        <category>Linux</category>
        <category>dalibo</category><category>digikam</category><category>postgresql</category><category>svk</category>    
    <description>    &lt;p&gt;Tout d'abord, il était impossible que je récupère les photos de mon APN en passant par &lt;a href=&quot;http://www.digikam.org&quot; hreflang=&quot;en&quot;&gt;digikam&lt;/a&gt;, y compris avec la dernière version (0.9.1). Heureusement que je lis &lt;a href=&quot;http://planetkde.org/&quot; hreflang=&quot;fr&quot;&gt;Planet KDE&lt;/a&gt;... Albert Astals a la &lt;a href=&quot;http://tsdgeos.blogspot.com/2007/03/fix-for-gphoto2-breakage-in-kubuntu.html&quot; hreflang=&quot;en&quot;&gt;solution&lt;/a&gt;. Simple mais efficace. Que son nom soit loué sur des générations !&lt;/p&gt;


&lt;p&gt;Le bouillonant &lt;a href=&quot;http://photos.guillaume.lelarge.info/?galerie=20070226&amp;amp;photo=49&quot;&gt;Enrico Zinni&lt;/a&gt; avait envoyé par &lt;a href=&quot;http://lists.debian.org/debian-devel/2005/02/msg00495.html&quot; hreflang=&quot;en&quot;&gt;mail&lt;/a&gt; sa version du versioning de /etc (oui, en 2005... je ne l'apprends que maintenant...). J'ai essayé sur la dedibox et ça fonctionne vraiment bien. Du coup, j'ai adapté le &lt;a href=&quot;http://www.jukie.net/~bart/blog/20070312134706&quot; hreflang=&quot;en&quot;&gt;commit automatique sur git proposé sur le blog de Bart&lt;/a&gt; pour en faire une version svk. Ça donne le script suivant :&lt;/p&gt;


&lt;pre&gt;#!/bin/bash
set -e
caller=$(ps axww | grep &amp;quot;^ *$$&amp;quot; -B3 | grep &amp;quot; apt-get &amp;quot; | head -n1 | sed 's/^.*\(apt-get .*\)/\1/' )
cd /etc
svk add .
svk commit -m&amp;quot;snapshot after: $caller&amp;quot;&lt;/pre&gt;


&lt;p&gt;Et ça fonctionne là-aussi très bien. J'espère juste me rappeler de « svk commit » -er de temps en temps. Autant dire que ce n'est pas encore gagné &lt;img src=&quot;/themes/default/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Enfin, j'ai installé PostgreSQL 8.2.3 sur ma sarge grâce aux &lt;a href=&quot;http://debian.dalibo.org/sarge/&quot; hreflang=&quot;fr&quot;&gt;.deb&lt;/a&gt; créés aujourd'hui par Cédric, nouveau venu chez &lt;a href=&quot;http://www.dalibo.com/&quot; hreflang=&quot;fr&quot;&gt;dalibo&lt;/a&gt;. Que son nom soit loué pendant des générations. Enfin une version à jour &lt;img src=&quot;/themes/default/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.guillaume.lelarge.info/index.php/post/2007/03/28/Aujourdhui-cest-journee-administration#comment-form</comments>
      <wfw:comment>http://blog.guillaume.lelarge.info/index.php/post/2007/03/28/Aujourdhui-cest-journee-administration#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.guillaume.lelarge.info/index.php/feed/atom/comments/734</wfw:commentRss>
      </item>
    
  <item>
    <title>Mandriva and Dalibo join around PostgreSQL</title>
    <link>http://blog.guillaume.lelarge.info/index.php/post/2006/04/03/474-mandriva-and-dalibo-join-around-postgresql</link>
    <guid isPermaLink="false">urn:md5:2865bd7e609a921c7b8885521e37b3bc</guid>
    <pubDate>Mon, 03 Apr 2006 08:29:19 +0000</pubDate>
    <dc:creator>Guillaume Lelarge</dc:creator>
        <category>PlanetPostgreSQL</category>
        <category>dalibo</category><category>mandriva</category><category>postgresql</category>    
    <description>    &lt;p&gt;2006-03-30 - &lt;a href=&quot;http://www.mandriva.com/&quot; hreflang=&quot;fr&quot;&gt;Mandriva&lt;/a&gt; has just announced its association with the expert company in free software &lt;a href=&quot;http://www.dalibo.com/&quot; hreflang=&quot;fr&quot;&gt;Dalibo&lt;/a&gt; with an aim of providing a technical support to the users of &lt;a href=&quot;http://www.postgresql.org&quot; hreflang=&quot;en&quot;&gt;PostgreSQL&lt;/a&gt;. This partnership aims at meeting the needs of companies, institutions and users professional, whom seek companies offering councils in design and support. The two companies in particular put some thoughts on setting up a training center on Linux and PostgreSQL within the Parisian buildings of Mandriva.&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://wwwnew.mandriva.com/fr/company/press/pr/mandriva_s_associe_a_dalibo_pour_supporter_postgresql&quot; hreflang=&quot;fr&quot;&gt;Mandriva page on this news  (in french)&lt;/a&gt;.&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.guillaume.lelarge.info/index.php/post/2006/04/03/474-mandriva-and-dalibo-join-around-postgresql#comment-form</comments>
      <wfw:comment>http://blog.guillaume.lelarge.info/index.php/post/2006/04/03/474-mandriva-and-dalibo-join-around-postgresql#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.guillaume.lelarge.info/index.php/feed/atom/comments/467</wfw:commentRss>
      </item>
    
</channel>
</rss>