<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ornière du Globe</title>
	<atom:link href="http://goneri.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://goneri.wordpress.com</link>
	<description>$Gonéri =~ /^Blog$/</description>
	<lastBuildDate>Sat, 31 Dec 2011 00:41:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='goneri.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ornière du Globe</title>
		<link>http://goneri.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://goneri.wordpress.com/osd.xml" title="Ornière du Globe" />
	<atom:link rel='hub' href='http://goneri.wordpress.com/?pushpress=hub'/>
		<item>
		<title>git gc and bup</title>
		<link>http://goneri.wordpress.com/2011/12/31/git-gc-and-bup/</link>
		<comments>http://goneri.wordpress.com/2011/12/31/git-gc-and-bup/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 00:34:23 +0000</pubDate>
		<dc:creator>Gonéri</dc:creator>
		
		<guid isPermaLink="false">http://goneri.wordpress.com/?p=58</guid>
		<description><![CDATA[To avoid the OOM killer (&#8230;) after a git gc call on a bup repository: $git config &#8211;global pack.windowMemory 512m $git config &#8211;global pack.threads 10<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=58&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To avoid the OOM killer (&#8230;) after a git gc call on a bup repository:</p>
<blockquote><p>
$git config &#8211;global pack.windowMemory 512m<br />
$git config &#8211;global pack.threads 10
</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goneri.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goneri.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goneri.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goneri.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/goneri.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/goneri.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/goneri.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/goneri.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goneri.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goneri.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goneri.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goneri.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goneri.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goneri.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=58&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://goneri.wordpress.com/2011/12/31/git-gc-and-bup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ae3563b29ce12b1343a764ab29e5035?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">goneri</media:title>
		</media:content>
	</item>
		<item>
		<title>backup LVM LV with bup</title>
		<link>http://goneri.wordpress.com/2011/12/31/backup-lvm-lv-with-bup/</link>
		<comments>http://goneri.wordpress.com/2011/12/31/backup-lvm-lv-with-bup/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 00:11:50 +0000</pubDate>
		<dc:creator>Gonéri</dc:creator>
		
		<guid isPermaLink="false">http://goneri.wordpress.com/?p=53</guid>
		<description><![CDATA[Bup is a backup software that use git for the storage. Bup import chunks of file to deduplicate large files. tosh-r630:~/backup$cat /dev/mapper/virtualmachines-sarge &#124; bup split -n virtualmachines-sarges bloom: adding 1 file (10967 objects). tosh-r630:~/backup$bup join virtualmachines-sarges &#62; /tmp/sarges.img tosh-r630:~/backup$file /tmp/sarges.img &#8230; <a href="http://goneri.wordpress.com/2011/12/31/backup-lvm-lv-with-bup/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=53&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Bup is a backup software that use git for the storage. Bup import chunks of file to deduplicate large files.</p>
<blockquote><p>
tosh-r630:~/backup$cat /dev/mapper/virtualmachines-sarge | bup split -n virtualmachines-sarges<br />
bloom: adding 1 file (10967 objects).<br />
tosh-r630:~/backup$bup join virtualmachines-sarges &gt; /tmp/sarges.img<br />
tosh-r630:~/backup$file /tmp/sarges.img<br />
/tmp/sarges.img: x86 boot sector; GRand Unified Bootloader, stage1 version 0&#215;3, stage2 address 0&#215;2000, stage2 segment 0&#215;200, GRUB version 0.94; partition 1: ID=0&#215;83, active, starthead 1, startsector 63, 9976302 sectors; partition 2: ID=0&#215;5, starthead 0, startsector 9976365, 498015 sectors, code offset 0&#215;48
</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goneri.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goneri.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goneri.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goneri.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/goneri.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/goneri.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/goneri.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/goneri.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goneri.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goneri.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goneri.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goneri.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goneri.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goneri.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=53&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://goneri.wordpress.com/2011/12/31/backup-lvm-lv-with-bup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ae3563b29ce12b1343a764ab29e5035?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">goneri</media:title>
		</media:content>
	</item>
		<item>
		<title>Wininetd 0.7</title>
		<link>http://goneri.wordpress.com/2011/12/05/wininetd-0-7/</link>
		<comments>http://goneri.wordpress.com/2011/12/05/wininetd-0-7/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 22:29:25 +0000</pubDate>
		<dc:creator>Gonéri</dc:creator>
		
		<guid isPermaLink="false">http://goneri.wordpress.com/?p=50</guid>
		<description><![CDATA[Just a remainder, this is the command line needed to build WinInetd with gcc: gcc service.c wininetd.c -lws2_32 -lm<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=50&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just a remainder, this is the command line needed to build <a href="http://www.xmailserver.org/wininetd.html">WinInetd</a> with gcc:</p>
<blockquote><p>
gcc service.c wininetd.c -lws2_32 -lm
</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goneri.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goneri.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goneri.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goneri.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/goneri.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/goneri.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/goneri.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/goneri.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goneri.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goneri.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goneri.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goneri.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goneri.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goneri.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=50&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://goneri.wordpress.com/2011/12/05/wininetd-0-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ae3563b29ce12b1343a764ab29e5035?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">goneri</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenSSL1.0.0e+Net::SSLeay on Windows</title>
		<link>http://goneri.wordpress.com/2011/12/03/openssl1-0-0enetssleay-on-windows/</link>
		<comments>http://goneri.wordpress.com/2011/12/03/openssl1-0-0enetssleay-on-windows/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 01:24:37 +0000</pubDate>
		<dc:creator>Gonéri</dc:creator>
		
		<guid isPermaLink="false">http://goneri.wordpress.com/?p=48</guid>
		<description><![CDATA[I managed to get Net::SSLeay to work with the last OpenSSL release. Here just some not for myself. OpenSSL test-suite build will fail but the .a and the openssl.exe file are ok. ; LIBPATH=`echo $LIBPATH &#124; sed -e &#8216;s/ /:/g&#8217;`; &#8230; <a href="http://goneri.wordpress.com/2011/12/03/openssl1-0-0enetssleay-on-windows/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=48&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I managed to get Net::SSLeay to work with the last OpenSSL release. Here just some not for myself.</p>
<p>OpenSSL test-suite build will fail but the .a and the openssl.exe file are ok.</p>
<blockquote><p>
;  LIBPATH=`echo $LIBPATH | sed -e &#8216;s/ /:/g&#8217;`;  LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH  ${LDCMD} ${LDFLAGS} -o ${APPNAME:=ideatest.exe} ideatest.o ${LIBDEPS} )<br />
make[2]: Leaving directory `/cygdrive/c/strawberry/openssl-1.0.0e/test&#8217;<br />
gcc -I.. -I../include  -DOPENSSL_THREADS -D_MT -DDSO_WIN32 -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -fomit-frame-pointer -O3 -march=i486 -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DWHIRLPOOL_ASM   -c -o md2test.o md2test.c<br />
md2test.c:1: error: expected identifier or &#8216;(&#8216; before &#8216;!&#8217; token<br />
md2test.c:1: error: stray &#8216;\377&#8242; in program<br />
md2test.c:1: error: stray &#8216;\376&#8242; in program<br />
md2test.c:1:14: warning: null character(s) ignored<br />
md2test.c:1:16: warning: null character(s) ignored<br />
md2test.c:1:18: warning: null character(s) ignored<br />
md2test.c:1:20: warning: null character(s) ignored<br />
md2test.c:1:22: warning: null character(s) ignored<br />
md2test.c:1:24: warning: null character(s) ignored<br />
md2test.c:1:26: warning: null character(s) ignored<br />
md2test.c:1:28: warning: null character(s) ignored<br />
md2test.c:1:30: warning: null character(s) ignored<br />
md2test.c:1:32: warning: null character(s) ignored<br />
md2test.c:1:34: warning: null character(s) ignored<br />
: recipe for target `md2test.o&#8217; failed<br />
make[1]: *** [md2test.o] Error 1<br />
make[1]: Leaving directory `/cygdrive/c/strawberry/openssl-1.0.0e/test&#8217;<br />
Makefile:255: recipe for target `build_tests&#8217; failed<br />
make: *** [build_tests] Error 1</p>
<p>Administrator@ordi-de-gon▒ri /cygdrive/c/strawberry/openssl-1.0.0e
</p></blockquote>
<p>The openssl.exe binary is in apps/ on Windows, not bin. Net::SSleay Makefile.PL file to find the OpenSSL distribution because of that.</p>
<blockquote><p>
(&#8230;)<br />
c:\strawberry\openssl-1.0.0e\libcrypto.a(e_capi.o):e_capi.c:(.text+0x251a): undefined reference to `_imp__CertOpenStore@20&#8242;<br />
c:\strawberry\openssl-1.0.0e\libcrypto.a(e_capi.o):e_capi.c:(.text+0x255f): undefined reference to `imp__CertFreeCertificateContext@4&#8242;<br />
c:\strawberry\openssl-1.0.0e\libcrypto.a(e_capi.o):e_capi.c:(.text+0&#215;2576): undefined reference to `_imp__CertCloseStore@8&#8242;<br />
c:\strawberry\openssl-1.0.0e\libcrypto.a(e_capi.o):e_capi.c:(.text+0x25d5): undefined reference to `_imp__CertEnumCertificatesInStore@8&#8242;<br />
c:\strawberry\openssl-1.0.0e\libcrypto.a(e_capi.o):e_capi.c:(.text+0x2e1a): undefined reference to `_imp__CertOpenStore@20&#8242;<br />
c:\strawberry\openssl-1.0.0e\libcrypto.a(e_capi.o):e_capi.c:(.text+0x2e4d): undefined reference to `_imp__CertEnumCertificatesInStore@8&#8242;<br />
c:\strawberry\openssl-1.0.0e\libcrypto.a(e_capi.o):e_capi.c:(.text+0x2f28): undefined reference to `_imp__CertDuplicateCertificateContext@4&#8242;<br />
c:\strawberry\openssl-1.0.0e\libcrypto.a(e_capi.o):e_capi.c:(.text+0x2fb1): undefined reference to `_imp__CertCloseStore@8&#8242;<br />
c:\strawberry\openssl-1.0.0e\libcrypto.a(e_capi.o):e_capi.c:(.text+0x30e6): undefined reference to `_imp__CertFreeCertificateContext@4&#8242;<br />
collect2: ld returned 1 exit status<br />
dmake:  Error code 129, while making &#8216;blib\arch\auto\Net\SSLeay\SSLeay.dll&#8217;
</p></blockquote>
<p>The patch applied to get Net::SSLeay to build.</p>
<blockquote><p>
&#8212; Net-SSLeay-1.42.orig/inc/Module/Install/PRIVATE/Net/SSLeay.pm       2011-10-03 08:23:34.000000000 +0200<br />
+++ Net-SSLeay-1.42/inc/Module/Install/PRIVATE/Net/SSLeay.pm    2011-12-03 02:22:28.286660290 +0100<br />
@@ -90,7 +90,7 @@ EOM<br />
        # libeay32 and ssleay32.<br />
        # This construction will not complain as long as it find at least one<br />
        # libssl32.a is made by openssl onWin21 with the ms/minw32.bat builder<br />
-       push @{ $opts-&gt;{lib_links} }, qw( libeay32MD ssleay32MD libeay32 ssleay32 libssl32);<br />
+       push @{ $opts-&gt;{lib_links} }, qw( libssl libcrypto Crypt32 libeay32MD ssleay32MD libeay32 ssleay32 libssl32);<br />
     } else {<br />
         $opts-&gt;{optimize} = &#8216;-O2 -g&#8217;;<br />
         push @{ $opts-&gt;{lib_links} },<br />
@@ -172,9 +172,10 @@ sub find_openssl_exec {<br />
     my ($self, $prefix) = @_;</p>
<p>     my $exe_path;<br />
-    for my $subdir (qw( bin sbin out32dll )) {<br />
+    for my $subdir (qw( apps bin sbin out32dll )) {<br />
         my $path = File::Spec-&gt;catfile($prefix, $subdir, &#8220;openssl$Config{_exe}&#8221;);<br />
-        if ( -x $path ) {<br />
+<br />
+        if ( -e $path ) {<br />
             return $path;<br />
         }<br />
     }
</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goneri.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goneri.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goneri.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goneri.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/goneri.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/goneri.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/goneri.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/goneri.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goneri.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goneri.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goneri.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goneri.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goneri.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goneri.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=48&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://goneri.wordpress.com/2011/12/03/openssl1-0-0enetssleay-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ae3563b29ce12b1343a764ab29e5035?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">goneri</media:title>
		</media:content>
	</item>
		<item>
		<title>How to grab Thunderbird 3.0.4 sources</title>
		<link>http://goneri.wordpress.com/2010/04/22/how-to-build-grab-thunderbird-3-0-4-sources/</link>
		<comments>http://goneri.wordpress.com/2010/04/22/how-to-build-grab-thunderbird-3-0-4-sources/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 13:13:07 +0000</pubDate>
		<dc:creator>Gonéri</dc:creator>
				<category><![CDATA[LC_ALL=C]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://orniere-du-globe.net/2010/04/22/how-to-build-grab-thunderbird-3-0-4-sources/</guid>
		<description><![CDATA[Commit references commits can be found in the release note on the wiki: https://wiki.mozilla.org/Releases/Thunderbird_3.0.4 hg clone -r b8e06312e645 http://hg.mozilla.org/releases/comm-1.9.1 thunderbird cd thunderbird echo 'ac_add_options --enable-application=mail' &#62; .mozconfig echo 'mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir-tb-release' &#62;&#62; .mozconfig hg clone -r ead1204d8b81 http://hg.mozilla.org/releases/mozilla-1.9.1 mozilla Install the &#8230; <a href="http://goneri.wordpress.com/2010/04/22/how-to-build-grab-thunderbird-3-0-4-sources/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=33&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Commit references commits can be found in the release note on the wiki: <a href="https://wiki.mozilla.org/Releases/Thunderbird_3.0.4">https://wiki.mozilla.org/Releases/Thunderbird_3.0.4</a></p>
<p><code><br />
hg clone -r b8e06312e645 http://hg.mozilla.org/releases/comm-1.9.1 thunderbird<br />
cd thunderbird<br />
echo 'ac_add_options --enable-application=mail' &gt; .mozconfig<br />
echo 'mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir-tb-release' &gt;&gt; .mozconfig<br />
hg clone -r ead1204d8b81 http://hg.mozilla.org/releases/mozilla-1.9.1 mozilla<br />
</code></p>
<p>Install the build dependencies ( <a href="https://developer.mozilla.org/En/Simple_Firefox_build">https://developer.mozilla.org/En/Simple_Firefox_build</a> ).</p>
<p>Now we can launch the build</p>
<p><code><br />
make -f client.mk<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goneri.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goneri.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goneri.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goneri.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/goneri.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/goneri.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/goneri.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/goneri.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goneri.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goneri.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goneri.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goneri.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goneri.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goneri.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=33&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://goneri.wordpress.com/2010/04/22/how-to-build-grab-thunderbird-3-0-4-sources/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ae3563b29ce12b1343a764ab29e5035?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">goneri</media:title>
		</media:content>
	</item>
		<item>
		<title>Debian Vserver cheat Sheet</title>
		<link>http://goneri.wordpress.com/2010/03/09/debian-vserver-cheat-sheet/</link>
		<comments>http://goneri.wordpress.com/2010/03/09/debian-vserver-cheat-sheet/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 17:55:05 +0000</pubDate>
		<dc:creator>Gonéri</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[LC_ALL=C]]></category>

		<guid isPermaLink="false">http://orniere-du-globe.net/?p=28</guid>
		<description><![CDATA[This is just to keep a trace for myself on how to create a Vserver with Internet connectivity. Create the network interface Edit /etc/network/interfaces and add: auto dummy0 iface dummy0 inet static address 192.168.50.1 netmask 255.255.255.0 Restart the network /etc/init.d/networking &#8230; <a href="http://goneri.wordpress.com/2010/03/09/debian-vserver-cheat-sheet/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=28&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is just to keep a trace for myself on how to create a Vserver with Internet connectivity.</p>
<p><strong>Create the network interface</strong><br />
Edit /etc/network/interfaces and add:<br />
<code><br />
auto dummy0<br />
iface dummy0 inet static<br />
        address 192.168.50.1<br />
        netmask 255.255.255.0<br />
</code></p>
<p><strong>Restart the network</strong><br />
<code><br />
/etc/init.d/networking restart<br />
</code></p>
<p>Turns the NAT on<br />
<code><br />
echo 1 &gt; /proc/sys/net/ipv4/ip_forward<br />
iptables -t nat -A POSTROUTING -o <strong>eth0</strong> -j MASQUERADE<br />
</code><br />
eth0 here is the network interface you use for your network access.</p>
<p><strong>Create the VM</strong><br />
<code><br />
sudo vserver build build -n cyrus2.3 -m debootstrap --netdev dummy0  --interface 192.168.50.2/24 -- -d lenny<br />
</code></p>
<p><strong>Enter the VM</strong><br />
<code><br />
sudo vserver cyrus2.3 start<br />
sudo vserver cyrus2.3 enter<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goneri.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goneri.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goneri.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goneri.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/goneri.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/goneri.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/goneri.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/goneri.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goneri.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goneri.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goneri.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goneri.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goneri.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goneri.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=28&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://goneri.wordpress.com/2010/03/09/debian-vserver-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ae3563b29ce12b1343a764ab29e5035?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">goneri</media:title>
		</media:content>
	</item>
		<item>
		<title>SheevaPlug</title>
		<link>http://goneri.wordpress.com/2009/12/30/sheevaplug/</link>
		<comments>http://goneri.wordpress.com/2009/12/30/sheevaplug/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 21:54:00 +0000</pubDate>
		<dc:creator>Gonéri</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[LC_ALL=C]]></category>
		<category><![CDATA[Who cares?]]></category>

		<guid isPermaLink="false">http://orniere-du-globe.net/?p=24</guid>
		<description><![CDATA[SheevaPlug + Debian = ♥♥♥♥ Thank you Martin Michlmayr!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=24&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://fr.wikipedia.org/wiki/SheevaPlug">SheevaPlug</a> + Debian = ♥♥♥♥</p>
<p>
Thank you Martin Michlmayr!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goneri.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goneri.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goneri.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goneri.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/goneri.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/goneri.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/goneri.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/goneri.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goneri.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goneri.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goneri.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goneri.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goneri.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goneri.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=24&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://goneri.wordpress.com/2009/12/30/sheevaplug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ae3563b29ce12b1343a764ab29e5035?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">goneri</media:title>
		</media:content>
	</item>
		<item>
		<title>How to query Windows Vista registry with Samba4 regshell</title>
		<link>http://goneri.wordpress.com/2009/10/12/how-to-query-windows-vista-registry-with-samba4-regshell/</link>
		<comments>http://goneri.wordpress.com/2009/10/12/how-to-query-windows-vista-registry-with-samba4-regshell/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 15:15:50 +0000</pubDate>
		<dc:creator>Gonéri</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[LC_ALL=C]]></category>
		<category><![CDATA[Samba]]></category>

		<guid isPermaLink="false">http://orniere-du-globe.net/?p=13</guid>
		<description><![CDATA[In this example I list the installed software on the Vista machine from a Debian Sid with samba4 packages. I&#8217;d to enable (with lusrmsgr.msc) and use the Administrator account. % regshell --remote=192.168.50.10 -U Administrateur%castorLapon HKEY_CLASSES_ROOT&#62; predef HKEY_LOCAL_MACHINE HKEY_LOCAL_MACHINE&#62; cd SOFTWARE &#8230; <a href="http://goneri.wordpress.com/2009/10/12/how-to-query-windows-vista-registry-with-samba4-regshell/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=13&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In this example I list the installed software on the Vista machine from a <a href="http://www.debian.org">Debian</a> Sid with <a href="http://www.samba.org">samba</a>4 packages.</p>
<p>I&#8217;d to enable (with lusrmsgr.msc) and use the Administrator account.</p>
<p><code><br />
% regshell --remote=192.168.50.10 -U Administrateur%castorLapon<br />
HKEY_CLASSES_ROOT&gt; predef HKEY_LOCAL_MACHINE<br />
HKEY_LOCAL_MACHINE&gt; cd SOFTWARE<br />
New path is: HKEY_LOCAL_MACHINE\SOFTWARE<br />
HKEY_LOCAL_MACHINE\SOFTWARE&gt; cd Microsoft<br />
New path is: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft&gt; cd Windows<br />
New path is: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows&gt; cd CurrentVersion<br />
New path is: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion&gt; cd Uninstall<br />
New path is: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall&gt; list<br />
K 7-Zip<br />
K AddressBook<br />
K Adobe Flash Player ActiveX<br />
K Bazaar_is1<br />
K Connection Manager<br />
K DirectDrawEx<br />
K DXM_Runtime<br />
K Fontcore<br />
K IE40<br />
K IE4Data<br />
K IE5BAKEX<br />
K IEData<br />
K Microsoft .NET Framework 3.5 Language Pack SP1 - fra<br />
K Microsoft .NET Framework 3.5 SP1<br />
K MobileOptionPack<br />
K Mozilla Firefox (3.5.3)<br />
K MPlayer2<br />
K OCS Inventory Agent<br />
K PuTTY_is1<br />
K SchedulingAgent<br />
K Vim 7.2<br />
K WIC<br />
K {205C6BDD-7B73-42DE-8505-9A093F35A238}<br />
K {26A24AE4-039D-4CA4-87B4-2F83216016FF}<br />
K {3E31821C-7917-367E-938E-E65FC413EA31}<br />
K {89F4137D-6C26-4A84-BDB8-2E5A4BB71E00}<br />
K {CE2CDD62-0124-36CA-84D3-9F4DCF5C5BD9}<br />
K {CE2CDD62-0124-36CA-84D3-9F4DCF5C5BD9}.KB350003<br />
K {CE2CDD62-0124-36CA-84D3-9F4DCF5C5BD9}.KB953595<br />
K {CE2CDD62-0124-36CA-84D3-9F4DCF5C5BD9}.KB958484<br />
K {CE2CDD62-0124-36CA-84D3-9F4DCF5C5BD9}.KB960043<br />
K {CE2CDD62-0124-36CA-84D3-9F4DCF5C5BD9}.KB963707<br />
K {DCE8CD14-FBF5-4464-B9A4-E18E473546C7}<br />
K {F0E12BBA-AD66-4022-A453-A1C8A0C4D570}<br />
K {F18B31E4-E2E3-4F4F-A2C9-BA579D6AF400}<br />
K {FC857AFE-FC36-3C91-BC17-F8E233C21B4B}<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goneri.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goneri.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goneri.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goneri.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/goneri.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/goneri.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/goneri.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/goneri.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goneri.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goneri.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goneri.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goneri.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goneri.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goneri.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=13&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://goneri.wordpress.com/2009/10/12/how-to-query-windows-vista-registry-with-samba4-regshell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ae3563b29ce12b1343a764ab29e5035?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">goneri</media:title>
		</media:content>
	</item>
		<item>
		<title>thunderbird-2.0.0.23 built by Mozilla and Debian Squeeze</title>
		<link>http://goneri.wordpress.com/2009/09/03/thunderbird-2-0-0-23-built-by-mozilla-and-debian-squeeze/</link>
		<comments>http://goneri.wordpress.com/2009/09/03/thunderbird-2-0-0-23-built-by-mozilla-and-debian-squeeze/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 16:40:04 +0000</pubDate>
		<dc:creator>Gonéri</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[LC_ALL=C]]></category>

		<guid isPermaLink="false">http://orniere-du-globe.net/?p=10</guid>
		<description><![CDATA[Mozilla still builds against libstdc++5&#8230; /opt/thunderbird-2.0.0.23$ ./thunderbird ./thunderbird-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory The solution is very simple. Just use libstdc++5 from Lenny: http://ftp.fi.debian.org/debian/pool/main/g/gcc-3.3/libstdc++5_3.3.6-18_i386.deb sudo dpkg -i libstdc++5_3.3.6-18_i386.deb<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=10&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mozilla still builds against libstdc++5&#8230;</p>
<p><code><br />
/opt/thunderbird-2.0.0.23$ ./thunderbird<br />
./thunderbird-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory<br />
</code></p>
<p>The solution is very simple. Just use libstdc++5 from  Lenny:<br />
<code></p>
<p>http://ftp.fi.debian.org/debian/pool/main/g/gcc-3.3/libstdc++5_3.3.6-18_i386.deb</p>
<p>sudo dpkg -i libstdc++5_3.3.6-18_i386.deb<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goneri.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goneri.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goneri.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goneri.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/goneri.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/goneri.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/goneri.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/goneri.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goneri.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goneri.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goneri.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goneri.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goneri.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goneri.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=10&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://goneri.wordpress.com/2009/09/03/thunderbird-2-0-0-23-built-by-mozilla-and-debian-squeeze/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ae3563b29ce12b1343a764ab29e5035?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">goneri</media:title>
		</media:content>
	</item>
		<item>
		<title>Nouveau blog !</title>
		<link>http://goneri.wordpress.com/2009/08/07/nouveau-blog/</link>
		<comments>http://goneri.wordpress.com/2009/08/07/nouveau-blog/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 22:21:57 +0000</pubDate>
		<dc:creator>Gonéri</dc:creator>
				<category><![CDATA[LC_ALL=fr_FR]]></category>
		<category><![CDATA[Who cares?]]></category>

		<guid isPermaLink="false">http://orniere-du-globe.net/?p=3</guid>
		<description><![CDATA[Après plus d&#8217;une année de réflexion, j&#8217;ai laissé tomber l&#8217;administration de mon propre WordPress et je ne switcherai finalement pas à pyBlosxon que je trouve un peu juste au niveau interactivité. Donc finalement me voila chez WordPress.com Je vais de &#8230; <a href="http://goneri.wordpress.com/2009/08/07/nouveau-blog/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=3&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Après plus d&#8217;une année de réflexion, j&#8217;ai laissé tomber l&#8217;administration de mon propre WordPress et je ne switcherai finalement pas à pyBlosxon que je trouve un peu juste au niveau interactivité.</p>
<p>Donc finalement me voila chez <a href="http://www.wordpress.com">WordPress.com</a></p>
<p>Je vais de nouveau avoir un outil pour raler de façon efficace !</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/goneri.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/goneri.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/goneri.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/goneri.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/goneri.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/goneri.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/goneri.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/goneri.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/goneri.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/goneri.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/goneri.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/goneri.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/goneri.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/goneri.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=goneri.wordpress.com&amp;blog=886895&amp;post=3&amp;subd=goneri&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://goneri.wordpress.com/2009/08/07/nouveau-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6ae3563b29ce12b1343a764ab29e5035?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">goneri</media:title>
		</media:content>
	</item>
	</channel>
</rss>
