<?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 - Balise - Linux</title>
  <link>http://www.llaumgui.com/</link>
  <atom:link href="http://www.llaumgui.com/feed/tag/Linux/rss2" rel="self" type="application/rss+xml"/>
  <description>Linux en général, Fedora en particulier...</description>
  <language>fr</language>
  <pubDate>Thu, 28 Aug 2008 02:01:04 +0200</pubDate>
  <copyright>http://creativecommons.org/licenses/by-nc-nd/2.5/</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>CentOS 5.2 et DédiBoite V1</title>
    <link>http://www.llaumgui.com/post/CentOS-52-et-DediBox-V1</link>
    <guid isPermaLink="false">urn:md5:62d19fe82197ff2eddd1d43105fe0bb3</guid>
    <pubDate>Tue, 24 Jun 2008 20:17:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>CentOS</category><category>Dedibox</category><category>initrd</category><category>kernel</category><category>Linux</category>    
    <description>&lt;p&gt;Aujourd'hui, la version 5.2 de &lt;a href=&quot;http://www.centos.org/&quot; hreflang=&quot;en&quot; title=&quot;The Community ENTerprise Operating System&quot;&gt;CentOS&lt;/a&gt; est sortie.&lt;br /&gt;
Vous pouvez consulter &lt;a href=&quot;http://fr.centos.org/forums/viewtopic.php?id=178&quot; hreflang=&quot;fr&quot; title=&quot;Sortie de CentOS 5.2&quot;&gt;l'annonce sur le site francophone&lt;/a&gt; (je suis fan de l'admin qui a posté cette news;-)) et consulter &lt;a href=&quot;http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.2&quot; hreflang=&quot;en&quot;&gt;les notes de version officielles&lt;/a&gt; (très conseillé avant de vous lancer dans un &lt;code&gt;yum update&lt;/code&gt; frénétique !).&lt;/p&gt;


&lt;p&gt;A noter que j'ai fais ma mise à jour très rapidement pendant ma pause déjeuné et que j'ai lancé le reboot de ma &lt;a href=&quot;http://dedibox.fr/&quot; hreflang=&quot;fr&quot;&gt;DédiBoite&lt;/a&gt; V1 avant de partir en réunion et ce de façon un peu légère... Bilan : interruption du service tout l'après-midi...&lt;/p&gt;


&lt;p&gt;Après une rapide discussion avec l'ami &lt;a href=&quot;http://blog.famillecollet.com/&quot; hreflang=&quot;fr&quot; title=&quot;Les RPMs de Remi&quot;&gt;Remi&lt;/a&gt; sur le chan IRC de &lt;a href=&quot;http://www.fedora-fr.org/&quot; hreflang=&quot;fr&quot;&gt;fedora-fr&lt;/a&gt; (faut qu'on fasse un chan CentOS -Fr !) il semblerait que le problème &lt;a href=&quot;http://www.llaumgui.com/post/fedora-fr-%3A-Incidents-du-Week-end&quot; hreflang=&quot;fr&quot; title=&quot;fedora-fr : Incidents du Week-end&quot;&gt;vienne encore et toujours de l'initrd&lt;/a&gt;...&lt;/p&gt;


&lt;p&gt;Pour citer un sage :&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;RemiFedora : surement un initrd vérolé...&lt;br /&gt;
RemiFedora : la maladie des migrations&lt;/p&gt;&lt;/blockquote&gt;    &lt;p&gt;Bref, après une petite étude de l'initrd de CentOS 5.2 comparé à celui de la 5.1, il semblerait que les seules différences soient (merci Remi pour les lignes de commandes) :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;llaumgui@enterprise ~/Bureau&amp;gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;gunzip&lt;/span&gt; -&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;dc&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;5.2&lt;/span&gt;/initrd&lt;span style=&quot;color: #000000;&quot;&gt;-2.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.18&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;*.img | &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;cpio&lt;/span&gt; -&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;id&lt;/span&gt;&lt;br /&gt;
llaumgui@enterprise ~/Bureau&amp;gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;gunzip&lt;/span&gt; -&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;dc&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;5.1&lt;/span&gt;/initrd&lt;span style=&quot;color: #000000;&quot;&gt;-2.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.18&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-53&lt;/span&gt;*.img | &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;cpio&lt;/span&gt; -&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;id&lt;/span&gt;&lt;br /&gt;
llaumgui@enterprise ~/Bureau&amp;gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;diff&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;5.1&lt;/span&gt;/init &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;5.2&lt;/span&gt;/init &lt;br /&gt;
&lt;span style=&quot;color: #000000;&quot;&gt;43&lt;/span&gt;,46d42&lt;br /&gt;
&amp;lt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Loading uhci-hcd.ko module&amp;quot;&lt;/span&gt;&lt;br /&gt;
&amp;lt; insmod /lib/uhci-hcd.ko &lt;br /&gt;
&amp;lt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Loading ohci-hcd.ko module&amp;quot;&lt;/span&gt;&lt;br /&gt;
&amp;lt; insmod /lib/ohci-hcd.ko &lt;br /&gt;
48a45,&lt;span style=&quot;color: #000000;&quot;&gt;48&lt;/span&gt;&lt;br /&gt;
&amp;gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Loading ohci-hcd.ko module&amp;quot;&lt;/span&gt;&lt;br /&gt;
&amp;gt; insmod /lib/ohci-hcd.ko &lt;br /&gt;
&amp;gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Loading uhci-hcd.ko module&amp;quot;&lt;/span&gt;&lt;br /&gt;
&amp;gt; insmod /lib/uhci-hcd.ko&lt;/code&gt;


&lt;p&gt;Bilan de la situation actuelle : en attendant une piste, llaumgui.com (et &lt;a href=&quot;http://www.scenario-paintball.com&quot; hreflang=&quot;fr&quot; title=&quot;Communauté Paintball, le repaire des fougères&quot;&gt;scenario-paintball.com&lt;/a&gt;) tournent sur une CentOS 5.2 avec un kernel de 5.1 (2.6.18-53.1.21.el5 )...&lt;/p&gt;


&lt;p&gt;A suivre...&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/CentOS-52-et-DediBox-V1#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/CentOS-52-et-DediBox-V1#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/438</wfw:commentRss>
      </item>
    
  <item>
    <title>Fedora 9 + drivers radeon + gnome-display-properties = bluffant</title>
    <link>http://www.llaumgui.com/post/Fedora-9-drivers-radeon-gnome-display-properties-bluffant</link>
    <guid isPermaLink="false">urn:md5:0b09a6b88ca655f95ef91289d3ef4046</guid>
    <pubDate>Sun, 27 Apr 2008 14:08:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>ATI</category><category>ATI Mobility X700</category><category>Fedora 9</category><category>hardware</category><category>Linux</category><category>Live eTIC</category><category>Xorg</category><category>Xorg 7</category>    
    <description>&lt;p&gt;Histoire de ne pas galérer avec le rétro-projecteur lors de &lt;a href=&quot;http://www.llaumgui.com/post/Presentation-de-Fedora-et-du-Projet-Fedora-lors-du-Live-eTIC-Party&quot; title=&quot;Présentation de Fedora et du Projet Fedora lors du live etic party&quot;&gt;ma présentation&lt;/a&gt; durant les &lt;a href=&quot;http://linux-live-usb.org/ip/&quot; hreflang=&quot;fr&quot; title=&quot;Live eTIC Party Université Montpellier 2008&quot;&gt;2ème Live eTIC Party de Montpellier&lt;/a&gt;, je me suis entrainé au dual-screen sur ma télé. J'avais en mémoire de mauvais souvenirs avec les drivers radeon et mon &lt;a hreflang=&quot;fr&quot; href=&quot;http://www.llaumgui.com/post/../tag/ATI%20Mobility%20X700&quot;&gt;ATI Mobility X700&lt;/a&gt; et je m'apprêtais à passer une bonne heure avec &lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Vim&quot;&gt;vim&lt;/a&gt; et mon xorg.conf.&lt;br /&gt;Et bien non ! &lt;a hreflang=&quot;en&quot; href=&quot;http://fedoraproject.org/wiki/Releases/9/Schedule&quot;&gt;Fedora 9&lt;/a&gt; intègre &lt;a hreflang=&quot;en&quot; href=&quot;http://www.x.org&quot;&gt;Xorg&lt;/a&gt; 7.3 et gnome-display-properties (accessible via &lt;em&gt;Système / Préférences / Matériel / Résolution de l'écran&lt;/em&gt;) avec lesquels la configuration d'un dual-screen prend à présent 30 secondes montre en main ! Et ce, même avec les drivers libres radeon !&lt;/p&gt;
&lt;p&gt;Bref, dans le cas d'une ATI Mobility X700, je le redis, &lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Fglrx&quot;&gt;fglrx&lt;/a&gt; ne se justifie pas !&lt;/p&gt;    &lt;p&gt;&lt;a href=&quot;http://www.llaumgui.com/public/images/linux/logiciels/f9_gnome-display-properties.png&quot;&gt;&lt;img style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;&quot; src=&quot;http://www.llaumgui.com/public/images/linux/logiciels/.f9_gnome-display-properties_m.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/Fedora-9-drivers-radeon-gnome-display-properties-bluffant#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/Fedora-9-drivers-radeon-gnome-display-properties-bluffant#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/423</wfw:commentRss>
      </item>
    
  <item>
    <title>My history ;-)</title>
    <link>http://www.llaumgui.com/post/My-history-</link>
    <guid isPermaLink="false">urn:md5:1a6b87e60e8829cd546a04722ac48c50</guid>
    <pubDate>Fri, 11 Apr 2008 07:55:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>Geek</category><category>Linux</category>    
    <description>    &lt;p&gt;Allez, comme les copains du planet, je m'y colle :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;llaumgui@enterprise ~&amp;gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;history&lt;/span&gt; | &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;awk&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;'{a[$2]++ } END{for(i in a){print a[i] &amp;quot; &amp;quot; i}}'&lt;/span&gt;|sort -rn|head&lt;br /&gt;
&lt;span style=&quot;color: #000000;&quot;&gt;95&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;cd&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #000000;&quot;&gt;94&lt;/span&gt; vim&lt;br /&gt;
&lt;span style=&quot;color: #000000;&quot;&gt;91&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;su&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #000000;&quot;&gt;81&lt;/span&gt; yum&lt;br /&gt;
&lt;span style=&quot;color: #000000;&quot;&gt;76&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;killall&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #000000;&quot;&gt;41&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;ssh&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #000000;&quot;&gt;31&lt;/span&gt; rpm&lt;br /&gt;
&lt;span style=&quot;color: #000000;&quot;&gt;27&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #000000;&quot;&gt;26&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;rm&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #000000;&quot;&gt;24&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;wget&lt;/span&gt;&lt;/code&gt;

&lt;p&gt;Pour info, &lt;em&gt;yum&lt;/em&gt; est un alias de &lt;code&gt;sudo yum&lt;/code&gt; et je suis un grand fan de &lt;em&gt;vim&lt;/em&gt; que j'écris &lt;code&gt;vim&lt;/code&gt; au lieu de &lt;code&gt;vi&lt;/code&gt; car j'ai pris l'habitude ;-).&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/My-history-#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/My-history-#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/408</wfw:commentRss>
      </item>
    
  <item>
    <title>Chuck Norris, sa vie, son œuvre</title>
    <link>http://www.llaumgui.com/post/Chuck-Norris-sa-vie-son-oeuvre</link>
    <guid isPermaLink="false">urn:md5:ea8102b3253a96c439c8531b79473968</guid>
    <pubDate>Mon, 19 Nov 2007 21:18:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Geek Attitude</category>
        <category>fortune</category><category>Linux</category>    
    <description>    &lt;p&gt;Il n'est pas coutume que je fasses de la pub pour un autre site, mais celui-ci vaut la peine. J'ai récemment découvert le site &lt;a href=&quot;http://chucknorrisfacts.fr&quot; hreflang=&quot;fr&quot; title=&quot;Ce site vous propose de recenser entièrement en français les Chuck Norris Facts qui foisonnent sur le web anglophone&quot;&gt;Chuck Norris facts -fr&lt;/a&gt; version francophone du site &lt;a href=&quot;http://www.chucknorrisfacts.com/&quot; hreflang=&quot;en&quot;&gt;Chuck Norris facts&lt;/a&gt;. Et là c'est tout simplement hilarant de faits attribués à l'acteur &lt;a href=&quot;http://fr.wikipedia.org/wiki/Chuck_Norris&quot; hreflang=&quot;fr&quot;&gt;Chuck Norris&lt;/a&gt;, pour exemple :&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Chuck Norris a déjà compté jusqu'à l'infini. Deux fois.&lt;/li&gt;
&lt;li&gt;Certaines personnes portent un pyjama Superman. Superman porte un pyjama Chuck Norris.&lt;/li&gt;
&lt;li&gt;Chuck Norris ne se mouille pas, c'est l'eau qui se Chuck Norris.&lt;/li&gt;
&lt;li&gt;Chuck Norris donne fréquemment du sang à la Croix-Rouge. Mais jamais le sien.&lt;/li&gt;
&lt;li&gt;Jesus Christ est né en 1940 avant Chuck Norris.&lt;/li&gt;
&lt;li&gt;Chuck Norris ne porte pas de montre. Il décide de l'heure qu'il est.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;Le site comporte quelques bonus dont un &amp;quot;&lt;a href=&quot;http://en.wikipedia.org/wiki/Will_It_Blend%3F&quot; hreflang=&quot;en&quot;&gt;Will it blend ?&lt;/a&gt;&amp;quot;avec Chuck ou une version de Mario avec Chuck où il est impossible de perdre, normal c'est Chuck Norris quand même...&lt;/p&gt;
&lt;p&gt;Comme j'ai bien accroché au concept et que je voulais enrichir mes serveurs d'une &lt;a href=&quot;http://fr.wikipedia.org/wiki/Fortune_%28programme%29&quot; hreflang=&quot;fr&quot; title=&quot;fortune est un programme simple qui affiche un message au hasard provenant d'une base de données de citations&quot;&gt;fortune&lt;/a&gt; Chuck Norris en plus de mes &lt;a href=&quot;http://sam.linuxfr.org/&quot; hreflang=&quot;fr&quot;&gt;fortunes #linuxFr&lt;/a&gt;, j'ai contacté le webmaster du site qui m'a informé travailler sur une version compatible fortune (ou un fichier utilisable dans fortune à coup de &lt;a href=&quot;http://fr.wikipedia.org/wiki/Sed_%28logiciel%29&quot; hreflang=&quot;fr&quot;&gt;sed&lt;/a&gt; ;-))&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/Chuck-Norris-sa-vie-son-oeuvre#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/Chuck-Norris-sa-vie-son-oeuvre#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/377</wfw:commentRss>
      </item>
    
</channel>
</rss>