<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.llaumgui.com/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>Le blog de llaumgui</title>
  <link>http://www.llaumgui.com/</link>
  <atom:link href="http://www.llaumgui.com/feed/rss2" rel="self" type="application/rss+xml"/>
  <description>Le journal d'un expert technique en solutions open-source, contributeur à des projets libres.</description>
  <language>fr</language>
  <pubDate>Tue, 21 May 2013 06:04:37 +0200</pubDate>
  <copyright>http://creativecommons.org/licenses/by-nc-sa/3.0/deed.fr</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Utilisation de yum shell pour migrer de php-mysql vers php-mysqlnd</title>
    <link>http://www.llaumgui.com/post/utilisation-de-yum-shell-pour-migrer-de-php-mysql-vers-php-mysqlnd</link>
    <guid isPermaLink="false">urn:md5:db0b0cd4a3531b94722b76fdc17c19fa</guid>
    <pubDate>Wed, 08 May 2013 17:28:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Sysadmin</category>
        <category>MySQL</category><category>php</category><category>Remi</category><category>RHEL</category><category>RHEL 6</category><category>yum</category>    
    <description>&lt;p&gt;Avec l'arrivée imminante de &lt;a href=&quot;http://php.net/manual/fr/migration55.changes.php&quot; hreflang=&quot;fr&quot; title=&quot;Qu'est-ce qui a changé en PHP 5.5.x&quot;&gt;php 5.5&lt;/a&gt;, version qui verra
disparaitre la librairie &lt;a href=&quot;http://php.net/manual/fr/book.mysql.php&quot; hreflang=&quot;fr&quot; title=&quot;API MySQL originale&quot;&gt;php-mysql&lt;/a&gt;, il est grand temps
d'entamer une migration vers &lt;a href=&quot;http://www.php.net/manual/fr/book.mysqlnd.php&quot; hreflang=&quot;fr&quot; title=&quot;Le pilote natif MySQL&quot;&gt;mysqlnd&lt;/a&gt;. Voici donc le mode opératoire pour
effectuer ce changement en utilisant &lt;code&gt;yum shell&lt;/code&gt; &amp;amp; le &lt;a href=&quot;http://blog.famillecollet.com/pages/Config&quot; hreflang=&quot;fr&quot; title=&quot;Configuration du dépôt&quot;&gt;dépôt remi&lt;/a&gt; sur ma RHEL6.&lt;/p&gt;    &lt;p&gt;Pourquoi &lt;code&gt;yum shell&lt;/code&gt; ? Car il n'est pas possible de passer
par un simple &lt;code&gt;yum install&lt;/code&gt; :&lt;/p&gt;
&lt;pre class=&quot;bash bash&quot; style=&quot;font-family:inherit&quot;&gt;
root&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;kalach ~&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; yum &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;install&lt;/span&gt; php-mysqlnd
Loaded plugins: changelog, downloadonly, presto, product-id, rhnplugin
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
Resolving Dependencies
--&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; Running transaction check
---&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; Package php-mysqlnd.x86_64 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:5.4.14-&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;.el6.remi will be installed
--&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; Processing Conflict: php-mysql-5.4.14-&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;.el6.remi.x86_64 conflicts php-mysqlnd
--&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; Finished Dependency Resolution
Error: php-mysql conflicts with php-mysqlnd-5.4.14-&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;.el6.remi.x86_64
 You could try using &lt;span style=&quot;color: #660033;&quot;&gt;--skip-broken&lt;/span&gt; to work around the problem
 You could try running: rpm &lt;span style=&quot;color: #660033;&quot;&gt;-Va&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--nofiles&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--nodigest&lt;/span&gt;
&lt;/pre&gt;
&lt;p&gt;En effet php-mysqlnd et php-mysql rentrent en conflit...&lt;/p&gt;
&lt;p&gt;Alors essayons de désinstaller php-mysql :&lt;/p&gt;
&lt;pre class=&quot;bash bash&quot; style=&quot;font-family:inherit&quot;&gt;
root&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;kalach ~&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; yum remove php-mysql
Loaded plugins: changelog, downloadonly, presto, product-id, rhnplugin
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Remove Process
Resolving Dependencies
--&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; Running transaction check
---&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; Package php-mysql.x86_64 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:5.4.14-&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;.el6.remi will be erased
--&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; Processing Dependency: php-mysql &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: php-pluf-&lt;span style=&quot;color: #000000;&quot;&gt;1.0&lt;/span&gt;-&lt;span style=&quot;color: #000000;&quot;&gt;3&lt;/span&gt;.gitb1fed2e.el6.remi.noarch
--&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; Processing Dependency: php-mysql &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: phpMyAdmin-3.5.8.1-&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;.el6.remi.noarch
--&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; Processing Dependency: php-mysql &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: cacti-0.8.8a-&lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt;.el6.noarch
--&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; Running transaction check
---&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; Package cacti.noarch &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:0.8.8a-&lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt;.el6 will be erased
---&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; Package php-pluf.noarch &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.0&lt;/span&gt;-&lt;span style=&quot;color: #000000;&quot;&gt;3&lt;/span&gt;.gitb1fed2e.el6.remi will be erased
--&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; Processing Dependency: php-pluf &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt;= &lt;span style=&quot;color: #000000;&quot;&gt;1.0&lt;/span&gt;-&lt;span style=&quot;color: #000000;&quot;&gt;3&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: indefero-1.3.3-&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;.el6.noarch
---&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; Package phpMyAdmin.noarch &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:3.5.8.1-&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;.el6.remi will be erased
--&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; Running transaction check
---&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; Package indefero.noarch &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:1.3.3-&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;.el6 will be erased
--&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; Finished Dependency Resolution
 
Dependencies Resolved
 
=======================================================================================================
 Package         Arch        Version                          Repository                          Size
=======================================================================================================
Removing:
 php-mysql       x86_64      5.4.14-&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;.el6.remi                &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;remi                              &lt;span style=&quot;color: #000000;&quot;&gt;449&lt;/span&gt; k
Removing &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; dependencies:
 cacti           noarch      0.8.8a-&lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt;.el6                     &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;epel                              &lt;span style=&quot;color: #000000;&quot;&gt;5.4&lt;/span&gt; M
 indefero        noarch      1.3.3-&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;.el6                      &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@/&lt;/span&gt;indefero-1.3.3-&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;.el6.noarch      &lt;span style=&quot;color: #000000;&quot;&gt;3.4&lt;/span&gt; M
 php-pluf        noarch      &lt;span style=&quot;color: #000000;&quot;&gt;1.0&lt;/span&gt;-&lt;span style=&quot;color: #000000;&quot;&gt;3&lt;/span&gt;.gitb1fed2e.el6.remi        &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;remi                              &lt;span style=&quot;color: #000000;&quot;&gt;1.2&lt;/span&gt; M
 phpMyAdmin      noarch      3.5.8.1-&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;.el6.remi               &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;remi                               &lt;span style=&quot;color: #000000;&quot;&gt;22&lt;/span&gt; M
 
Transaction Summary
=======================================================================================================
Remove        &lt;span style=&quot;color: #000000;&quot;&gt;5&lt;/span&gt; Package&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;(&lt;/span&gt;s&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;)&lt;/span&gt;
 
Installed &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;size&lt;/span&gt;: &lt;span style=&quot;color: #000000;&quot;&gt;33&lt;/span&gt; M
Is this ok &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;[&lt;/span&gt;y&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;N&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;]&lt;/span&gt;:
&lt;/pre&gt;
&lt;p&gt;Trop de dépendances !&lt;/p&gt;
&lt;p&gt;La solution : &lt;code&gt;yum shell&lt;/code&gt; :&lt;/p&gt;
&lt;pre&gt;
root@kalach ~&amp;gt; yum shell                                     13:37
Loaded plugins: changelog, downloadonly, presto, product-id, rhnplugin
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Yum Shell
&amp;gt; install php-mysqlnd
Setting up Install Process
&amp;gt; remove php-mysql
Setting up Remove Process
&amp;gt; run
--&amp;gt; Running transaction check
---&amp;gt; Package php-mysql.x86_64 0:5.4.14-1.el6.remi will be erased
---&amp;gt; Package php-mysqlnd.x86_64 0:5.4.14-1.el6.remi will be installed
--&amp;gt; Finished Dependency Resolution

================================================================================
 Package            Arch          Version                    Repository    Size
================================================================================
Installing:
 php-mysqlnd        x86_64        5.4.14-1.el6.remi          remi         260 k
Removing:
 php-mysql          x86_64        5.4.14-1.el6.remi          @remi        449 k

Transaction Summary
================================================================================
Install       1 Package(s)
Remove        1 Package(s)

Total download size: 260 k
Is this ok [y/N]: y
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 260 k
php-mysqlnd-5.4.14-1.el6.remi.x86_64.rpm                 | 260 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : php-mysqlnd-5.4.14-1.el6.remi.x86_64                         1/2 
  Erasing    : php-mysql-5.4.14-1.el6.remi.x86_64                           2/2 
  Verifying  : php-mysqlnd-5.4.14-1.el6.remi.x86_64                                                                                                                                                         1/2 
  Verifying  : php-mysql-5.4.14-1.el6.remi.x86_64                                                                                                                                                           2/2 

Removed:
  php-mysql.x86_64 0:5.4.14-1.el6.remi                                                                                                                                                                          

Installed:
  php-mysqlnd.x86_64 0:5.4.14-1.el6.remi                                                                                                                                                                        

Finished Transaction
&amp;gt; exit
Leaving Shell
&lt;/pre&gt;
&lt;p&gt;Et voila, bien sûr on peut utiliser &lt;code&gt;yum shell&lt;/code&gt; pour d'autres
opérations.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/utilisation-de-yum-shell-pour-migrer-de-php-mysql-vers-php-mysqlnd#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/utilisation-de-yum-shell-pour-migrer-de-php-mysql-vers-php-mysqlnd#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/587</wfw:commentRss>
      </item>
    
  <item>
    <title>Mise à jour de mon portable (Zhukov) sous Fedora 19</title>
    <link>http://www.llaumgui.com/post/mise-a-jour-de-mon-portable-zhukov-sous-fedora-19</link>
    <guid isPermaLink="false">urn:md5:25ac4ad35f3d80c8bdc383030ad21c5d</guid>
    <pubDate>Mon, 06 May 2013 23:04:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Fedora</category>
        <category>fedora</category><category>fedora 19</category><category>fedup</category><category>PC portable</category><category>preupgrade</category>    
    <description>&lt;p&gt;Je viens de profiter des vacances pour mettre à jour mon portable sous
&lt;a href=&quot;http://fedoraproject.org/fr/get-prerelease&quot; hreflang=&quot;fr&quot; title=&quot;Essayer la prochaine version de Fedora&quot;&gt;Fedora 19, actuellement en version
alpha&lt;/a&gt;. Jusqu'à présent, j'utilisais &lt;a href=&quot;http://doc.fedora-fr.org/wiki/PreUpgrade_:_Passer_%C3%A0_la_version_sup%C3%A9rieure_de_Fedora&quot; hreflang=&quot;fr&quot; title=&quot;PreUpgrade : Passer à la version supérieure de Fedora&quot;&gt;preupgrade&lt;/a&gt;,
mais comme &lt;a href=&quot;http://fedoraproject.org/wiki/FedUp&quot; hreflang=&quot;en&quot; title=&quot;FedUp&quot;&gt;fedup deviendra bientôt la solution officielle&lt;/a&gt;, j'ai voulu tenter
le coup.&lt;/p&gt;    &lt;p&gt;preupgrade proposait une interface graphique qui permettait rapidement de
passer à la version n+1. fedup, passe par un client en ligne de commande.
Certes, c'est plus ardu mais ça permet de mettre à jour une Fedora sans
interface graphique. Malheureusement, le passage par anaconda oblige toujours
de devoir avoir un accès physique sur la bécane ou à minima un &lt;a href=&quot;http://en.wikipedia.org/wiki/KVM_switch#KVM_over_IP_.28iKVM.29&quot; hreflang=&quot;en&quot; title=&quot;KVM over IP (iKVM)&quot;&gt;KVM Over IP&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Si vous aussi vous voulez tâter de l'alpha :&lt;/p&gt;
&lt;pre class=&quot;bash bash&quot; style=&quot;font-family:inherit&quot;&gt;
fedup-cli &lt;span style=&quot;color: #660033;&quot;&gt;--disablerepo&lt;/span&gt; remi &lt;span style=&quot;color: #660033;&quot;&gt;--disablerepo&lt;/span&gt; fedora-chromium-stable &lt;span style=&quot;color: #660033;&quot;&gt;--disablerepo&lt;/span&gt; Dropbox &lt;span style=&quot;color: #660033;&quot;&gt;--disablerepo&lt;/span&gt; google-musicmanager &lt;span style=&quot;color: #660033;&quot;&gt;--disablerepo&lt;/span&gt; llaumgui &lt;span style=&quot;color: #660033;&quot;&gt;--network&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;19&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--debuglog&lt;/span&gt; fedupdebug.log &lt;span style=&quot;color: #660033;&quot;&gt;--instrepo&lt;/span&gt; http:&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;//&lt;/span&gt;dl.fedoraproject.org&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;pub&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;fedora&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;linux&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;releases&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;test&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;19&lt;/span&gt;-Alpha&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;Fedora&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;x86_64&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;os&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;
&lt;/pre&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/mise-a-jour-de-mon-portable-zhukov-sous-fedora-19#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/mise-a-jour-de-mon-portable-zhukov-sous-fedora-19#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/586</wfw:commentRss>
      </item>
    
  <item>
    <title>Nouveau Conseil d'Administration pour Borsalinux-Fr</title>
    <link>http://www.llaumgui.com/post/nouveau-conseil-d-administration-pour-borsalinux-fr</link>
    <guid isPermaLink="false">urn:md5:1ab85a62190b68d815f672555270dd8e</guid>
    <pubDate>Wed, 20 Feb 2013 08:22:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Fedora</category>
        <category>Borsalinux-Fr</category><category>Fedora</category><category>Fedora-Fr</category>    
    <description>&lt;p&gt;Je viens de rempiler pour un 4ème mandat (consécutif) au sein du conseil
d'administration de l'association &lt;a title=&quot;Association française de loi 1901 constituée de bénévoles et dédiée à la promotion de la distribution Fedora et des logiciels libres dans tous les pays francophones&quot; hreflang=&quot;fr&quot; href=&quot;http://www.borsalinux-fr.org/&quot;&gt;Borsalinux-Fr&lt;/a&gt; :
l'association française de loi 1901 constituée de bénévoles et dédiée à la
promotion de la distribution &lt;a href=&quot;http://fedoraproject.org/&quot; class=&quot;external text&quot; rel=&quot;nofollow&quot;&gt;Fedora&lt;/a&gt; et des logiciels libres dans tous les
pays francophones.&lt;/p&gt;
&lt;p&gt;&lt;a title=&quot;Assemblée Générale du 16 février 2013&quot; hreflang=&quot;fr&quot; href=&quot;http://www.borsalinux-fr.org/post/Assembl%C3%A9e-G%C3%A9n%C3%A9rale-du-16-f%C3%A9vrier-2013&quot;&gt;
L’assemblée générale qui a eu lieu Samedi dernier&lt;/a&gt; a permis d'élire un
nouveau CA ainsi qu'un nouveau bureau :&lt;/p&gt;    &lt;ul&gt;
&lt;li&gt;Emmanuel Seyman (&lt;a href=&quot;https://fedoraproject.org/wiki/User:Eseyman&quot;&gt;eseyman&lt;/a&gt;) - Président&lt;/li&gt;
&lt;li&gt;Pierre-Yves Chibon (&lt;a href=&quot;https://fedoraproject.org/wiki/User:Pingou&quot;&gt;pingou&lt;/a&gt;) - Vice-Président&lt;/li&gt;
&lt;li&gt;Nicolas Chauvet (&lt;a href=&quot;https://fedoraproject.org/wiki/User:Kwizart&quot;&gt;kwizart&lt;/a&gt;) - Trésorier&lt;/li&gt;
&lt;li&gt;Pablo Martin-Gomez (&lt;a href=&quot;https://fedoraproject.org/wiki/User:Bouska&quot;&gt;bouska&lt;/a&gt;) - Trésorier
adjoint&lt;/li&gt;
&lt;li&gt;Charles-Antoine Couret (&lt;a href=&quot;https://fedoraproject.org/wiki/User:Renault&quot;&gt;renault&lt;/a&gt;) - Secrétaire&lt;/li&gt;
&lt;li&gt;Kévin Raymond (&lt;a href=&quot;https://fedoraproject.org/wiki/User:Shaiton&quot;&gt;shaiton&lt;/a&gt;) - Secrétaire
adjoint&lt;/li&gt;
&lt;li&gt;Guillaume Kulakowski (&lt;a href=&quot;https://fedoraproject.org/wiki/User:Llaumgui&quot;&gt;llaumgui&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Il est cependant a déplorer que le nombre d’adhérents baisse et que je suis
l'un des 2 derniers membres fondateurs... Alors il n'est pas trop tard pour
adhérer :&lt;/p&gt;
&lt;p&gt;&lt;a hreflang=&quot;fr&quot; title=&quot;Adhérer à Borsalinux-Fr&quot; href=&quot;http://www.borsalinux-fr.org/pages/Adh%C3%A9rer&quot;&gt;&lt;img title=&quot;Adhérer à Borsalinux-Fr&quot; style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;Adhérer à Borsalinux-Fr&quot; src=&quot;http://www.llaumgui.com/public/.borsalinux-fr_adherer_m.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/nouveau-conseil-d-administration-pour-borsalinux-fr#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/nouveau-conseil-d-administration-pour-borsalinux-fr#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/585</wfw:commentRss>
      </item>
    
  <item>
    <title>Indefero intègre Fedora/EPEL</title>
    <link>http://www.llaumgui.com/post/indefero-integre-fedora/epel</link>
    <guid isPermaLink="false">urn:md5:e33671f21246da562279e09f925e2bfa</guid>
    <pubDate>Tue, 15 Jan 2013 21:33:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Fedora</category>
        <category>EPEL</category><category>Fedora</category><category>Indefero</category><category>RPM</category>    
    <description>    &lt;p&gt;Après une &lt;a title=&quot;Review Request: indefero - Simple code and project management&quot; hreflang=&quot;en&quot; href=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=575956&quot;&gt;review assez
longue&lt;/a&gt;, mes RPMs pour &lt;a title=&quot;Indefero is basically a clone of GoogleCode but with git, mercurial, subversion and monotone support. See Features for a more complete list of features.&quot; hreflang=&quot;en&quot; href=&quot;http://projects.ceondo.com/p/indefero/&quot;&gt;Indefero&lt;/a&gt;
viennent d'intégrer les dépôts &lt;a title=&quot;The Fedora Project&quot; hreflang=&quot;fr&quot; href=&quot;http://fedoraproject.org&quot;&gt;Fedora&lt;/a&gt; et &lt;a title=&quot;Extra Packages for Enterprise Linux (EPEL)&quot; hreflang=&quot;en&quot; href=&quot;http://fedoraproject.org/wiki/EPEL&quot;&gt;EPEL&lt;/a&gt;. Pour le moment dans la partie
&lt;em&gt;testing&lt;/em&gt; mais ils devraient intégrer la branche stable sous
quinzaine.&lt;/p&gt;
&lt;p&gt;C'est une grande satisfaction pour ma part, qui va me simplifier mes
déploiements. En effet, je me sers de ce logiciel quotidiennement, que ce soit
pour gérer &lt;a title=&quot;Projets de llaumgui&quot; hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/&quot;&gt;mes projets perso&lt;/a&gt; mais également dans le
cadre de mon travail à &lt;a title=&quot;Technologies de l’information et gestion des processus d’affaires | services en TI de CGI&quot; hreflang=&quot;fr&quot; href=&quot;http://www.cgi.com/&quot;&gt;CGI Montpellier&lt;/a&gt; où Indefero est
notre plateforme de gestion sources.&lt;/p&gt;
&lt;p&gt;Pour ceux qui voudraient faire la mise à jour, sachez que j'ai implémenté un
script d'&lt;em&gt;update&lt;/em&gt; de la base de donnée. Après avoir lancé votre
&lt;code&gt;yum update&lt;/code&gt; (avec les options qui vont bien pour activer les dépôts
de tests), vous n'avez plus qu'à lancer un &lt;code&gt;indefero_update&lt;/code&gt; et
votre modèle de données passera en 1.3.3.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/indefero-integre-fedora/epel#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/indefero-integre-fedora/epel#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/584</wfw:commentRss>
      </item>
    
  <item>
    <title>Fedora 18 a.k.a &quot;Spherical Cow&quot; in da place</title>
    <link>http://www.llaumgui.com/post/fedora-18-aka-spherical-cow-in-da-place</link>
    <guid isPermaLink="false">urn:md5:674a66a3c0ffc2fe7acbbbc595938331</guid>
    <pubDate>Tue, 15 Jan 2013 20:37:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Fedora</category>
        <category>Fedora</category><category>Fedora 18</category>    
    <description>    &lt;p&gt;&lt;img style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;fedora-18-release.png&quot; src=&quot;http://www.llaumgui.com/public/images/fedora/fedora_18/fedora-18-release.png&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Pour ceux qui sont passés à côté de l'info ou qui n'ont pas vu la pub sur le
côté de mon blog : Fedora 18, dont le nom de code est &amp;quot;&lt;em&gt;Spherical Cow&lt;/em&gt;&amp;quot;,
vient tout juste d'être publiée.&lt;/p&gt;
&lt;p&gt;&lt;a title=&quot;http://forums.fedora-fr.org/viewtopic.php?id=58902&quot; hreflang=&quot;fr&quot; href=&quot;http://forums.fedora-fr.org/viewtopic.php?id=58902&quot;&gt;Plus d'info chez les
copains d'en face&lt;/a&gt;...&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/fedora-18-aka-spherical-cow-in-da-place#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/fedora-18-aka-spherical-cow-in-da-place#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/583</wfw:commentRss>
      </item>
    
  <item>
    <title>Ma plateforme de projets sous Indefero 1.3.3 et aux couleurs de Boldy</title>
    <link>http://www.llaumgui.com/post/ma-plateforme-de-projets-sous-indefero-133-et-aux-couleurs-de-boldy</link>
    <guid isPermaLink="false">urn:md5:59ed5a2ac9560c290f0314c9b3ad11af</guid>
    <pubDate>Sun, 13 Jan 2013 16:04:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Fedora</category>
        <category>dépôts llaumgui</category><category>EPEL</category><category>Fedora</category><category>Indefero</category><category>llaumgui.com</category><category>thème</category>    
    <description>&lt;p&gt;Après &lt;a href=&quot;http://www.llaumgui.com/post/llaumguicom-fait-peau-neuve&quot;&gt;la refonte du blog&lt;/a&gt;, il
fallait que je mettes le thème de &lt;a href=&quot;https://projects.llaumgui.com/projects/&quot; hreflang=&quot;en&quot; title=&quot;Les projets de llaumgui&quot;&gt;ma plateforme de projets&lt;/a&gt; également aux couleurs
de mon nouveau thème. C'est à présent chose faite.&lt;/p&gt;
&lt;p&gt;J'en ai également profité pour mettre à jour &lt;a href=&quot;http://projects.ceondo.com/p/indefero&quot; hreflang=&quot;en&quot; title=&quot;Indefero is basically a clone of GoogleCode but with git, mercurial, subversion and monotone support. See Features for a more complete list of features.&quot;&gt;
Indefero&lt;/a&gt; en version &lt;a href=&quot;http://projects.ceondo.com/p/indefero/page/News/&quot; hreflang=&quot;en&quot; title=&quot;InDefero 1.3.3 - Sun Nov 18 22:54:00 UTC 2012&quot;&gt;1.3.3&lt;/a&gt;. La mise à jour est à
présent super facile vu qu'il suffit de lancer le script fourni avec mes
RPM :&lt;/p&gt;    &lt;pre class=&quot;bash bash&quot; style=&quot;font-family:inherit&quot;&gt;
root&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;kalach ~&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;sbin&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;indefero_update
PHP include path: .:&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;share&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;pear:&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;share&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;php:&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;share&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;php&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;pluf
Migrate  to version latest
&lt;span style=&quot;color: #000000;&quot;&gt;26&lt;/span&gt; 26NullableActivityInProject up
 
Proceed to the update? &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;[&lt;/span&gt;n&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;y&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;]&lt;/span&gt;y
PHP include path: .:&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;share&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;pear:&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;share&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;php:&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;share&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;php&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;pluf
Migrate  to version latest
&lt;span style=&quot;color: #000000;&quot;&gt;26&lt;/span&gt; 26NullableActivityInProject up
 
Done.
&lt;/pre&gt;
&lt;p&gt;Pour une fois les RPM ne sont pas disponibles sur &lt;a href=&quot;http://www.llaumgui.com/pages/depot-llaumgui&quot; hreflang=&quot;fr&quot; title=&quot;Dépôt llaumgui&quot;&gt;mon dépôt&lt;/a&gt;. En
effet, comme &lt;a href=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=575956&quot; hreflang=&quot;en&quot; title=&quot;Bug 575956 - Review Request: indefero - Simple code and project management&quot;&gt;la
review avance à grand pas&lt;/a&gt; je ne désespère pas de pouvoir pousser cette
version directement sur les dépôts officiels de Fedora/EPEL.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/ma-plateforme-de-projets-sous-indefero-133-et-aux-couleurs-de-boldy#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/ma-plateforme-de-projets-sous-indefero-133-et-aux-couleurs-de-boldy#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/582</wfw:commentRss>
      </item>
    
  <item>
    <title>Backup via Déjà Dup sur Ikeepin Cloud</title>
    <link>http://www.llaumgui.com/post/backup-via-deja-dup-sur-ikeepin-cloud</link>
    <guid isPermaLink="false">urn:md5:2df34273688c8d746d210225d8448f7f</guid>
    <pubDate>Wed, 09 Jan 2013 22:40:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>backup</category><category>Fedora</category><category>GNOME</category><category>Ikoula</category>    
    <description>&lt;p&gt;C'est un fait, de nos jours les disques durs permettent de stocker de plus
en plus de données. On leur confie donc de plus en plus de choses qui
pourraient venir à nous manquer grandement en cas de défaillance matérielle ou
d'erreur humaine (&lt;code&gt;rm -rf /&lt;/code&gt;). C'est pour cela qu'une politique de
sauvegarde sérieuse est indispensable. Mais voyons plus loin que la simple
sauvegarde, poussons le vice jusqu'à l'externalisation de nos données dans un
lieu autre que chez nous. Pourquoi ? Tout simplement pour nous prémunir
d'un voleur ou d'un incendie qui toucherait à la fois notre ordinateur mais
également notre &lt;a href=&quot;http://fr.wikipedia.org/wiki/Stockage_en_r%C3%A9seau_NAS&quot; hreflang=&quot;fr&quot; title=&quot;Serveur de stockage en réseau&quot;&gt;NAS&lt;/a&gt; de sauvegarde.&lt;/p&gt;    &lt;p&gt;Dans le domaine de la sauvegarde, il existe une pléthore de solutions.
Jusqu'à présent j'utilisais backup-manager (tient.. le site est down...) qui
est très pratique pour mes serveurs mais manque d'ergonomie pour une station de
travail ou un portable. C'est pour cela que depuis &lt;a href=&quot;http://www.llaumgui.com/post/fedora-18-aka-spherical-cow-c-est-bon-mangez-en&quot;&gt;mon passage sous Fedora
18&lt;/a&gt;, je lui préfère &lt;a href=&quot;https://launchpad.net/deja-dup&quot; hreflang=&quot;en&quot;&gt;Déjà Dup&lt;/a&gt;. Cette solution est nativement présente dans &lt;a href=&quot;http://fedoraproject.org/&quot; hreflang=&quot;fr&quot; title=&quot;Libérez votre ordinateur avec Fedora&quot;&gt;Fedora&lt;/a&gt; et s'intègre parfaitement à
l'explorateur &lt;em&gt;Files&lt;/em&gt; (anciennement &lt;a href=&quot;https://live.gnome.org/Nautilus&quot; hreflang=&quot;en&quot; title=&quot;The file manager for the GNOME desktop.&quot;&gt;Nautilus&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.llaumgui.com/public/images/fedora/fedora8/dejadup_nautilus.png&quot; title=&quot;Déjà Dup &amp;amp; Nautilus&quot;&gt;&lt;img src=&quot;http://www.llaumgui.com/public/images/fedora/fedora8/.dejadup_nautilus_m.jpg&quot; alt=&quot;Déjà Dup &amp;amp; Nautilus&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;Déjà Dup &amp;amp; Nautilus&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Pour ce qui est du service, là encore il existe moultes solutions dans
&lt;a href=&quot;http://fr.wikipedia.org/wiki/Cloud_computing&quot; hreflang=&quot;fr&quot; title=&quot;Cloud computing&quot;&gt;les nuages&lt;/a&gt;. Je vais m'attarder sur la solution &lt;a href=&quot;http://www.ikeepincloud.com/&quot; hreflang=&quot;fr&quot; title=&quot;Stockage en ligne, Backup, Partage et No software open source complet et sécurisé &quot;&gt;
iKeepinCloud&lt;/a&gt; d'&lt;a href=&quot;http://www.ikoula.com/&quot; hreflang=&quot;fr&quot; title=&quot;Hébergement informatique et Solutions sur mesure Ikoula &quot;&gt;iKoula&lt;/a&gt; qui
présente (AMHA) les avantages suivants :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Solution basée en France. Quitte à envoyer mes données ailleurs, je préfère
qu'elles restent sur notre territoire et donc assujetties à nos lois.&lt;/li&gt;
&lt;li&gt;Solution multi-protocole. Pour la vidéo qui va suivre, j'ai retenu le SSH,
mais sachez que vous pouvez utiliser également &lt;a href=&quot;http://fr.wikipedia.org/wiki/WebDAV&quot; hreflang=&quot;fr&quot; title=&quot;Web-based Distributed Authoring and Versioning&quot;&gt;WebDAV&lt;/a&gt;, &lt;a href=&quot;http://fr.wikipedia.org/wiki/FTPS&quot; hreflang=&quot;fr&quot; title=&quot;File Transfer Protocol Secure&quot;&gt;FTPS&lt;/a&gt;, &lt;a href=&quot;http://fr.wikipedia.org/wiki/Server_Message_Block&quot; hreflang=&quot;fr&quot; title=&quot;Server Message Block&quot;&gt;SMB&lt;/a&gt;, etc...&lt;/li&gt;
&lt;li&gt;Solution portée par Ikoula qui offre l'avantage d'être une entreprise
suffisamment grande pour offrir des garanties de qualité et de pérennité mais
pas trop afin de garder un côté humain (en plus c'est des amis).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;La vidéo qui suit montre comment mettre en place une politique de backup
avec le logiciel Déjà Dup. Les sauvegardes sont quotidiennes avec 6 mois de
retentions. Côté sécurité, les sauvegardes sont encryptées et envoyés chez
iKeepinCloud en SSH donc également de façon sécurisée.&lt;/p&gt;
&lt;iframe style=&quot;display:block; margin:0 auto;&quot; width=&quot;420&quot; height=&quot;315&quot; src=&quot;http://www.youtube.com/embed/FafuHBtkQrE&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/backup-via-deja-dup-sur-ikeepin-cloud#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/backup-via-deja-dup-sur-ikeepin-cloud#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/581</wfw:commentRss>
      </item>
    
  <item>
    <title>Faites le buzz autour de Fedora 18</title>
    <link>http://www.llaumgui.com/post/faites-le-buzz-autour-de-fedora-18</link>
    <guid isPermaLink="false">urn:md5:d78d7cc754a00c071390a3a049cce112</guid>
    <pubDate>Sat, 29 Dec 2012 10:21:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Fedora</category>
        <category>Fedora 18</category><category>Fedora Project</category>    
    <description>&lt;p&gt;&lt;a title=&quot;Releases/18/Schedule&quot; hreflang=&quot;en&quot; href=&quot;https://fedoraproject.org/wiki/Releases/18/Schedule&quot;&gt;Fedora 18&lt;/a&gt; arrive ! Il
est temps d'afficher le compteur sur nos blogs et sites. Pour cela, comme
chaque années, le &lt;a title=&quot;Le projet Fedora&quot; hreflang=&quot;en&quot; href=&quot;http://fedoraproject.org&quot;&gt;Fedora Project&lt;/a&gt; met à disposition un &lt;a title=&quot;Compteur à rebours avant la sortie de la prochaine version de Fedora&quot; hreflang=&quot;fr&quot; href=&quot;http://fedoraproject.org/fr/counter&quot;&gt;compteur officiel&lt;/a&gt;
:&lt;/p&gt;
&lt;pre&gt;
&amp;lt;script id=&amp;quot;fedora-banner&amp;quot; type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://fedoraproject.org/static/js/release-counter-ext.js?lang=fr&amp;amp;width=200px&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;/pre&gt;    &lt;p&gt;&lt;img title=&quot;Fedora 18 J - 11&quot; style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;Fedora 18 J - 11&quot; src=&quot;http://www.llaumgui.com/public/images/fedora/fedora_18/fedora18_j-11.png&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Ou alors, pour ceux qui comme moi carbure à &lt;a hreflang=&quot;en&quot; href=&quot;http://headjs.com/&quot;&gt;headjs&lt;/a&gt; :&lt;/p&gt;
&lt;pre id=&quot;line1&quot;&gt;
&lt;span&gt;&amp;lt;&lt;span class=&quot;start-tag&quot;&gt;script&lt;/span&gt; &lt;span class=&quot;attribute-name&quot;&gt;id&lt;/span&gt;=&amp;quot;&lt;a class=&quot;attribute-value&quot;&gt;fedora-banner&lt;/a&gt;&amp;quot; &lt;span class=&quot;attribute-name&quot;&gt;type&lt;/span&gt;=&amp;quot;&lt;a class=&quot;attribute-value&quot;&gt;text/javascript&lt;/a&gt;&amp;quot;&amp;gt;&lt;/span&gt;&lt;span&gt;head.js(&amp;quot;//fedoraproject.org/static/js/release-counter-ext.js?lang=fr&amp;amp;amp;width=200px&amp;quot;);&lt;/span&gt;&lt;span&gt;&amp;lt;/&lt;span class=&quot;end-tag&quot;&gt;script&lt;/span&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/faites-le-buzz-autour-de-fedora-18#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/faites-le-buzz-autour-de-fedora-18#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/580</wfw:commentRss>
      </item>
    
  <item>
    <title>llaumgui.com fait peau neuve</title>
    <link>http://www.llaumgui.com/post/llaumguicom-fait-peau-neuve</link>
    <guid isPermaLink="false">urn:md5:378baf74e37aec799a7eb71df7ea3a2a</guid>
    <pubDate>Sat, 29 Dec 2012 00:32:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Le Geek &amp; son blog</category>
        <category>llaumgui.com</category><category>thème</category>    
    <description>&lt;p&gt;Après presque 4 ans de bons et loyaux services, le thème &lt;a hreflang=&quot;fr&quot; href=&quot;http://www.llaumgui.com/pages/a-propos&quot;&gt;dcEmplode&lt;/a&gt; cède sa place au
thème &lt;a hreflang=&quot;fr&quot; href=&quot;http://www.llaumgui.com/pages/credits-mentions-legales&quot;&gt;Boldy&lt;/a&gt;. Quelques
motivations à ce changement :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Le thème précédent commençait à me lasser.&lt;/li&gt;
&lt;li&gt;Bien que je l'avais migré d'xHTML 1.0 vers HTML5, le thème dcEmplode
n'était qu'une migration vers HTML5. J'avais envie de faire un thème HTML 5
&lt;em&gt;from scratch&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;Le thème passé rencontrait des problèmes de connexion avec les réseaux
sociaux que je n'avais pas pris le temps de corriger (c'est chose faite sur le
nouveau thème).&lt;/li&gt;
&lt;/ul&gt;    &lt;p&gt;&lt;a title=&quot;Boldy RWD&quot; href=&quot;http://www.llaumgui.com/public/images/geek/boldy_rwd.png&quot;&gt;&lt;img title=&quot;Boldy RWD&quot; style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;Boldy RWD&quot; src=&quot;http://www.llaumgui.com/public/images/geek/.boldy_rwd_s.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Sur le plan technique il subsiste quelques changements :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;J'avais envie d'explorer de nouveaux outils comme &lt;a title=&quot;HeadJS, the only script in your head&quot; hreflang=&quot;en&quot; href=&quot;http://headjs.com/&quot;&gt;headjs&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Je voulais également avoir une thème &lt;em&gt;&lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Responsive_Web_Design&quot;&gt;Responsive Web
Design&lt;/a&gt;&lt;/em&gt;, c'est chose faite avec 3 niveaux : large (&amp;gt;1270px), normal
et mobile.&lt;/li&gt;
&lt;li&gt;Bien que le &lt;a title=&quot;What is the Google Hosted Libraries?&quot; hreflang=&quot;en&quot; href=&quot;https://developers.google.com/speed/libraries/&quot;&gt;CDN de Google&lt;/a&gt; me
donnait entière satisfaction, avec l’implémentation de headjs, je voulais un
CDN réunissant à la fois headjs et &lt;a title=&quot;jQuery jQuery is a new kind of JavaScript Library.&quot; hreflang=&quot;en&quot; href=&quot;http://jquery.com/&quot;&gt;jQuery&lt;/a&gt;. C'est pour cette raison que j'ai migré vers le
&lt;a title=&quot;CDNJS, the missing CDN&quot; hreflang=&quot;en&quot; href=&quot;http://cdnjs.com/&quot;&gt;CDN de
CloudFlare&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Bref, le blog n'est pas encore exempte de bugs, je les corrige au fur et à
mesure.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/llaumguicom-fait-peau-neuve#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/llaumguicom-fait-peau-neuve#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/579</wfw:commentRss>
      </item>
    
  <item>
    <title>RaspBMC: XBMC sur RaspBerry PI</title>
    <link>http://www.llaumgui.com/post/raspbmc%3A-xbmc-sur-raspberry-pi</link>
    <guid isPermaLink="false">urn:md5:02551927b21a9de7eb50c3f0d8801b51</guid>
    <pubDate>Mon, 24 Dec 2012 14:05:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Humeur de geek</category>
        <category>Raspberry Pi</category><category>RaspBMC</category><category>XBMC</category>    
    <description>&lt;p&gt;Après près de 8 semaines d'attentes, j'ai enfin reçu mon &lt;a title=&quot;Raspberry Pi | An ARM GNU/Linux box for $25. Take a byte!&quot; hreflang=&quot;en&quot; href=&quot;http://www.raspberrypi.org/&quot;&gt;Raspberry Pi&lt;/a&gt; ! J'ai donc pu mettre en œuvre
mon média center.&lt;/p&gt;
&lt;p&gt;Pour la partie logicielle, pas de doute, je voulais un &lt;a hreflang=&quot;en&quot; href=&quot;http://xbmc.org/&quot;&gt;XBMC&lt;/a&gt;. Pour la partie distribution Linux, après
avoir vite fait le deuil de &lt;a title=&quot;Communauté Francophone de la distribution Linux Fedora&quot; hreflang=&quot;fr&quot; href=&quot;http://www.fedora-fr.org/&quot;&gt;Fedora&lt;/a&gt;, &lt;a title=&quot;XBMC on Raspberry Pi&quot; hreflang=&quot;en&quot; href=&quot;http://wiki.xbmc.org/index.php?title=Raspberry_Pi&quot;&gt;plusieurs solutions
s’offraient à moi&lt;/a&gt;. J'ai finalement opté pour &lt;a hreflang=&quot;en&quot; href=&quot;http://www.raspbmc.com/&quot;&gt;RaspBMC&lt;/a&gt; surtout pour son côté
&lt;em&gt;out-of-the-box&lt;/em&gt;. La solution souffre cependant de quelques
inconvénients tout à fait acceptables :&lt;/p&gt;    &lt;ul&gt;
&lt;li&gt;Petite équipe de 1 gus...&lt;/li&gt;
&lt;li&gt;Bien qu'à base de &lt;a title=&quot;Le système d'exploitation universel&quot; hreflang=&quot;fr&quot; href=&quot;http://www.llaumgui.com/Le%20syst%C3%A8me%20d%27exploitation%20universel&quot;&gt;Debian&lt;/a&gt;
(&lt;a title=&quot;aspbian is a free operating system based on Debian optimized for the Raspberry Pi hardware&quot; hreflang=&quot;en&quot; href=&quot;http://www.raspbian.org/&quot;&gt;Raspbian&lt;/a&gt; en fait),
l'&lt;code&gt;apt-get upgrade&lt;/code&gt; est dévastateur.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a title=&quot;Raspberry PI&quot; href=&quot;http://www.llaumgui.com/public/images/raspberrypi/raspberry_pi.jpg&quot;&gt;&lt;img title=&quot;Raspberry PI&quot; style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;Raspberry PI&quot; src=&quot;http://www.llaumgui.com/public/images/raspberrypi/.raspberry_pi_m.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Les trucs qui déchirent :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;C'est 100% libre !&lt;/li&gt;
&lt;li&gt;Youtube et AlloCiné sur ma TV !&lt;/li&gt;
&lt;li&gt;Le résumé des films, histoire de se rappeler ce qu'on a sur son disque
dur.&lt;/li&gt;
&lt;li&gt;Le &lt;em&gt;look and feel&lt;/em&gt;...&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a title=&quot;XBMC sur Raspberry Pi&quot; href=&quot;http://www.llaumgui.com/public/images/raspberrypi/xbmc_sur_raspberry_pi.jpg&quot;&gt;&lt;img title=&quot;XBMC sur Raspberry Pi&quot; style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;XBMC sur Raspberry Pi&quot; src=&quot;http://www.llaumgui.com/public/images/raspberrypi/.xbmc_sur_raspberry_pi_m.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Ce que je pourrais faire si &lt;a title=&quot;Samsung LE32S86BD&quot; hreflang=&quot;fr&quot; href=&quot;http://www.lcd-compare.com/televiseur-SAMLE32S86BD-SAMSUNG-LE32S86BD.htm&quot;&gt;j'avais
une télé plus récente&lt;/a&gt; :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Brancher et alimenter le Pi directement sur l'USB de ma TV... Mais la
mienne n'a pas de port USB.&lt;/li&gt;
&lt;li&gt;Contrôler mon Pi directement depuis la télécommande de ma TV... Mais ma TV
ne gère pas le &lt;a title=&quot;Consumer Electronics Control (CEC) : contrôle « inter-éléments »&quot; hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/High-Definition_Multimedia_Interface#Consumer_Electronics_Control_.28CEC.29_:_contr.C3.B4le_.C2.AB_inter-.C3.A9l.C3.A9ments_.C2.BB&quot;&gt;
HDMI CEC&lt;/a&gt;. Je vais donc m'acheter une télécommande infra-rouge...&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Quelques know issues :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a title=&quot;Official XBMC Remote&quot; hreflang=&quot;fr&quot; href=&quot;https://play.google.com/store/apps/details?id=org.xbmc.android.remote&amp;amp;hl=fr&quot;&gt;
La télécommande Android&lt;/a&gt; ne fonctionne pas pour cause d'API dépréciée avec
XBMC 12. La solution, &lt;a hreflang=&quot;en&quot; href=&quot;https://github.com/tombriden/android-xbmcremote/downloads&quot;&gt;se servir sur
GitHub&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Certains DivX tournent au ralenti, la solution étant de &lt;a title=&quot;SD playback issue as of today&quot; hreflang=&quot;en&quot; href=&quot;http://forum.stmlabs.com/showthread.php?tid=5224&amp;amp;pid=43103#pid43103&quot;&gt;mettre
à jour XBMC sur le build du jour&lt;/a&gt; ce qui devrait également résoudre le
problème de charge CPU.&lt;/li&gt;
&lt;/ul&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/raspbmc%3A-xbmc-sur-raspberry-pi#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/raspbmc%3A-xbmc-sur-raspberry-pi#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/578</wfw:commentRss>
      </item>
    
  <item>
    <title>Fedora 18 (a.k.a Spherical cow) c'est bon mangez en !</title>
    <link>http://www.llaumgui.com/post/fedora-18-aka-spherical-cow-c-est-bon-mangez-en</link>
    <guid isPermaLink="false">urn:md5:833adafb0f56557ffc625ef365602484</guid>
    <pubDate>Thu, 13 Dec 2012 12:49:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Fedora</category>
        <category>Fedora</category><category>Fedora 18</category><category>SELinux</category>    
    <description>    &lt;p&gt;Cela va faire maintenant 7 versions que j'&lt;em&gt;upgrade&lt;/em&gt; &lt;a title=&quot;Communauté Francophone Fedora&quot; hreflang=&quot;fr&quot; href=&quot;http://www.fedora-fr.org/&quot;&gt;ma distribution fétiche&lt;/a&gt; à grand coup de
&lt;code&gt;yum upgrade&lt;/code&gt; (il y a longtemps) ou de &lt;code&gt;preupgrade&lt;/code&gt;. Bref
ce qui aujourd'hui est une Fedora 17 était avant une Fedora 10. Je me suis donc
dit qu'il était grand temps de faire une installation propre !&lt;/p&gt;
&lt;p&gt;&lt;a title=&quot;bureau.png&quot; href=&quot;http://www.llaumgui.com/public/images/fedora/fedora_18/bureau.png&quot;&gt;&lt;img style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;bureau.png&quot; src=&quot;http://www.llaumgui.com/public/images/fedora/fedora_18/.bureau_m.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Et là, je dois dire que &lt;a title=&quot;Essayez la prochaine version de Fedora&quot; hreflang=&quot;fr&quot; href=&quot;http://fedoraproject.org/fr/get-prerelease&quot;&gt;cet opus 18 de
Fedora&lt;/a&gt; est un grand crus :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Pléthore d'outils biens conçus pour configurer son poste sans passer par la
case terminal.&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;2.2.2. Nouvelle interface utilisateur de l'installateur&quot; hreflang=&quot;fr&quot; href=&quot;http://fedorapeople.org/groups/docs/release-notes/fr-FR/sect-Release_Notes-Changes_for_Sysadmin.html#idp2926256&quot;&gt;
Nouvel Anaconda&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Configuration du firewall très poussée mais tout en restant facile à
utiliser.&lt;/li&gt;
&lt;li&gt;J'ai enfin laissé &lt;a title=&quot;SELinux&quot; hreflang=&quot;fr&quot; href=&quot;http://doc.fedora-fr.org/wiki/SELinux&quot;&gt;SELinux&lt;/a&gt; installé ! Il est enfin
(&lt;em&gt;AMHA&lt;/em&gt;) utilisable simplement !&lt;/li&gt;
&lt;li&gt;GNOME 3.6 qui devient de mieux en mieux (sur mon portable).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Bref, je suis tellement séduit que je pense fortement à migrer également mon
poste de travail sous F17 (toujours en installation propre).&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/fedora-18-aka-spherical-cow-c-est-bon-mangez-en#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/fedora-18-aka-spherical-cow-c-est-bon-mangez-en#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/577</wfw:commentRss>
      </item>
    
  <item>
    <title>Status only icon compatible GNOME 3.6</title>
    <link>http://www.llaumgui.com/post/status-only-icon-compatible-gnome-36</link>
    <guid isPermaLink="false">urn:md5:e97403e65c9cb34703b814c719296651</guid>
    <pubDate>Sun, 07 Oct 2012 19:58:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>GNOME 3</category><category>GNOME Shell</category><category>status-only-icon</category>    
    <description>    &lt;p&gt;Comme le laissait présager &lt;a title=&quot;GNOME 3.6, GNOME Shell, Looking Glass &amp;amp; l'onglet erreurs&quot; hreflang=&quot;fr&quot; href=&quot;http://www.llaumgui.com/post/gnome-36-gnome-shell-looking-glass-onglet-erreurs&quot;&gt;mon précédent billet&lt;/a&gt;, mon &lt;a title=&quot;GNOME Shell Extensions&quot; hreflang=&quot;en&quot; href=&quot;https://extensions.gnome.org/&quot;&gt;extensions GNOME Shell&lt;/a&gt;, &lt;a title=&quot;gnome-shell-status-only-icon&quot; hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/p/gnome-shell-status-only-icon/&quot;&gt;Status only icon&lt;/a&gt;, est à présent compatible avec &lt;a title=&quot;GNOME 3.6 Released!&quot; hreflang=&quot;en&quot; href=&quot;http://www.gnome.org/news/2012/09/gnome-3-6-released/&quot;&gt;GNOME 3.6&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Cette extension est faite pour ceux qui, comme moi, ont un nom à rallonge et le connaissent suffisamment pour ne plus avoir besoin de le voir prendre de précieux pixels sur la barre de GNOME Shell. La &lt;a title=&quot;gnome-shell-status-only-icon&quot; hreflang=&quot;en&quot; href=&quot;https://extensions.gnome.org/extension/40/status-only-icon/&quot;&gt;meilleure solution pour l'installer est de la télécharger à partir du site officiel&lt;/a&gt; ou de le &lt;a title=&quot;Installed Extensions&quot; hreflang=&quot;en&quot; href=&quot;https://extensions.gnome.org/local/&quot;&gt;mettre à jour depuis l'interface dédiée&lt;/a&gt;. Vous pouvez aussi consulter &lt;a title=&quot;gnome-shell-status-only-icon&quot; hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/p/gnome-shell-status-only-icon/&quot;&gt;le site officiel&lt;/a&gt; ou me &lt;a hreflang=&quot;en&quot; href=&quot;https://github.com/llaumgui/gnome-shell-status-only-icon&quot;&gt;&lt;em&gt;forker&lt;/em&gt; sur Github&lt;/a&gt;.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/status-only-icon-compatible-gnome-36#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/status-only-icon-compatible-gnome-36#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/576</wfw:commentRss>
      </item>
    
  <item>
    <title>GNOME 3.6, GNOME Shell, Looking Glass &amp; l'onglet erreurs</title>
    <link>http://www.llaumgui.com/post/gnome-36-gnome-shell-looking-glass-onglet-erreurs</link>
    <guid isPermaLink="false">urn:md5:2fbe78d4f7dee3e1dcac68590996c222</guid>
    <pubDate>Wed, 03 Oct 2012 13:43:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>GNOME</category><category>GNOME Shell</category><category>status-only-icon</category>    
    <description>    &lt;p&gt;Depuis &lt;a title=&quot;GNOME 3.6 Released!&quot; hreflang=&quot;en&quot; href=&quot;http://www.gnome.org/news/2012/09/gnome-3-6-released/&quot;&gt;la version 3.6 de GNOME&lt;/a&gt;, l’outil &lt;a title=&quot;Looking Glass is GNOME Shell's integrated debugger and inspector tool. It aims to be the Firebug of GNOME Shell. It is not related to the older project Sun Looking Glass. &quot; hreflang=&quot;en&quot; href=&quot;https://live.gnome.org/GnomeShell/LookingGlass&quot;&gt;Looking Glass&lt;/a&gt; s'est vu amputer de son onglet erreur. Bilan : mon extension &lt;a title=&quot;gnome-shell-status-only-icon&quot; hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/p/gnome-shell-status-only-icon/&quot;&gt;gnome-shell-status-only-icon&lt;/a&gt; ne fonctionnait plus mais je ne savais pas pourquoi. Dorénavant pour accéder au
contenu de l'ancien onglet erreur de Looking Glass il faudra passer par
un &lt;a title=&quot;tail (Unix)&quot; hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Tail_%28Unix%29&quot;&gt;tail&lt;/a&gt; du fichier &lt;strong&gt;~/.cache/gdm/session.log&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Au final &lt;a title=&quot;Commit: b3a18a7f25b29ae21ba32c17ef6fd78dc817097c&quot; hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/p/gnome-shell-status-only-icon/source/commit/b3a18a7f25b29ae21ba32c17ef6fd78dc817097c/#diff-b2d4bc4bf119152472f42e805c558b31&quot;&gt;le changement est vraiment minime&lt;/a&gt;, mais &lt;a href=&quot;https://projects.llaumgui.com/p/gnome-shell-status-only-icon/source/commit/b3a18a7f25b29ae21ba32c17ef6fd78dc817097c/#diff-b2d4bc4bf119152472f42e805c558b31&quot; hreflang=&quot;en&quot;&gt;suffisamment pour casser la compatibilité avec les versions 3.2 &amp;amp; 3.4&lt;/a&gt;.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/gnome-36-gnome-shell-looking-glass-onglet-erreurs#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/gnome-36-gnome-shell-looking-glass-onglet-erreurs#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/575</wfw:commentRss>
      </item>
    
  <item>
    <title>Fedora 18 alpha &amp; GNOME 3.6, bof...</title>
    <link>http://www.llaumgui.com/post/fedora-18-alpha-gnome-36-bof</link>
    <guid isPermaLink="false">urn:md5:369bd1e4815c11e851b3172b808cad5d</guid>
    <pubDate>Sun, 23 Sep 2012 10:49:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Fedora</category>
        <category>Fedora</category><category>Fedora 18</category><category>GNOME</category><category>GNOME Shell</category>    
    <description>&lt;p&gt;Pour ceux qui ne le savent peut-être pas encore, le &lt;a title=&quot;Fedora 18 Alpha est disponible&quot; hreflang=&quot;fr&quot; href=&quot;http://forums.fedora-fr.org/viewtopic.php?id=58037&quot;&gt;18ème opus de Fedora vient
de sortir en version alpha&lt;/a&gt;. Fedora reste de loin, pour moi, la meilleure
distribution Linux de part son côté novateur et &amp;quot;&lt;em&gt;&lt;a title=&quot;Qu'est-ce que Fedora &amp;amp; Pourquoi Fedora est-il différent ?&quot; hreflang=&quot;fr&quot; href=&quot;http://fedoraproject.org/fr/about-fedora&quot;&gt;upstream first&lt;/a&gt;&lt;/em&gt;&amp;quot; !
Cependant je dois avouer que Fedora 18 en live CD &lt;em&gt;out-of-the-box&lt;/em&gt; me
déçoit sur quelques points :&lt;/p&gt;    &lt;ul&gt;
&lt;li&gt;Le thème part défaut de Fedora est celui de GNOME. Certes on reste dans
l'&lt;em&gt;upstream first&lt;/em&gt; mais j'avoue avoir de plus en plus de mal à saisir la
différence entre le thème GNOME par défaut et le thème pour déficients visuel à
fort contraste. Trop de noir et de blanc à mon goût, il faudrait peut-être
revenir &lt;a title=&quot;Tango Icon Theme Guidelines&quot; hreflang=&quot;en&quot; href=&quot;http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines&quot;&gt;au
fondamentaux&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Features/firewalld-default&quot; hreflang=&quot;en&quot; href=&quot;http://fedoraproject.org/wiki/Features/firewalld-default&quot;&gt;L'arrivée du
pare-feu Firewalld&lt;/a&gt; est l'une des &lt;a title=&quot; Fedora 18 Accepted Features &quot; hreflang=&quot;en&quot; href=&quot;http://fedoraproject.org/wiki/Releases/18/FeatureList&quot;&gt;nouveautés de Fedora
18&lt;/a&gt;, mais pourquoi ne pas proposer aussi sur le live CD le &lt;a title=&quot;Graphical user interface&quot; hreflang=&quot;fr&quot; href=&quot;http://en.wikipedia.org/wiki/Graphical_user_interface&quot;&gt;GUI&lt;/a&gt; pour le
configurer ?&lt;/li&gt;
&lt;li&gt;&lt;em&gt;system-config-printer&lt;/em&gt; fait maintenant doublon avec la partie
&amp;quot;Imprimante&amp;quot; des paramètres système. Pourquoi ne pas le retirer du live ?&lt;/li&gt;
&lt;li&gt;&lt;em&gt;system-config-date&lt;/em&gt; fait à présent doublon avec la partie &amp;quot;Date
&amp;amp; heure&amp;quot; des paramètres système. Pourquoi ne pas le retirer du live ?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a title=&quot;system-config-printer&quot; href=&quot;http://www.llaumgui.com/public/images/fedora/fedora_18/system-config-printer.png&quot;&gt;&lt;img style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;system-config-printer&quot; src=&quot;http://www.llaumgui.com/public/images/fedora/fedora_18/.system-config-printer_m.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;GNOME 3.6&lt;/h2&gt;
&lt;p&gt;&lt;a title=&quot;GNOME&quot; hreflang=&quot;en&quot; href=&quot;http://www.gnome.org&quot;&gt;GNOME&lt;/a&gt; 3.6 est
la 4ème version de GNOME 3 et de son &lt;a title=&quot;GNOME Shell&quot; hreflang=&quot;en&quot; href=&quot;https://live.gnome.org/GnomeShell&quot;&gt;GNOME Shell&lt;/a&gt; et je dois avouer que c'est
de pire en pire. D'un côté j'étais fan lors des premières bêtas pour le côté
innovant, maintenant j'en viens à me demander si GNOME Shell n'est pas contre
performant pour un profil comme le mien qui switch en permanence entre
plusieurs fenêtres. La nouvelle interface très belle de l'écran de verrouillage
va dans ce sens, c'est très beau, l'effet slide est rigolo 2 secondes mais
après on se rend compte qu'on est sur un PC et non une tablette !&lt;/p&gt;
&lt;p&gt;&lt;a title=&quot;system-config-date&quot; href=&quot;http://www.llaumgui.com/public/images/fedora/fedora_18/system-config-date.png&quot;&gt;&lt;img style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;system-config-date&quot; src=&quot;http://www.llaumgui.com/public/images/fedora/fedora_18/.system-config-date_m.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;De plus la nouvelle version de &lt;a title=&quot;This is Nautilus, the file manager for the GNOME desktop. &quot; hreflang=&quot;en&quot; href=&quot;https://live.gnome.org/Nautilus&quot;&gt;Nautilus&lt;/a&gt; avec le
maximisé-que-tu-peux-plus-fermer fini d'enfoncer le clou, on comprend mieux le
&lt;a title=&quot;Introducing Nemo&quot; hreflang=&quot;en&quot; href=&quot;http://cinnamon.linuxmint.com/?p=198&quot;&gt;fork de mint&lt;/a&gt; ou alors le fait
qu'&lt;a hreflang=&quot;en&quot; href=&quot;http://www.ubuntu.com/&quot;&gt;Ubuntu&lt;/a&gt; n’intégrera
&lt;a title=&quot;Ubuntu 12.10 May Ship With Older, But More Featured, Nautilus&quot; hreflang=&quot;en&quot; href=&quot;http://www.omgubuntu.co.uk/2012/08/ubuntu-12-10-may-ship-with-older-but-more-featured-nautilus&quot;&gt;
pas la version 3.6 mais 3.4 de Nautilus dans leur prochaine version&lt;/a&gt;. AMHA
GNOME Shell va vers quelque chose de bien avec une sorte de global menu à la
MacOS mais pour le moment on à l'impression d'être à une croisée des chemins,
le cul entre 2 chaises avec quelque chose de fini mais de pas utilisable !&lt;/p&gt;
&lt;p&gt;&lt;a title=&quot;Nautilus 3.6&quot; href=&quot;http://www.llaumgui.com/public/images/fedora/fedora_18/nautilus.png&quot;&gt;&lt;img style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;Nautilus 3.6&quot; src=&quot;http://www.llaumgui.com/public/images/fedora/fedora_18/.nautilus_m.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Un autre exemple probant de l'esprit de GNOME Shell : le nouveau bouton dans
le &lt;em&gt;dash&lt;/em&gt;, c'est bien mais cette nouveauté est imposée et il n'est pas
possible de configurer une option pour rester comme avant.&lt;/p&gt;
&lt;p&gt;Bref, je ne pense pas qu'un retour en arrière comme &lt;a title=&quot;The traditional desktop environment&quot; hreflang=&quot;en&quot; href=&quot;http://mate-desktop.org/&quot;&gt;MATE&lt;/a&gt; (&lt;a title=&quot;Features/MATE-Desktop&quot; hreflang=&quot;en&quot; href=&quot;http://fedoraproject.org/wiki/Features/MATE-Desktop&quot;&gt;aussi l'une des
features de Fedora 18&lt;/a&gt;), soit une bonne chose, mais je commence à penser
plus que fortement à &lt;a title=&quot;Love your Linux, Feel at Home, Get things Done!&quot; hreflang=&quot;en&quot; href=&quot;http://cinnamon.linuxmint.com/&quot;&gt;Cinnamon&lt;/a&gt; et &lt;a title=&quot;A sleek and fast GTK3 file manager.&quot; hreflang=&quot;en&quot; href=&quot;https://launchpad.net/marlin&quot;&gt;Marlin&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pour finir, heureusement que Fedora est complètement paramétrable
(propose plein d'environnements différents) est redevient le top, là je parlais
de la version live CD tirée de la boite.&lt;/strong&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/fedora-18-alpha-gnome-36-bof#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/fedora-18-alpha-gnome-36-bof#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/574</wfw:commentRss>
      </item>
    
  <item>
    <title>ownCloud : mon cloud à moi (Dropbox like &amp; killer !)</title>
    <link>http://www.llaumgui.com/post/owncloud-%3A-mon-cloud-a-moi-dropbox-like-killer</link>
    <guid isPermaLink="false">urn:md5:e9f968c6d5b4e0d0a223a05ae4d4dc2d</guid>
    <pubDate>Thu, 06 Sep 2012 20:54:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Sysadmin</category>
        <category>cloud</category><category>Dropbox</category><category>ownCloud</category>    
    <description>&lt;p&gt;Cela fait maintenant un certain temps que je me sers de &lt;a title=&quot;Simplifiez-vous la vie&quot; hreflang=&quot;fr&quot; href=&quot;http://db.tt/Q0EpbzJ&quot;&gt;Dropbox&lt;/a&gt; pour
synchroniser les données de mes différents postes mais également pour
pouvoir accéder à ces informations de partout. Bref pour mettre mes données
&lt;a title=&quot;Cloud computing&quot; hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Cloud_computing&quot;&gt;dans les nuages&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Le problème de Dropbox c'est qu'une fois mes 10Go passés, la solution
devient payante (normale me direz-vous c'est un service qu'on
consomme il est normal de la payer). L'autre problème, plus grave, est que les
données ne sont pas cryptées et c'est plutôt dérangeant &lt;a title=&quot;Dropbox admet un piratage et renforce sa sécurité&quot; hreflang=&quot;fr&quot; href=&quot;http://www.clubic.com/antivirus-securite-informatique/actualite-504076-dropbox-renforce-securite-admet-hack.html&quot;&gt;lorsqu'un
problème survient&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Donc j'ai un peu regardé ce qui s'offrait à moi comme &lt;em&gt;Dropbox like&lt;/em&gt; et &lt;em&gt;DropBox killer&lt;/em&gt;.&lt;/p&gt;    &lt;h2&gt;Les concurrents : Box, Drive, SkyDrive et Hubic
&lt;/h2&gt;
&lt;p&gt;&lt;a title=&quot;Enfin. Tout votre contenu mobile à un seul emplacement.&quot; hreflang=&quot;fr&quot; href=&quot;https://www.box.com/home/&quot;&gt;Box&lt;/a&gt;, &lt;a hreflang=&quot;fr&quot; href=&quot;https://drive.google.com/&quot;&gt;Drive&lt;/a&gt; et &lt;a hreflang=&quot;fr&quot; href=&quot;https://skydrive.live.com&quot;&gt;SkyDrive&lt;/a&gt; ont des prix équivalents à DropBox. &lt;a title=&quot;  hubiC, c'est votre hub dans le Cloud&quot; hreflang=&quot;fr&quot; href=&quot;http://www.ovh.fr/hubiC/&quot;&gt;hubiC&lt;/a&gt; quant à lui offre plusieurs avantages :&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Français : mes données restent donc en France et sont donc soumises aux lois françaises,&lt;/li&gt;
&lt;li&gt;Prix compétitifs,&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Backup rsync encfs webdav (Hubic)&quot; hreflang=&quot;fr&quot; href=&quot;http://forums.fedora-fr.org/viewtopic.php?pid=504317&quot;&gt;Possibilité de monter du WebDAV et de faire des cryptages avec encfs&lt;/a&gt;. Après il faut juste s'accrocher.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;J'ai un peu testé hubiC mais le client mal intégré à l'OS et les performances d'un montage WebDAV m'ont vite découragé.&lt;/p&gt;
&lt;h2&gt;Mon cloud à moi : ownCloud&lt;/h2&gt;
&lt;p&gt;Comme je possède un serveur, je me suis donc dit que je pouvais héberger mon cloud à moi :&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a title=&quot;Self hosted, instant, secure file synchronisation&quot; hreflang=&quot;en&quot; href=&quot;http://sparkleshare.org/&quot;&gt;SparkleShare&lt;/a&gt; : très prometteur, mais &lt;a title=&quot;Git est un logiciel de gestion de versions décentralisé&quot; hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Git&quot;&gt;GIT&lt;/a&gt; est-il un moteur de stockage adéquate pour des fichiers binaires (MP3, photos, etc.) ? &lt;a title=&quot;A mon humble avis&quot; hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/AMHA&quot;&gt;AMHA&lt;/a&gt;, la réponse est non !&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;Syncany is an open-source cloud storage and filesharing application&quot; hreflang=&quot;en&quot; href=&quot;http://www.syncany.org/&quot;&gt;Syncany&lt;/a&gt; : prometteur sur le papier, mais je ne bosse pas sur le papier ;-).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Bref, je me suis alors tourné vers &lt;a title=&quot;Your Cloud, Your Data, Your Way!&quot; hreflang=&quot;en&quot; href=&quot;http://owncloud.org/&quot;&gt;OwnCloud&lt;/a&gt; qui est une sorte de DropBox mais hébergé chez soit :&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Client Linux / Mac / Windows,&lt;/li&gt;
&lt;li&gt;Interface web,&lt;/li&gt;
&lt;li&gt;WebDAV,&lt;/li&gt;
&lt;li&gt;Cryptage,&lt;/li&gt;
&lt;li&gt;Versioning,&lt;/li&gt;
&lt;li&gt;Partage,&lt;/li&gt;
&lt;li&gt;etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Cependant, l'outil n'est pas encore exempte de problèmes. Par exemple, l'interface web est très lente, des améliorations devraient arriver avec la version 4.5 et un système de cron.&lt;/p&gt;
&lt;p&gt;L’outil possède &lt;a hreflang=&quot;en&quot; title=&quot;ownCloud Roadmap&quot; href=&quot;http://owncloud.org/dev/roadmap/&quot;&gt;une feuille de route claire&lt;/a&gt;, la &lt;a title=&quot;ownCloud Releases Beta of Latest Community Edition&quot; hreflang=&quot;en&quot; href=&quot;https://owncloud.com/blog/owncloud-releases-beta-of-latest-community-edition&quot;&gt;version 4.5 est actuellement en beta&lt;/a&gt;, les fonctionnalités à venir sont alléchantes : &lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a title=&quot;Features/OwnCloud&quot; hreflang=&quot;en&quot; href=&quot;http://fedoraproject.org/wiki/Features/OwnCloud&quot;&gt;Intégration au sein de Fedora 18,&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Synchronisation de vos bookmarks Firefox,&lt;/li&gt;
&lt;li&gt;Montage Dropbox et Drive&lt;/li&gt;
&lt;li&gt;etc.&lt;/li&gt;
&lt;/ul&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/owncloud-%3A-mon-cloud-a-moi-dropbox-like-killer#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/owncloud-%3A-mon-cloud-a-moi-dropbox-like-killer#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/573</wfw:commentRss>
      </item>
    
  <item>
    <title>eZPlanet 1.0.0</title>
    <link>http://www.llaumgui.com/post/ezplanet-100</link>
    <guid isPermaLink="false">urn:md5:6407e4bf2296a11433e2d5f410334e54</guid>
    <pubDate>Sun, 15 Jul 2012 11:47:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>eZ Publish</category>
        <category>eZ Publish</category><category>eZPlanet</category><category>fedora-fr</category>    
    <description>    &lt;p&gt;Cela fait &lt;a title=&quot; Fedora-Fr v5, étude de cas d'un site sous eZ Publish &amp;amp; eZ Flow&quot; hreflang=&quot;fr&quot; href=&quot;http://www.llaumgui.com/post/fedora-fr-v5-etude-de-cas-d-un-site-sous-ez-publish-ez-flow&quot;&gt;déjà plusieurs années&lt;/a&gt; que nous nous servons d'&lt;a title=&quot;eZ Systems Enterprise Content Management System | Enterprise Web CMS Open-Source&quot; hreflang=&quot;en&quot; href=&quot;http://ez.no/&quot;&gt;eZ Publish&lt;/a&gt; sur &lt;a title=&quot;Communauté francophone Fedora - Linux&quot; hreflang=&quot;fr&quot; href=&quot;http://www.fedora-fr.org/&quot;&gt;Fedora-Fr&lt;/a&gt; pour gérer notre &lt;a title=&quot;Un Planet est un site Web dynamique qui agrège le plus souvent sur une seule page, le contenu de notes, d'articles ou de billets publiés sur des blogs ou sites Web afin d'accentuer leur visibilité et de faire ressortir des contenus pertinents aux multiples formats (texte, audio, vidéo, Podcast...).&quot; hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Planet&quot;&gt;planet&lt;/a&gt;. Le code de &lt;a title=&quot;eZPlanet provide a planet system for eZ Publish:&quot; hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/p/ezplanet/&quot;&gt;l'extension utilisée était même déjà disponible&lt;/a&gt; mais je n'avais pas encore pris le temps de faire une &lt;a hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/p/ezplanet/downloads/75/&quot;&gt;première release officielle&lt;/a&gt;. C'est donc maintenant chose faite !&lt;/p&gt;
&lt;p&gt;Mais que fait eZPlanet ? eZPlanet permet de gérer à partir d'eZ Publish un planet. Le cronjob &lt;a hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/p/ezplanet/source/tree/master/cronjobs/planet_import.php&quot;&gt;planet-import.php&lt;/a&gt; est donc un &lt;a title=&quot;Un fork, ou embranchement ou fourche1, est un nouveau logiciel créé à partir du code source d'un logiciel existant&quot; hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Fork_%28d%C3%A9veloppement_logiciel%29&quot;&gt;fork&lt;/a&gt; du cron &lt;a hreflang=&quot;en&quot; href=&quot;https://github.com/ezsystems/ezpublish/blob/master/cronjobs/rssimport.php&quot;&gt;rssimport.php&lt;/a&gt; d'eZ Publish mais prenant les informations dans les comptes utilisateurs plutôt que dans le module &lt;a title=&quot;ez.no / documentation / ez publish / technical manual / 4.x / reference / modules / rss &quot; hreflang=&quot;en&quot; href=&quot;http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Modules/rss&quot;&gt;RSS&lt;/a&gt;. Comme je n'ai pas la main sur le code HTML saisie par les contributeurs du planet, les billets passent par l'un de mes autres modules (&lt;a title=&quot;A complete solution of tools for cleaning with Tidy the HTML code generated by eZ Publish.&quot; hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/p/eztidy/&quot;&gt;eZTidy&lt;/a&gt;) avant d'être stockés en base.&lt;/p&gt;
&lt;p&gt;
Comme d'habitude c'est téléchargeable un peu partout :&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/p/ezplanet&quot;&gt;Site officiel&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a hreflang=&quot;en&quot; title=&quot;eZ Projects&quot; href=&quot;http://projects.ez.no/ezplanet&quot;&gt;Projet eZPlanet&lt;/a&gt; sur la forge d'eZ Systems.&lt;/li&gt;
&lt;li&gt;&lt;a hreflang=&quot;en&quot; href=&quot;https://github.com/llaumgui/ezplanet&quot;&gt;Fork me on gitHub !&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/ezplanet-100#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/ezplanet-100#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/572</wfw:commentRss>
      </item>
    
  <item>
    <title>leZRSS 1.0.0, enfin !</title>
    <link>http://www.llaumgui.com/post/lezrss-100-enfin</link>
    <guid isPermaLink="false">urn:md5:04dc65021a437f181f258d2fb2a7bf71</guid>
    <pubDate>Wed, 11 Jul 2012 16:06:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>eZ Publish</category>
        <category>eZ Publish</category><category>leZRSS</category>    
    <description>    &lt;p&gt;Après plus de 2 années &lt;a title=&quot;Initial commit&quot; hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/p/lezrss/source/commit/0315e89abe97c3deb00fb822a3e8ecb1c633d6ff/&quot;&gt;à incuber&lt;/a&gt; et après avoir rejoint la &lt;a title=&quot;leZRSS on eZ Systems&quot; hreflang=&quot;en&quot; href=&quot;http://projects.ez.no/lezrss&quot;&gt;forge d'eZ System&lt;/a&gt;, j'ai enfin décidé de publier une première version stable de &lt;a title=&quot;leZRSS on llaumgui's project&quot; hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/p/lezrss/&quot;&gt;leZRSS&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Cette extension pour &lt;a title=&quot;eZ Systems Enterprise Content Management System | Enterprise Web CMS Open-Source&quot; hreflang=&quot;en&quot; href=&quot;http://ez.no&quot;&gt;eZ Publish&lt;/a&gt; apporte les fonctionnalités suivantes :&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Ajout d'une &lt;a title=&quot;Fetch all RSS defined&quot; hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/p/lezrss/page/FetchRssList/&quot;&gt;fonction de type &lt;em&gt;&amp;quot;fetch&amp;quot;&lt;/em&gt; permettant de récupérer la liste des flux RSS&lt;/a&gt;. Cette liste peut être filtrée à partir d'une arborescence.&lt;/li&gt;
&lt;li&gt;Module &lt;a title=&quot;How to use the rss2/feed module instead of rss/feed&quot; hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/p/lezrss/page/UseModueRss2/&quot;&gt;rss2&lt;/a&gt; qui est un fork du module &lt;a title=&quot;Provides views for managing RSS imports and exports. &quot; hreflang=&quot;en&quot; href=&quot;http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Modules/rss&quot;&gt;rss&lt;/a&gt; d'eZ, mais dont le flux RSS est généré à partir de template (idéal pour faire des modifications comme sur &lt;a title=&quot;Flux RSS du planet de Fedora-FR&quot; hreflang=&quot;fr&quot; href=&quot;http://planet.fedora-fr.org/rss2/feed&quot;&gt;le flux RSS&lt;/a&gt; du &lt;a title=&quot;Planet de Fedora-FR&quot; hreflang=&quot;fr&quot; href=&quot;http://planet.fedora-fr.org&quot;&gt;planet&lt;/a&gt; de &lt;a title=&quot;Participez à la communauté Fedora-FR&quot; hreflang=&quot;fr&quot; href=&quot;http://www.fedora-fr.org&quot;&gt;Fedora-Fr&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Comme d'habitude c'est téléchargeable un peu partout :&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/p/lezrss&quot;&gt;Site officiel&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a hreflang=&quot;en&quot; title=&quot;eZ Projects&quot; href=&quot;http://projects.ez.no/lezrss&quot;&gt;Projet leZRSS&lt;/a&gt; sur la forge d'eZ Systems.&lt;/li&gt;
&lt;li&gt;&lt;a hreflang=&quot;en&quot; href=&quot;https://github.com/llaumgui/lezrss&quot;&gt;Fork me on gitHub !&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/lezrss-100-enfin#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/lezrss-100-enfin#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/571</wfw:commentRss>
      </item>
    
  <item>
    <title>eZFluxBB 1.3</title>
    <link>http://www.llaumgui.com/post/ezfluxbb-13</link>
    <guid isPermaLink="false">urn:md5:3a82a8a4d3c7b357f92524b20c1a585c</guid>
    <pubDate>Tue, 05 Jun 2012 12:10:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>eZ Publish</category>
        <category>eZ Publish</category><category>eZFluxBB</category><category>FluxBB</category>    
    <description>&lt;p&gt;Je viens de publier la version 1.3 d'&lt;a hreflang=&quot;en&quot; href=&quot;http://projects.ez.no/ezfluxbb&quot; title=&quot;An extension eZ publish which allows FluxBB and eZ Publish to communicate&quot;&gt;eZFluxBB&lt;/a&gt;
l'extension permettant de lier votre forum &lt;a hreflang=&quot;en&quot; title=&quot;FluxBB is a fast, light, user-friendly forum application for your website&quot; href=&quot;http://fluxbb.org/&quot;&gt;FluxBB&lt;/a&gt; à votre CMS &lt;a hreflang=&quot;en&quot; href=&quot;http://ez.no&quot;&gt;eZ Publish&lt;/a&gt;.&lt;/p&gt;    &lt;h2&gt;Mais quelles sont les nouveautés ?&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Ajout d'une fonction &lt;a href=&quot;http://share.ez.no/learn/ez-publish/ezjscore-ez-publish-javascript-and-ajax-framework/%28page%29/9&quot; hreflang=&quot;en&quot; title=&quot;ezjscore: eZ Publish JavaScript and Ajax framework&quot;&gt;eZJSCoreCallServer&lt;/a&gt;
pour récupérer les informations sur l'utilisateur courant,&lt;/li&gt;
&lt;li&gt;Ajout d'un bloc eZFlow pour afficher les informations de connexion.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Autres nouveautés invisibles pour l'utilisateur&lt;/h2&gt;
&lt;p&gt;eZFluxBB 1.3 marque &lt;strong&gt;la fin du support de PunBB/FluxBB 1.2&lt;/strong&gt;.
Jusqu’à présent lorsque vous configuriez eZFluxBB, vous instanciez au besoin la
classe &lt;em&gt;eZFluxBB12&lt;/em&gt; ou &lt;em&gt;eZFluxBB14&lt;/em&gt; en fonction de votre version,
toutes les 2 héritant de la classe &lt;em&gt;eZFluxBB&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Le problème est que de plus en plus de différences apparaissent dans les
versions mineures (cookie différent, etc...). J'ai donc arrêté d'utiliser cette
façon de faire et j'ai maintenant recours à des appels à &lt;a hreflang=&quot;fr&quot; href=&quot;http://php.net/manual/fr/function.version-compare.php&quot;&gt;version_compare&lt;/a&gt; au
sein du code.&lt;/p&gt;
&lt;p&gt;Mais l'autre nouveauté est l'utilisation d'un fichier *.ini pour toutes les
requêtes MySQL ! Cette façon de procéder quelque peu étrange permet :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;De modifier une requête uniquement dans le fichier ini en fonction de la
version de FluxBB,&lt;/li&gt;
&lt;li&gt;de pouvoir modifier une requête sans toucher au core de l'extension. Utile
si vous avez des mods comme les sondages ou les messages privés sur votre
forums.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A noter également que cette version est issue du travail d'&lt;a hreflang=&quot;en&quot; href=&quot;http://ci.llaumgui.com/&quot;&gt;intégration continue&lt;/a&gt; que j'ai récemment mis
en place pour tous mes projets. L'archive est d’ailleurs générées à partir de
&lt;a title=&quot;PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.&quot; hreflang=&quot;en&quot; href=&quot;http://www.phing.info/&quot;&gt;phing&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Comme d'habitude c'est téléchargeable sur la &lt;a hreflang=&quot;en&quot; href=&quot;http://projects.ez.no&quot;&gt;forge de projet d'eZ Systems&lt;/a&gt; :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a hreflang=&quot;en&quot; title=&quot;eZ Projects&quot; href=&quot;http://projects.ez.no/ezfluxbb&quot;&gt;Projet eZFluxBB&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a hreflang=&quot;en&quot; href=&quot;http://projects.ez.no/ezfluxbb/gallery&quot;&gt;Galerie
d'exemple&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a hreflang=&quot;en&quot; href=&quot;https://github.com/llaumgui/ezfluxbb&quot;&gt;Fork me on
gitHub !&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/ezfluxbb-13#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/ezfluxbb-13#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/547</wfw:commentRss>
      </item>
    
  <item>
    <title>Fedora 17 in da place !</title>
    <link>http://www.llaumgui.com/post/fedora-17-in-da-place</link>
    <guid isPermaLink="false">urn:md5:6f8b78336e600fde0d055973a7624a5d</guid>
    <pubDate>Mon, 04 Jun 2012 22:44:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Fedora</category>
        <category>Fedora 15</category><category>Fedora 17</category><category>RPM</category><category>yum-utils</category>    
    <description>&lt;p&gt;Après un petit &lt;code&gt;yum update&lt;/code&gt; suivie d'un &lt;code&gt;preupgrade&lt;/code&gt;, ma station de travail (&lt;em&gt;enterprise&lt;/em&gt;) est enfin sous &lt;a href=&quot;http://forums.fedora-fr.org/viewtopic.php?id=57097&quot; hreflang=&quot;fr&quot; title=&quot;La Fedora 17 alias Beefy Miracle est arrivée !&quot;&gt;Fedora 17&lt;/a&gt; !&lt;/p&gt;


&lt;p&gt;Mais une fois sous le nouvel opus il ne faut pas oublier de faire quelques contrôles notamment avec les commande suivante :&lt;/p&gt;    &lt;p&gt;Détection des éventuels problèmes :&lt;/p&gt;
&lt;pre class=&quot;bash bash&quot; style=&quot;font-family:inherit&quot;&gt;package-cleanup &lt;span style=&quot;color: #660033;&quot;&gt;--problems&lt;/span&gt;&lt;/pre&gt;


&lt;p&gt;Détection des éventuels doublons :&lt;/p&gt;
&lt;pre class=&quot;bash bash&quot; style=&quot;font-family:inherit&quot;&gt;package-cleanup &lt;span style=&quot;color: #660033;&quot;&gt;--dupes&lt;/span&gt;&lt;/pre&gt;


&lt;p&gt;Détection des éventuels paquets qui ne seraient plus disponibles dans les dépôts :&lt;/p&gt;
&lt;pre class=&quot;bash bash&quot; style=&quot;font-family:inherit&quot;&gt;package-cleanup &lt;span style=&quot;color: #660033;&quot;&gt;--orphans&lt;/span&gt;&lt;/pre&gt;


&lt;p&gt;Détection des éventuels paquets qui ne seraient plus reliés à aucun autres RPM (leaves) :&lt;/p&gt;
&lt;pre class=&quot;bash bash&quot; style=&quot;font-family:inherit&quot;&gt;package-cleanup &lt;span style=&quot;color: #660033;&quot;&gt;--leaves&lt;/span&gt;&lt;/pre&gt;


&lt;p&gt;Et puis on réinstalle les paquets qui peuvent subsister en F16 :&lt;/p&gt;
&lt;pre class=&quot;bash bash&quot; style=&quot;font-family:inherit&quot;&gt;root&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;zhukov ~&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; rpm &lt;span style=&quot;color: #660033;&quot;&gt;-qa&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;--qf&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;%{NAME} %{RELEASE}&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\n&lt;/span&gt;&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;grep&lt;/span&gt; fc16 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;cut&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-d&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;' '&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-f1&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; list.txt
root&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;zhukov ~&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; yum reinstall $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;cat&lt;/span&gt; list.txt&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;)&lt;/span&gt;&lt;/pre&gt;


&lt;p&gt;Voila une Fedora 17 qui tourne.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/fedora-17-in-da-place#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/fedora-17-in-da-place#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/561</wfw:commentRss>
      </item>
    
  <item>
    <title>IPB for Drupal: un connecteur IP.Board / Drupal</title>
    <link>http://www.llaumgui.com/post/ipb-for-drupal%3A-un-connecteur-ipboard-/-drupal</link>
    <guid isPermaLink="false">urn:md5:5e1611b8f705bdeb84e5621a72518c13</guid>
    <pubDate>Mon, 04 Jun 2012 12:16:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Drupal</category>
        <category>Drupal</category><category>eZ Publish</category><category>IPB</category><category>IPB for Drupal</category>    
    <description>&lt;p&gt;A l'occasion du projet de refonte de &lt;a title=&quot;Le repaire des fougères&quot; hreflang=&quot;fr&quot; href=&quot;http://www.scenario-paintball.com/&quot;&gt;Scénario-Paintball&lt;/a&gt;
sous &lt;a title=&quot;Drupal is an open source content management platform powering millions of websites and applications. It’s built, used, and supported by an active and diverse community of people around the world.&quot; hreflang=&quot;en&quot; href=&quot;http://drupal.org/&quot;&gt;Drupal&lt;/a&gt;, je suis en train de
développer un &lt;a title=&quot;IPB for Drupal Integration&quot; hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/p/ipb-for-drupal/&quot;&gt;connecteur IPB /
Drupal&lt;/a&gt;.&lt;/p&gt;    &lt;h2&gt;Pourquoi IP.Board ?&lt;/h2&gt;
&lt;p&gt;SPB tourne maintenant depuis plusieurs années sous &lt;a title=&quot;Community Forum software&quot; hreflang=&quot;en&quot; href=&quot;http://www.invisionpower.com/products/board/&quot;&gt;IP.Board&lt;/a&gt;. C'est
malheureusement un logiciel propriétaire mais c'est aussi un forum terriblement
efficace dont je possède une licence à vie (qui n'existe plus maintenant mais
qui me permet de ne pas payer la redevance annuelle).&lt;/p&gt;
&lt;p&gt;Le problème c'est que SPB ce n'est pas qu'un forum, c'est également un site.
A chaque montée de version d'IPB, il faut trouver un portail et refaire pas mal
de développements pour adapter les éléments hors forums à la nouvelle
version.&lt;/p&gt;
&lt;p&gt;J'ai donc décidé de migrer le portail de SPB sous un &lt;a title=&quot;Système de gestion de contenu&quot; hreflang=&quot;en&quot; href=&quot;http://fr.wikipedia.org/wiki/Syst%C3%A8me_de_gestion_de_contenu&quot;&gt;CMS&lt;/a&gt; et de
ne maintenir que le connecteur, un peu à la manière de &lt;a title=&quot;Communauté des utilisateurs francophones de la distribution Linux Fedora&quot; hreflang=&quot;fr&quot; href=&quot;http://www.fedora-fr.org/&quot;&gt;Fedora-Fr&lt;/a&gt; sous &lt;a title=&quot;FluxBB is fast, light, user-friendly forum software for your website.&quot; hreflang=&quot;en&quot; href=&quot;http://fluxbb.org/&quot;&gt;FluxBB&lt;/a&gt; &amp;amp; &lt;a title=&quot;eZ Systems Enterprise Content Management System | Enterprise Web CMS Open-Source&quot; hreflang=&quot;en&quot; href=&quot;http://ez.no/&quot;&gt;eZ Publish&lt;/a&gt; connectés via &lt;a title=&quot; eZFluxBB is an extension eZ publish which allows FluxBB (formerly PunBB) and eZ Publish to communicate. &quot; hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/p/ezfluxbb/&quot;&gt;eZFluxBB&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Pourquoi Drupal ?&lt;/h2&gt;
&lt;p&gt;Pour le cas de SPB, les avantages par rapport à une solution comme eZ
Publish sont nombreux :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Possibilité nativement pour les membres de personnaliser l'affichage des
blocs.&lt;/li&gt;
&lt;li&gt;Possibilité nativement pour les membres de créer des blogs (l'extension
&lt;a title=&quot;Integrated Blog Software for your IP.Board Community&quot; hreflang=&quot;en&quot; href=&quot;http://www.invisionpower.com/products/blog/&quot;&gt;IP.Blog&lt;/a&gt; existe pour
IP.Board mais est soumise à une redevance annuelle).&lt;/li&gt;
&lt;li&gt;Comme le site fait pas mal appel à la base de membres, j'ai préféré Drupal
qui stocke les membres comme une entité à part contrairement à eZ Publish qui
les stocke comme des objets classiques. Le problème intervient lorsqu'on
possède un site à faible contenu avec une grosse base d'utilisateur, on fait
vite grimper les ressources nécessaires juste pour les membres.&lt;/li&gt;
&lt;li&gt;Après presque 7 années de pratique d'eZ Publish, je commence à faire le
tour et j'avais envie de profiter de SPB pour varier les plaisirs..&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Où en est le projet ?&lt;/h2&gt;
&lt;p&gt;Pour le moment l'extension en est à ses balbutiements :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Interface de configuration depuis le back-office Drupal.&lt;/li&gt;
&lt;li&gt;Utilisation du couple login / mot de passe pour se connecter au site
Drupal.&lt;/li&gt;
&lt;li&gt;La session IP.Board est récupérée dans Drupal pour connecter
automatiquement l'utilisateur.&lt;/li&gt;
&lt;li&gt;Création des utilisateurs Drupal à la volée lors de leur connexion.&lt;/li&gt;
&lt;li&gt;Bloc de statistiques.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A venir :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Exploitation des données sur les forums et topics.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Bref, c'est un projet en cours de développement et sous licence &lt;a title=&quot;GNU General Public License, version 2&quot; hreflang=&quot;en&quot; href=&quot;http://www.gnu.org/licenses/gpl-2.0.html&quot;&gt;GPL v2&lt;/a&gt; :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Projet &lt;a title=&quot;IPB for Drupal Integration&quot; hreflang=&quot;en&quot; href=&quot;https://projects.llaumgui.com/p/ipb-for-drupal/&quot;&gt;IPB for Drupal&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Miroir &lt;a title=&quot;IPB for Drupal Integration&quot; hreflang=&quot;en&quot; href=&quot;https://github.com/llaumgui/ipb-for-drupal&quot;&gt;GitHub&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a title=&quot;llaumgui's sandbox: IPB for Drupal&quot; hreflang=&quot;en&quot; href=&quot;http://drupal.org/sandbox/llaumgui/1613432&quot;&gt;Incubation sur le site de
Drupal&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/ipb-for-drupal%3A-un-connecteur-ipboard-/-drupal#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/ipb-for-drupal%3A-un-connecteur-ipboard-/-drupal#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/atom/comments/570</wfw:commentRss>
      </item>
    
</channel>
</rss>