<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Pierre Carrier&#039;s blog</title>
	<link>http://gcarrier.fr</link>
	<description>Life, the Universe, and Everything. Nothing more.</description>
	<lastBuildDate>Mon, 01 Mar 2010 22:29:07 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Incoming&#8230;</title>
		<description><![CDATA[I am currently working on a new architecture for my server based on OpenVZ. After all, I need a reason for my new piece of hardware which features 24GB of RAM and a few terabytes of storage&#8230;
It will rely on LDAP and NFS for pretty much everything.
I&#39;ve also been playing with redis a lot lately. [...]]]></description>
		<link>http://gcarrier.fr/2010/03/01/incoming/</link>
			</item>
	<item>
		<title>HOWTO autofs via OpenLDAP on RHEL5, Fedora Core 12</title>
		<description><![CDATA[Please provide feedback in the comments, specially about other versions/distributions.
Server (hostname server.example.com)


# yum install openldap-servers openldap-clients

NFS:
# mkdir -p /export/foo; touch /export/foo/demofile
# echo &#34;/export/foo *(ro)&#34; &#62;&#62; /etc/exports
# chkconfig nfs on; service nfs start

LDAP:

Modify /etc/openldap/slapd.conf:

Add line 8:
include /etc/openldap/schema/redhat/autofs.schema

Modify suffix and rootdn by replacing dc=my-domain,dc=com by dc=example,dc=com
Define a rootpw by uncommenting:
rootpw secret

Give read-only access to everyone by adding:
access [...]]]></description>
		<link>http://gcarrier.fr/2010/02/23/autofs-through-openldap-on-rhelfedora/</link>
			</item>
	<item>
		<title>Looking for a job in UK</title>
		<description><![CDATA[Hello Community!
Sorry to invade planets with a classified&#8230;
After numerous random events, I moved to UK. I am now looking for a job. If you think you can help with my search, please have a look at my CV. Please contact me if anything comes to your mind!
By the way, I love UK websites. They&#8217;re cleaner, lighter &#38; [...]]]></description>
		<link>http://gcarrier.fr/2010/01/14/looking-for-a-job/</link>
			</item>
	<item>
		<title>Cleanup your Google Chrome/Chromium history</title>
		<description><![CDATA[Just wanted to share this with you.
#!/bin/zsh
if [ a$(uname) = aDarwin ]
  then dbfile="$HOME/Library/Application Support/Google/Chrome/Default/History"
  else dbfile="$HOME/.chromium/???"; fi
blacklistfile=$HOME/.config/history-blacklist

if [ ! -f $dbfile ]
  then echo "oops! history db '$dbfile' not found!";
  exit -1; fi
if [ ! -f $blacklistfile ]
  then echo "oops! blacklist not found! please create '$blacklistfile' (see doc).";
  exit -2; fi
filter=""
while [...]]]></description>
		<link>http://gcarrier.fr/2010/01/07/cleanup-your-google-chromechromium-history/</link>
			</item>
	<item>
		<title>Distributing packages</title>
		<description><![CDATA[Distributing data can be an issue in FLOSS projects. One day, some IPv6-P2P-multicast-awesome-featured technology will solve all our problems. Internet will be made of undistinguished nodes, and the concept of client and server will disappear. Oops, that&#8217;s not my point (for French readers)!
ftp.archlinux.org, the default mirror for Arch, uses too much bandwidth. Even if the [...]]]></description>
		<link>http://gcarrier.fr/2009/03/02/distributing-packages/</link>
			</item>
	<item>
		<title>Internet mobile « illimité » en 3G, pas cher, sans engagement !</title>
		<description><![CDATA[Vous aussi, bénéficiez d&#8217;un accès à Internet partout en France pour pas cher ! Bien sûr, l&#8217;« illimité » de mon titre est à prendre au sens opérateur : pas d&#8217;interruption stricte du service en cas de dépassement d&#8217;un quota. Par contre, Orange vous interdit la voix sur IP, le partage de documents de pair [...]]]></description>
		<link>http://gcarrier.fr/2008/10/31/internet-mobile-illimite-en-3g-pas-cher/</link>
			</item>
	<item>
		<title>100 packages!</title>
		<description><![CDATA[






As I don&#8217;t write a lot on this blog, I thought a good excuse for a new post could be this new step: by counting both unsupported and [community] packages, I have now 100 packages in Arch Linux! It&#8217;s not simply a symbolic number: I won&#8217;t be able to see more packages in one page on [...]]]></description>
		<link>http://gcarrier.fr/2008/10/26/100-packages/</link>
			</item>
	<item>
		<title>Soirée BDE Arsh</title>
		<description><![CDATA[Après quelques tentatives avec les diaporamas Flash de flickr, je reviens à quelque chose de plus propre.
Voici donc les photos d&#8217;une soirée ma foi fort sympathique.]]></description>
		<link>http://gcarrier.fr/2008/09/28/soiree-bde-arsh/</link>
			</item>
	<item>
		<title>Premier article&#8230;</title>
		<description><![CDATA[Et voici une nouvelle section, « Politique universitaire », qui devrait rassembler des articles liés à mes activités d&#8217;élu CEVU et VPE à l&#8217;UJF. Cet outil devrait, au moins temporairement, me permettre d&#8217;aller vers plus de transparence dans mes fonctions. Il s&#8217;agit d&#8217;un espace officieux, en attendant une refonte du site web de l&#8217;UJF telle [...]]]></description>
		<link>http://gcarrier.fr/2008/07/11/premier-article/</link>
			</item>
	<item>
		<title>LXNM is not Debian-specific anymore</title>
		<description><![CDATA[LXNM, the LXDE network manager, had Debian-specific scripts. That&#8217;s why I did not package it in Archlinux. As I said on my previous post, I worked on generic scripts, which use dhcpcd instead of dhclient (smaller, easier to control, DNS updates by default under Archlinux) and stop using ifup/ifdown. They are now in LXNM&#8217;s trunk. [...]]]></description>
		<link>http://gcarrier.fr/2008/06/26/lxnm-is-not-debian-specific-anymore/</link>
			</item>
</channel>
</rss>
