<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>The player of games</title>
    <link rel="alternate" type="text/html" href="http://damien.krotkine.com/blog/" />
    <link rel="self" type="application/atom+xml" href="http://damien.krotkine.com/blog/atom.xml" />
    <id>tag:damien.krotkine.com,2008-07-06:/blog//1</id>
    <updated>2008-07-06T22:20:38Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Open Source 4.1</generator>

<entry>
    <title>booh 0.9.1 ebuild</title>
    <link rel="alternate" type="text/html" href="http://damien.krotkine.com/blog/2008/07/booh-091-ebuild.html" />
    <id>tag:damien.krotkine.com,2008:/blog//1.17</id>

    <published>2008-07-07T12:52:23Z</published>
    <updated>2008-07-06T22:20:38Z</updated>

    <summary>It&apos;s been a long time since my last commit in the gentoo tree ! I had lost motivation and interest. But now I&apos;m back with one simple goal for now : just maintain my ebuilds, don&apos;t get involved in any...</summary>
    <author>
        <name>dams</name>
        
    </author>
    
        <category term="en" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="gentoo" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="linux" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://damien.krotkine.com/blog/">
        <![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>]]>
        
    </content>
</entry>

<entry>
    <title>server reinstallation</title>
    <link rel="alternate" type="text/html" href="http://damien.krotkine.com/blog/2008/07/server-reinstallation.html" />
    <id>tag:damien.krotkine.com,2008:/blog//1.16</id>

    <published>2008-07-03T23:09:07Z</published>
    <updated>2008-07-03T23:10:03Z</updated>

    <summary>The server I&apos;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...</summary>
    <author>
        <name>dams</name>
        
    </author>
    
        <category term="en" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="gentoo" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="linux" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="mt" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://damien.krotkine.com/blog/">
        <![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>]]>
        
    </content>
</entry>

<entry>
    <title>ssh, keychain</title>
    <link rel="alternate" type="text/html" href="http://damien.krotkine.com/blog/2008/05/ssh-keychain.html" />
    <id>tag:damien.krotkine.com,2008:/blog//1.15</id>

    <published>2008-05-16T10:07:28Z</published>
    <updated>2008-07-15T09:56:22Z</updated>

    <summary>On our way back from FOSDEM, I had a quick discussion about ssh with Chris, and it motivated me to clean up all my ssh keys, passphrases, agents. So now I use different keys for work and home, and ssh...</summary>
    <author>
        <name>dams</name>
        
    </author>
    
        <category term="en" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="gentoo" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="linux" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="mac" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="keychain" label="keychain" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ssh" label="ssh" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://damien.krotkine.com/blog/">
        <![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>]]>
        
    </content>
</entry>

<entry>
    <title>FastCgi and Movable Type</title>
    <link rel="alternate" type="text/html" href="http://damien.krotkine.com/blog/2008/04/fastcgi-and-movable-type.html" />
    <id>tag:88.191.63.225,2008:/blog//1.4</id>

    <published>2008-04-06T03:14:37Z</published>
    <updated>2008-07-15T09:53:44Z</updated>

    <summary>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&apos;m not sure...</summary>
    <author>
        <name>dams</name>
        
    </author>
    
        <category term="en" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="gentoo" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="linux" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="apache" label="apache" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="fastcgi" label="fastcgi" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="mt" label="mt" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://damien.krotkine.com/blog/">
        <![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 />]]>
        
    </content>
</entry>

</feed>
