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

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

    
    <item>
        <title>Tester les performances d'un serveur de mail</title>
        <link>http://www.posteet.com/view/712</link>
        <description>
        <![CDATA[<pre>smtp-source -s 20 -l 5120 -m 15 -c -f user1@domain.tld -t user2@domain.tld serveurdemail:25

# -s Nombre de thread
# -l Taille du message
# -m Nombre de message
# -c affiche un compteur
# -f expediteur
# -t destinataire</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/email">[email]</a>  <a href="http://www.posteet.com/tags/mail">[mail]</a>  <a href="http://www.posteet.com/tags/performance">[performance]</a>  <a href="http://www.posteet.com/tags/postfix">[postfix]</a>  <a href="http://www.posteet.com/tags/smtp">[smtp]</a>  <a href="http://www.posteet.com/tags/système">[système]</a> ]]>        </description>
        <dc:creator>henri</dc:creator>
        <pubDate>Fri, 01 Feb 2008 09:33:05 +0000</pubDate>

            <category>bash</category>
            <category>email</category>
            <category>mail</category>
            <category>performance</category>
            <category>postfix</category>
            <category>smtp</category>
            <category>système</category>
    
    </item>

  
    <item>
        <title>Boot Windows impossible, fichier système endommagé</title>
        <link>http://www.posteet.com/view/537</link>
        <description>
        <![CDATA[<pre>Démarrez l'ordinateur en mode Console de récupération.
À l'invite de commande de la Console de récupération, tapez les lignes suivantes :


md tmp puis ENTREE
copy C:windowssystem32configsystem C:windowstmpsystem.bak puis ENTREE

copy C:windowssystem32configsoftware C:windowstmpsoftware.bak puis ENTREE

copy c:windowssystem32configsam c:windowstmpsam.bak puis ENTREE

copy c:windowssystem32configsecurity c:windowstmpsecurity.bak puis ENTREE

copy c:windowssystem32configdefault c:windowstmpdefault.bak puis ENTREE

delete c:windowssystem32configsystem puis ENTREE
delete c:windowssystem32configsoftware puis ENTREE
delete c:windowssystem32configsam puis ENTREE
delete c:windowssystem32configsecurity puis ENTREE
delete c:windowssystem32configdefault puis ENTREE

copy c:windowsrepairsystem c:windowssystem32configsystem puis ENTREE

copy c:windowsrepairsoftware c:windowssystem32configsoftware puis ENTREE

copy c:windowsrepairsam c:windowssystem32configsam puis ENTREE

copy c:windowsrepairsecurity c:windowssystem32configsecurity puis ENTREE

copy c:windowsrepairdefault c:windowssystem32configdefault puis ENTREE


Tapez exit pour quitter la Console de récupération Votre ordinateur va redémarrer.</pre> <a href="http://www.posteet.com/tags/crash">[crash]</a>  <a href="http://www.posteet.com/tags/récupération">[récupération]</a>  <a href="http://www.posteet.com/tags/système">[système]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Sat, 01 Dec 2007 15:19:16 +0000</pubDate>

            <category>crash</category>
            <category>récupération</category>
            <category>système</category>
            <category>windows</category>
    
    </item>

  
    <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>
