<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: linux,système</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Vérifier performance des disques</title>
        <link>http://www.posteet.com/view/194</link>
        <description>
        <![CDATA[<pre>hdparm -Tt /dev/hda
/dev/sda:
 Timing cached reads:   4868 MB in  2.00 seconds = 2433.34 MB/sec
 Timing buffered disk reads:  218 MB in  3.01 seconds =  72.50 MB/sec</pre> <a href="http://www.posteet.com/tags/disque">[disque]</a>  <a href="http://www.posteet.com/tags/disque dur">[disque dur]</a>  <a href="http://www.posteet.com/tags/disques">[disques]</a>  <a href="http://www.posteet.com/tags/disques durs">[disques durs]</a>  <a href="http://www.posteet.com/tags/hdparm">[hdparm]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a>  <a href="http://www.posteet.com/tags/système">[système]</a>  <a href="http://www.posteet.com/tags/vitesse disque">[vitesse disque]</a> ]]>        </description>
        <dc:creator>henri</dc:creator>
        <pubDate>Mon, 05 Nov 2007 08:05:06 +0000</pubDate>

            <category>disque</category>
            <category>disque dur</category>
            <category>disques</category>
            <category>disques durs</category>
            <category>hdparm</category>
            <category>linux</category>
            <category>shell</category>
            <category>système</category>
            <category>vitesse disque</category>
    
    </item>

  
    <item>
        <title>[Linux] Netstat - Les bonnes options pour tout voir</title>
        <link>http://www.posteet.com/view/112</link>
        <description>
        <![CDATA[<pre>netstat -lapute</pre> <a href="http://www.posteet.com/tags/awesome">[awesome]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/netstat">[netstat]</a>  <a href="http://www.posteet.com/tags/network">[network]</a>  <a href="http://www.posteet.com/tags/réseau">[réseau]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a>  <a href="http://www.posteet.com/tags/système">[système]</a> ]]>        </description>
        <dc:creator>henri</dc:creator>
        <pubDate>Thu, 25 Oct 2007 07:15:53 +0000</pubDate>

            <category>awesome</category>
            <category>linux</category>
            <category>netstat</category>
            <category>network</category>
            <category>réseau</category>
            <category>shell</category>
            <category>système</category>
    
    </item>

  
    <item>
        <title>Raccourci pour le traditionnel &quot;ps suivi du grep&quot;</title>
        <link>http://www.posteet.com/view/42</link>
        <description>
        <![CDATA[<pre>alias psg='ps -ef | grep'
# à mettre dans /etc/profile par exemple</pre> <a href="http://www.posteet.com/tags/alias">[alias]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/ps">[ps]</a>  <a href="http://www.posteet.com/tags/raccourci">[raccourci]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a>  <a href="http://www.posteet.com/tags/système">[système]</a> ]]>        </description>
        <dc:creator>henri</dc:creator>
        <pubDate>Wed, 26 Sep 2007 06:42:25 +0000</pubDate>

            <category>alias</category>
            <category>linux</category>
            <category>ps</category>
            <category>raccourci</category>
            <category>shell</category>
            <category>système</category>
    
    </item>

  
    <item>
        <title>créer un fichier de swap</title>
        <link>http://www.posteet.com/view/41</link>
        <description>
        <![CDATA[<pre># Utile si on ne peut pas jouer avec les partitions ou si on en a pas une de libre.
dd if=/dev/zero of=swapfile bs=1024k count=50
mkswap swapfile 
swapon swapfile</pre> <a href="http://www.posteet.com/tags/dd">[dd]</a>  <a href="http://www.posteet.com/tags/disque">[disque]</a>  <a href="http://www.posteet.com/tags/filesystem">[filesystem]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/partition">[partition]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a>  <a href="http://www.posteet.com/tags/swap">[swap]</a>  <a href="http://www.posteet.com/tags/système">[système]</a> ]]>        </description>
        <dc:creator>henri</dc:creator>
        <pubDate>Wed, 26 Sep 2007 06:40:33 +0000</pubDate>

            <category>dd</category>
            <category>disque</category>
            <category>filesystem</category>
            <category>linux</category>
            <category>partition</category>
            <category>shell</category>
            <category>swap</category>
            <category>système</category>
    
    </item>

  
    <item>
        <title>[Linux] Pour checker l'orthographe</title>
        <link>http://www.posteet.com/view/40</link>
        <description>
        <![CDATA[<pre>ispell -d francais fichier.texte          (pour encodage ISO 8859/1)
ispell -d francais fichier.tex            (pour encodage TeX)
ispell -d francais -T list -t fichier.tex (fichier TeX, encodage 8859/1)</pre> <a href="http://www.posteet.com/tags/dico">[dico]</a>  <a href="http://www.posteet.com/tags/ispell">[ispell]</a>  <a href="http://www.posteet.com/tags/lang">[lang]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/orthographe">[orthographe]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a>  <a href="http://www.posteet.com/tags/système">[système]</a> ]]>        </description>
        <dc:creator>henri</dc:creator>
        <pubDate>Wed, 26 Sep 2007 06:36:36 +0000</pubDate>

            <category>dico</category>
            <category>ispell</category>
            <category>lang</category>
            <category>linux</category>
            <category>orthographe</category>
            <category>shell</category>
            <category>système</category>
    
    </item>


</channel>
</rss>
