<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://frederic.ple.name/index.php/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Blog-note - Tag - bash</title>
  <link>http://frederic.ple.name/index.php/</link>
  <atom:link href="http://frederic.ple.name/index.php/feed/tag/bash/rss2" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>fr</language>
  <pubDate>Sat, 14 Jan 2012 12:23:07 +0100</pubDate>
  <copyright>Tous droits réservés, reproduction interdite</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Calcul de la date de la veille sans GNU date</title>
    <link>http://frederic.ple.name/index.php/post/2009/12/21/Calcul-de-la-date-de-la-veille-sans-GNU-date</link>
    <guid isPermaLink="false">urn:md5:12c1d6e2698bd00ac8005809c7bbc66b</guid>
    <pubDate>Mon, 21 Dec 2009 14:53:00 +0100</pubDate>
    <dc:creator>Fred</dc:creator>
        <category>bash</category><category>openbsd</category><category>os</category><category>programmation</category><category>shell</category><category>sysadmin</category><category>tutorial</category><category>unix</category>    
    <description>    &lt;p&gt;GNU date implémente une option --date extrèmement pratique qui permet de manipuler une date autre que celle actuelle.
Sous les Unix BSD (Solaris, OpenBSD... ), le binaire date n'est pas la version GNU.
Le seul moyen que j'ai trouvé pour calculer la date de la veille et de jouer avec le Time Zone :
&gt; dateMon Dec 21 14:49:30 CET 2009&gt; TZ=GMT+25... &lt;a href=&quot;http://frederic.ple.name/index.php/post/2009/12/21/Calcul-de-la-date-de-la-veille-sans-GNU-date&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Calcul de la date de la veille sans GNU date&lt;/a&gt;&lt;/p&gt;    &lt;div style=&#34;width:100%; text-align: center;&#34;&gt;&lt;div&gt;&lt;script src=&#34;http://www.blogbang.com/demo/js/blogbang_ad.php?id=6b0ef3ffef&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;    </description>
    
    
    
          <comments>http://frederic.ple.name/index.php/post/2009/12/21/Calcul-de-la-date-de-la-veille-sans-GNU-date#comment-form</comments>
      <wfw:comment>http://frederic.ple.name/index.php/post/2009/12/21/Calcul-de-la-date-de-la-veille-sans-GNU-date#comment-form</wfw:comment>
      <wfw:commentRss>http://frederic.ple.name/index.php/feed/atom/comments/843</wfw:commentRss>
      </item>
    
  <item>
    <title>Trier une liste d'adresses IP avec sort</title>
    <link>http://frederic.ple.name/index.php/post/2009/11/18/Trier-une-liste-d-adresses-IP-avec-sort</link>
    <guid isPermaLink="false">urn:md5:ffdc54340e87e3854ae13a6e5064dffe</guid>
    <pubDate>Wed, 18 Nov 2009 12:43:00 +0100</pubDate>
    <dc:creator>Fred</dc:creator>
        <category>bash</category><category>linux</category><category>programmation</category><category>reseau</category><category>shell</category><category>sysadmin</category><category>tutorial</category><category>unix</category>    
    <description>    &lt;p&gt;Pour trier un fichier texte contenant des lignes commençant par une adresse IP dans l'ordre croissant des adresses IP :sort -n -t '.' -k 1,4 fichier_a_trier.txt... &lt;a href=&quot;http://frederic.ple.name/index.php/post/2009/11/18/Trier-une-liste-d-adresses-IP-avec-sort&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Trier une liste d'adresses IP avec sort&lt;/a&gt;&lt;/p&gt;    &lt;div style=&#34;width:100%; text-align: center;&#34;&gt;&lt;div&gt;&lt;script src=&#34;http://www.blogbang.com/demo/js/blogbang_ad.php?id=6b0ef3ffef&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;    </description>
    
    
    
          <comments>http://frederic.ple.name/index.php/post/2009/11/18/Trier-une-liste-d-adresses-IP-avec-sort#comment-form</comments>
      <wfw:comment>http://frederic.ple.name/index.php/post/2009/11/18/Trier-une-liste-d-adresses-IP-avec-sort#comment-form</wfw:comment>
      <wfw:commentRss>http://frederic.ple.name/index.php/feed/atom/comments/834</wfw:commentRss>
      </item>
    
  <item>
    <title>Surfer avec IE sous Linux avec Wine</title>
    <link>http://frederic.ple.name/index.php/post/2009/09/30/Surfer-avec-IE-sous-Linux-avec-Wine</link>
    <guid isPermaLink="false">urn:md5:c589333ae4c194b84665620864607db9</guid>
    <pubDate>Wed, 30 Sep 2009 18:02:00 +0100</pubDate>
    <dc:creator>Fred</dc:creator>
        <category>bash</category><category>debian</category><category>ie</category><category>javascript</category><category>logiciel</category><category>logiciels libres</category><category>micro</category><category>microsoft</category><category>navigateur</category><category>redhat</category><category>shell</category><category>unix</category><category>vu sur le net</category><category>web</category>    
    <description>    &lt;p&gt;exécuter IE avec Wine sous Linux/Unix : ici... &lt;a href=&quot;http://frederic.ple.name/index.php/post/2009/09/30/Surfer-avec-IE-sous-Linux-avec-Wine&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Surfer avec IE sous Linux avec Wine&lt;/a&gt;&lt;/p&gt;    &lt;div style=&#34;width:100%; text-align: center;&#34;&gt;&lt;div&gt;&lt;script src=&#34;http://www.blogbang.com/demo/js/blogbang_ad.php?id=6b0ef3ffef&#34; type=&#34;text/javascript&#34;&gt;&lt;/script&gt;&lt;/div&gt;&lt;/div&gt;    </description>
    
    
    
          <comments>http://frederic.ple.name/index.php/post/2009/09/30/Surfer-avec-IE-sous-Linux-avec-Wine#comment-form</comments>
      <wfw:comment>http://frederic.ple.name/index.php/post/2009/09/30/Surfer-avec-IE-sous-Linux-avec-Wine#comment-form</wfw:comment>
      <wfw:commentRss>http://frederic.ple.name/index.php/feed/atom/comments/807</wfw:commentRss>
      </item>
    
  <item>
    <title>Créer un DVD bootable à partir du jeu de CD d'installation de Linux</title>
    <link>http://frederic.ple.name/index.php/post/2009/08/18/Cr%C3%A9er-un-DVD-bootable-%C3%A0-partir-du-jeu-de-CD-d-installation-de-Linux</link>
    <guid isPermaLink="false">urn:md5:15286e2c420260d9429a1f5069d59af3</guid>
    <pubDate>Tue, 18 Aug 2009 11:49:00 +0200</pubDate>
    <dc:creator>Fred</dc:creator>
        <category>bash</category><category>debian</category><category>linux</category><category>logiciels libres</category><category>os</category><category>redhat</category><category>shell</category><category>sysadmin</category><category>tutorial</category>    
    <description>    &lt;p&gt;Le but de la manipulation est de créer un DVD bootable d'une distribution linux dont on n'aurait que les CD (c'est pénible de changer les supports!).
Créer un répertoire temporaire dvd/ et copier à l'intérieur le contenu de tous les CD afin de créer dans ce répertoire temporaire l'arboresence du futur DVD.
se positionner dans le répertoire dvd et... &lt;a href=&quot;http://frederic.ple.name/index.php/post/2009/08/18/Cr%C3%A9er-un-DVD-bootable-%C3%A0-partir-du-jeu-de-CD-d-installation-de-Linux&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Créer un DVD bootable à partir du jeu de CD d'installation de Linux&lt;/a&gt;&lt;/p&gt;    </description>
    
    
    
          <comments>http://frederic.ple.name/index.php/post/2009/08/18/Cr%C3%A9er-un-DVD-bootable-%C3%A0-partir-du-jeu-de-CD-d-installation-de-Linux#comment-form</comments>
      <wfw:comment>http://frederic.ple.name/index.php/post/2009/08/18/Cr%C3%A9er-un-DVD-bootable-%C3%A0-partir-du-jeu-de-CD-d-installation-de-Linux#comment-form</wfw:comment>
      <wfw:commentRss>http://frederic.ple.name/index.php/feed/atom/comments/787</wfw:commentRss>
      </item>
    
  <item>
    <title>Créer une image ISO d'un CD sous Linux en ligne de commande</title>
    <link>http://frederic.ple.name/index.php/post/2009/08/07/Cr%C3%A9er-une-image-ISO-d-un-CD-sous-Linux-en-ligne-de-commande</link>
    <guid isPermaLink="false">urn:md5:d750be1dc105b7edc1fc568abb3879cc</guid>
    <pubDate>Fri, 07 Aug 2009 18:36:00 +0200</pubDate>
    <dc:creator>Fred</dc:creator>
        <category>bash</category><category>debian</category><category>linux</category><category>openbsd</category><category>shell</category><category>sysadmin</category><category>tutorial</category><category>unix</category>    
    <description>    &lt;p&gt;dd if=/dev/cdrom of=~/image.iso... &lt;a href=&quot;http://frederic.ple.name/index.php/post/2009/08/07/Cr%C3%A9er-une-image-ISO-d-un-CD-sous-Linux-en-ligne-de-commande&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Créer une image ISO d'un CD sous Linux en ligne de commande&lt;/a&gt;&lt;/p&gt;    </description>
    
    
    
          <comments>http://frederic.ple.name/index.php/post/2009/08/07/Cr%C3%A9er-une-image-ISO-d-un-CD-sous-Linux-en-ligne-de-commande#comment-form</comments>
      <wfw:comment>http://frederic.ple.name/index.php/post/2009/08/07/Cr%C3%A9er-une-image-ISO-d-un-CD-sous-Linux-en-ligne-de-commande#comment-form</wfw:comment>
      <wfw:commentRss>http://frederic.ple.name/index.php/feed/atom/comments/784</wfw:commentRss>
      </item>
    
</channel>
</rss>

