<?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/"
	>

<channel>
	<title>tech.xrousse.org</title>
	<atom:link href="http://tech.xrousse.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.xrousse.org</link>
	<description>Notes techniques &#38; autres mémos sous GNU/Linux</description>
	<pubDate>Mon, 27 Dec 2010 14:45:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Synchroniser 2 répertoires avec Unison</title>
		<link>http://tech.xrousse.org/2010/12/27/synchroniser-2-repertoires-avec-unison/</link>
		<comments>http://tech.xrousse.org/2010/12/27/synchroniser-2-repertoires-avec-unison/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 14:45:11 +0000</pubDate>
		<dc:creator>Yo'</dc:creator>
		
		<category><![CDATA[LinuxAppz]]></category>

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

		<guid isPermaLink="false">http://tech.xrousse.org/?p=138</guid>
		<description><![CDATA[Sur un disque dur USB en Fat32, pour synchroniser le répertoire photos
~$ mount /mnt/sdb1
~$ unison photos /mnt/sdb1/photos -perms 0
L&#8217;option -perms 0 permet à Unison de ne pas tenir compte des droits sur les fichiers et répertoires.
]]></description>
		<wfw:commentRss>http://tech.xrousse.org/2010/12/27/synchroniser-2-repertoires-avec-unison/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Développer en perl avec Eclipse</title>
		<link>http://tech.xrousse.org/2010/07/16/developper-en-perl-avec-eclipse/</link>
		<comments>http://tech.xrousse.org/2010/07/16/developper-en-perl-avec-eclipse/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 20:43:37 +0000</pubDate>
		<dc:creator>Yo'</dc:creator>
		
		<category><![CDATA[LinuxAppz]]></category>

		<guid isPermaLink="false">http://tech.xrousse.org/?p=134</guid>
		<description><![CDATA[Installer EPIC
ajouter le lien suivant dans Help / Install New Software
http://e-p-i-c.sf.net/updates/testing


]]></description>
		<wfw:commentRss>http://tech.xrousse.org/2010/07/16/developper-en-perl-avec-eclipse/feed/</wfw:commentRss>
		</item>
		<item>
		<title>lister les packages installés</title>
		<link>http://tech.xrousse.org/2010/01/10/lister-les-packages-installes/</link>
		<comments>http://tech.xrousse.org/2010/01/10/lister-les-packages-installes/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 16:32:28 +0000</pubDate>
		<dc:creator>Yo'</dc:creator>
		
		<category><![CDATA[LinuxAppz]]></category>

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

		<guid isPermaLink="false">http://tech.xrousse.org/?p=132</guid>
		<description><![CDATA[dpkg &#8211;get-selections &#62; installed_packages.list
That&#8217;s it.
]]></description>
		<wfw:commentRss>http://tech.xrousse.org/2010/01/10/lister-les-packages-installes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>connaitre le service fourbe qui réveille un hard drive</title>
		<link>http://tech.xrousse.org/2010/01/01/connaitre-le-service-fourbe-qui-reveille-un-hard-drive/</link>
		<comments>http://tech.xrousse.org/2010/01/01/connaitre-le-service-fourbe-qui-reveille-un-hard-drive/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 21:07:18 +0000</pubDate>
		<dc:creator>Yo'</dc:creator>
		
		<category><![CDATA[LinuxConf]]></category>

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

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

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

		<guid isPermaLink="false">http://tech.xrousse.org/?p=130</guid>
		<description><![CDATA[Sur mon 2.6.2 (je ne sais pas à partir de quelle version cela a été introduit), il est possible de faire un truc du genre :
echo &#8220;1&#8243; &#62; /proc/sys/vm/block_dump
ce qui a pour effet de tracer tous les accès disque dans ton syslog.
C&#8217;est dinc l&#8217;occasion de voir quels sont les processus qui provoquent ces accès disques [...]]]></description>
		<wfw:commentRss>http://tech.xrousse.org/2010/01/01/connaitre-le-service-fourbe-qui-reveille-un-hard-drive/feed/</wfw:commentRss>
		</item>
		<item>
		<title>régler le fuseau horaire sous debian</title>
		<link>http://tech.xrousse.org/2009/12/23/regler-le-fuseau-horaire-sous-debian/</link>
		<comments>http://tech.xrousse.org/2009/12/23/regler-le-fuseau-horaire-sous-debian/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 21:09:21 +0000</pubDate>
		<dc:creator>Yo'</dc:creator>
		
		<category><![CDATA[LinuxConf]]></category>

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

		<guid isPermaLink="false">http://tech.xrousse.org/?p=126</guid>
		<description><![CDATA[dpkg-reconfigure tzdata
that&#8217;s it.
]]></description>
		<wfw:commentRss>http://tech.xrousse.org/2009/12/23/regler-le-fuseau-horaire-sous-debian/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Changer la taille des fontes des applis gtk</title>
		<link>http://tech.xrousse.org/2009/12/22/changer-la-taille-des-fontes-des-applis-gtk/</link>
		<comments>http://tech.xrousse.org/2009/12/22/changer-la-taille-des-fontes-des-applis-gtk/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 11:29:33 +0000</pubDate>
		<dc:creator>Yo'</dc:creator>
		
		<category><![CDATA[LinuxConf]]></category>

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

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

		<guid isPermaLink="false">http://tech.xrousse.org/?p=123</guid>
		<description><![CDATA[Installer le package gtk-theme-switch(2)
]]></description>
		<wfw:commentRss>http://tech.xrousse.org/2009/12/22/changer-la-taille-des-fontes-des-applis-gtk/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lancer un script au démarrage de Debian</title>
		<link>http://tech.xrousse.org/2009/12/20/lancer-un-script-au-demarrage-de-debian/</link>
		<comments>http://tech.xrousse.org/2009/12/20/lancer-un-script-au-demarrage-de-debian/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 15:51:46 +0000</pubDate>
		<dc:creator>Yo'</dc:creator>
		
		<category><![CDATA[LinuxConf]]></category>

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

		<guid isPermaLink="false">http://tech.xrousse.org/?p=119</guid>
		<description><![CDATA[Utiliser le fichier /etc/rc.local
par exemple pour configurer une carte wifi sur wlan1 en rate 54M:
ajouter les lignes:
sudo ifconfig wlan1 down
sudo iwconfig wlan1 rate 54M
sudo ifconfig wlan1 up
]]></description>
		<wfw:commentRss>http://tech.xrousse.org/2009/12/20/lancer-un-script-au-demarrage-de-debian/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Assembler des fichiers</title>
		<link>http://tech.xrousse.org/2009/10/03/assembler-des-fichiers/</link>
		<comments>http://tech.xrousse.org/2009/10/03/assembler-des-fichiers/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 10:25:20 +0000</pubDate>
		<dc:creator>Yo'</dc:creator>
		
		<category><![CDATA[LinuxAppz]]></category>

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

		<guid isPermaLink="false">http://tech.xrousse.org/?p=117</guid>
		<description><![CDATA[Pour assembler plusieurs fichiers numérotées en un seul (cas de fichiers xtm par exemple):
cat nom_du_ficher[0-2][0-9].xtm &#62; fichier_final.avi
]]></description>
		<wfw:commentRss>http://tech.xrousse.org/2009/10/03/assembler-des-fichiers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Créer un installeur Debian sur une clé USB</title>
		<link>http://tech.xrousse.org/2009/09/11/creer-un-installeur-debian-sur-une-cle-usb/</link>
		<comments>http://tech.xrousse.org/2009/09/11/creer-un-installeur-debian-sur-une-cle-usb/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 12:35:32 +0000</pubDate>
		<dc:creator>Yo'</dc:creator>
		
		<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://tech.xrousse.org/?p=115</guid>
		<description><![CDATA[La méthode
zcat boot.img.gz &#62;/dev/sda

marche pas pour debian unstable (pas assez d'espace sur la clé)

Brancher la clé, reconnue sur /dev/sda
Faire plutôt
    mkdosfs /dev/sda
    syslinux /dev/sda
mount /dev/sda /mnt/usb1
cp vmlinuz
cp inird.gz
creation de syslinux.cfg

http://d-i.pascal.at/
]]></description>
		<wfw:commentRss>http://tech.xrousse.org/2009/09/11/creer-un-installeur-debian-sur-une-cle-usb/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Recherche de fichiers</title>
		<link>http://tech.xrousse.org/2009/07/18/recherche-de-fichiers/</link>
		<comments>http://tech.xrousse.org/2009/07/18/recherche-de-fichiers/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 14:10:59 +0000</pubDate>
		<dc:creator>Yo'</dc:creator>
		
		<category><![CDATA[LinuxAppz]]></category>

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

		<guid isPermaLink="false">http://tech.xrousse.org/?p=112</guid>
		<description><![CDATA[Pour localiser des fichiers textes sur une partition:
find /chemin_de_la_partition -iname *.txt
]]></description>
		<wfw:commentRss>http://tech.xrousse.org/2009/07/18/recherche-de-fichiers/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

