<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.6.5" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>the devmin quest</title>
	<link>http://kikhome.net</link>
	<description>linux administration-development tips and tricks</description>
	<pubDate>Thu, 29 Oct 2009 16:10:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>An alternative to google analytic : piwik</title>
		<link>http://kikhome.net/?p=18</link>
		<comments>http://kikhome.net/?p=18#comments</comments>
		<pubDate>Thu, 04 Sep 2008 09:52:38 +0000</pubDate>
		<dc:creator>Olivier El Mekki</dc:creator>
		
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://kikhome.net/?p=18</guid>
		<description><![CDATA[ If you are a webmaster, the traffic analysis must be one of the most important tasks for you, just after the development itself. You certainly know google analytic, but nowadays, there is also an interesting alternative ( meaning : not totally outdated comparatively to analytic).
]]></description>
			<content:encoded><![CDATA[<p> If you are a webmaster, the traffic analysis must be one of the most important tasks for you, just after the development itself. You certainly know google analytic, but nowadays, there is also an interesting alternative ( meaning : not totally outdated comparatively to analytic).</p>
<p> <a href="http://kikhome.net/?p=18#more-18" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kikhome.net/?feed=rss2&amp;p=18</wfw:commentRss>
		</item>
		<item>
		<title>How to get a clean html code when using the rails erb template system</title>
		<link>http://kikhome.net/?p=17</link>
		<comments>http://kikhome.net/?p=17#comments</comments>
		<pubDate>Fri, 22 Aug 2008 14:35:12 +0000</pubDate>
		<dc:creator>Olivier El Mekki</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://kikhome.net/?p=17</guid>
		<description><![CDATA[That&#8217;s may be a minor issue, but I find it quite annoying to have the html code messed up by the few logic in the erb templates.
]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s may be a minor issue, but I find it quite annoying to have the html code messed up by the few logic in the erb templates.</p>
<p> <a href="http://kikhome.net/?p=17#more-17" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kikhome.net/?feed=rss2&amp;p=17</wfw:commentRss>
		</item>
		<item>
		<title>safari on linux hangs when I enter an url</title>
		<link>http://kikhome.net/?p=16</link>
		<comments>http://kikhome.net/?p=16#comments</comments>
		<pubDate>Wed, 20 Aug 2008 16:09:31 +0000</pubDate>
		<dc:creator>Olivier El Mekki</dc:creator>
		
		<category><![CDATA[sysadmin]]></category>

		<category><![CDATA[safari]]></category>

		<category><![CDATA[webdev]]></category>

		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://kikhome.net/?p=16</guid>
		<description><![CDATA[That&#8217;s because the needed fonts aren&#8217;t installed in your wine directory.
Winetricks is a good shell script to fix that. To fix, simply run, as a normal user :

wget  http://www.kegel.com/wine/winetricks
chmod +x winetricks
./winetricks corefonts

Note : I had to comment the line :

 *[23]) SOURCEFORGE=http://easynews.dl.sourceforge.net/sourceforge ;;

for it to work, but it may be a temporary problem.
]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s because the needed fonts aren&#8217;t installed in your wine directory.</p>
<p><a href="http://www.kegel.com/wine/winetricks">Winetricks</a> is a good shell script to fix that. To fix, simply run, as a normal user :</p>
<blockquote>
<pre>wget  http://www.kegel.com/wine/winetricks</pre>
<pre>chmod +x winetricks</pre>
<pre>./winetricks corefonts</pre>
</blockquote>
<p>Note : I had to comment the line :</p>
<blockquote>
<pre> *[23]) SOURCEFORGE=http://easynews.dl.sourceforge.net/sourceforge ;;</pre>
</blockquote>
<p>for it to work, but it may be a temporary problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://kikhome.net/?feed=rss2&amp;p=16</wfw:commentRss>
		</item>
		<item>
		<title>Fast website update with SVN</title>
		<link>http://kikhome.net/?p=12</link>
		<comments>http://kikhome.net/?p=12#comments</comments>
		<pubDate>Mon, 23 Jun 2008 13:10:10 +0000</pubDate>
		<dc:creator>Olivier El Mekki</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<category><![CDATA[sysadmin]]></category>

		<category><![CDATA[networking]]></category>

		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://kikhome.net/?p=12</guid>
		<description><![CDATA[If you manage websites on a remote dedicated server, you probably waste many time on transferring code from your local machine to the remote one. You can script some ftp transactions, but it&#8217;s somehow not really secure. You can use scp, but it can be a pain with the need for password.
What I&#8217;ll discuss here [...]]]></description>
			<content:encoded><![CDATA[<p>If you manage websites on a remote dedicated server, you probably waste many time on transferring code from your local machine to the remote one. You can script some ftp transactions, but it&#8217;s somehow not really secure. You can use scp, but it can be a pain with the need for password.</p>
<p>What I&#8217;ll discuss here is an other method : using SVN. The main advantage is to update the site in a simple command, and to be able to revert modifications easily.</p>
<p> <a href="http://kikhome.net/?p=12#more-12" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kikhome.net/?feed=rss2&amp;p=12</wfw:commentRss>
		</item>
		<item>
		<title>new mail alert in bash prompt</title>
		<link>http://kikhome.net/?p=11</link>
		<comments>http://kikhome.net/?p=11#comments</comments>
		<pubDate>Tue, 18 Mar 2008 17:22:27 +0000</pubDate>
		<dc:creator>Olivier El Mekki</dc:creator>
		
		<category><![CDATA[sysadmin]]></category>

		<category><![CDATA[bash]]></category>

		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://kikhome.net/?p=11</guid>
		<description><![CDATA[Bash has a mailcheck feature supposed to warn you whenever you received a new mail. This use the $MAIL, $MAILCHECK and $MAILPATH environment variables. I had many problems with this. Most of the time, it only warns me on login, and sometimes not at all, making it quite unreliable.This article discusses a simple way to [...]]]></description>
			<content:encoded><![CDATA[<p>Bash has a mailcheck feature supposed to warn you whenever you received a new mail. This use the $MAIL, $MAILCHECK and $MAILPATH environment variables. I had many problems with this. Most of the time, it only warns me on login, and sometimes not at all, making it quite unreliable.This article discusses a simple way to include a check for new mails directly in the bash prompt.</p>
<p> <a href="http://kikhome.net/?p=11#more-11" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kikhome.net/?feed=rss2&amp;p=11</wfw:commentRss>
		</item>
		<item>
		<title>link / alias tables in mysql</title>
		<link>http://kikhome.net/?p=10</link>
		<comments>http://kikhome.net/?p=10#comments</comments>
		<pubDate>Sat, 08 Mar 2008 12:07:43 +0000</pubDate>
		<dc:creator>Olivier El Mekki</dc:creator>
		
		<category><![CDATA[sysadmin]]></category>

		<category><![CDATA[mediawiki]]></category>

		<category><![CDATA[mysql]]></category>

		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://kikhome.net/?p=10</guid>
		<description><![CDATA[This article discusses the way to make a table point to another in mysql.
]]></description>
			<content:encoded><![CDATA[<p>This article discusses the way to make a table point to another in mysql. <a href="http://kikhome.net/?p=10#more-10" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kikhome.net/?feed=rss2&amp;p=10</wfw:commentRss>
		</item>
		<item>
		<title>using a secure dynhost as a postfix trustee</title>
		<link>http://kikhome.net/?p=9</link>
		<comments>http://kikhome.net/?p=9#comments</comments>
		<pubDate>Fri, 22 Feb 2008 16:45:25 +0000</pubDate>
		<dc:creator>Olivier El Mekki</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<category><![CDATA[sysadmin]]></category>

		<category><![CDATA[bind]]></category>

		<category><![CDATA[dynhost]]></category>

		<category><![CDATA[mail]]></category>

		<category><![CDATA[nameserver]]></category>

		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://kikhome.net/?p=9</guid>
		<description><![CDATA[In the two past posts, we saw how to setup a dynhost service and to secure it. If you&#8217;re a postfix user, you may like the &#8220;mynetworks&#8221; variable that lets you use postfix from a list of ip without needing any other identification. This, obviously, can&#8217;t work with a dynamic ip. I searched and asked [...]]]></description>
			<content:encoded><![CDATA[<p>In the two past posts, we saw how to setup a dynhost service and to secure it. If you&#8217;re a postfix user, you may like the &#8220;mynetworks&#8221; variable that lets you use postfix from a list of ip without needing any other identification. This, obviously, can&#8217;t work with a dynamic ip. I searched and asked for a while, but I just can&#8217;t find any way to use a domain name instead of an ip. So, this post discusses how to read the mynetworks value from a mysql table, and how to integrate this in secure_dynhost_server. <a href="http://kikhome.net/?p=9#more-9" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kikhome.net/?feed=rss2&amp;p=9</wfw:commentRss>
		</item>
		<item>
		<title>secure dyndns service with authentication server</title>
		<link>http://kikhome.net/?p=8</link>
		<comments>http://kikhome.net/?p=8#comments</comments>
		<pubDate>Thu, 21 Feb 2008 14:54:05 +0000</pubDate>
		<dc:creator>Olivier El Mekki</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<category><![CDATA[sysadmin]]></category>

		<category><![CDATA[bind]]></category>

		<category><![CDATA[dynhost]]></category>

		<category><![CDATA[nameserver]]></category>

		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://kikhome.net/?p=8</guid>
		<description><![CDATA[In the last post, we saw how to setup a dyndns service with bind. This works well for webservices, in order to provide a domainname to users, but it has some security flows if you want to integrate a dynamic ip&#8217;d computer in a business network. The issue is about letting someone acquire your old [...]]]></description>
			<content:encoded><![CDATA[<p>In the last post, we saw how to setup a dyndns service with bind. This works well for webservices, in order to provide a domainname to users, but it has some security flows if you want to integrate a dynamic ip&#8217;d computer in a business network. The issue is about letting someone acquire your old ip when you disconnect, and thus being considered as a part of your network. In this post, we&#8217;ll discuss a method to build an authentication server upon ssl. <a href="http://kikhome.net/?p=8#more-8" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kikhome.net/?feed=rss2&amp;p=8</wfw:commentRss>
		</item>
		<item>
		<title>How to setup your own dynamic host (dyndns) server / service with bind</title>
		<link>http://kikhome.net/?p=6</link>
		<comments>http://kikhome.net/?p=6#comments</comments>
		<pubDate>Thu, 31 Jan 2008 15:12:48 +0000</pubDate>
		<dc:creator>Olivier El Mekki</dc:creator>
		
		<category><![CDATA[sysadmin]]></category>

		<category><![CDATA[bind]]></category>

		<category><![CDATA[dynhost]]></category>

		<category><![CDATA[nameserver]]></category>

		<guid isPermaLink="false">http://kikhome.net/?p=6</guid>
		<description><![CDATA[Today, many ISP provide their clients dynamic IP. This is a good security practice, as an attacker cannot tracks your system, and you simply have to reconnect to teleport you on the net. Anyway, that&#8217;s quite tricky if you want to include your personal system in a domain. This article discusses how to setup an [...]]]></description>
			<content:encoded><![CDATA[<p>Today, many ISP provide their clients dynamic IP. This is a good security practice, as an attacker cannot tracks your system, and you simply have to reconnect to teleport you on the net. Anyway, that&#8217;s quite tricky if you want to include your personal system in a domain. This article discusses how to setup an dynamic host system that lets you change the IP a domain points to without needing to edit the config files of your nameserver each times. <a href="http://kikhome.net/?p=6#more-6" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kikhome.net/?feed=rss2&amp;p=6</wfw:commentRss>
		</item>
		<item>
		<title>Group ownership in object oriented programming</title>
		<link>http://kikhome.net/?p=5</link>
		<comments>http://kikhome.net/?p=5#comments</comments>
		<pubDate>Mon, 21 Jan 2008 05:59:28 +0000</pubDate>
		<dc:creator>Olivier El Mekki</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<category><![CDATA[OO programming]]></category>

		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://kikhome.net/?p=5</guid>
		<description><![CDATA[This post discusses the concept of ownership in oriented object programming, and more precisely, how to deal with instances shared by several instances of an other class.
]]></description>
			<content:encoded><![CDATA[<p>This post discusses the concept of ownership in oriented object programming, and more precisely, how to deal with instances shared by several instances of an other class. <a href="http://kikhome.net/?p=5#more-5" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kikhome.net/?feed=rss2&amp;p=5</wfw:commentRss>
		</item>
	</channel>
</rss>
