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

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

    
    <item>
        <title>Lancer Konqueror en navigateur de fichier</title>
        <link>http://www.posteet.com/view/896</link>
        <description>
        <![CDATA[<pre>kfmclient openProfile filemanagement</pre> <a href="http://www.posteet.com/tags/KDE">[KDE]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a> ]]>        </description>
        <dc:creator>advitam</dc:creator>
        <pubDate>Fri, 25 Apr 2008 10:50:26 +0000</pubDate>

            <category>KDE</category>
            <category>linux</category>
    
    </item>

  
    <item>
        <title>Option sympa pour Grep // de la couleur dans ton grep</title>
        <link>http://www.posteet.com/view/853</link>
        <description>
        <![CDATA[<pre>grep --color EXPRESSION [FICHIER]</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/grep">[grep]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/regexp">[regexp]</a>  <a href="http://www.posteet.com/tags/shell">[shell]</a> ]]>        </description>
        <dc:creator>advitam</dc:creator>
        <pubDate>Tue, 01 Apr 2008 10:43:33 +0000</pubDate>

            <category>bash</category>
            <category>grep</category>
            <category>linux</category>
            <category>regexp</category>
            <category>shell</category>
    
    </item>

  
    <item>
        <title>Détecter l'encodage d'un fichier</title>
        <link>http://www.posteet.com/view/569</link>
        <description>
        <![CDATA[<pre>file -i &lt;fichier texte&gt; #donne l'encodage d'un fichier texte (charset=...) à partir de sa version 4.0</pre> <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/utf8">[utf8]</a> ]]>        </description>
        <dc:creator>advitam</dc:creator>
        <pubDate>Mon, 10 Dec 2007 12:44:17 +0000</pubDate>

            <category>linux</category>
            <category>utf8</category>
    
    </item>

  
    <item>
        <title>Convertir un fichier vers l'UTF-8 et inversement</title>
        <link>http://www.posteet.com/view/568</link>
        <description>
        <![CDATA[<pre>iconv -f iso-8859-1 -t utf-8 &lt;in &gt;out    # vers UTF-8
iconv -f utf-8 -t iso-8859-1 &lt;in &gt;out    # vers latin-1</pre> <a href="http://www.posteet.com/tags/convertir">[convertir]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/utf8">[utf8]</a> ]]>        </description>
        <dc:creator>advitam</dc:creator>
        <pubDate>Mon, 10 Dec 2007 12:43:02 +0000</pubDate>

            <category>convertir</category>
            <category>linux</category>
            <category>utf8</category>
    
    </item>

  
    <item>
        <title>Comment savoir à quel paquet appartient un fichier ?</title>
        <link>http://www.posteet.com/view/333</link>
        <description>
        <![CDATA[<pre>Si vous voulez installer un paquet et que vous ne parvenez pas à
     découvrir quel est son nom en cherchant avec `apt-cache', mais que
     vous connaissez le nom du programme lui-même, ou quelque autre fichier
     appartenant à ce paquet, vous pouvez alors utiliser `apt-file' pour
     retrouver le nom de ce paquet.  Ceci est fait comme suit :

          $ apt-file search &lt;nomdufichier&gt;

     Il fonctionne comme `dpkg -S', mais il vous affichera aussi les
     paquets non installés qui contiennent ce fichier.  Il peut aussi être
     utilisé pour trouver quel paquet contient les fichiers d'en-tête
     manquant à la compilation d'un programme, bien que `auto-apt' soit une
     meilleure solution pour résoudre ce problème, voir Section 5.3,
     `Comment installer des paquets « à la demande » ?'.

     Vous pouvez lister le contenu d'un paquet en exécutant :

          $ apt-file list &lt;nomdupaquet&gt;

     `apt-file' récupère une base de données des fichiers contenus dans
     tous les paquets, comme le fait `auto-apt' et elle doit être à jour.
     C'est fait en exécutant :

          # apt-file update

     Par défaut, `apt-file' et `auto-apt' utilisent la même base de
     données, voir Section 5.3, `Comment installer des paquets « à la
     demande » ?'.</pre> <a href="http://www.posteet.com/tags/debian">[debian]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a> ]]>        </description>
        <dc:creator>advitam</dc:creator>
        <pubDate>Thu, 08 Nov 2007 08:47:58 +0000</pubDate>

            <category>debian</category>
            <category>linux</category>
    
    </item>

  
    <item>
        <title>Desactiver les bip sytème linux</title>
        <link>http://www.posteet.com/view/322</link>
        <description>
        <![CDATA[<pre>Editer le fichier /etc/rc.local et ajouter la ligne : 

rmmod pcspkr

Redémarrer.</pre> <a href="http://www.posteet.com/tags/BIP">[BIP]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a> ]]>        </description>
        <dc:creator>advitam</dc:creator>
        <pubDate>Wed, 07 Nov 2007 08:46:34 +0000</pubDate>

            <category>BIP</category>
            <category>linux</category>
    
    </item>

  
    <item>
        <title>information détaillé d'utilisation de la RAM</title>
        <link>http://www.posteet.com/view/316</link>
        <description>
        <![CDATA[<pre>#!/bin/bash
total=`echo $(grep MemTotal: /proc/meminfo) | cut -d' ' -f2`
libre=`echo $(grep MemFree: /proc/meminfo) | cut -d' ' -f2`
buffers=`echo $(grep Buffers: /proc/meminfo) | cut -d' ' -f2`
cached=`echo $(grep Cached: /proc/meminfo) | cut -d' ' -f2`
dispo=$(($libre+$buffers+$cached))
echo &quot;Memoire totale     : $total Ko&quot;
echo &quot;Memoire libre      : $libre Ko&quot;
echo &quot;Memoire disponible : $dispo Ko&quot;</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/free">[free]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/meminfo">[meminfo]</a>  <a href="http://www.posteet.com/tags/RAM">[RAM]</a> ]]>        </description>
        <dc:creator>advitam</dc:creator>
        <pubDate>Tue, 06 Nov 2007 12:46:59 +0000</pubDate>

            <category>bash</category>
            <category>free</category>
            <category>linux</category>
            <category>meminfo</category>
            <category>RAM</category>
    
    </item>


</channel>
</rss>
