<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://julien.danjou.info/blog/index.php/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>jd:/dev/blog - Tag - software  - Commentaires</title>
  <link>http://julien.danjou.info/blog/index.php/</link>
  <atom:link href="http://julien.danjou.info/blog/index.php/feed/tag/software/rss2/comments" rel="self" type="application/rss+xml"/>
  <description>Julien Danjou's blog</description>
  <language>fr</language>
  <pubDate>Fri, 14 Nov 2008 16:30:23 +0100</pubDate>
  <copyright>All Right Reserved</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
    
    <item>
    <title>PHP applications code quality - --==[FReeZ]==--</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/03/27/PHP-applications-code-quality#c135788</link>
    <guid isPermaLink="false">urn:md5:c748c0ab1a32d8dce5debfba86705a1b</guid>
    <pubDate>Mon, 14 Jul 2008 18:26:35 +0200</pubDate>
    <dc:creator>--==[FReeZ]==--</dc:creator>
    
    <description>&lt;p&gt;I absolutely agree with what's been written in this article. Most PHP developers are not experienced and possibly never will be, since they don't learn, don't read, but write only.&lt;/p&gt;


&lt;p&gt;They usually produce very awful code,  sometimes I wonder and ask myself how can that even work, but then I realize it's not really working, so only HTML and CSS makes it looking so, while error reporting has been suppressed to lower levels (without E_NOTICE | E_STRICT). .&lt;/p&gt;


&lt;p&gt;A person without good knowledge of assembler or C / C++ cannot be a good programmer in any language, including simple hypertext preprocessor and javascript.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PHP applications code quality - jd</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/03/27/PHP-applications-code-quality#c135354</link>
    <guid isPermaLink="false">urn:md5:89f69a199fcd319482806006a19a9a6e</guid>
    <pubDate>Fri, 28 Mar 2008 14:48:35 +0100</pubDate>
    <dc:creator>jd</dc:creator>
    
    <description>&lt;p&gt;Well, that's sad most of you fall into that huge troll blindly. &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Do not read this post at first degree, and read between the lines, guys.&lt;/p&gt;


&lt;p&gt;Obviously there is great applications in PHP. I do work in a company writing PHP apps all the day, and I really do not think what my coworkers do every day is crap.&lt;/p&gt;


&lt;p&gt;Good developers do good code, whatever the language they're using, no one will tell you the opposite.&lt;/p&gt;


&lt;p&gt;But, lots of newbie developers come in with PHP and learn with that and then do puslish crappy code.&lt;/p&gt;


&lt;p&gt;Why they learn with PHP ? Because da Web 2.0 time obviously.&lt;/p&gt;


&lt;p&gt;Alex did a pretty good analyse, I'd just add that PHP gives you enough rope to hang you and all your family (server) in the ride (again hello SQL injection, XSS etc.) if you do not care.&lt;br /&gt;
And you do NOT HAVE TO care.&lt;/p&gt;


&lt;p&gt;Make an error in C, it'll segfault. That at least learns you to &quot;think before writing&quot; when you begin.&lt;/p&gt;


&lt;p&gt;PHP does not learn people to think before writing; and that's not bad if you're a good developer.&lt;/p&gt;


&lt;p&gt;But if you are a newbie, beginning your coding experience with PHP like some (I use &quot;some&quot; to not tell &quot;many&quot;) people I know did, you will do crap, no matter what.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PHP applications code quality - djdarkman</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/03/27/PHP-applications-code-quality#c135353</link>
    <guid isPermaLink="false">urn:md5:454a688e937f76977341e2ac0c21d036</guid>
    <pubDate>Fri, 28 Mar 2008 14:30:24 +0100</pubDate>
    <dc:creator>djdarkman</dc:creator>
    
    <description>&lt;p&gt;PHP is an easy and powerfull language, it`s stupid to critisize it for being easy and powerfull.&lt;/p&gt;


&lt;p&gt;Whining about type conversion all day, doesn`t make your preffered language any better than php.&lt;/p&gt;


&lt;p&gt;Yes there are weak minded PHP developers, but there are also weak minded C, Perl, Ruby, Java , Python .... etc. developers also.&lt;/p&gt;


&lt;p&gt;Get over it, PHP can do things that other languaes don`t.&lt;/p&gt;


&lt;p&gt;&quot;do not use functions but include() multiple times thousand of files and then do not close/free anything.&quot;&lt;/p&gt;


&lt;p&gt;That`s not true, you looked at one code then you generalize it. And did you hear of garbage collection? or did you hear that an averave PHP script runs less than a second and after it`s execution all memory is freed? freeing memory during runtime is so pointless, uses extra CPU cycles, get over it PHP is for web not for client side apps.&lt;/p&gt;


&lt;p&gt;&quot;Well, take as example what we would do with Python and GTK+ if they were like PHP and HTML&quot;&lt;/p&gt;


&lt;p&gt;HTML is not GTK and never will be this example is invalid. By the way it`s a very greate excuse for GTK`s brain damaged API.&lt;/p&gt;


&lt;p&gt;&quot;I guess that's primarily the language fault.&quot;&lt;/p&gt;


&lt;p&gt;Languagees don`t write bad code, people do.&lt;/p&gt;


&lt;p&gt;&quot;It permits to do a lot of stuff and does not simplify, help nor force the simplest implementation methods like MVC which should be the base in Web developement.&quot;&lt;/p&gt;


&lt;p&gt;It does simplify everything, but if you don`t like it write your own classes that force people (who can`t program without forcing) to program the right way.&lt;/p&gt;


&lt;p&gt;Please don`t post any more posts likt these, because it`s a ridicilous comparism that doesn`t prove anything, remember:&lt;/p&gt;


&lt;p&gt;Languagees don`t write bad code, people do.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PHP applications code quality - wow</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/03/27/PHP-applications-code-quality#c135352</link>
    <guid isPermaLink="false">urn:md5:f647f25aca9ecb04571bb7cc67560000</guid>
    <pubDate>Fri, 28 Mar 2008 11:52:38 +0100</pubDate>
    <dc:creator>wow</dc:creator>
    
    <description>&lt;p&gt;Wow, by reading this article, it looks you are one of the best developers in the world.&lt;/p&gt;


&lt;p&gt;&quot;It's so easy to do bad code that lot of people coming from nowhere and who did not learn anything from other languages are doing it.&quot;&lt;/p&gt;


&lt;p&gt;That *hurts* you in some way? Don't use that code, man! Congratulations for being so ego-centric.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PHP applications code quality - Yamakasi</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/03/27/PHP-applications-code-quality#c135349</link>
    <guid isPermaLink="false">urn:md5:d651751aaa5aebac2c41393159e54cf7</guid>
    <pubDate>Thu, 27 Mar 2008 23:05:34 +0100</pubDate>
    <dc:creator>Yamakasi</dc:creator>
    
    <description>&lt;p&gt;Well... another &quot;elite&quot; developer rant about a low entry language.... Nothing new here&lt;/p&gt;


&lt;p&gt;Erich is very tiring in this regard, don't follow the same path.&lt;/p&gt;


&lt;p&gt;It's not in the language, its in the developer&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PHP applications code quality - Pierre</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/03/27/PHP-applications-code-quality#c135348</link>
    <guid isPermaLink="false">urn:md5:8a4db78678202d14df88af46e422fb55</guid>
    <pubDate>Thu, 27 Mar 2008 22:28:43 +0100</pubDate>
    <dc:creator>Pierre</dc:creator>
    
    <description>&lt;p&gt;Juste une note, proner le libre et appliquer la censure n'est pas vraiment tres coherent. Enfin,    les filtres dans mon feed read sont pratiques, planet-debian ne sera que plus interessant.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PHP applications code quality - Alex</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/03/27/PHP-applications-code-quality#c135344</link>
    <guid isPermaLink="false">urn:md5:b6fb65228f57e4315ade3d098a3d02de</guid>
    <pubDate>Thu, 27 Mar 2008 14:22:08 +0100</pubDate>
    <dc:creator>Alex</dc:creator>
    
    <description>&lt;p&gt;Like C, PHP gives you enough rope to hang yourself.  Just be glad it's not like Visual Basic, which gives you enough rope to shoot yourself.  My biggest gripe is its utter disregard for types, which enables the above-mentioned randomly-typed data.  That, and the fact that the older mysql interface will close connections if the script crashes, but the newer, otherwise-nicer mysqli will not.  And the lack of support for prepared queries (hello, SQL injection).  I could probably complain about PHP for hours on end.  I am currently developing a web app in PHP, and my experiences could probably be published in a book entitled &quot;Object-Oriented Programming and Clean Design in a Hostile Environment&quot;.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>PHP applications code quality - Jeff Bailey</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/03/27/PHP-applications-code-quality#c135343</link>
    <guid isPermaLink="false">urn:md5:62d458f7257f5952a813855baedeeefb</guid>
    <pubDate>Thu, 27 Mar 2008 13:23:19 +0100</pubDate>
    <dc:creator>Jeff Bailey</dc:creator>
    
    <description>&lt;p&gt;I got a chance to do a php contract and do a maintainable job of it. The language doesn't make it easy. Zendcframework helps, so does the eclipse php plugin.&lt;/p&gt;


&lt;p&gt;If you want to see the result, look at the groupus project on launchpad.&lt;/p&gt;


&lt;p&gt;Like any codebase,  there are lots of places where we just didnt manage to finish a transition. Overall, the code is clean enough to show the outside world.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Time &lt; work - jd</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/11/15/Time-work#c44204</link>
    <guid isPermaLink="false">urn:md5:30eefa0fd9cbda2d2b5a783a06004359</guid>
    <pubDate>Fri, 16 Nov 2007 10:24:54 +0100</pubDate>
    <dc:creator>jd</dc:creator>
    
    <description>&lt;p&gt;it will come with awesome 2.0-rc1.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Time &lt; work - Dave</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/11/15/Time-work#c43753</link>
    <guid isPermaLink="false">urn:md5:702d1a495d9eca5c7c838532bc663de1</guid>
    <pubDate>Fri, 16 Nov 2007 03:50:15 +0100</pubDate>
    <dc:creator>Dave</dc:creator>
    
    <description>&lt;p&gt;I'm looking forward to awesome in Debian!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>awesome developement - xorg62</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/10/29/awesome-developement#c31808</link>
    <guid isPermaLink="false">urn:md5:65e65fb8e0a410046fc975cf06e11754</guid>
    <pubDate>Thu, 08 Nov 2007 18:02:58 +0100</pubDate>
    <dc:creator>xorg62</dc:creator>
    
    <description>&lt;p&gt;salut&lt;br /&gt;
j'utilise awesome depuis plus d'un mois et&lt;br /&gt;
et je trouve ça genial !&lt;/p&gt;


&lt;p&gt;continue a l'ameliorer comme ça tu fait du super boulot !&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>awesome developement - Sylphe</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/10/29/awesome-developement#c20253</link>
    <guid isPermaLink="false">urn:md5:ca046cad98d1707b30eca3b417a94c81</guid>
    <pubDate>Tue, 30 Oct 2007 17:16:26 +0100</pubDate>
    <dc:creator>Sylphe</dc:creator>
    
    <description>&lt;p&gt;Je teste awesome depuis seulement 4 jours et j'ai l'impression d'avoir enfin trouvé le wm qui me convient.&lt;/p&gt;


&lt;p&gt;Donc merci à toi et aux contributeurs, le développement prend de belles voies.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>git statistics? - jd</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/10/02/git-statistics#c11489</link>
    <guid isPermaLink="false">urn:md5:1a3324012f554d2e15271587a9d87b7c</guid>
    <pubDate>Wed, 03 Oct 2007 20:02:02 +0200</pubDate>
    <dc:creator>jd</dc:creator>
    
    <description>&lt;p&gt;I use gdgraph with Python&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>git statistics? - Iñaki</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/10/02/git-statistics#c11476</link>
    <guid isPermaLink="false">urn:md5:e5aa0fff898135dcbaa8922f67361048</guid>
    <pubDate>Wed, 03 Oct 2007 17:51:49 +0200</pubDate>
    <dc:creator>Iñaki</dc:creator>
    
    <description>&lt;p&gt;Hi Julien, I'm using GD::Graph (with perl) but I could learn some python to use a decent library for the graphs. Thanks for all &lt;img src=&quot;/blog//themes/geeek.org/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>git statistics? - jd</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/10/02/git-statistics#c11114</link>
    <guid isPermaLink="false">urn:md5:816d27fb4d1deadd86e0e56b6c0f1ab3</guid>
    <pubDate>Tue, 02 Oct 2007 19:21:23 +0200</pubDate>
    <dc:creator>jd</dc:creator>
    
    <description>&lt;p&gt;Iñaki, as said, I wrote that in 10 minutes with Python &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Thomas, gitstats is a pain to install... SQL beh!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>git statistics? - Thomas Bleher</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/10/02/git-statistics#c11004</link>
    <guid isPermaLink="false">urn:md5:f115c9748b1f251fbdbddba567b66036</guid>
    <pubDate>Tue, 02 Oct 2007 17:35:14 +0200</pubDate>
    <dc:creator>Thomas Bleher</dc:creator>
    
    <description>&lt;p&gt;You may want to look at &lt;a href=&quot;http://tree.celinuxforum.org/gitstat/&quot; title=&quot;http://tree.celinuxforum.org/gitstat/&quot; rel=&quot;nofollow&quot;&gt;http://tree.celinuxforum.org/gitsta...&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>git statistics? - Iñaki</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/10/02/git-statistics#c10959</link>
    <guid isPermaLink="false">urn:md5:fd578b5fa190a887c29d6444710303f4</guid>
    <pubDate>Tue, 02 Oct 2007 16:57:04 +0200</pubDate>
    <dc:creator>Iñaki</dc:creator>
    
    <description>&lt;p&gt;Nice graph!! What app do you used to generate it? I'm looking something similar.&lt;/p&gt;


&lt;p&gt;Greetings!!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>awesome - Mafiou</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/09/20/awesome#c9715</link>
    <guid isPermaLink="false">urn:md5:bbeef3ce24996b5a1ef8469ff47d2f00</guid>
    <pubDate>Fri, 21 Sep 2007 18:14:07 +0200</pubDate>
    <dc:creator>Mafiou</dc:creator>
    
    <description>&lt;p&gt;I know this guy for about ten years so I'm not surprised. Since then, he's been LEGEN ... wait for it ... DARY.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>awesome - jay</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/09/20/awesome#c9689</link>
    <guid isPermaLink="false">urn:md5:c7304d50763e03b47c4b32a1123388b0</guid>
    <pubDate>Fri, 21 Sep 2007 09:13:44 +0200</pubDate>
    <dc:creator>jay</dc:creator>
    
    <description>&lt;p&gt;&quot;there's no stupid limit on its source size, we have features we want.&quot;&lt;/p&gt;


&lt;p&gt;I never understood why imposing an arbitrary source code size limit would help quality; congrats to this decision &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;/J&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>awesome - Arthur</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/09/20/awesome#c9625</link>
    <guid isPermaLink="false">urn:md5:2a130a217c8e4bc744a22196a2ce9a13</guid>
    <pubDate>Thu, 20 Sep 2007 22:43:18 +0200</pubDate>
    <dc:creator>Arthur</dc:creator>
    
    <description>&lt;p&gt;A very good wm and a good replacement for my dwm, awesome! &lt;img src=&quot;/blog//themes/geeek.org/smilies/wink.png&quot; alt=&quot;;-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>awesome - jd</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/09/20/awesome#c9621</link>
    <guid isPermaLink="false">urn:md5:3a8fe57e6a41e683fe07a02c7aa7c07b</guid>
    <pubDate>Thu, 20 Sep 2007 21:17:33 +0200</pubDate>
    <dc:creator>jd</dc:creator>
    
    <description>&lt;p&gt;Not yet because of a dependency problem&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=441200&quot; title=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=441200&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/bugr...&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>awesome - Nelson A. de Oliveira</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/09/20/awesome#c9618</link>
    <guid isPermaLink="false">urn:md5:e3fd4d65458abea6c3983f209bbd9474</guid>
    <pubDate>Thu, 20 Sep 2007 19:45:59 +0200</pubDate>
    <dc:creator>Nelson A. de Oliveira</dc:creator>
    
    <description>&lt;p&gt;Debian package, please? &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Window manager sucks - jd</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/08/17/Window-manager-sucks#c4079</link>
    <guid isPermaLink="false">urn:md5:ba6fd8b175018402e2c305f73ceac3f6</guid>
    <pubDate>Sun, 19 Aug 2007 01:28:04 +0200</pubDate>
    <dc:creator>jd</dc:creator>
    
    <description>&lt;p&gt;Ok. I've forked dwm yesterday finally.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Window manager sucks - curson</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/08/17/Window-manager-sucks#c3930</link>
    <guid isPermaLink="false">urn:md5:05d81b9c594b691925f045548a3372c0</guid>
    <pubDate>Sat, 18 Aug 2007 08:52:11 +0200</pubDate>
    <dc:creator>curson</dc:creator>
    
    <description>&lt;p&gt;Try DWM, you won't be disappointed.&lt;br /&gt;
It takes a little to get acquainted with it, but it's very addictive and 100% customizable &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Window manager sucks - Geoffroy Carrier</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/08/17/Window-manager-sucks#c3901</link>
    <guid isPermaLink="false">urn:md5:e2934f520ab4a49fb13878953d5dbc8f</guid>
    <pubDate>Sat, 18 Aug 2007 05:15:19 +0200</pubDate>
    <dc:creator>Geoffroy Carrier</dc:creator>
    
    <description>&lt;p&gt;I have to agree about dwm. It just rocks.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Window manager sucks - Corsac</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/08/17/Window-manager-sucks#c3770</link>
    <guid isPermaLink="false">urn:md5:0db2c87f82d1d6fea7bbae1300e9f99c</guid>
    <pubDate>Fri, 17 Aug 2007 11:08:19 +0200</pubDate>
    <dc:creator>Corsac</dc:creator>
    
    <description>&lt;p&gt;just use xfwm4&lt;/p&gt;


&lt;p&gt;;p&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Window manager sucks - Kai Hendry</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/08/17/Window-manager-sucks#c3750</link>
    <guid isPermaLink="false">urn:md5:17af22a1af77935ec4f5632c2550b86b</guid>
    <pubDate>Fri, 17 Aug 2007 09:43:39 +0200</pubDate>
    <dc:creator>Kai Hendry</dc:creator>
    
    <description>&lt;p&gt;&lt;a href=&quot;http://www.suckless.org/wiki/&quot; title=&quot;http://www.suckless.org/wiki/&quot; rel=&quot;nofollow&quot;&gt;http://www.suckless.org/wiki/&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;dwm is a good window manager&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>On media players, xmms and audacious - ttm</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/08/10/On-media-players-xmms-anda-audacious#c2332</link>
    <guid isPermaLink="false">urn:md5:cbc2e7f599f4cf8ffcb472778a3c2491</guid>
    <pubDate>Sat, 11 Aug 2007 02:06:44 +0200</pubDate>
    <dc:creator>ttm</dc:creator>
    
    <description>&lt;p&gt;MPD ? (Music Player Daemon)&lt;/p&gt;


&lt;p&gt;large choice of clients...&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://musicpd.org&quot; title=&quot;http://musicpd.org&quot; rel=&quot;nofollow&quot;&gt;http://musicpd.org&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>On media players, xmms and audacious - romain</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/08/10/On-media-players-xmms-anda-audacious#c2275</link>
    <guid isPermaLink="false">urn:md5:337375dceed93b973d780c74a3cd6d0c</guid>
    <pubDate>Fri, 10 Aug 2007 17:38:08 +0200</pubDate>
    <dc:creator>romain</dc:creator>
    
    <description>&lt;p&gt;beep-media-player ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>On media players, xmms and audacious - Anonymous</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/08/10/On-media-players-xmms-anda-audacious#c2274</link>
    <guid isPermaLink="false">urn:md5:f6dc78d0bd39c208bb19a4baa30850cf</guid>
    <pubDate>Fri, 10 Aug 2007 17:31:55 +0200</pubDate>
    <dc:creator>Anonymous</dc:creator>
    
    <description>&lt;p&gt;Random suggestion: Quod Libet works very well with huge music libraries.  It also has excellent search, which would address your desire to just load your entire playlist and jump to a song you want.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>On media players, xmms and audacious - samvais</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/08/10/On-media-players-xmms-anda-audacious#c2262</link>
    <guid isPermaLink="false">urn:md5:ec6e3b910f446e404e566c2eec528e08</guid>
    <pubDate>Fri, 10 Aug 2007 15:53:54 +0200</pubDate>
    <dc:creator>samvais</dc:creator>
    
    <description>&lt;p&gt;too bad if xmms is going away. it's my only option when I use my Logitech wireless usb-soundcard ( Bus 003 Device 006: ID 0b7a:0100 Zeevo, Inc.) since so far I haven't found another music player that can chooce the output device without running alsaconf or changing the default output device for all sound. I want my music player to stream the music to my stereos and iceweasel et al to play their sound on my laptop. I admit that exaile and rhythmbox are much more versatile and modern than xmms, I wish there was a way to chooce the sound output in every player.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>What a real RC bug squasher must have - Bernd</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/06/06/284-what-a-real-rc-bug-squasher-must-have#c847</link>
    <guid isPermaLink="false">urn:md5:3b4ad94d210f4e2ca126343a8ab7bab4</guid>
    <pubDate>Thu, 05 Jul 2007 19:16:52 +0200</pubDate>
    <dc:creator>Bernd</dc:creator>
    
    <description>&lt;p&gt;Is it also possible to use a complete directory instead of a single image?&lt;/p&gt;


&lt;p&gt;Would be nice to have small random pictures on the desktop.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Why you won't use MySQL/ndb - jd</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/06/14/MySQL/ndb-shit#c733</link>
    <guid isPermaLink="false">urn:md5:9ddefe576a0010ef75bec2cb117bb455</guid>
    <pubDate>Mon, 18 Jun 2007 21:25:59 +0200</pubDate>
    <dc:creator>jd</dc:creator>
    
    <description>&lt;p&gt;For now I have not been able to reproduce the bug, so I keep my fingers crossed &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Why you won't use MySQL/ndb - Stewart Smith</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/06/14/MySQL/ndb-shit#c728</link>
    <guid isPermaLink="false">urn:md5:d9afb10cac40f7f7a8acdd8936cc8cd3</guid>
    <pubDate>Mon, 18 Jun 2007 02:42:57 +0200</pubDate>
    <dc:creator>Stewart Smith</dc:creator>
    
    <description>&lt;p&gt;There have been a good number of bug fixes in the gap between .31 and .41 for NDB, so .41 will no doubt end up being a lot better.&lt;/p&gt;


&lt;p&gt;I haven't seen the bug you describe before... so perhaps it's something related to the debian package. (certainly report it to the debian BTS, debian packaging of MySQL is fairly good..).&lt;/p&gt;


&lt;p&gt;Certainly if you can repeat it with .41, we'll get right on it... as it would certainly be a new bug.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>FTP TLS client ?! - Alex</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/01/07/205-ftp-tls-client#c640</link>
    <guid isPermaLink="false">urn:md5:fcd63cc02eb1ba54343e417543872e84</guid>
    <pubDate>Sat, 02 Jun 2007 16:45:31 +0200</pubDate>
    <dc:creator>Alex</dc:creator>
    
    <description>&lt;p&gt;CrossFTP, a multi-tabbed GUI FTP client with standard (free) and pro version at &lt;a href=&quot;http://www.crossftp.com/&quot; title=&quot;http://www.crossftp.com/&quot; rel=&quot;nofollow&quot;&gt;http://www.crossftp.com/&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>FTP TLS client ?! - poof65</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/01/07/205-ftp-tls-client#c535</link>
    <guid isPermaLink="false">urn:md5:20c033ecaa22e3016607bb4e020e1afc</guid>
    <pubDate>Sat, 17 Mar 2007 01:35:39 +0000</pubDate>
    <dc:creator>poof65</dc:creator>
    
    <description>&lt;p&gt;Fireftp, a firefox plugin support tls/ssl ftp connection.
Filezilla v2 under wine too.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>How to turn your flat into a night club - Michaël</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/12/30/374-how-to-turn-your-flat-into-a-night-club#c502</link>
    <guid isPermaLink="false">urn:md5:98ab3c008c7de87881bdff8a513fe12b</guid>
    <pubDate>Tue, 30 Jan 2007 16:03:57 +0000</pubDate>
    <dc:creator>Michaël</dc:creator>
    
    <description>&lt;p&gt;esd belongs to esound package, and esd(mon|cat) to esound-clients package.&lt;/p&gt;


&lt;p&gt;For mplayer the option is &quot;-ao esd&quot;.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>mod_defensible 1.1 - Nico</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/01/19/380-mod_defensible-11#c496</link>
    <guid isPermaLink="false">urn:md5:5eef99c54a0fdfb7e7324b8c3540ae2d</guid>
    <pubDate>Sat, 20 Jan 2007 16:37:57 +0000</pubDate>
    <dc:creator>Nico</dc:creator>
    
    <description>&lt;p&gt;Hum, ça a l'air sympa, je le met en test &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Creating a FLAN - obi</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/01/16/376-creating-a-flan#c494</link>
    <guid isPermaLink="false">urn:md5:a5690719c1eedf52ce1fd23c71a1f3b8</guid>
    <pubDate>Wed, 17 Jan 2007 05:53:16 +0000</pubDate>
    <dc:creator>obi</dc:creator>
    
    <description>&lt;p&gt;Yes, this works and been doing it for years, first with vtun, now with openvpn. I've got two sites and a couple of roaming laptops glued together like that.&lt;/p&gt;


&lt;p&gt;The downsides are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;because everything is bridged, adding redundant paths to reduce hops/latency doesn't really help. STP will elect one path and that's it - it won't try to find the shortest path or anything. If you're only wiring two nodes together of course this doesn't matter.&lt;/li&gt;
&lt;li&gt;it's more of a pain to block out traffic (like dhcp requests from the other side) - ebtables works, but has some rough edges.&lt;/li&gt;
&lt;/ul&gt;</description>
  </item>
      
    
    <item>
    <title>Kicking out Web spammers with DNSBL - Gonéri</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/01/15/375-kicking-out-web-spammers-with-dnsbl#c491</link>
    <guid isPermaLink="false">urn:md5:827c9653c301b2b230329ce66e2a2488</guid>
    <pubDate>Mon, 15 Jan 2007 14:47:33 +0000</pubDate>
    <dc:creator>Gonéri</dc:creator>
    
    <description>&lt;p&gt;mod_access_rbl2 can be used for this:&lt;/p&gt;


&lt;p&gt;order allow,deny
allow from all
deny via rbl.maps.vix.com&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>How to turn your flat into a night club - jd</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/12/30/374-how-to-turn-your-flat-into-a-night-club#c486</link>
    <guid isPermaLink="false">urn:md5:ff9ca8ba4f949465fd3635406a86336a</guid>
    <pubDate>Sat, 30 Dec 2006 16:06:39 +0000</pubDate>
    <dc:creator>jd</dc:creator>
    
    <description>&lt;p&gt;Thanks for the tip! &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>How to turn your flat into a night club - nobody</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/12/30/374-how-to-turn-your-flat-into-a-night-club#c485</link>
    <guid isPermaLink="false">urn:md5:4ad9d6a4b9db8cf7849f9b7ab7b8c6ed</guid>
    <pubDate>Sat, 30 Dec 2006 16:01:25 +0000</pubDate>
    <dc:creator>nobody</dc:creator>
    
    <description>&lt;p&gt;that solution doesn't deal with freq deviations between your soundcards. You better use PulseAudio (it's an esound drop-in) and its module-combine.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Subversion fsfs migration - ptecza</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/12/31/103-subversion-fsfs-migration#c475</link>
    <guid isPermaLink="false">urn:md5:3a7be2bc94336d7e65852f4a6f53649b</guid>
    <pubDate>Fri, 08 Dec 2006 14:46:22 +0000</pubDate>
    <dc:creator>ptecza</dc:creator>
    
    <description>&lt;p&gt;Hi,&lt;/p&gt;


&lt;p&gt;At first, thanks a lot for the useful hint and your hard
work for Debian project! &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;It seems that `svnadmin dump` command doesn't dump your
hooks and conf. Please see &amp;lt;a href=&quot;http://subversion.tigris.org/faq.html#bdb-fsfs-convert&quot;&amp;gt;SVN FAQ&amp;lt;/a&amp;gt;, if you don't believe me &lt;img src=&quot;/blog//themes/geeek.org/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;So, my advice is: compare conf for both back-ends and copy
your old BDB hooks to new FSFS repository.&lt;/p&gt;


&lt;p&gt;P.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Funny easter eggs! - Alden Bates</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/11/04/190-funny-easter-eggs#c469</link>
    <guid isPermaLink="false">urn:md5:9ca0081b64c58137d2bf4b61ccb54e39</guid>
    <pubDate>Sun, 19 Nov 2006 09:54:23 +0000</pubDate>
    <dc:creator>Alden Bates</dc:creator>
    
    <description>&lt;p&gt;Cute. I got that just now while downloading files from my server.  I thought I was going nuts. &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>What a real RC bug squasher must have - Alex Medina</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/06/06/284-what-a-real-rc-bug-squasher-must-have#c466</link>
    <guid isPermaLink="false">urn:md5:976b6c9296caad6db56daa997d1c6eb7</guid>
    <pubDate>Sat, 11 Nov 2006 19:19:44 +0000</pubDate>
    <dc:creator>Alex Medina</dc:creator>
    
    <description>&lt;p&gt;Thanks, you save me a lot of time.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>The man who did not know he had an amd64 - Julien</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/11/07/363-the-man-who-did-not-know-he-had-an-amd64#c464</link>
    <guid isPermaLink="false">urn:md5:577fb957ed1ccf6af5cf26621292f593</guid>
    <pubDate>Thu, 09 Nov 2006 06:51:51 +0000</pubDate>
    <dc:creator>Julien</dc:creator>
    
    <description>&lt;p&gt;Hi,&lt;/p&gt;


&lt;p&gt;Thanks for your detailed explanations!&lt;/p&gt;


&lt;p&gt;It is a really strange feeling...&lt;/p&gt;


&lt;p&gt;Cheers,
Julien&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>The man who did not know he had an amd64 - jd</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/11/07/363-the-man-who-did-not-know-he-had-an-amd64#c463</link>
    <guid isPermaLink="false">urn:md5:2fcc749e06e2d7bdc81ae734bdca0d10</guid>
    <pubDate>Wed, 08 Nov 2006 21:38:58 +0000</pubDate>
    <dc:creator>jd</dc:creator>
    
    <description>&lt;p&gt;Hello Julien&amp;nbsp;!&lt;/p&gt;


&lt;p&gt;You're right, lm means 'long mode', so you're machine is an amd64 too!
Welcome to my life! &lt;img src=&quot;/blog//themes/geeek.org/smilies/wink.png&quot; alt=&quot;;-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;IA64 are Itanium processors, not Pentium, and are real 64 bits processor AFAIK.&lt;/p&gt;


&lt;p&gt;If you have 'lm' flag, it means that you have support fort 64 bits instructions, like AMD processors have.&lt;/p&gt;


&lt;p&gt;&quot;amd64&quot; arch is the name of the arch, but it also support em64t processor like we have.
Take a look on: http://www.debian.org/ports/amd64/&lt;/p&gt;


&lt;p&gt;I am not sure which improvement it can gives to you on a desktop machine, especially that you may have problem with something like proprietary Flash player (it does not exists for other arch than i386).
Anyway such limitation can be bypassed by using a i386 chroot (32 bit code (i386) is executable with amd64 architecture).&lt;/p&gt;


&lt;p&gt;If you want to know why it's better take a look&amp;nbsp;:
http://en.wikipedia.org/wiki/X86-64 or http://fr.wikipedia.org/wiki/AMD64 (french)&lt;/p&gt;


&lt;p&gt;Cheers.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>The man who did not know he had an amd64 - Julien</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/11/07/363-the-man-who-did-not-know-he-had-an-amd64#c458</link>
    <guid isPermaLink="false">urn:md5:7c140df307b09c228f3ac3a84b417b58</guid>
    <pubDate>Wed, 08 Nov 2006 20:39:55 +0000</pubDate>
    <dc:creator>Julien</dc:creator>
    
    <description>&lt;p&gt;Hi,&lt;/p&gt;


&lt;p&gt;Just wondering how what you think is a Pentium 4 can be and amd64? I have just checked my cpuinfo and discovered the same thing on my main machine!&lt;/p&gt;


&lt;p&gt;lm means &quot;long mode&quot;, ie. 64 bits instructions support, am I right? But how do you know it is amd64 (which I would have considered to be only for AMD processors), and not IA64?&lt;/p&gt;


&lt;p&gt;I think I have understood that amd64 is also for EM64T processors. EM64T processors are the newer 64bits architecture from Intel, thus I can guess that any recent processor is amd64 and not EM64T...&lt;/p&gt;


&lt;p&gt;I am quite lost with that.&lt;/p&gt;


&lt;p&gt;What are the improvements in such cases? Do you think it is really worth &quot;reinstalling&quot; a desktop machine?&lt;/p&gt;


&lt;p&gt;Cheers,
Julien&lt;/p&gt;</description>
  </item>
      
    <item>
    <title>[ping] What a real RC bug squasher must have - tempurpedic</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/06/06/284-what-a-real-rc-bug-squasher-must-have#c462</link>
    <guid isPermaLink="false">urn:md5:3ee95f923c50cc49c8db627c89abdbef</guid>
    <pubDate>Wed, 01 Nov 2006 11:08:05 +0000</pubDate>
    <dc:creator>tempurpedic</dc:creator>
    
    <description>&lt;p&gt;&lt;a href="http://yourbed.info"&gt;tempurpedic&lt;/a&gt;&lt;/p&gt;
    &lt;!-- TB --&gt;

&lt;p&gt;Wie du tausend &quot;real RC bug&quot; fur eine alte Version von Xen 3 erhalten konntest behauptend, von Firefox zu sein, und behauptend, von einer BBC RSS Zufuhr verwiesen zu werden...&lt;/p&gt;</description>
  </item>
    
      
    
    <item>
    <title>Colon - erich</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/10/10/346-colon#c428</link>
    <guid isPermaLink="false">urn:md5:d4a81e6b0b9d702bb26a61da297d5cef</guid>
    <pubDate>Wed, 11 Oct 2006 03:13:16 +0000</pubDate>
    <dc:creator>erich</dc:creator>
    
    <description>&lt;p&gt;history 1 | grep scp | grep ::&lt;/p&gt;

&lt;pre&gt; 481  scp tags-uitoolkit::gtk.json legolas:homepage/dojo/
 482  scp ./tags-uitoolkit::gtk.json legolas:homepage/dojo/&lt;/pre&gt;


&lt;p&gt;When playing around with the new debtags cloud interface, I ran into exactly this problem. My second try worked.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Colon - Mind Booster Noori</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/10/10/346-colon#c427</link>
    <guid isPermaLink="false">urn:md5:92e3e26b4d4d523746ecacc9272a3a2e</guid>
    <pubDate>Tue, 10 Oct 2006 21:29:02 +0000</pubDate>
    <dc:creator>Mind Booster Noori</dc:creator>
    
    <description>&lt;p&gt;The trick is to know where you're using the&amp;nbsp;: character. If it's a remote file there's no problem and no need of escaping since you preceded already by an :. Example:&lt;/p&gt;


&lt;p&gt;scp me@my.machine.com:a:a.txt .&lt;/p&gt;


&lt;p&gt;If it's a local file you just have to say it explicitly by expressing a path. Example:&lt;/p&gt;


&lt;p&gt;scp ./a:a.txt me@my.machine.com:&lt;/p&gt;


&lt;p&gt;This works for me at least on OpenSSH 4.3.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Colon - Mick</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/10/10/346-colon#c426</link>
    <guid isPermaLink="false">urn:md5:77e5bcfd358bccef0dd3b46e3ddb8be0</guid>
    <pubDate>Tue, 10 Oct 2006 20:11:57 +0000</pubDate>
    <dc:creator>Mick</dc:creator>
    
    <description>&lt;p&gt;After retesting looks like I didn't need to escape the colon! &lt;img src=&quot;/blog//themes/geeek.org/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Colon - Mick</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/10/10/346-colon#c425</link>
    <guid isPermaLink="false">urn:md5:9a32653985d6b60b8cc9448ffceaaafb</guid>
    <pubDate>Tue, 10 Oct 2006 20:10:47 +0000</pubDate>
    <dc:creator>Mick</dc:creator>
    
    <description>&lt;p&gt;I created a file named file:1:&lt;/p&gt;


&lt;p&gt;touch &quot;file:1&quot;
To scp it from one server to another one needs to escape the&amp;nbsp;:&lt;/p&gt;


&lt;p&gt;i.e.&lt;/p&gt;


&lt;p&gt;scp server1:/tmp/file\:1 /tmp/&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Colon - kitlaan</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/10/10/346-colon#c424</link>
    <guid isPermaLink="false">urn:md5:2072e0ab54f522327c431a4fad54604a</guid>
    <pubDate>Tue, 10 Oct 2006 19:50:06 +0000</pubDate>
    <dc:creator>kitlaan</dc:creator>
    
    <description>&lt;p&gt;scp ./foo:bar user@host:&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Blah - jd</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/10/03/338-blah#c420</link>
    <guid isPermaLink="false">urn:md5:dacde84ccde539dfaba88b3b00b4d0f0</guid>
    <pubDate>Wed, 04 Oct 2006 08:54:03 +0000</pubDate>
    <dc:creator>jd</dc:creator>
    
    <description>&lt;p&gt;No it should works on channels too. At least it works for me &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Blah - kim</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/10/03/338-blah#c419</link>
    <guid isPermaLink="false">urn:md5:2eadeb4c35a007bd9c9bbba72cb5a6f4</guid>
    <pubDate>Wed, 04 Oct 2006 00:58:54 +0000</pubDate>
    <dc:creator>kim</dc:creator>
    
    <description>&lt;p&gt;It only works on private msg, is that intended?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Blah - Np237</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/10/03/338-blah#c418</link>
    <guid isPermaLink="false">urn:md5:cc11bb4a7fb69d97418b24947e9705d7</guid>
    <pubDate>Tue, 03 Oct 2006 17:15:04 +0000</pubDate>
    <dc:creator>Np237</dc:creator>
    
    <description>&lt;p&gt;This is much less efficient that wmcoincoin's features, especially the plopification mode.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Asta La Vista - edouard</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/09/25/335-asta-la-vista#c415</link>
    <guid isPermaLink="false">urn:md5:968f83277e982e90a4880ea16e5b50f8</guid>
    <pubDate>Thu, 28 Sep 2006 19:17:27 +0000</pubDate>
    <dc:creator>edouard</dc:creator>
    
    <description>&lt;p&gt;oui mais Windows Vista il tue tout  &lt;img src=&quot;/blog//themes/geeek.org/smilies/cool.png&quot; alt=&quot;8-)&quot; class=&quot;smiley&quot; /&gt; Enfin il paraît...en fait on lui souhaite... bon d'accord c'est pour redynamiser le marché de l'informatique  &lt;img src=&quot;/blog//themes/geeek.org/smilies/lol.png&quot; alt=&quot;LOL&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Subversion fsfs migration - Nicolás César</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/12/31/103-subversion-fsfs-migration#c412</link>
    <guid isPermaLink="false">urn:md5:c22cfc83c50d9af585a1707227406db9</guid>
    <pubDate>Wed, 20 Sep 2006 22:22:31 +0000</pubDate>
    <dc:creator>Nicolás César</dc:creator>
    
    <description>&lt;p&gt;Thanks a lot for the simple instructions!!!  my svn developers (that's me and a friend) now live happier.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>My first experience… with python - zoso</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/08/10/316-my-first-experience-with-python#c367</link>
    <guid isPermaLink="false">urn:md5:d94a26a91c9df4aa39c625fead05f0f2</guid>
    <pubDate>Sun, 13 Aug 2006 19:59:15 +0000</pubDate>
    <dc:creator>zoso</dc:creator>
    
    <description>&lt;p&gt;You were good at Perl but you're sick of it? You sound like a Ruby programmer &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Why Python instead of Ruby, if you were good at Perl? The culture gap is waaay smaller, and you will probably get it quicker.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Novell and RedHat fighting about Xen - thebluesgnr</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/08/11/318-novell-and-redhat-fighting-about-xen#c366</link>
    <guid isPermaLink="false">urn:md5:8f7c851e97f9bbb4afd4c19191f569d4</guid>
    <pubDate>Sat, 12 Aug 2006 01:39:01 +0000</pubDate>
    <dc:creator>thebluesgnr</dc:creator>
    
    <description>&lt;p&gt;According to Red Hat Xen will be stable in 3 or 4 months, when they ship RHEL 5.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Novell and RedHat fighting about Xen - Jon</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/08/11/318-novell-and-redhat-fighting-about-xen#c365</link>
    <guid isPermaLink="false">urn:md5:3f3b6258c18b1707c1db721c85c1a1ad</guid>
    <pubDate>Fri, 11 Aug 2006 21:11:33 +0000</pubDate>
    <dc:creator>Jon</dc:creator>
    
    <description>&lt;p&gt;I'm glad that Redhat believe it isn't ready yet: Just look at the xen &quot;support&quot; in Fedora Core (4, specifically: maybe they fixed it in 5).&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Novell and RedHat fighting about Xen - jd</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/08/11/318-novell-and-redhat-fighting-about-xen#c364</link>
    <guid isPermaLink="false">urn:md5:f17545fdb62fd6af2ff7624f5407c93d</guid>
    <pubDate>Fri, 11 Aug 2006 18:44:53 +0000</pubDate>
    <dc:creator>jd</dc:creator>
    
    <description>&lt;p&gt;But there's a difference between claiming that Xen hypervizors from the 3 series will work any Xen patched kernel, and telling that the kernel API/ABI will never be stable.&lt;/p&gt;


&lt;p&gt;Because the first statement is wrong in the facts.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Novell and RedHat fighting about Xen - Béranger</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/08/11/318-novell-and-redhat-fighting-about-xen#c363</link>
    <guid isPermaLink="false">urn:md5:9b321aee6ad1b6dabaefae8b3abac8c3</guid>
    <pubDate>Fri, 11 Aug 2006 18:40:00 +0000</pubDate>
    <dc:creator>Béranger</dc:creator>
    
    <description>&lt;p&gt;«&amp;nbsp;Xen can not pretend to be stable, mature, or whatever you want, because it is still not integrated into the Linux kernel tree, and thus far for a good reason: the API/ABI is not yet stable. »&lt;/p&gt;


&lt;p&gt;Désolé, Julien, but the kernel API will _never_ be stable, Greg KH dixit.
It's stupid to be this way, mais les jeux sont faits, rien ne va plus&amp;nbsp;!&lt;/p&gt;


&lt;p&gt;As for Xen, I agree with Red Hat and with you. With a _server_ distro, amateurism is not acceptable, unstability being the worst part of it.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>My first experience… with python - Marius Gedminas</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/08/10/316-my-first-experience-with-python#c360</link>
    <guid isPermaLink="false">urn:md5:a8ca49604ef50698a16b22764f651375</guid>
    <pubDate>Fri, 11 Aug 2006 13:23:27 +0000</pubDate>
    <dc:creator>Marius Gedminas</dc:creator>
    
    <description>&lt;p&gt;By the way, experienced Python programmers suggest that you do not use the 'from module import *' construct.  It makes it harder for other people reading the code to understand where each name came from.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>My first experience… with python - Florent Bayle</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/08/10/316-my-first-experience-with-python#c359</link>
    <guid isPermaLink="false">urn:md5:6de747a09e1ea1e832e6bf9240666d5d</guid>
    <pubDate>Thu, 10 Aug 2006 22:27:02 +0000</pubDate>
    <dc:creator>Florent Bayle</dc:creator>
    
    <description>&lt;p&gt;Damn&amp;nbsp;! You're now on the dark side of the Force&amp;nbsp;!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Window manager - lo</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/09/04/177-window-manager#c334</link>
    <guid isPermaLink="false">urn:md5:8cadea7704c40332c8de79e8e2b8b3dc</guid>
    <pubDate>Tue, 25 Apr 2006 17:39:43 +0000</pubDate>
    <dc:creator>lo</dc:creator>
    
    <description>&lt;p&gt;Give a look at this one:
http://www.toyd.org/&lt;/p&gt;


&lt;p&gt;Toy'd (Take Over Your Desktop) seems to be a pretty promising project.&lt;/p&gt;


&lt;p&gt;It's still under heavy development (I've heard a Beta release is scheduled for this summer, and a first release for november or december 2006), but some tests are already looking kind of nice.&lt;/p&gt;


&lt;p&gt;And the nice thing is, Toy'd can be used on UNIX or Linux based platforms, but also under Microsoft's Windows... Yep... no more ugly explorer...
that would be so cool &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Looking for a new x-terminal-emulator - Kevin</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/04/08/260-looking-for-a-new-x-terminal-emulator#c318</link>
    <guid isPermaLink="false">urn:md5:110354b379a5299de8d082476a3b3320</guid>
    <pubDate>Sat, 08 Apr 2006 02:49:36 +0000</pubDate>
    <dc:creator>Kevin</dc:creator>
    
    <description>&lt;p&gt;chris: mrxvt doesn't support UTF-8 yet.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Looking for a new x-terminal-emulator - chris</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/04/08/260-looking-for-a-new-x-terminal-emulator#c317</link>
    <guid isPermaLink="false">urn:md5:079e98efdca429eec572dc1d69ac0a2b</guid>
    <pubDate>Sat, 08 Apr 2006 01:36:36 +0000</pubDate>
    <dc:creator>chris</dc:creator>
    
    <description>&lt;p&gt;Have you tried mrxvt?  It supports fading and has a very nice tabbed interface.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Looking for a new x-terminal-emulator - Kevin</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/04/08/260-looking-for-a-new-x-terminal-emulator#c315</link>
    <guid isPermaLink="false">urn:md5:ade7dc6e10bbd6daaa97aa9bdc61bab6</guid>
    <pubDate>Sat, 08 Apr 2006 01:05:58 +0000</pubDate>
    <dc:creator>Kevin</dc:creator>
    
    <description>&lt;p&gt;Looks like &amp;lt;a href=&quot;http://software.schmorp.de/pkg/rxvt-unicode&quot;&amp;gt;rxvt-unicode&amp;lt;/a&amp;gt; is the right one for you.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Looking for a new x-terminal-emulator - opi</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/04/08/260-looking-for-a-new-x-terminal-emulator#c314</link>
    <guid isPermaLink="false">urn:md5:ac2f2d3c96ee66297742859243b01650</guid>
    <pubDate>Sat, 08 Apr 2006 00:44:58 +0000</pubDate>
    <dc:creator>opi</dc:creator>
    
    <description>&lt;p&gt;Normally, I would recomend Konsole (if you're not afraid of Qt/KDE depends). Xfce console (I've forgot the name, apt-cache will help you there) support tabs and UTF-8.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Zim - paurullan</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/04/05/257-zim#c316</link>
    <guid isPermaLink="false">urn:md5:bf7cdece228076835588efc9d0109462</guid>
    <pubDate>Thu, 06 Apr 2006 08:54:39 +0000</pubDate>
    <dc:creator>paurullan</dc:creator>
    
    <description>&lt;p&gt;for my FSM, this piece of software is lovely! Lots of thank you for the link :D&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>php-sqlite3 - jd</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/03/10/240-php-sqlite3#c272</link>
    <guid isPermaLink="false">urn:md5:dd2847de0cee50bda8d2c1cc7f49e320</guid>
    <pubDate>Sun, 02 Apr 2006 23:16:55 +0000</pubDate>
    <dc:creator>jd</dc:creator>
    
    <description>&lt;p&gt;It may work, but packages were compiled or sid.
I'll probably try to upload backports to backports.org.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>php-sqlite3 - Pete again</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/03/10/240-php-sqlite3#c311</link>
    <guid isPermaLink="false">urn:md5:bed00c6b472d89f9c04e3847d66642bb</guid>
    <pubDate>Sun, 02 Apr 2006 23:05:19 +0000</pubDate>
    <dc:creator>Pete again</dc:creator>
    
    <description>&lt;p&gt;For what it's worth, the binary doesn't need such strict dependencies as listed in the Deb package you've made. The binary's just fine for Sarge. I extracted the /usr/lib/php4/20050606/sqlite3.so from the package with alien --to-tgz, copied sqlite3.so to /usr/lib/php4/20020429, made the necessary changes to /etc/php/apache2/php.ini, and it's all worked a treat :-).&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>php-sqlite3 - Pete</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/03/10/240-php-sqlite3#c308</link>
    <guid isPermaLink="false">urn:md5:71c80d2f663e8d1094f6095e8e6d4d5d</guid>
    <pubDate>Sun, 02 Apr 2006 22:31:30 +0000</pubDate>
    <dc:creator>Pete</dc:creator>
    
    <description>&lt;p&gt;A good idea. The install didn't work for me though. Using Stable (Sarge):&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;dpkg --install php4-sqlite3_0.3-1_i386.deb&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Selecting previously deselected package php4-sqlite3.
(Reading database ... 34078 files and directories currently installed.)
Unpacking php4-sqlite3 (from php4-sqlite3_0.3-1_i386.deb) ...
dpkg: dependency problems prevent configuration of php4-sqlite3:&lt;/p&gt;

&lt;pre&gt;php4-sqlite3 depends on libc6 (&amp;gt;= 2.3.5-1); however:
 Version of libc6 on system is 2.3.2.ds1-22.
php4-sqlite3 depends on libsqlite3-0 (&amp;gt;= 3.2.8); however:
 Version of libsqlite3-0 on system is 3.2.1-1.
php4-sqlite3 depends on phpapi-20051025; however:
 Package phpapi-20051025 is not installed.&lt;/pre&gt;

&lt;p&gt;dpkg: error processing php4-sqlite3 (--install):&lt;/p&gt;

&lt;pre&gt;dependency problems - leaving unconfigured&lt;/pre&gt;

&lt;p&gt;Errors were encountered while processing:&lt;/p&gt;

&lt;pre&gt;php4-sqlite3&lt;/pre&gt;</description>
  </item>
      
    
    <item>
    <title>listengine - jd</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/02/10/226-listengine#c292</link>
    <guid isPermaLink="false">urn:md5:3b7af802ac3c388ce49d92f2c57f7b2f</guid>
    <pubDate>Fri, 10 Feb 2006 08:15:46 +0000</pubDate>
    <dc:creator>jd</dc:creator>
    
    <description>&lt;pre&gt;&lt;img src=&quot;/blog//themes/geeek.org/smilies/wink.png&quot; alt=&quot;;-)&quot; class=&quot;smiley&quot; /&gt;  &lt;img src=&quot;/blog//themes/geeek.org/smilies/cool.png&quot; alt=&quot;8-)&quot; class=&quot;smiley&quot; /&gt;&lt;/pre&gt;</description>
  </item>
      
    
    <item>
    <title>listengine - soda</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/02/10/226-listengine#c291</link>
    <guid isPermaLink="false">urn:md5:8eae1ae62c1663f2d467f39eba335437</guid>
    <pubDate>Fri, 10 Feb 2006 01:05:03 +0000</pubDate>
    <dc:creator>soda</dc:creator>
    
    <description>&lt;p&gt;Non, ça l'est toujours (totalement pourri), tu as juste ajouté quelques fonctionnalités que certains peuvent voir comme superficielles, comme la date et l'heure. La prochaine fois, je promets que je pourrais aussi mettre l'expéditeur  &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>listengine - soda</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/02/10/226-listengine#c290</link>
    <guid isPermaLink="false">urn:md5:b3dca8b8409e63dc61afc006b9348a99</guid>
    <pubDate>Fri, 10 Feb 2006 01:03:37 +0000</pubDate>
    <dc:creator>soda</dc:creator>
    
    <description>&lt;p&gt;Non, ça l'est toujours (totalement pourri)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>FTP TLS client ?! - nova</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/01/07/205-ftp-tls-client#c251</link>
    <guid isPermaLink="false">urn:md5:93ccf8e687bd627a140eb17c9521c203</guid>
    <pubDate>Tue, 24 Jan 2006 20:56:36 +0000</pubDate>
    <dc:creator>nova</dc:creator>
    
    <description>&lt;p&gt;gftp w/ ssl doesn;t support encrypted data transfers (only for auth).&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>FTP TLS client ?! - jd</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/01/07/205-ftp-tls-client#c244</link>
    <guid isPermaLink="false">urn:md5:1dae9dc670ec72844c6c04fd2833e438</guid>
    <pubDate>Sun, 08 Jan 2006 22:18:41 +0000</pubDate>
    <dc:creator>jd</dc:creator>
    
    <description>&lt;p&gt;Ok, but stunnel is not very user friendly.&lt;/p&gt;


&lt;p&gt;For now I have recompiled gftp debian package with ssl support and it seems to be ok.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>FTP TLS client ?! - JanC</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/01/07/205-ftp-tls-client#c243</link>
    <guid isPermaLink="false">urn:md5:b8424ec91f1c6d5dc6d2485effb2136b</guid>
    <pubDate>Sun, 08 Jan 2006 22:07:12 +0000</pubDate>
    <dc:creator>JanC</dc:creator>
    
    <description>&lt;p&gt;You can use 'stunnel' to tunnel almost anything through ssl/tls if a program has no native support for it...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>FTP TLS client ?! - J.B. Nicholson-Owens</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/01/07/205-ftp-tls-client#c242</link>
    <guid isPermaLink="false">urn:md5:8033783c0c80b23bb08a722277297b17</guid>
    <pubDate>Sun, 08 Jan 2006 03:39:59 +0000</pubDate>
    <dc:creator>J.B. Nicholson-Owens</dc:creator>
    
    <description>&lt;p&gt;My apology, I just remembered that lftp has no GUI.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>FTP TLS client ?! - J.B. Nicholson-Owens</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/01/07/205-ftp-tls-client#c241</link>
    <guid isPermaLink="false">urn:md5:9daa1b6ef43d5ac178214151c1ac2e8f</guid>
    <pubDate>Sun, 08 Jan 2006 03:38:40 +0000</pubDate>
    <dc:creator>J.B. Nicholson-Owens</dc:creator>
    
    <description>&lt;p&gt;lftp &lt;del&gt; http://lftp.yar.ru/ &lt;/del&gt; does.  Just like so many FTP clients, lftp is also Free Software (logiciel libre, if my French isn't too horrible) distributed under the GNU GPL.  Good luck in finding an FTP client that you like.&lt;/p&gt;


&lt;p&gt;Please email me if you reply to my post.  I don't know how this blog works, but blogs typically do not notify posters that someone followed up.&lt;/p&gt;


&lt;p&gt;--J.B. Nicholson-Owens (jbn@forestfield.org)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>FTP TLS client ?! - migus</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/01/07/205-ftp-tls-client#c240</link>
    <guid isPermaLink="false">urn:md5:d8c1f2e3e5549d8d98b22172f11cd121</guid>
    <pubDate>Sun, 08 Jan 2006 00:49:56 +0000</pubDate>
    <dc:creator>migus</dc:creator>
    
    <description>&lt;p&gt;Dennis,&lt;/p&gt;


&lt;p&gt;you should have said use 'apt-build'  &lt;img src=&quot;/blog//themes/geeek.org/smilies/lol.png&quot; alt=&quot;LOL&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;My 2¢&lt;/p&gt;


&lt;p&gt;(For those that do not understand my joke, let's have a look on the maintainer of apt-build)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>FTP TLS client ?! - Dennis</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/01/07/205-ftp-tls-client#c239</link>
    <guid isPermaLink="false">urn:md5:ac8aa5324ce7cef9f97262db6cc6d79b</guid>
    <pubDate>Sat, 07 Jan 2006 23:17:15 +0000</pubDate>
    <dc:creator>Dennis</dc:creator>
    
    <description>&lt;p&gt;ehrm, ok, there were some more newlines in that comment, but you get the point &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>FTP TLS client ?! - Dennis</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/01/07/205-ftp-tls-client#c238</link>
    <guid isPermaLink="false">urn:md5:9468e69e43f04b4ae1f5b72e6f830d76</guid>
    <pubDate>Sat, 07 Jan 2006 23:14:11 +0000</pubDate>
    <dc:creator>Dennis</dc:creator>
    
    <description>&lt;p&gt;gftp supports it. The debian package is compiled without ssl support because openssl is non-free. But nothing that can't be solved by:&lt;/p&gt;


&lt;p&gt;apt-get build-dep gftp
apt-get install libssl-dev
apt-get source gftp
&lt;a href=&quot;http://julien.danjou.info/blog/index.php/post/2006/01/07/edit the call to ./configure in debian/rules&quot; rel=&quot;nofollow&quot;&gt;edit the call to ./configure in debian/rules&lt;/a&gt;
dpkg-buildpackage -rfakeroot&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>FTP TLS client ?! - jd</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/01/07/205-ftp-tls-client#c237</link>
    <guid isPermaLink="false">urn:md5:ef3dd0a7237983351c216ef091b8c56f</guid>
    <pubDate>Sat, 07 Jan 2006 22:05:38 +0000</pubDate>
    <dc:creator>jd</dc:creator>
    
    <description>&lt;p&gt;Hum, btw, does Nautilus support this&amp;nbsp;?
Can't check it by myself right now.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>FTP TLS client ?! - bob</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/01/07/205-ftp-tls-client#c229</link>
    <guid isPermaLink="false">urn:md5:3e2a3befffd60b1c60aece456a19ba93</guid>
    <pubDate>Sat, 07 Jan 2006 21:51:14 +0000</pubDate>
    <dc:creator>bob</dc:creator>
    
    <description>&lt;p&gt;Konqueror?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>FTP TLS client ?! - pierregabin</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/01/07/205-ftp-tls-client#c228</link>
    <guid isPermaLink="false">urn:md5:7556d1fa91b43e17ad995abb1ea30057</guid>
    <pubDate>Sat, 07 Jan 2006 16:57:42 +0000</pubDate>
    <dc:creator>pierregabin</dc:creator>
    
    <description>&lt;p&gt;gftp...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>FTP TLS client ?! - jd</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/01/07/205-ftp-tls-client#c233</link>
    <guid isPermaLink="false">urn:md5:2d239e3693aa263f00d6088d5ac92dde</guid>
    <pubDate>Sat, 07 Jan 2006 15:44:39 +0000</pubDate>
    <dc:creator>jd</dc:creator>
    
    <description>&lt;p&gt;I should add &quot;packaged in Debian&quot; &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>FTP TLS client ?! - Nijel</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/01/07/205-ftp-tls-client#c232</link>
    <guid isPermaLink="false">urn:md5:66477e82d77f69dcee11e790669a33e7</guid>
    <pubDate>Sat, 07 Jan 2006 15:36:24 +0000</pubDate>
    <dc:creator>Nijel</dc:creator>
    
    <description>&lt;p&gt;There seems to be some: http://freshmeat.net/search/?q=ftp+tls+client&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>FTP TLS client ?! - Simon</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/01/07/205-ftp-tls-client#c231</link>
    <guid isPermaLink="false">urn:md5:5de96cc4aba2e4a22ed566f6fdf0dab7</guid>
    <pubDate>Sat, 07 Jan 2006 15:20:24 +0000</pubDate>
    <dc:creator>Simon</dc:creator>
    
    <description>&lt;p&gt;http://lists.debian.org/debian-devel/2005/09/msg01388.html
http://www.filezilla-project.org/client_features.php&lt;/p&gt;


&lt;p&gt;FileZila 3 (not yet released) will run under Linux and support TLS/SSL.&lt;/p&gt;


&lt;p&gt;Gftp also support SSL (only for auth), but the debian package doesn't.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>FTP TLS client ?! - Sven Hoexter</title>
    <link>http://julien.danjou.info/blog/index.php/post/2006/01/07/205-ftp-tls-client#c230</link>
    <guid isPermaLink="false">urn:md5:9a1abb72d4f0821935a6a6063c04f472</guid>
    <pubDate>Sat, 07 Jan 2006 15:17:10 +0000</pubDate>
    <dc:creator>Sven Hoexter</dc:creator>
    
    <description>&lt;p&gt;http://kasablanca.berlios.de/&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Window manager - zoobab</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/09/04/177-window-manager#c206</link>
    <guid isPermaLink="false">urn:md5:5335315b0377aa91a78d79a5aa13b6b2</guid>
    <pubDate>Tue, 06 Sep 2005 21:07:43 +0000</pubDate>
    <dc:creator>zoobab</dc:creator>
    
    <description>&lt;p&gt;a graphical conf tool would be welcomed to configure fvwm.&lt;/p&gt;


&lt;p&gt;also, I was unable to load those fucking themes. Themes should be in zip format so you only do fvwm-themes mytheme.zip, and it is OK.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Notification par e-mail d'un appel non répondu avec une Freebox - arno</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/04/25/149-notification-par-e-mail-dun-appel-non-repondu-avec-une-freebox#c127</link>
    <guid isPermaLink="false">urn:md5:d6ed992a3dd7629795729a3ea65c6457</guid>
    <pubDate>Fri, 03 Jun 2005 17:11:55 +0000</pubDate>
    <dc:creator>arno</dc:creator>
    
    <description>&lt;p&gt;Sachant que free propose la notification par mail lorsqu'il y a un message sur le répondeur, quel est l'interet de ce script ? &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;(ce script n'a peut etre aucun interet, ce qui le rend alors d'autant plus interressant &lt;img src=&quot;/blog//themes/geeek.org/smilies/wink.png&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt; )&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Subversion fsfs migration - Sam</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/12/31/103-subversion-fsfs-migration#c125</link>
    <guid isPermaLink="false">urn:md5:9ec651b467c790432a1adf8e17b4e771</guid>
    <pubDate>Fri, 20 May 2005 11:21:48 +0000</pubDate>
    <dc:creator>Sam</dc:creator>
    
    <description>&lt;p&gt;Just wanted to throw in my thanks as well. Just switched, and it instantly solved all my Trac/Subversion/BDB problems. Nice!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Notification par e-mail d'un appel non répondu avec une Freebox - gzm</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/04/25/149-notification-par-e-mail-dun-appel-non-repondu-avec-une-freebox#c111</link>
    <guid isPermaLink="false">urn:md5:9b08d10dbc8facc09c24e448dc6dbdae</guid>
    <pubDate>Fri, 29 Apr 2005 02:24:55 +0000</pubDate>
    <dc:creator>gzm</dc:creator>
    
    <description>&lt;p&gt;C'est la mondialisation &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Notification par e-mail d'un appel non répondu avec une Freebox - Julien Danjou</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/04/25/149-notification-par-e-mail-dun-appel-non-repondu-avec-une-freebox#c110</link>
    <guid isPermaLink="false">urn:md5:c79f2b0de34c225b99343ba5e995fcb9</guid>
    <pubDate>Wed, 27 Apr 2005 11:49:10 +0000</pubDate>
    <dc:creator>Julien Danjou</dc:creator>
    
    <description>&lt;p&gt;desole c'est l'habitude, je n'utilise que des interfaces en anglais &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Notification par e-mail d'un appel non répondu avec une Freebox - Nicolas</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/04/25/149-notification-par-e-mail-dun-appel-non-repondu-avec-une-freebox#c109</link>
    <guid isPermaLink="false">urn:md5:74c3eebc87f2a216de5a6c1c3757cd58</guid>
    <pubDate>Wed, 27 Apr 2005 10:40:36 +0000</pubDate>
    <dc:creator>Nicolas</dc:creator>
    
    <description>&lt;p&gt;Y a beaucoup de gens qui ont une freebox et qui causent anglais ? En rapport avec &quot;New phone call from:&quot;... A moins qu'un message rédigé en Anglais ça paraisse plus mieux bien ? :-p&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Subversion fsfs migration - Karram</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/12/31/103-subversion-fsfs-migration#c106</link>
    <guid isPermaLink="false">urn:md5:f43f24c7b360abe2aadfea559ba2be7a</guid>
    <pubDate>Tue, 19 Apr 2005 11:28:45 +0000</pubDate>
    <dc:creator>Karram</dc:creator>
    
    <description>&lt;p&gt;Hey, thanks a lot for the simple instructions. I switched my repositories without any issues.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Varmon - dohboy</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/09/19/68-varmon#c98</link>
    <guid isPermaLink="false">urn:md5:2180f4187f2a6548e0f8df4b640da442</guid>
    <pubDate>Sat, 09 Apr 2005 21:28:26 +0000</pubDate>
    <dc:creator>dohboy</dc:creator>
    
    <description>&lt;p&gt;Hello,
Varmon appears to be exactly the utility I am looking for to interface with my Mylex Extremeraid 1100 controller.  However, I use FreeBSD and there does not appear to be an existing port (or anything comparable) to this program.  I realize this is probably far fetched, but is there any chance of having this utility ported to Freebsd 5.4?   I don't have the skills to even attempt to do this myself.  Do you have any suggestions?&lt;/p&gt;


&lt;p&gt;Thanks&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>About my shell config - Dominic Mitchell</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/03/03/121-about-my-shell-config#c96</link>
    <guid isPermaLink="false">urn:md5:ae10b18000b553e5e25360b36350e131</guid>
    <pubDate>Sat, 02 Apr 2005 01:36:48 +0000</pubDate>
    <dc:creator>Dominic Mitchell</dc:creator>
    
    <description>&lt;p&gt;rdist.  It's nice and simple and it works very well for me.  I send my config files and my bin directory everywhere using it.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>RSS aggregator - Lars</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/03/21/131-rss-aggregator#c92</link>
    <guid isPermaLink="false">urn:md5:9ec69167d3e9dd98f1112381ecd69378</guid>
    <pubDate>Mon, 28 Mar 2005 18:15:13 +0000</pubDate>
    <dc:creator>Lars</dc:creator>
    
    <description>&lt;p&gt;I hope I get the &quot;Unread&quot; folder crash fixed with the next release. But currently debugging time is very short &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    <item>
    <title>[ping] Subversion fsfs migration - McGee's Musings</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/12/31/103-subversion-fsfs-migration#c91</link>
    <guid isPermaLink="false">urn:md5:13537ab026ff922d352fbec39cef9f83</guid>
    <pubDate>Wed, 23 Mar 2005 05:24:41 +0000</pubDate>
    <dc:creator>McGee's Musings</dc:creator>
    
    <description>&lt;p&gt;&lt;a href="http://jmcgeexp/tools/2005/03/22.html#a4557"&gt;Problems with Trac? Switch to FSFS&lt;/a&gt;&lt;/p&gt;
    &lt;!-- TB --&gt;

&lt;p&gt;Still planning on installing TRAC.&lt;/p&gt;</description>
  </item>
    
      
    
    <item>
    <title>RSS aggregator - Wilson</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/03/21/131-rss-aggregator#c90</link>
    <guid isPermaLink="false">urn:md5:61fb13902cb2df217620fe2594928ba9</guid>
    <pubDate>Wed, 23 Mar 2005 00:53:26 +0000</pubDate>
    <dc:creator>Wilson</dc:creator>
    
    <description>&lt;p&gt;I'm using liferea too! And I feel comfortable using it... except that it crashes randomly when slowly scrolling to read over 100 articles on the &quot;Unread&quot; folder. But still, liferea is a wonderful RSS aggregator that changes my way of reading news.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>RSS aggregator - Robert</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/03/21/131-rss-aggregator#c89</link>
    <guid isPermaLink="false">urn:md5:531c47aa128a02117795d371ab0b59dd</guid>
    <pubDate>Mon, 21 Mar 2005 17:03:58 +0000</pubDate>
    <dc:creator>Robert</dc:creator>
    
    <description>&lt;p&gt;Have you ever tried SAGE? (If you're using Firefox - which everyone is supposed to be ;-)) It integrates nice into the browser and you don't have to use yet another extern tool.&lt;/p&gt;


&lt;p&gt;http://sage.mozdev.org/&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>About my shell config - Jerry Haltom</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/03/03/121-about-my-shell-config#c88</link>
    <guid isPermaLink="false">urn:md5:960aa278adde307c437503830a34e83b</guid>
    <pubDate>Sun, 20 Mar 2005 17:39:44 +0000</pubDate>
    <dc:creator>Jerry Haltom</dc:creator>
    
    <description>&lt;p&gt;Unison. http://www.cis.upenn.edu/~bcpierce/unison/&lt;/p&gt;


&lt;p&gt;It is like rsync, but works both ways. You can plug in merge programs for different types, so you could do something with diffs.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Subversion fsfs migration - Dimi</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/12/31/103-subversion-fsfs-migration#c82</link>
    <guid isPermaLink="false">urn:md5:554747109325b3b6ab8ed547b7a6941a</guid>
    <pubDate>Sat, 05 Mar 2005 06:21:45 +0000</pubDate>
    <dc:creator>Dimi</dc:creator>
    
    <description>&lt;p&gt;Hey, thanks for that.  I just switched my repositories using your technique.&lt;/p&gt;


&lt;p&gt;No more stupid post-install hooks to keep BDB happy!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>How to choose ? - Jon Åslund</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/03/03/120-how-to-choose#c81</link>
    <guid isPermaLink="false">urn:md5:c1ff3b61f5538605008d51c3b2914441</guid>
    <pubDate>Fri, 04 Mar 2005 22:12:00 +0000</pubDate>
    <dc:creator>Jon Åslund</dc:creator>
    
    <description>&lt;p&gt;It didn't give the result I wanted, so here is a (bash) patch:&lt;/p&gt;


&lt;p&gt;S=(work cleanupmyflat) ; echo ${S&lt;a href=&quot;http://julien.danjou.info/blog/index.php/post/2005/03/03/$(($RANDOM % ${#S[*&quot; rel=&quot;nofollow&quot;&gt;$(($RANDOM % ${#S[*&lt;/a&gt;}))]}&quot;? nah, I don't think so&quot;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>About my shell config - Martin Langhoff</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/03/03/121-about-my-shell-config#c80</link>
    <guid isPermaLink="false">urn:md5:a2c614527eff821f434729ce5e46f27b</guid>
    <pubDate>Fri, 04 Mar 2005 20:51:55 +0000</pubDate>
    <dc:creator>Martin Langhoff</dc:creator>
    
    <description>&lt;p&gt;Use Unison -- a variation on the rsync theme, which knows which version changed. http://www.cis.upenn.edu/~bcpierce/unison/. It's packaged for woody, too.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>About my shell config - Markus Olsson</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/03/03/121-about-my-shell-config#c79</link>
    <guid isPermaLink="false">urn:md5:9dab6deac54c26a650bd472fd5dcbed9</guid>
    <pubDate>Fri, 04 Mar 2005 19:12:38 +0000</pubDate>
    <dc:creator>Markus Olsson</dc:creator>
    
    <description>&lt;p&gt;Version control system?&lt;/p&gt;


&lt;p&gt;svn, cvs and so forth.. don't reinvent the wheel =)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>How to choose ? - Piem</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/03/03/120-how-to-choose#c78</link>
    <guid isPermaLink="false">urn:md5:e279dd12cd8dc0950d19af28930896a3</guid>
    <pubDate>Thu, 03 Mar 2005 19:55:49 +0000</pubDate>
    <dc:creator>Piem</dc:creator>
    
    <description>&lt;p&gt;... cat /dev/urandom &amp;gt; /dev/dsp&lt;/p&gt;


&lt;p&gt;and if still unsure, you can organise a poll:&lt;/p&gt;


&lt;p&gt;S=(work cleanupmyflat) ; for i in `seq 1000`; do echo ${S[$(($RANDOM % ${#S[*]}))]}; done | sort | uniq -c | sort -rn&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>About my shell config - ShaeErisson</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/03/03/121-about-my-shell-config#c77</link>
    <guid isPermaLink="false">urn:md5:bfcc0af7fcd3fd4d9a53524debc9905f</guid>
    <pubDate>Thu, 03 Mar 2005 19:34:44 +0000</pubDate>
    <dc:creator>ShaeErisson</dc:creator>
    
    <description>&lt;p&gt;ssh -M will reuse the connections, when that version of ssh reaches debian....
You could also use darcs to version control your home directory and then push your changes whenever your config changes.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>About my shell config - Julien Danjou</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/03/03/121-about-my-shell-config#c76</link>
    <guid isPermaLink="false">urn:md5:8de45d2739d7d9899f71ee916ba7324d</guid>
    <pubDate>Thu, 03 Mar 2005 18:31:12 +0000</pubDate>
    <dc:creator>Julien Danjou</dc:creator>
    
    <description>&lt;p&gt;I'm usualy using ssh-agent, but the problem with that solution
if I use it, for an example, in a ssh() function overriding /usr/bin/ssh
call from my prompt, it will do twice ssh connection to the remote host,
(one to check version and one to really connect) and I don't like
this. &lt;img src=&quot;/blog//themes/geeek.org/smilies/sad.png&quot; alt=&quot;:-(&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;

&lt;pre&gt;&lt;/pre&gt;

&lt;p&gt;Thanks anyway !&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>About my shell config - rentar</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/03/03/121-about-my-shell-config#c75</link>
    <guid isPermaLink="false">urn:md5:1fe77ef742f08915df726f90395d8da2</guid>
    <pubDate>Thu, 03 Mar 2005 18:26:15 +0000</pubDate>
    <dc:creator>rentar</dc:creator>
    
    <description>&lt;p&gt;Assuming you use an ssh-agent or don't mind typing your password multiple times I'd use something like this (I'm a bash guy myself, so you'd have to convert the syntax, but I'm sure there's nothing in here that can't be done witz zsh)&lt;/p&gt;


&lt;p&gt;host=remote
localVersion=$(cat ~/.zsh/configversion)
remoteVersion=$(ssh $host cat ~/.zsh/configversion)
if &lt;a href=&quot;http://julien.danjou.info/blog/index.php/post/2005/03/03/$localVersion -gt $remoteVersion&quot; rel=&quot;nofollow&quot;&gt; $localVersion -gt $remoteVersion &lt;/a&gt;; then&lt;/p&gt;

&lt;pre&gt; scp ~/.zsh/whateveryouneed $host:.zsh&lt;/pre&gt;

&lt;p&gt;fi&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>How to choose ? - MadCoder</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/03/03/120-how-to-choose#c74</link>
    <guid isPermaLink="false">urn:md5:484de55a9cb25684c8c3ba3776b5508c</guid>
    <pubDate>Thu, 03 Mar 2005 17:05:16 +0000</pubDate>
    <dc:creator>MadCoder</dc:creator>
    
    <description>&lt;p&gt;And for both (bash and zsh) :&lt;/p&gt;


&lt;p&gt;S=(work cleanupmyflat work) ; echo ${S[$(($RANDOM % $((${#S[*]} - 1)) + 1))]}&lt;/p&gt;


&lt;p&gt;;D&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>How to choose ? - Justin</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/03/03/120-how-to-choose#c73</link>
    <guid isPermaLink="false">urn:md5:c190782bbe6d032b838daba33a67a542</guid>
    <pubDate>Thu, 03 Mar 2005 17:03:20 +0000</pubDate>
    <dc:creator>Justin</dc:creator>
    
    <description>&lt;p&gt;python -c 'import random ; s=(&quot;work&quot;, &quot;cleanupmyflat&quot;) ; print random.choice(s)'&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>How to choose ? - Julien Danjou</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/03/03/120-how-to-choose#c72</link>
    <guid isPermaLink="false">urn:md5:1bdf6b365fcab316fb1087463762db78</guid>
    <pubDate>Thu, 03 Mar 2005 16:30:42 +0000</pubDate>
    <dc:creator>Julien Danjou</dc:creator>
    
    <description>&lt;p&gt;No, at least with my zsh it works:
$RANDOM % 2 return 0 or 1 but array index begins at 1 so you have to add 1 &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>How to choose ? - Nico</title>
    <link>http://julien.danjou.info/blog/index.php/post/2005/03/03/120-how-to-choose#c71</link>
    <guid isPermaLink="false">urn:md5:9aad5d9a607681f53e22ad407b77bd8f</guid>
    <pubDate>Thu, 03 Mar 2005 16:26:44 +0000</pubDate>
    <dc:creator>Nico</dc:creator>
    
    <description>&lt;p&gt;But the &quot;+1&quot; at the end makes it display either &quot;cleanupmyflat&quot; or nothing. Without the &quot;+1&quot; it seems to work. Or was that an intended behavior? &lt;img src=&quot;/blog//themes/geeek.org/smilies/wink.png&quot; alt=&quot;;-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Nico.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Subversion fsfs migration - Scott Woods</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/12/31/103-subversion-fsfs-migration#c68</link>
    <guid isPermaLink="false">urn:md5:e4ad108f95254fa66c6a06d4ab423b66</guid>
    <pubDate>Thu, 24 Feb 2005 15:29:34 +0000</pubDate>
    <dc:creator>Scott Woods</dc:creator>
    
    <description>&lt;p&gt;Thanks for the quick instructions on the migration. After seeing how simple it was (and after yet another database lockup last night), I opted to do the same today. No problems.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>XFS deadlock - Ari Pollak</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/12/07/87-xfs-deadlock#c49</link>
    <guid isPermaLink="false">urn:md5:358670ee5eafb33448f779c8f9a34af3</guid>
    <pubDate>Wed, 08 Dec 2004 17:34:23 +0000</pubDate>
    <dc:creator>Ari Pollak</dc:creator>
    
    <description>&lt;p&gt;Funny, I had a similar problem with 2.6.9-ac7 on AMD64, but with ext3 and SATA.. I wouldn't be able to do any reading or writing from my hard drive after a few days of uptime, and would get a ton of weird timeout messages on the console until I rebooted. It seems like 2.6.9 was just a big bust all around.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Migration to apache2 - Gunnar</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/11/30/86-migration-to-apache2#c48</link>
    <guid isPermaLink="false">urn:md5:7165d83965c4650505c565b9e92d5ff5</guid>
    <pubDate>Thu, 02 Dec 2004 06:34:06 +0000</pubDate>
    <dc:creator>Gunnar</dc:creator>
    
    <description>&lt;p&gt;What about mod_perlities?
I am pissed off by this... mod_perl changed the API substantially... I am in the middle of this migration, just need to rewrite the first part of the handler. Should be quite easy, but... Well, I have to dig a bit more into documentation, as I have been unable to get my cookies with something similar to Apache::Cookie (I refuse to use CGI::Cookie!)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Encrypted Files Transfers ? - Anonymous</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/10/03/70-encrypted-files-transfers#c47</link>
    <guid isPermaLink="false">urn:md5:be453f38f3e42f941c3ea598aa6512af</guid>
    <pubDate>Tue, 30 Nov 2004 19:33:38 +0000</pubDate>
    <dc:creator>Anonymous</dc:creator>
    
    <description>&lt;p&gt;Do it yourself &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt; SSH allows arbitrary commands to execute, including a simple file transfer protocol tool. And it provides neatly a virtual chroot. Does not allow subdirs though (has security implications).
In ~user/.ssh/authorized_keys add the SSH key with the prefix:
command=&quot;/home/user/.ssh/restrict.py&quot;,no-pty,no-port-forwarding,no-X11-forwarding,no-agent-f
orwarding ssh-dss &amp;lt;SSH keydata&amp;gt;&lt;/p&gt;


&lt;p&gt;restrict.py (HTML might be garbled):
&amp;lt;pre&amp;gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;!/usr/bin/python&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;import sys, os, re&lt;/p&gt;


&lt;p&gt;is_good_file = re.compile(r&quot;^[0-9a-zA-Z][-a-zA-Z0-9. ]*$&quot;).match&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;datadir is the file area&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;datadir = &quot;/home/user/pool/&quot;&lt;/p&gt;


&lt;p&gt;def handle_list ():&lt;/p&gt;

&lt;pre&gt;   files = os.listdir(datadir)
   files.sort()
   print &quot;
&quot;.join(files)&lt;/pre&gt;



&lt;p&gt;def handle_range (l, fname):&lt;/p&gt;

&lt;pre&gt;   if is_good_file(fname):
       f = file(datadir+fname, 'rb')
       f.seek(l)
       data = f.read(1024)
       while data:
           sys.stdout.write(data)
           data = f.read(1024)
       sys.stdout.flush()
   else:
       print &quot;Sorry.&quot;&lt;/pre&gt;



&lt;p&gt;_logfile = open(&quot;/home/user/.ssh/connect.log&quot;, 'a')
def log (msg):&lt;/p&gt;

&lt;pre&gt;   _logfile.write(msg)
   _logfile.write(&quot;
&quot;)
   _logfile.flush()&lt;/pre&gt;



&lt;p&gt;def get_time ():&lt;/p&gt;

&lt;pre&gt;   import time
   return time.ctime(time.time())&lt;/pre&gt;


&lt;p&gt;def main ():&lt;/p&gt;

&lt;pre&gt;   arg = os.environ.get(&quot;SSH_ORIGINAL_COMMAND&quot;, &quot;&quot;)
   log(&quot;user logged in on %s, cmd %s&quot; % (get_time(), `arg`))
   if arg==&quot;list&quot;:
       handle_list()
   elif arg.startswith(&quot;get &quot;):
       handle_range(0, arg[4:])
   elif arg.startswith(&quot;range &quot;):
       l, fname = arg[6:].split(&quot; &quot;, 1)
       handle_range(long(l), fname)
   else:
       print &quot;Sorry.&quot;&lt;/pre&gt;



&lt;p&gt;if __name__=='__main__':&lt;/p&gt;

&lt;pre&gt;   try: main()
   except Exception:
       import traceback
       exctype, value, tb = sys.exc_info()
       traceback.print_exception(exctype, value, tb, None, _logfile)
       print &quot;Sorry.&quot;&lt;/pre&gt;

&lt;p&gt;&amp;lt;/pre&amp;gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Backup - Isaac Claymore</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/10/20/79-backup#c41</link>
    <guid isPermaLink="false">urn:md5:d5e31bd9d2fd137e29dd8249d78d4ff4</guid>
    <pubDate>Thu, 21 Oct 2004 09:50:01 +0000</pubDate>
    <dc:creator>Isaac Claymore</dc:creator>
    
    <description>&lt;p&gt;I've been using backuppc for several months, and it failed only once:
http://clay.biti9711.com/archives/2004/09/backuppc_fails.html&lt;/p&gt;


&lt;p&gt;It was due to a trivial commandline interface change of rsync. And I guess that's one of the reasons why serious backup systems don't use external programs to actually transfer data.&lt;/p&gt;


&lt;p&gt;I've also found Bacula a very powerful backup tool:
http://www.bacula.org/index.html
http://www.onlamp.com/lpt/a/4476&lt;/p&gt;


&lt;p&gt;Of course, its commandline interface isn't that attractive as web-based admin pages.&lt;/p&gt;


&lt;p&gt;Now, I'm using both of them, backuppc for my desktop/laptop, and bacula for the servers.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Encrypted Files Transfers ? - Chris Jones</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/10/03/70-encrypted-files-transfers#c32</link>
    <guid isPermaLink="false">urn:md5:841bc16000f08bad9c8e85f83a8c20c2</guid>
    <pubDate>Thu, 07 Oct 2004 14:59:30 +0000</pubDate>
    <dc:creator>Chris Jones</dc:creator>
    
    <description>&lt;p&gt;and of course the rest of my post was supposed to say that patching it to add logging support is probably a better solution than most other options.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Encrypted Files Transfers ? - Chris Jones</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/10/03/70-encrypted-files-transfers#c31</link>
    <guid isPermaLink="false">urn:md5:fa99236dc3be479cb74b85c842bf11b3</guid>
    <pubDate>Thu, 07 Oct 2004 14:56:27 +0000</pubDate>
    <dc:creator>Chris Jones</dc:creator>
    
    <description>&lt;p&gt;What about sftp? It works out of the box on any unix box with openssh's sshd (and probably others). It's also as secure as ssh and there are graphical explorers for it for various OSen (even Nautilus can browse them).&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Encrypted Files Transfers ? - Emmanuel Lacour</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/10/03/70-encrypted-files-transfers#c30</link>
    <guid isPermaLink="false">urn:md5:0bf3e7db2cd2ec09dad7223edfb40cb9</guid>
    <pubDate>Tue, 05 Oct 2004 23:06:01 +0000</pubDate>
    <dc:creator>Emmanuel Lacour</dc:creator>
    
    <description>&lt;p&gt;You can also use a plain rsync server with ssl tunneling (stunnel) instead of rsync over ssh. No shell, x509 control if you need it, good bandwith rate....usefull for backups, but need stunnel on the server and on the client.&amp;lt;br /&amp;gt;
I don't agree with ftp-ssl and NAT, it's working quite well here with proftpd and nat/conntrack modules for ftp (just tcp:21 open and leave the conntrack track the related connections)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Encrypted Files Transfers ? - LENHOF</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/10/03/70-encrypted-files-transfers#c29</link>
    <guid isPermaLink="false">urn:md5:04240f86642de11460f6113174b6cecc</guid>
    <pubDate>Tue, 05 Oct 2004 07:30:43 +0000</pubDate>
    <dc:creator>LENHOF</dc:creator>
    
    <description>&lt;p&gt;During my cleaning of my bookmarks I just found this :&lt;/p&gt;


&lt;p&gt;http://sftplogging.sourceforge.net/&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Encrypted Files Transfers ? - LENHOF</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/10/03/70-encrypted-files-transfers#c28</link>
    <guid isPermaLink="false">urn:md5:d42d75ffd99cfe65cf3ce03919b2b75d</guid>
    <pubDate>Mon, 04 Oct 2004 20:11:28 +0000</pubDate>
    <dc:creator>LENHOF</dc:creator>
    
    <description>&lt;p&gt;There's also ftp-ssl on debian...&lt;/p&gt;


&lt;p&gt;Regards,&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Encrypted Files Transfers ? - Yann Aubert</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/10/03/70-encrypted-files-transfers#c27</link>
    <guid isPermaLink="false">urn:md5:dded6554fe4897585ce8faad546a8a87</guid>
    <pubDate>Mon, 04 Oct 2004 16:01:34 +0000</pubDate>
    <dc:creator>Yann Aubert</dc:creator>
    
    <description>&lt;p&gt;What about mioga? Mioga (http://www.mioga2.org/) is a groupware application built on top of apache/modperl with a file manager which uses dav as transfer protocol. And with Mioga you've got users, groups and ACLs. You can acces your files through any dav client.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Encrypted Files Transfers ? - Roland Mas</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/10/03/70-encrypted-files-transfers#c26</link>
    <guid isPermaLink="false">urn:md5:5b29a4cbb719794bd4cd245b732255a8</guid>
    <pubDate>Sun, 03 Oct 2004 17:46:19 +0000</pubDate>
    <dc:creator>Roland Mas</dc:creator>
    
    <description>&lt;p&gt;Who says HTTPS is not a file transfer protocol?  I assume you mean for upload, but even then you can upload stuff through HTTP (S or not S).  There's a PUT method in HTTP that you can use, or you can use a POST request with a 50-line PHP script to manage permissions, logging, size limitations and so on.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Encrypted Files Transfers ? - Nico</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/10/03/70-encrypted-files-transfers#c25</link>
    <guid isPermaLink="false">urn:md5:3453887601ac0bf149604e7085c2d41d</guid>
    <pubDate>Sun, 03 Oct 2004 15:29:01 +0000</pubDate>
    <dc:creator>Nico</dc:creator>
    
    <description>&lt;p&gt;What about DAV? I don't have much experience with that, but you can run it over SSL (like HTTPS), you can transfer files, and you can get log files from Apache e.g.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Encrypted Files Transfers ? - Tobias</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/10/03/70-encrypted-files-transfers#c24</link>
    <guid isPermaLink="false">urn:md5:86bbafef3cda75c951a081eef2566dd0</guid>
    <pubDate>Sun, 03 Oct 2004 14:57:52 +0000</pubDate>
    <dc:creator>Tobias</dc:creator>
    
    <description>&lt;p&gt;WASTE (http://waste.sourceforge.net/) does exactly what you want. Sadly the only complete implementation is a Win32 app.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>I'm a semi-real man ! - Rey</title>
    <link>http://julien.danjou.info/blog/index.php/post/2004/09/15/67-im-a-semi-real-man#c23</link>
    <guid isPermaLink="false">urn:md5:c2eaed8029c3acfc3d0b148a39ef7565</guid>
    <pubDate>Wed, 15 Sep 2004 22:27:41 +0000</pubDate>
    <dc:creator>Rey</dc:creator>
    
    <description>&lt;p&gt;I didn't see Joey Hess' blog, but I did catch yours.  Thanks for posting this, its really a big help.&lt;/p&gt;</description>
  </item>
      
</channel>
</rss>