<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
    <title>Posteet: administration</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/posteet_administration" /><feedburner:info uri="posteet_administration" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
        <title>activer passive mode sur pure-ftpd</title>
        <link>http://feedproxy.google.com/~r/posteet_administration/~3/QRZn329X7YE/2127</link>
        <description>
        <![CDATA[<pre>/etc/pure-ftpd/conf/PassivePortRange


50000 50100</pre> <a href="http://www.posteet.com/tags/administration">[administration]</a>  <a href="http://www.posteet.com/tags/debian">[debian]</a>  <a href="http://www.posteet.com/tags/ftp">[ftp]</a>  <a href="http://www.posteet.com/tags/pure-ftpd">[pure-ftpd]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Sun, 10 Apr 2011 17:00:00 +0200</pubDate>

            <category>administration</category>
            <category>debian</category>
            <category>ftp</category>
            <category>pure-ftpd</category>
    
    <feedburner:origLink>http://www.posteet.com/view/2127</feedburner:origLink></item>

  
    <item>
        <title>Gestion des routes sous Linux</title>
        <link>http://feedproxy.google.com/~r/posteet_administration/~3/W4uXhqnwJYY/2101</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>sox</dc:creator>
        <pubDate>Tue, 28 Sep 2010 10:34:46 +0200</pubDate>

            <category>administration</category>
            <category>linux</category>
            <category>reseau</category>
            <category>routage</category>
    
    <feedburner:origLink>http://www.posteet.com/view/2101</feedburner:origLink></item>

  
    <item>
        <title>supprimer en masse des signets dans scuttle</title>
        <link>http://feedproxy.google.com/~r/posteet_administration/~3/M_pMPqF-DH0/1197</link>
        <description>
        <![CDATA[<pre>DELETE sc_bookmarks,
sc_tags FROM sc_tags,
sc_bookmarks WHERE sc_tags.bId = sc_bookmarks.bId AND sc_tags.tag = &quot;tag_des_signets_à_supprimer&quot;</pre> <a href="http://www.posteet.com/tags/administration">[administration]</a>  <a href="http://www.posteet.com/tags/mysql">[mysql]</a>  <a href="http://www.posteet.com/tags/scuttle">[scuttle]</a>  <a href="http://www.posteet.com/tags/signets">[signets]</a> ]]>        </description>
        <dc:creator>bobuse</dc:creator>
        <pubDate>Mon, 18 Aug 2008 19:51:16 +0200</pubDate>

            <category>administration</category>
            <category>mysql</category>
            <category>scuttle</category>
            <category>signets</category>
    
    <feedburner:origLink>http://www.posteet.com/view/1197</feedburner:origLink></item>

  
    <item>
        <title>Liste des paquets installés classés par taille</title>
        <link>http://feedproxy.google.com/~r/posteet_administration/~3/-wnhRLhf24k/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 13:18:20 +0100</pubDate>

            <category>administration</category>
            <category>bash</category>
            <category>debian</category>
            <category>linux</category>
    
    <feedburner:origLink>http://www.posteet.com/view/805</feedburner:origLink></item>

  
    <item>
        <title>Réinitialiser le mot de passe d'un utilisateur mediawiki</title>
        <link>http://feedproxy.google.com/~r/posteet_administration/~3/EFdypTBxwKw/246</link>
        <description>
        <![CDATA[<pre>UPDATE user SET user_password = MD5(CONCAT(user_id, '-', MD5('somepass'))) WHERE user_name = 'someuser';</pre> <a href="http://www.posteet.com/tags/administration">[administration]</a>  <a href="http://www.posteet.com/tags/mediawiki">[mediawiki]</a>  <a href="http://www.posteet.com/tags/mysql">[mysql]</a> ]]>        </description>
        <dc:creator>bobuse</dc:creator>
        <pubDate>Tue, 06 Nov 2007 11:16:37 +0100</pubDate>

            <category>administration</category>
            <category>mediawiki</category>
            <category>mysql</category>
    
    <feedburner:origLink>http://www.posteet.com/view/246</feedburner:origLink></item>

  
    <item>
        <title>gestion des routes sous Linux</title>
        <link>http://feedproxy.google.com/~r/posteet_administration/~3/ZF1y1ll9Lwo/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 08:18:23 +0200</pubDate>

            <category>administration</category>
            <category>linux</category>
            <category>reseau</category>
            <category>routage</category>
    
    <feedburner:origLink>http://www.posteet.com/view/68</feedburner:origLink></item>

  
    <item>
        <title>commandes de gestion des quotas sous Linux</title>
        <link>http://feedproxy.google.com/~r/posteet_administration/~3/j7UV75gZkG8/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 07:17:49 +0200</pubDate>

            <category>administration</category>
            <category>linux</category>
            <category>quotas</category>
    
    <feedburner:origLink>http://www.posteet.com/view/66</feedburner:origLink></item>

  
    <item>
        <title>afficher les fichiers cachés sous Mac OSX 10.4</title>
        <link>http://feedproxy.google.com/~r/posteet_administration/~3/NHpC_X400D0/65</link>
        <description>
        <![CDATA[<pre>defaults write com.apple.Finder ApleShowAllFiles true</pre> <a href="http://www.posteet.com/tags/administration">[administration]</a>  <a href="http://www.posteet.com/tags/mac OS X">[mac OS X]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Wed, 10 Oct 2007 06:56:54 +0200</pubDate>

            <category>administration</category>
            <category>mac OS X</category>
    
    <feedburner:origLink>http://www.posteet.com/view/65</feedburner:origLink></item>

  
    <item>
        <title>accès en écriture aux utilisateurs sur les montages fat</title>
        <link>http://feedproxy.google.com/~r/posteet_administration/~3/oF8p-YAheP4/64</link>
        <description>
        <![CDATA[<pre>#éditez le fichier /etc/fstab
/dev/hdb2          /mnt/mes_files         vfat    users,umask=000       0 0</pre> <a href="http://www.posteet.com/tags/administration">[administration]</a>  <a href="http://www.posteet.com/tags/fstab">[fstab]</a>  <a href="http://www.posteet.com/tags/montage">[montage]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Wed, 10 Oct 2007 06:51:19 +0200</pubDate>

            <category>administration</category>
            <category>fstab</category>
            <category>montage</category>
    
    <feedburner:origLink>http://www.posteet.com/view/64</feedburner:origLink></item>

  
    <item>
        <title>ajouter un utilisateur à un groupe</title>
        <link>http://feedproxy.google.com/~r/posteet_administration/~3/r7mVq8jJIKw/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 06:47:23 +0200</pubDate>

            <category>administration</category>
            <category>linux</category>
            <category>utilisateurs</category>
    
    <feedburner:origLink>http://www.posteet.com/view/63</feedburner:origLink></item>

  
    <item>
        <title>effacer les mails d'un compte unix</title>
        <link>http://feedproxy.google.com/~r/posteet_administration/~3/9XkmjXH50U4/18</link>
        <description>
        <![CDATA[<pre>mail -u user
d *
quit</pre> <a href="http://www.posteet.com/tags/administration">[administration]</a>  <a href="http://www.posteet.com/tags/mail">[mail]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Mon, 24 Sep 2007 08:49:54 +0200</pubDate>

            <category>administration</category>
            <category>mail</category>
    
    <feedburner:origLink>http://www.posteet.com/view/18</feedburner:origLink></item>

  
    <item>
        <title>rsync</title>
        <link>http://feedproxy.google.com/~r/posteet_administration/~3/zoRbfwDx870/6</link>
        <description>
        <![CDATA[<pre>#rsync de synchronisation de repertoire avec copie des modifs
rsync -rtlvz  --delete /mnt/reseau/ /backup/</pre> <a href="http://www.posteet.com/tags/administration">[administration]</a>  <a href="http://www.posteet.com/tags/backup">[backup]</a>  <a href="http://www.posteet.com/tags/rsync">[rsync]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Sat, 22 Sep 2007 23:12:57 +0200</pubDate>

            <category>administration</category>
            <category>backup</category>
            <category>rsync</category>
    
    <feedburner:origLink>http://www.posteet.com/view/6</feedburner:origLink></item>


</channel>
</rss>

