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

<channel>
	<title>Libre Experience &#187; debian</title>
	<atom:link href="http://www.libre-experience.org/index.php/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.libre-experience.org</link>
	<description>Bloc-notes sur les logiciels libres</description>
	<lastBuildDate>Fri, 27 Aug 2010 10:12:55 +0000</lastBuildDate>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Comment changer son nom de machine ?</title>
		<link>http://www.libre-experience.org/index.php/2008/02/16/comment-changer-son-nom-de-machine/</link>
		<comments>http://www.libre-experience.org/index.php/2008/02/16/comment-changer-son-nom-de-machine/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 15:14:52 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Informatique]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Planet-Libre]]></category>

		<guid isPermaLink="false">http://88.191.51.26/wordpress/index.php/2008/02/16/comment-changer-son-nom-de-machine/</guid>
		<description><![CDATA[Editer le fichier /etc/hostname et changer le nom qui y figure par le nouveau nom Lancer le script : /etc/init.d/hostname.sh start Ceci permettra de le laisser actif après un redémarrage de la machine Editer le fichier /etc/hosts et changer le nom qui y figure par le nouveau nom Soit redémarrer la machine soit le fixer [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Editer le fichier /etc/hostname et changer le nom qui y figure par le nouveau nom</li>
<li>Lancer le script :
<ul>
<code>/etc/init.d/hostname.sh start</code><br />
Ceci permettra de le laisser actif après un redémarrage de la machine</ul>
</li>
<li>Editer le fichier /etc/hosts et changer le nom qui y figure par le nouveau nom</li>
<li>Soit redémarrer la machine soit le fixer manuellement par :
<ul>
<code>hostname nouveau_nom</code>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.libre-experience.org/index.php/2008/02/16/comment-changer-son-nom-de-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment sauvegarder / restaurer une liste de paquets ?</title>
		<link>http://www.libre-experience.org/index.php/2008/02/09/comment-sauvegarder-restaurer-une-liste-de-paquets/</link>
		<comments>http://www.libre-experience.org/index.php/2008/02/09/comment-sauvegarder-restaurer-une-liste-de-paquets/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 11:36:34 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Informatique]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[paquet]]></category>
		<category><![CDATA[Planet-Libre]]></category>

		<guid isPermaLink="false">http://88.191.51.26/wordpress/index.php/2008/02/09/comment-sauvegarder-restaurer-une-liste-de-paquets/</guid>
		<description><![CDATA[# Sauvegarde sudo dpkg --get-selections &#62; mes_paquets.txt # Restauration sudo dpkg --set-selections &#60; mes_paquets.txt sudo apt-get update sudo apt-get dselect-upgrade]]></description>
			<content:encoded><![CDATA[<p># Sauvegarde</p>
<p><code>sudo dpkg --get-selections &gt; mes_paquets.txt</code></p>
<p># Restauration</p>
<p><code>sudo dpkg --set-selections &lt; mes_paquets.txt<br />
sudo apt-get update<br />
sudo apt-get dselect-upgrade<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.libre-experience.org/index.php/2008/02/09/comment-sauvegarder-restaurer-une-liste-de-paquets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment activer l&#8217;utilisation d&#8217;une version de Java ?</title>
		<link>http://www.libre-experience.org/index.php/2008/02/09/comment-activer-lutilisation-dune-version-de-java/</link>
		<comments>http://www.libre-experience.org/index.php/2008/02/09/comment-activer-lutilisation-dune-version-de-java/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 11:34:55 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Informatique]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Planet-Libre]]></category>

		<guid isPermaLink="false">http://88.191.51.26/wordpress/index.php/2008/02/09/comment-activer-lutilisation-dune-version-de-java/</guid>
		<description><![CDATA[Ouvrez un terminal et tapez la commande suivante : sudo update-alternatives --config java &#8230; et vous pourrez choisir entre les différentes versions installées sur votre système.]]></description>
			<content:encoded><![CDATA[<p>Ouvrez un terminal et tapez la commande suivante :</p>
<p><code>sudo update-alternatives --config java</code></p>
<p>&#8230; et vous pourrez choisir entre les différentes versions installées sur votre système.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.libre-experience.org/index.php/2008/02/09/comment-activer-lutilisation-dune-version-de-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
