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

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

    
    <item>
        <title>Liste des paquets installés classés par taille</title>
        <link>http://www.posteet.com/view/805</link>
        <description>
        <![CDATA[<pre>dpkg-query -W --showformat='${Installed-Size} ${Package}\n' | sort -n</pre> <a href="http://www.posteet.com/tags/administration">[administration]</a>  <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/debian">[debian]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a> ]]>        </description>
        <dc:creator>bobuse</dc:creator>
        <pubDate>Sat, 01 Mar 2008 12:18:20 +0000</pubDate>

            <category>administration</category>
            <category>bash</category>
            <category>debian</category>
            <category>linux</category>
    
    </item>

  
    <item>
        <title>gestion des routes sous Linux</title>
        <link>http://www.posteet.com/view/68</link>
        <description>
        <![CDATA[<pre>#ajouter une route par defaut
route add default gw 192.168.0.1

#afficher les routes
route -n

# supprimer une route
route del -net 192.168.0.1/24</pre> <a href="http://www.posteet.com/tags/administration">[administration]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/reseau">[reseau]</a>  <a href="http://www.posteet.com/tags/routage">[routage]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Wed, 10 Oct 2007 06:18:23 +0000</pubDate>

            <category>administration</category>
            <category>linux</category>
            <category>reseau</category>
            <category>routage</category>
    
    </item>

  
    <item>
        <title>commandes de gestion des quotas sous Linux</title>
        <link>http://www.posteet.com/view/66</link>
        <description>
        <![CDATA[<pre>#allumer les quotas :
quotaon -a
#éteindre les qutoas
quotaoff -a

#éditez un quota via l'éditeur par defaut
edquota -u user -g group 

#éditez le temps entre la limite soft et la limite hard
edquota -t

#afficher la liste des quotas actifs
repquota -avug

#initialiser la base des quotas
quotacheck -avugm

#synchronisation des quotas
quotacheck -avug

#tips : unité 1000 = 1Mo

#éditez un quota en ligne de commande (intérresant pour le scripting)
setquota -u user -a soft_block hard_block soft_inode hard_inode
#ex :
setquota -u toto -a 1000 1000 1000 1000
#pour un quota de 1Mo</pre> <a href="http://www.posteet.com/tags/administration">[administration]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/quotas">[quotas]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Wed, 10 Oct 2007 05:17:49 +0000</pubDate>

            <category>administration</category>
            <category>linux</category>
            <category>quotas</category>
    
    </item>

  
    <item>
        <title>ajouter un utilisateur à un groupe</title>
        <link>http://www.posteet.com/view/63</link>
        <description>
        <![CDATA[<pre>gpasswd -a user groupe</pre> <a href="http://www.posteet.com/tags/administration">[administration]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/utilisateurs">[utilisateurs]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Wed, 10 Oct 2007 04:47:23 +0000</pubDate>

            <category>administration</category>
            <category>linux</category>
            <category>utilisateurs</category>
    
    </item>


</channel>
</rss>
