<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://blog.nanard.org/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>Nanard's Vault</title>
  <link>http://blog.nanard.org/</link>
  <atom:link href="http://blog.nanard.org:82/feed/rss2" rel="self" type="application/rss+xml"/>
  <description>Carnet d'un Admin Linux dans la jungle IT</description>
  <language>fr</language>
  <pubDate>Thu, 19 Jan 2012 07:37:20 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>apt-get avec /usr en read-only</title>
    <link>http://blog.nanard.org/post/2011/05/05/apt-get-avec-/usr-en-read-only</link>
    <guid isPermaLink="false">urn:md5:6262f06fb4fe19c67adf242789617727</guid>
    <pubDate>Thu, 05 May 2011 14:28:00 +0200</pubDate>
    <dc:creator>Bernard</dc:creator>
        <category>apt</category><category>debian</category>    
    <description>    &lt;p&gt;/etc/apt/apt.conf.d/80-usr_remount :&lt;/p&gt;
&lt;pre&gt;
DPkg {&lt;br /&gt;  Pre-Invoke { &amp;quot;mount /usr -o remount,rw&amp;quot; };&lt;br /&gt;  Post-Invoke { &amp;quot;mount /usr -o remount,ro&amp;quot; };&lt;br /&gt;};
&lt;/pre&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2011/05/05/apt-get-avec-/usr-en-read-only#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2011/05/05/apt-get-avec-/usr-en-read-only#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/605790</wfw:commentRss>
      </item>
    
  <item>
    <title>vider de cache OS de linux</title>
    <link>http://blog.nanard.org/post/2010/09/02/vider-de-cache-OS-de-linux</link>
    <guid isPermaLink="false">urn:md5:9db597ca16b79fab7abaa4f05fd9757a</guid>
    <pubDate>Thu, 02 Sep 2010 20:00:00 +0200</pubDate>
    <dc:creator>Bernard</dc:creator>
        <category>admin</category><category>linux</category>    
    <description>&lt;p&gt;L'effet cache de la VM linux est pour de multiples raisons bien pratique.
Mais dans certains cas, il est necessaire de vider ce cache, notement dans le
cadre de l'evaluation de la vitesse de transfert de fichiers.&lt;/p&gt;    &lt;p&gt;Pour vider le cache OS sous linux, comme d'habitude, /proc est ton
ami :&lt;/p&gt;
&lt;pre&gt;
echo 3 &amp;gt; /proc/sys/vm/drop_caches
&lt;/pre&gt;
&lt;p&gt;Et au passage, une petite surveillance pendant les tests, et en temps reel
via :&lt;/p&gt;
&lt;pre&gt;
dstat -D &amp;lt;device&amp;gt;
&lt;/pre&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2010/09/02/vider-de-cache-OS-de-linux#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2010/09/02/vider-de-cache-OS-de-linux#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/543396</wfw:commentRss>
      </item>
    
  <item>
    <title>Invites surprise au cafe</title>
    <link>http://blog.nanard.org/post/2010/09/02/Invite-surprise-au-cafe</link>
    <guid isPermaLink="false">urn:md5:4397865d48bebce09c8bf37b7d169b5e</guid>
    <pubDate>Thu, 02 Sep 2010 13:50:00 +0200</pubDate>
    <dc:creator>Bernard</dc:creator>
        <category>crad</category>    
    <description>&lt;p&gt;en nettoyant le bac :)&lt;/p&gt;    Elles sont partout.&lt;br /&gt;
Meme si elles nous sauve la vie dans &amp;quot;la guerre des mondes&amp;quot;, faut dire que les
bacteries qui s'invitent dans le bac recuperateur de la cafetiere, c'est
toujours une franche rigolade. Depuis combien de temps ce bac n'avait pas ete
vide ?&lt;br /&gt;
&lt;br /&gt;
&lt;img title=&quot;moisissure.jpg, sept. 2010&quot; alt=&quot;&quot; src=&quot;http://blog.nanard.org/public/images/.moisissure_m.jpg&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2010/09/02/Invite-surprise-au-cafe#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2010/09/02/Invite-surprise-au-cafe#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/543395</wfw:commentRss>
      </item>
    
  <item>
    <title>info sur les dates de certificats ssl, the easy way</title>
    <link>http://blog.nanard.org/post/2010/03/31/info-sur-les-dates-de-certificats-ssl%2C-the-easy-way</link>
    <guid isPermaLink="false">urn:md5:09ae129492621bcad095c4fd4a5bd01b</guid>
    <pubDate>Wed, 31 Mar 2010 11:42:00 +0200</pubDate>
    <dc:creator>Bernard</dc:creator>
        <category>admin</category><category>ssl</category>    
    <description>    &lt;p&gt;Parce que franchement, c'est pratique.&lt;/p&gt;
&lt;pre&gt;
echo | openssl s_client -connect &amp;lt;YOUR_HOSTNAME&amp;gt;:443 | openssl x509 -noout -dates
&lt;/pre&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2010/03/31/info-sur-les-dates-de-certificats-ssl%2C-the-easy-way#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2010/03/31/info-sur-les-dates-de-certificats-ssl%2C-the-easy-way#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/504612</wfw:commentRss>
      </item>
    
  <item>
    <title>Les Accents sur un partage samba</title>
    <link>http://blog.nanard.org/post/2010/03/22/Les-Accents-sur-un-partage-samba</link>
    <guid isPermaLink="false">urn:md5:bf3aef6d1cbbb3620a6a8fb2adc21052</guid>
    <pubDate>Mon, 22 Mar 2010 11:51:00 +0100</pubDate>
    <dc:creator>Bernard</dc:creator>
        <category>linux</category><category>samba</category><category>windows</category>    
    <description>    &lt;p&gt;Ca casse les rouilles a chaque fois, et je ne me souviens jamais de la
syntaxe pour eviter que la fin du monde s'immisse dans mon terminal quand je
fricote avec du windows a partir de mon linux adore, alors pour
memoire :&lt;/p&gt;
&lt;pre&gt;
//serveur/Partage  /mnt/repertoire smbfs  password=xxxxxxxx,uid=1000,username=xxxxxx,codepage=cp850,iocharset=iso8859-15,nls=cp850  0  0
&lt;/pre&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2010/03/22/Les-Accents-sur-un-partage-samba#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2010/03/22/Les-Accents-sur-un-partage-samba#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/501502</wfw:commentRss>
      </item>
    
  <item>
    <title>Encore un nom de domaine gratos chez gandi !</title>
    <link>http://blog.nanard.org/post/2010/03/12/Encore-un-nom-de-domaine-gratos-chez-gandi-%21</link>
    <guid isPermaLink="false">urn:md5:422451b358167a6f50760eb229c0d174</guid>
    <pubDate>Fri, 12 Mar 2010 21:18:00 +0100</pubDate>
    <dc:creator>Bernard</dc:creator>
            
    <description>    &lt;p&gt;au moment de payer : 10YRS-BDF4-2C57-3CAF&lt;/p&gt;
&lt;p&gt;vous connaissez la musique, premier arrive, premier servi.&lt;/p&gt;
&lt;p&gt;il me reste encore 4 bons pour les affames. je dis ca je dis rien :)&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2010/03/12/Encore-un-nom-de-domaine-gratos-chez-gandi-%21#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2010/03/12/Encore-un-nom-de-domaine-gratos-chez-gandi-%21#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/498631</wfw:commentRss>
      </item>
    
  <item>
    <title>Debian pour debutants</title>
    <link>http://blog.nanard.org/post/2010/01/26/Debian-pour-debutants</link>
    <guid isPermaLink="false">urn:md5:3fe7856b7d4c3ca4050c565080ebd934</guid>
    <pubDate>Tue, 26 Jan 2010 14:49:00 +0100</pubDate>
    <dc:creator>Bernard</dc:creator>
        <category>debian</category>    
    <description>    &lt;p&gt;Y'avait pas ca a mon epoque :P&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://formation-debian.via.ecp.fr/&quot;&gt;http://formation-debian.via.ecp.fr/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;la toc :&lt;/p&gt;
&lt;pre&gt;


  I. Installation de Debian GNU/Linux

    1. unix, Linux, GNU, logiciels libres… c'est quoi ?
    2. La distribution Debian
    3. Motivation et matériel requis
    4. Les préliminaires
    5. Création du support d'installation
    6. Préparation du disque dur
    7. Débuter l'installation
    8. Configuration du réseau
    9. Le système de fichiers
    10. Partitionner
    11. Le réglage des comptes et mots de passe
    12. Les paquets
    13. Premier démarrage !

II. Utilisation et configuration de base de Debian GNU/Linux

    1. Débuter en console
    2. Récupérer les fichiers de configuration
    3. Vim : un éditeur de texte
    4. Faire marcher la connexion à Internet
    5. Le système de gestion des paquets Debian
    6. Configurer le shell
    7. Utiliser des médias de stockage
    8. Le réseau et la sécurité
    9. Le Web et le ftp en console
    10. Configurer son serveur de mail local

III. Debian GNU/Linux en mode graphique

    1. Installer le serveur graphique
    2. Le bureau gnome
    3. Les bases de Linux en mode graphique
    4. Le Web, le courrier et les news en mode graphique
    5. La musique sous X
    6. VLC media player, un lecteur multimédia
    7. La bureautique avec OpenOffice.org
    8. La manipulation d'images
    9. La messagerie instantanée avec Pidgin
    10. La téléphonie sur IP avec Ekiga
    11. Graver des disques
    12. Jouons un peu
    13. Avant d'aller plus loin : un point sur la méthode

IV. Debian GNU/Linux en réseau

    1. Configuration réseau
    2. Pare-feu et partage de connexion Internet
    3. Monter un pont réseau
    4. L'accès à distance par SSH
    5. Transférer des fichiers
    6. Faire du déport d'affichage
    7. NFS : le partage de fichiers sous Unix
    8. Le voisinage réseau Windows sous Linux
    9. Se synchroniser sur un serveur de temps

V. Debian GNU/Linux en console

    1. Le courrier en console
    2. Le courrier en console (suite)
    3. L'IRC en console
    4. Les news en console
    5. La messagerie instantanée avec Finch
    6. Outils d'administration système
    7. Graver en console
    8. Les screens

VI. Conclusion et annexes

    A. Apprendre et se tenir au courant
    B. En cas de blocage...
    C. Utilisation avancée d'aptitude
    D. Compléments sur la gestion des paquets Debian
    E. Faire marcher une imprimante
    F. La souris en console
    G. Outils Windows pour Linuxiens
    H. Monter un proxy-ARP
    I. Faire marcher une connexion sans fil
    J. Trucs et Astuces
    K. GNU General Public License
&lt;/pre&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2010/01/26/Debian-pour-debutants#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2010/01/26/Debian-pour-debutants#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/479026</wfw:commentRss>
      </item>
    
  <item>
    <title>vider la queue postfix</title>
    <link>http://blog.nanard.org/post/2010/01/13/vider-la-queue-postfix</link>
    <guid isPermaLink="false">urn:md5:7f52b05a405928c2bd05980c88c60bf3</guid>
    <pubDate>Wed, 13 Jan 2010 11:30:00 +0100</pubDate>
    <dc:creator>Bernard</dc:creator>
        <category>admin</category><category>postfix</category>    
    <description>    &lt;p&gt;Depuis le temps que je cherchais une façon simple de supprimer tous les
mails en attente comme un gros bœuf sans faire une boucle de crado :&lt;/p&gt;
&lt;pre&gt;
postsuper -d ALL
&lt;/pre&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2010/01/13/vider-la-queue-postfix#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2010/01/13/vider-la-queue-postfix#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/475257</wfw:commentRss>
      </item>
    
  <item>
    <title>Quand on me demande comment je conçois mon travail</title>
    <link>http://blog.nanard.org/post/2010/01/04/Quand-on-me-demande-comment-je-concois-mon-travail</link>
    <guid isPermaLink="false">urn:md5:e44585e7a7cd8b18d7a6104ab021f074</guid>
    <pubDate>Mon, 04 Jan 2010 06:12:00 +0100</pubDate>
    <dc:creator>Bernard</dc:creator>
            
    <description>&lt;p&gt;Pas le peine de rabâcher ce qui a déjà été si bien dit. Dans les metiers de
l'IT, la passion c'est essentiel. Sans elle, on ne peut plus suivre l'évolution
du job. C'est aussi ca qui est bon !&lt;/p&gt;    &lt;p&gt;extrait issu de &lt;a href=&quot;http://www.nolife-tv.com/online-10091&quot; hreflang=&quot;fr&quot;&gt;101% de nolife&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Merci Davy.&lt;/p&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://blog.nanard.org/?pf=player_mp3.swf&quot; width=&quot;200&quot; height=&quot;20&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://blog.nanard.org/?pf=player_mp3.swf&quot; /&gt;
&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
&lt;param name=&quot;FlashVars&quot; value=&quot;showvolume=1&amp;amp;loadingcolor=ff9900&amp;amp;bgcolor1=eeeeee&amp;amp;bgcolor2=cccccc&amp;amp;buttoncolor=0066cc&amp;amp;buttonovercolor=ff9900&amp;amp;slidercolor1=cccccc&amp;amp;slidercolor2=999999&amp;amp;sliderovercolor=0066cc&amp;amp;mp3=http://blog.nanard.org/public/audio/philosophie_du_passionne.mp3&amp;amp;width=200&amp;amp;height=20&amp;amp;autoplay=1&quot; /&gt;&lt;/object&gt;&lt;/div&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2010/01/04/Quand-on-me-demande-comment-je-concois-mon-travail#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2010/01/04/Quand-on-me-demande-comment-je-concois-mon-travail#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/473080</wfw:commentRss>
      </item>
    
  <item>
    <title>Accorder sa guitare depuis le terminal</title>
    <link>http://blog.nanard.org/post/2009/12/17/Accorder-sa-guitare-depuis-le-terminal</link>
    <guid isPermaLink="false">urn:md5:dd0b5e6143cb865806979926cdfd80a2</guid>
    <pubDate>Thu, 17 Dec 2009 15:08:00 +0100</pubDate>
    <dc:creator>Bernard</dc:creator>
        <category>geek</category><category>linux</category><category>musique</category>    
    <description>&lt;p&gt;repique depuis &lt;a href=&quot;http://www.commandlinefu.com/commands/view/4338/tune-your-guitar-from-the-command-line.&quot; hreflang=&quot;en&quot;&gt;commandlinefu&lt;/a&gt;&lt;/p&gt;    &lt;pre&gt;
$ for n in E2 A2 D3 G3 B3 E4;do play -n synth 4 pluck $n repeat 2;done
&lt;/pre&gt;
&lt;p&gt;This command, taken from play's manual page, plays a synthesized guitar tone
for each of the strings on a standard tuned guitar.&lt;/p&gt;
&lt;p&gt;The command &amp;quot;play&amp;quot; is a part of the package &amp;quot;sox&amp;quot;.&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2009/12/17/Accorder-sa-guitare-depuis-le-terminal#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2009/12/17/Accorder-sa-guitare-depuis-le-terminal#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/469262</wfw:commentRss>
      </item>
    
  <item>
    <title>Padding gratuit avec bash4</title>
    <link>http://blog.nanard.org/post/2009/10/29/Padding-gratuit-avec-bash4</link>
    <guid isPermaLink="false">urn:md5:45fee09c030aa672b839a0b3bd72a485</guid>
    <pubDate>Thu, 29 Oct 2009 10:38:00 +0100</pubDate>
    <dc:creator>Bernard</dc:creator>
        <category>bash</category><category>script</category>    
    <description>&lt;p&gt;Faire du zero-padding en buildin, c'est possible.&lt;/p&gt;    &lt;p&gt;Avec bash4, printf a du soucis a se faire !&lt;/p&gt;
&lt;p&gt;Petite révision, par l'exemple, pour afficher 1 2 3 4 5 avec padding de 3
caractères, pour donner 001 002 003 004 005, avec une boucle.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;bash2&lt;/strong&gt; : une boucle (for), un appel systeme (seq) et
une reecriture (printf)&lt;/p&gt;
&lt;p&gt;&lt;code&gt;for X in $(seq 1 5); do printf &amp;quot;%03g &amp;quot; &amp;quot;$X&amp;quot;;done&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;bash3&lt;/strong&gt; : une boucle (for) et une reecriture
(printf)&lt;/p&gt;
&lt;p&gt;&lt;code&gt;for X in {1..5}; do printf &amp;quot;%03g &amp;quot; &amp;quot;$X&amp;quot;;done&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;bash4&lt;/strong&gt; : plus léger qu'un corn flake&lt;/p&gt;
&lt;p&gt;&lt;code&gt;echo {001..5}&lt;/code&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2009/10/29/Padding-gratuit-avec-bash4#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2009/10/29/Padding-gratuit-avec-bash4#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/456079</wfw:commentRss>
      </item>
    
  <item>
    <title>bash : plus d'echo sur la ligne</title>
    <link>http://blog.nanard.org/post/2009/09/01/bash-%3A-plus-d-echo-sur-la-ligne</link>
    <guid isPermaLink="false">urn:md5:c0b31024a8b6bc84de66fb5c58306e5c</guid>
    <pubDate>Tue, 01 Sep 2009 16:46:00 +0200</pubDate>
    <dc:creator>Bernard</dc:creator>
        <category>bash</category><category>shell</category>    
    <description>&lt;p&gt;Si ca te semble bizarre d'avoir a faire afficher une variable pour la passer
a un programme, ce billet est fait pour toi.&lt;/p&gt;    &lt;p&gt;Le man bash est formel :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Here Strings: A variant of here documents, the format is: &amp;lt;&amp;lt;&amp;lt;word
The word is expanded and supplied to the command on its standard input&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;ce qui veut dire que la forme :&lt;br /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;echo $VAR | grep motif&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;peut etre subsituee par :&lt;br /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;grep motif &amp;lt;&amp;lt;&amp;lt;$VAR&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;ca change la vie hein.&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2009/09/01/bash-%3A-plus-d-echo-sur-la-ligne#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2009/09/01/bash-%3A-plus-d-echo-sur-la-ligne#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/436455</wfw:commentRss>
      </item>
    
  <item>
    <title>Plants Vs Zombies : c'est fort dans ton wine !</title>
    <link>http://blog.nanard.org/post/2009/08/23/Plants-Vs-Zombies-%3A-c-est-fort-dans-ton-wine-%21</link>
    <guid isPermaLink="false">urn:md5:3f2d5ae4463b93723add4bef6be3db4d</guid>
    <pubDate>Sun, 23 Aug 2009 22:33:00 +0200</pubDate>
    <dc:creator>Bernard</dc:creator>
        <category>jeux</category><category>linux</category><category>wine</category>    
    <description>    &lt;p&gt;&lt;img src=&quot;http://blog.nanard.org/public/images/.Screenshot-cypher_talisker____m.jpg&quot; alt=&quot;PlantsVsZombies.screen&quot; title=&quot;PlantsVsZombies.screen, août 2009&quot; /&gt;&lt;/p&gt;
&lt;p&gt;L'oeil du geek aura tout de suite releve l'etat des process. il fallait le
faire !&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2009/08/23/Plants-Vs-Zombies-%3A-c-est-fort-dans-ton-wine-%21#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2009/08/23/Plants-Vs-Zombies-%3A-c-est-fort-dans-ton-wine-%21#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/428842</wfw:commentRss>
      </item>
    
  <item>
    <title>Vente privee de bijoux faits mains</title>
    <link>http://blog.nanard.org/post/2009/08/21/Vente-privee-de-bijoux-faits-mains</link>
    <guid isPermaLink="false">urn:md5:99afc81f8d76cb72bd81170ab8553903</guid>
    <pubDate>Fri, 21 Aug 2009 15:31:00 +0200</pubDate>
    <dc:creator>Bernard</dc:creator>
        <category>art</category><category>boutique</category>    
    <description>    &lt;p&gt;Il est un peu tôt pour les cadeaux de noël, mais voici un pointeur sur la
boutique de &lt;a href=&quot;http://lamalice.blog.free.fr&quot; hreflang=&quot;fr&quot;&gt;mAlice&lt;/a&gt;,
une fabricante française de bijoux fantaisie personnalisables donc les tarifs
restes honnêtes pour le travail effectue. C'est toujours mieux que les babioles
chinoise qu'on nous étale comme attrape-touristes. &lt;img src=&quot;http://lamalice.blog.free.fr/public/.IMG_3264_m.jpg&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;http://lamalice.blog.free.fr&quot; hreflang=&quot;fr&quot;&gt;http://lamalice.blog.free.fr&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2009/08/21/Vente-privee-de-bijoux-faits-mains#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2009/08/21/Vente-privee-de-bijoux-faits-mains#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/428392</wfw:commentRss>
      </item>
    
  <item>
    <title>Une upgrade de ram offerte par www.caranta.com !</title>
    <link>http://blog.nanard.org/post/2009/08/18/Une-upgrade-de-ram-offerte-par-www.caranta.com-%21</link>
    <guid isPermaLink="false">urn:md5:913b0f2b31be311f1a189d18de697c3f</guid>
    <pubDate>Tue, 18 Aug 2009 14:43:00 +0200</pubDate>
    <dc:creator>Bernard</dc:creator>
        <category>admin</category><category>amis</category>    
    <description>    &lt;p&gt;Oui, je sais, elle ne concerne que nanard.org, mais je salue bien bas le
cadeau :) Ça, c'est de l'avantage partenaire :)&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://blog.nanard.org/public/images/.IMG00287_m.jpg&quot; alt=&quot;1 Go de ram pour eeepc&quot; title=&quot;1 Go de ram pour eeepc, août 2009&quot; /&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2009/08/18/Une-upgrade-de-ram-offerte-par-www.caranta.com-%21#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2009/08/18/Une-upgrade-de-ram-offerte-par-www.caranta.com-%21#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/427657</wfw:commentRss>
      </item>
    
  <item>
    <title>pense-bete iptables</title>
    <link>http://blog.nanard.org/post/2009/06/26/pense-bete-iptables</link>
    <guid isPermaLink="false">urn:md5:6449aaa1a3c3322e76a94fb1052b5727</guid>
    <pubDate>Fri, 26 Jun 2009 08:52:00 +0200</pubDate>
    <dc:creator>Bernard</dc:creator>
        <category>iptables</category><category>linux</category><category>netfilter</category>    
    <description>&lt;p&gt;ressorti des archives 207 de nanard.org&lt;/p&gt;    &lt;p&gt;&lt;a href=&quot;http://blog.nanard.org/public/images/iptables3.jpg&quot;&gt;&lt;img src=&quot;http://blog.nanard.org/public/images/.iptables3_m.jpg&quot; alt=&quot;iptables3.jpg&quot; title=&quot;iptables3.jpg, juin 2009&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Mon prof de chimie disait souvent, pas de blah blah, des schémas ! des
fois ça aide, c'est vrai.&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2009/06/26/pense-bete-iptables#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2009/06/26/pense-bete-iptables#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/413486</wfw:commentRss>
      </item>
    
  <item>
    <title>Sophia SLip Awards</title>
    <link>http://blog.nanard.org/post/2009/06/25/Sophia-SLip-Awards</link>
    <guid isPermaLink="false">urn:md5:fbdb16d7c540559bd7392781f69fb295</guid>
    <pubDate>Thu, 25 Jun 2009 14:20:00 +0200</pubDate>
    <dc:creator>Bernard</dc:creator>
        <category>fun</category>    
    <description>    &lt;p&gt;C’est avec une fierté non dissimulée que ce matin, j’ai droit a mon slip en
terre cuite personnel. un prix qui restera dans les Anales.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://blog.nanard.org/public/images/.terre-cuite_m.jpg&quot; alt=&quot;slip en terre cuite&quot; title=&quot;slip en terre cuite, juin 2009&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Special thanks à &lt;a href=&quot;http://www.association-terra-cotta.com&quot; hreflang=&quot;fr&quot;&gt;http://www.association-terra-cotta.com&lt;/a&gt; et a &lt;a href=&quot;http://www.caranta.com/&quot; hreflang=&quot;fr&quot;&gt;Arthur Caranta&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2009/06/25/Sophia-SLip-Awards#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2009/06/25/Sophia-SLip-Awards#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/413325</wfw:commentRss>
      </item>
    
  <item>
    <title>awstats et les multi domaines sans douleur sous debian</title>
    <link>http://blog.nanard.org/post/2009/06/25/awstats-et-les-multi-domaines-sans-douleur-sous-debian</link>
    <guid isPermaLink="false">urn:md5:89d119a23b678bedb050c671685ca336</guid>
    <pubDate>Thu, 25 Jun 2009 14:08:00 +0200</pubDate>
    <dc:creator>Bernard</dc:creator>
        <category>awstats</category><category>bash</category><category>crontab</category>    
    <description>&lt;p&gt;Rappel (source Wikipedia) : AWStats est un analyseur de log web (mais
aussi FTP, Streaming et mail) offrant des vues graphiques statiques mais aussi
dynamiques des statistiques d’accès à vos serveurs web. Il permet d’afficher le
nombre de visites, de visiteurs uniques, de pages, de hits, de transfert, par
domaine/pays, hôte, heure, navigateur, OS,…&lt;/p&gt;
&lt;p&gt;il peut être judicieux de faire un wrapper qui cherche a tout générer d'un
coup, et ce pour toutes vont confs : par exemple les confs
suivantes :&lt;/p&gt;    &lt;p&gt;Rappel (source Wikipedia) : AWStats est un analyseur de log web (mais
aussi FTP, Streaming et mail) offrant des vues graphiques statiques mais aussi
dynamiques des statistiques d’accès à vos serveurs web. Il permet d’afficher le
nombre de visites, de visiteurs uniques, de pages, de hits, de transfert, par
domaine/pays, hôte, heure, navigateur, OS,…&lt;/p&gt;
&lt;p&gt;il peut être judicieux de faire un wrapper qui cherche a tout générer d'un
coup, et ce pour toutes vont confs : par exemple les confs
suivantes :&lt;/p&gt;
&lt;p&gt;/etc/awstats/awstats.conf.local /etc/awstats/awstats.blog.nanard.org.conf
/etc/awstats/awstats.munin.nanard.org.conf
/etc/awstats/awstats.all.nanard.org.conf&lt;/p&gt;
&lt;p&gt;le petit script suivant ne demande plus qu'a être place en &lt;a href=&quot;http://blog.nanard.org/tag/crontab&quot;&gt;crontab&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;
#!/bin/bash

/usr/bin/nice /usr/share/doc/awstats/examples/awstats_updateall.pl now -configdir=/etc/awstats/ -awstatsprog=/usr/lib/cgi-bin/awstats.pl

for I in /etc/awstats/*.conf 
        do
        F=${I%%.conf}
        my_config=${F:21}
/usr/bin/nice /usr/share/doc/awstats/examples/awstats_buildstaticpages.pl -config=$my_config -lang=fr -awstatsprog=/usr/lib/cgi-bin/awstats.pl -dir=&amp;lt;votre_html_dir&amp;gt;
done
&lt;/pre&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2009/06/25/awstats-et-les-multi-domaines-sans-douleur-sous-debian#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2009/06/25/awstats-et-les-multi-domaines-sans-douleur-sous-debian#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/413320</wfw:commentRss>
      </item>
    
  <item>
    <title>les regexps, comme dans un reve</title>
    <link>http://blog.nanard.org/post/2009/06/25/les-regexps-comme-dans-un-reve</link>
    <guid isPermaLink="false">urn:md5:90988c95f25a6f972d7e23492d52fcb6</guid>
    <pubDate>Thu, 25 Jun 2009 14:08:00 +0200</pubDate>
    <dc:creator>Bernard</dc:creator>
            
    <description>    &lt;p&gt;Encore un truc rigoureusement inutile, mais incontournablement
beau :&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.txt2re.com/&quot; hreflang=&quot;en&quot;&gt;http://www.txt2re.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On s’amusera a pisser un code ultra Crad rien que pour le plaisir (pour une
fois !)&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2009/06/25/les-regexps-comme-dans-un-reve#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2009/06/25/les-regexps-comme-dans-un-reve#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/413322</wfw:commentRss>
      </item>
    
  <item>
    <title>vim voit les blancs</title>
    <link>http://blog.nanard.org/post/2009/06/25/vim-voit-les-blancs</link>
    <guid isPermaLink="false">urn:md5:a9aa731c247db08bdb7a1a95fbdd1587</guid>
    <pubDate>Thu, 25 Jun 2009 14:02:00 +0200</pubDate>
    <dc:creator>Bernard</dc:creator>
        <category>vim</category>    
    <description>    &lt;p&gt;Avec ca dans le ~/.vimrc&lt;/p&gt;
&lt;pre&gt;
au Syntax * syn match Error /\s\+$\| \+\ze\t/
&lt;/pre&gt;
&lt;p&gt;maintenant, les espaces blancs qui trainent, c’est fini ! Des gros tas
rouges vous permettront de coder plus propre sous &lt;a href=&quot;http://blog.nanard.org/tag/vim&quot;&gt;vim&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://blog.nanard.org/public/images/.screenshot-demo_tokenspl-usr-share-dose-recdescent-perl-examples-vim_m.jpg&quot; alt=&quot;syntax vim&quot; title=&quot;syntax vim, juin 2009&quot; /&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.nanard.org/post/2009/06/25/vim-voit-les-blancs#comment-form</comments>
      <wfw:comment>http://blog.nanard.org/post/2009/06/25/vim-voit-les-blancs#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.nanard.org/feed/atom/comments/413318</wfw:commentRss>
      </item>
    
</channel>
</rss>
