<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>The player of games</title>
        <link>http://damien.krotkine.com/blog/</link>
        <description></description>
        <language>en</language>
        <copyright>Copyright 2008</copyright>
        <lastBuildDate>Mon, 07 Jul 2008 14:52:23 +0100</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>booh 0.9.1 ebuild</title>
            <description><![CDATA[<p>It's been a long time since my last commit in the gentoo tree ! I had lost motivation and interest. But now I'm back with one simple goal for now : just maintain my ebuilds, don't get involved in any discussion, and take it easy :)</p>

<p>So I'm happy to celebrate my comeback with the much awaited ebuild for the new version of <a href="http://booh.org/">booh</a> : <a href="http://www.gentoo-portage.com/app-misc/booh">0.9.1</a>. </p>

<p>This new version (well actually 0.9.0) brings a lot of new features and programs : album2booh booh-classifier booh-fix-whitebalance booh-gamma-correction webalbum2booh</p>

<p>Enjoy!</p>]]></description>
            <link>http://damien.krotkine.com/blog/2008/07/booh-091-ebuild.html</link>
            <guid>http://damien.krotkine.com/blog/2008/07/booh-091-ebuild.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">en</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">gentoo</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">linux</category>
            
            
            <pubDate>Mon, 07 Jul 2008 14:52:23 +0100</pubDate>
        </item>
        
        <item>
            <title>server reinstallation</title>
            <description><![CDATA[<p>The server I'm paying for (dedibox) crashed for unknown reason, I had to reinstall it. Luckilly enough I could boot in rescue mode and archive my important data, it helped to get everything up and running again, or at least the important bits (gentoo, apache, this blog, postgresql)</p>

<p>The newest addition on this server :</p>


<ul>
<li>squid to act as proxy</li>
<li>backup-manager as a backup solution</li>
</ul>



<p>backup-manager is not very powerful, but it's small, light and simple to install and configure. All you need is Perl and gettext :) It'll do until I migrate to bacula.</p>]]></description>
            <link>http://damien.krotkine.com/blog/2008/07/server-reinstallation.html</link>
            <guid>http://damien.krotkine.com/blog/2008/07/server-reinstallation.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">en</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">gentoo</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">linux</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">mt</category>
            
            
            <pubDate>Fri, 04 Jul 2008 01:09:07 +0100</pubDate>
        </item>
        
        <item>
            <title>ssh, keychain</title>
            <description><![CDATA[<p>On our way back from <span class="caps">FOSDEM,</span> I had a quick discussion about ssh with Chris, and it motivated me to clean up all my ssh keys, passphrases, agents.</p>

<p>So now I use different keys for work and home, and ssh keychain on both.</p>

<p>Next move is to add my work identity to my home session to be able to connect directly to servers at work without having to go through my workstation at work. Without putting my home private id on my machine at work, nor copying my home public id on all servers at work. It should be possible I've heard :)</p>

<p>Anyway, here is briefly how I did it : ssh-keygen (dsa as main key). Then install keychain (see <a href="http://www.gentoo.org/proj/en/keychain/">http://www.gentoo.org/proj/en/keychain/</a> and configure it a bit. I added the following script in /etc/profile.d/keychain.sh (gentoo host), and I use the built in keychain on my mac.</p>

<p>#!/bin/bash<br />
# start keychain, with the private keys to be cached<br />
/usr/bin/keychain ~/.ssh/id_dsa<br />
# then load the generated files<br />
for i in ~/.keychain/*-sh*; do<br />
echo "sourcing $i"<br />
source $i<br />
done</p>

<p>I know, I know, everybody is supposed to know everything about ssh, but I'm happy to admit that I learnt 2 or 3 things while setting up everything properly. Besides, how many of you have no passphrase on your ssh key ? :)</p>]]></description>
            <link>http://damien.krotkine.com/blog/2008/05/ssh-keychain.html</link>
            <guid>http://damien.krotkine.com/blog/2008/05/ssh-keychain.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">en</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">gentoo</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">linux</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">mac</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">keychain</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">ssh</category>
            
            <pubDate>Fri, 16 May 2008 12:07:28 +0100</pubDate>
        </item>
        
        <item>
            <title>FastCgi and Movable Type</title>
            <description><![CDATA[This blog now runs on apache + mod_fastcgi. I can feel the difference, especially given the fact that the hardware is not that powerful. I was curious aboud mod_fcgid, which claims to be better but compatible, but I'm not sure why exactly (I think something to do with better timing in spawning / killing cgi persistents processes).<br /><br />I was willing to move to lighttpd as well, but it looks like it's more work than just installing and configuring mod_fastcgi for apache. By the way, you have to make sure that FCGI (the Perl module) is installed otherwise Movable Type will refuse to work.<br />]]></description>
            <link>http://damien.krotkine.com/blog/2008/04/fastcgi-and-movable-type.html</link>
            <guid>http://damien.krotkine.com/blog/2008/04/fastcgi-and-movable-type.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">en</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">gentoo</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">linux</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">apache</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">fastcgi</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">mt</category>
            
            <pubDate>Sun, 06 Apr 2008 05:14:37 +0100</pubDate>
        </item>
        
    </channel>
</rss>
