<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.6.5" -->
<rss version="0.92">
<channel>
	<title>the devmin quest</title>
	<link>http://kikhome.net</link>
	<description>linux administration-development tips and tricks</description>
	<lastBuildDate>Thu, 29 Oct 2009 16:10:36 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>An alternative to google analytic : piwik</title>
		<description> 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>
		<link>http://kikhome.net/?p=18</link>
			</item>
	<item>
		<title>How to get a clean html code when using the rails erb template system</title>
		<description>That'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>
		<link>http://kikhome.net/?p=17</link>
			</item>
	<item>
		<title>safari on linux hangs when I enter an url</title>
		<description>That's because the needed fonts aren'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 ...</description>
		<link>http://kikhome.net/?p=16</link>
			</item>
	<item>
		<title>Fast website update with SVN</title>
		<description>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's somehow not really secure. You can use scp, but it can be a pain with the need ...</description>
		<link>http://kikhome.net/?p=12</link>
			</item>
	<item>
		<title>new mail alert in bash prompt</title>
		<description>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 ...</description>
		<link>http://kikhome.net/?p=11</link>
			</item>
	<item>
		<title>link / alias tables in mysql</title>
		<description>This article discusses the way to make a table point to another in mysql. </description>
		<link>http://kikhome.net/?p=10</link>
			</item>
	<item>
		<title>using a secure dynhost as a postfix trustee</title>
		<description>In the two past posts, we saw how to setup a dynhost service and to secure it. If you're a postfix user, you may like the "mynetworks" variable that lets you use postfix from a list of ip without needing any other identification. This, obviously, can't work with a dynamic ...</description>
		<link>http://kikhome.net/?p=9</link>
			</item>
	<item>
		<title>secure dyndns service with authentication server</title>
		<description>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'd computer in a business network. The issue is about ...</description>
		<link>http://kikhome.net/?p=8</link>
			</item>
	<item>
		<title>How to setup your own dynamic host (dyndns) server / service with bind</title>
		<description>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's quite tricky if you want to include your personal system in a domain. This article ...</description>
		<link>http://kikhome.net/?p=6</link>
			</item>
	<item>
		<title>Group ownership in object oriented programming</title>
		<description>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>
		<link>http://kikhome.net/?p=5</link>
			</item>
</channel>
</rss>
