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

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

    
    <item>
        <title>supprimer en masse des signets dans scuttle</title>
        <link>http://www.posteet.com/view/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 17:51:16 +0000</pubDate>

            <category>administration</category>
            <category>mysql</category>
            <category>scuttle</category>
            <category>signets</category>
    
    </item>

  
    <item>
        <title>déconnecter sa session KDE à distance</title>
        <link>http://www.posteet.com/view/1044</link>
        <description>
        <![CDATA[<pre>dcop --user $USER --session `dcop --user $USER --list-sessions | grep DCOP`  ksmserver ksmserver logout 0 0 0</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/kde">[kde]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a> ]]>        </description>
        <dc:creator>bobuse</dc:creator>
        <pubDate>Fri, 04 Jul 2008 14:33:20 +0000</pubDate>

            <category>bash</category>
            <category>kde</category>
            <category>linux</category>
    
    </item>

  
    <item>
        <title>réencodage des vidéos de mon APN</title>
        <link>http://www.posteet.com/view/873</link>
        <description>
        <![CDATA[<pre>mencoder -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=400 -oac copy -o source.avi destination.avi</pre> <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/mencoder">[mencoder]</a>  <a href="http://www.posteet.com/tags/vidéo">[vidéo]</a> ]]>        </description>
        <dc:creator>bobuse</dc:creator>
        <pubDate>Mon, 21 Apr 2008 09:06:33 +0000</pubDate>

            <category>linux</category>
            <category>mencoder</category>
            <category>vidéo</category>
    
    </item>

  
    <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>Utiliser le LnF GTK pour les applis java</title>
        <link>http://www.posteet.com/view/549</link>
        <description>
        <![CDATA[<pre>echo &quot;swing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel&quot; | sudo tee /usr/lib/jvm/java-6-sun/lib/swing.properties</pre> <a href="http://www.posteet.com/tags/configuration">[configuration]</a>  <a href="http://www.posteet.com/tags/gtk">[gtk]</a>  <a href="http://www.posteet.com/tags/java">[java]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/lookandfeel">[lookandfeel]</a> ]]>        </description>
        <dc:creator>bobuse</dc:creator>
        <pubDate>Thu, 06 Dec 2007 07:10:23 +0000</pubDate>

            <category>configuration</category>
            <category>gtk</category>
            <category>java</category>
            <category>linux</category>
            <category>lookandfeel</category>
    
    </item>

  
    <item>
        <title>Réinitialiser le mot de passe d'un utilisateur mediawiki</title>
        <link>http://www.posteet.com/view/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 10:16:37 +0000</pubDate>

            <category>administration</category>
            <category>mediawiki</category>
            <category>mysql</category>
    
    </item>

  
    <item>
        <title>Récupérer l'adresse ip publique</title>
        <link>http://www.posteet.com/view/216</link>
        <description>
        <![CDATA[<pre>#L'appel à iconv n'est nécessaire que si votre système utilise utf8 comme jeu de caractères par défaut (ce qui devient de plus en plus courant) au lieu d'iso8859-1 (latin-1).
wget -q www.monip.org -O -  | iconv -f iso8859-1 -t utf8 | sed -nre 's/^.* (([0-9]{1,3}\.){3}[0-9]{1,3}).*$/\1/p'</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/ip">[ip]</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/shell">[shell]</a> ]]>        </description>
        <dc:creator>bobuse</dc:creator>
        <pubDate>Mon, 05 Nov 2007 10:04:56 +0000</pubDate>

            <category>bash</category>
            <category>ip</category>
            <category>linux</category>
            <category>reseau</category>
            <category>shell</category>
    
    </item>


</channel>
</rss>
