<?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>Cymea.net</title>
	<atom:link href="http://cymea.net/feed" rel="self" type="application/rss+xml" />
	<link>http://cymea.net</link>
	<description>Linux Windows Wordpress Counter Strike Source ect...</description>
	<lastBuildDate>Sun, 07 Mar 2010 17:02:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ajouter un bouton dans le menu d&#8217;édition de Dokuwiki</title>
		<link>http://cymea.net/non-classe/ajouter-un-bouton-dans-le-menu-dedition-de-dokuwiki</link>
		<comments>http://cymea.net/non-classe/ajouter-un-bouton-dans-le-menu-dedition-de-dokuwiki#comments</comments>
		<pubDate>Fri, 13 Nov 2009 14:51:57 +0000</pubDate>
		<dc:creator>FD2007</dc:creator>
				<category><![CDATA[Non classé]]></category>
		<category><![CDATA[Add button to the edit area dokuwiki]]></category>
		<category><![CDATA[Ajouter un bouton dans le menu d'édition de Dokuwiki]]></category>

		<guid isPermaLink="false">http://cymea.net/?p=731</guid>
		<description><![CDATA[J&#8217;avais besoin d&#8217;un bouton pour appeler la balise code et voici à dispo mon plugin : http://www.cymea.net/download/dokuwiki/plugins/abte.zip
Il est inspiré du plugin note et il est possible de modifier directement le fichier script.js, un template est à disposition.
Fonctionnel, simple et efficace :o)

]]></description>
		<wfw:commentRss>http://cymea.net/non-classe/ajouter-un-bouton-dans-le-menu-dedition-de-dokuwiki/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arguments pour le démarrage de Counter Strike Source</title>
		<link>http://cymea.net/counter-strike-source/arguments-pour-le-demarrage-de-counter-strike-source</link>
		<comments>http://cymea.net/counter-strike-source/arguments-pour-le-demarrage-de-counter-strike-source#comments</comments>
		<pubDate>Tue, 06 Oct 2009 05:27:09 +0000</pubDate>
		<dc:creator>FD2007</dc:creator>
				<category><![CDATA[Counter Strike Source]]></category>
		<category><![CDATA[compte Steam]]></category>
		<category><![CDATA[Arguments pour le démarrage de Counter Strike Source]]></category>

		<guid isPermaLink="false">http://cymea.net/?p=715</guid>
		<description><![CDATA[Arguements pouvant être ajoutés au lancement de Counter Strike par l&#8217;intermédiaire de Steam :

-noforcemaccel -noforcemparms -noforcemspd -w xxx -32bpp
-heapsize xxxxxx -freq xxx -dxlevel xx -nojoy
-applaunch xx -gl -full -noipx
Fill in the x's with one of the proper choices listed below.
512MB System Memory: -heapsize 262144
1GB System Memory: -heapsize 524288
2GB System Memory: -heapsize 1048576
Dedicated Server: -applaunch 5
Counter-Strike: ]]></description>
		<wfw:commentRss>http://cymea.net/counter-strike-source/arguments-pour-le-demarrage-de-counter-strike-source/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interface openoffice en anglais Ubuntu</title>
		<link>http://cymea.net/distribution-linux/interface-openoffice-en-anglais-ubuntu</link>
		<comments>http://cymea.net/distribution-linux/interface-openoffice-en-anglais-ubuntu#comments</comments>
		<pubDate>Mon, 05 Oct 2009 09:28:36 +0000</pubDate>
		<dc:creator>FD2007</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Interface openoffice en anglais Ubuntu]]></category>

		<guid isPermaLink="false">http://cymea.net/?p=711</guid>
		<description><![CDATA[Pour résoudre le problème de l&#8217;interface d&#8217;openoffice en anglais sur Ubuntu, vérifier que le paquet openoffice.org-l10n-fr est installé.
Sinon :
apt-get install openoffice.org-l10n-fr
Source : http://forum.ubuntu-fr.org/viewtopic.php?id=218022
]]></description>
		<wfw:commentRss>http://cymea.net/distribution-linux/interface-openoffice-en-anglais-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configurer sa carte réseau sur Linux</title>
		<link>http://cymea.net/distribution-linux/configurer-sa-carte-reseau-sur-linux</link>
		<comments>http://cymea.net/distribution-linux/configurer-sa-carte-reseau-sur-linux#comments</comments>
		<pubDate>Sat, 03 Oct 2009 22:44:12 +0000</pubDate>
		<dc:creator>FD2007</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Configurer sa carte réseau sur Linux]]></category>

		<guid isPermaLink="false">http://cymea.net/?p=701</guid>
		<description><![CDATA[

Adresse IP DHCP



auto eth0
iface eth0 inet dhcp


Adresse IP Fixe



 Editer le fichier /etc/network/interfaces




/etc/network/interfaces
auto eth0
iface eth0 inet static
        address xxx.xxx.xxx.xxx
        netmask xxx.xxx.xxx.xxx
        gateway xxx.xxx.xxx.xxx


WLAN



wireless_keymode open
wireless_mode managed
wireles_nick  Laptop
address 192.168.1.4
netmask 255.255.255.0
gateway 192.168.1.1
wireless-essid 9T_B800A
wireless-key XXXXXXXXXXXXXXXXXXXXXXXXXX
wireless-channel 11




 Redémarrer ]]></description>
		<wfw:commentRss>http://cymea.net/distribution-linux/configurer-sa-carte-reseau-sur-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dokuwiki on wordpress</title>
		<link>http://cymea.net/non-classe/dokuwiki-on-wordpress</link>
		<comments>http://cymea.net/non-classe/dokuwiki-on-wordpress#comments</comments>
		<pubDate>Sat, 03 Oct 2009 21:38:47 +0000</pubDate>
		<dc:creator>FD2007</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://cymea.net/?p=692</guid>
		<description><![CDATA[Titre
Voici **un** extrait d&#8217;un code dokuwiki sur wordpress
apt-get install dokuwiki
Sources
  * http://wordpress.org/extend/plugins/wp-dokuwiki/installation/
]]></description>
		<wfw:commentRss>http://cymea.net/non-classe/dokuwiki-on-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Désactiver le moniteur d’événement de mise hors tension Windows Server 2008</title>
		<link>http://cymea.net/windows-2008/desactiver-le-moniteur-d%e2%80%99evenement-de-mise-hors-tension-windows-server-2008</link>
		<comments>http://cymea.net/windows-2008/desactiver-le-moniteur-d%e2%80%99evenement-de-mise-hors-tension-windows-server-2008#comments</comments>
		<pubDate>Tue, 25 Aug 2009 08:36:33 +0000</pubDate>
		<dc:creator>FD2007</dc:creator>
				<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Désactiver le moniteur d’événement de mise hors tension Windows Server 2008]]></category>

		<guid isPermaLink="false">http://cymea.net/?p=671</guid>
		<description><![CDATA[Démarrer / Exécuter / gpedit.msc :

Configuration Ordinateur / Modèle d’administration / Système

Rechercher Afficher l’arrêt du moniteur d’événements et cliquer sur Propriétés :

Cliquer sur Désactiver, Appliqueret valider OK.

Sources :
http://www.laboratoire-microsoft.org/tips-26963-desactiver-moniteur-evenement-de-mise-hors-tension-sous-windows-server-2008.html
]]></description>
		<wfw:commentRss>http://cymea.net/windows-2008/desactiver-le-moniteur-d%e2%80%99evenement-de-mise-hors-tension-windows-server-2008/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rediriger les messages d&#8217;erreur en ligne de commande</title>
		<link>http://cymea.net/distribution-linux/rediriger-les-messages-derreur-en-ligne-de-commande</link>
		<comments>http://cymea.net/distribution-linux/rediriger-les-messages-derreur-en-ligne-de-commande#comments</comments>
		<pubDate>Fri, 19 Jun 2009 08:25:16 +0000</pubDate>
		<dc:creator>FD2007</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[redirection message d'erreur]]></category>

		<guid isPermaLink="false">http://cymea.net/?p=667</guid>
		<description><![CDATA[Afin d&#8217;alimenter un fichier pour connaitre les éventuels messages d&#8217;erreur, voici une technique :
macommande >fichier.txt 2>&#038;1
]]></description>
		<wfw:commentRss>http://cymea.net/distribution-linux/rediriger-les-messages-derreur-en-ligne-de-commande/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMBClient</title>
		<link>http://cymea.net/distribution-linux/smbclient</link>
		<comments>http://cymea.net/distribution-linux/smbclient#comments</comments>
		<pubDate>Fri, 19 Jun 2009 08:22:29 +0000</pubDate>
		<dc:creator>FD2007</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[samba smbclient]]></category>

		<guid isPermaLink="false">http://cymea.net/?p=665</guid>
		<description><![CDATA[Voici une belle ligne de commande afin de se connecter depuis un partage Windows sur Linux :
smbclient -u  //machine/partage
]]></description>
		<wfw:commentRss>http://cymea.net/distribution-linux/smbclient/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hadopi, merci au conseil d&#8217;état</title>
		<link>http://cymea.net/en-bref/hadopi-merci-le-conseil-detat</link>
		<comments>http://cymea.net/en-bref/hadopi-merci-le-conseil-detat#comments</comments>
		<pubDate>Wed, 10 Jun 2009 18:05:16 +0000</pubDate>
		<dc:creator>FD2007</dc:creator>
				<category><![CDATA[En bref]]></category>

		<guid isPermaLink="false">http://cymea.net/?p=646</guid>
		<description><![CDATA[Je ne voulais pas rentrer dans une polèmique entre les ayants droit et les internautes mais là je remercie le conseil d&#8217;état pour sa sagesse quant à la validité des mesures quelque peu radicales (un peu comme le Judge Dred) sur les états d&#8217;infraction, les avertissements (sans réponse et recours possible) et la sanction automatique ]]></description>
		<wfw:commentRss>http://cymea.net/en-bref/hadopi-merci-le-conseil-detat/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation de Subversion sur Ubuntu</title>
		<link>http://cymea.net/non-classe/installation-de-subversion-sur-ubuntu</link>
		<comments>http://cymea.net/non-classe/installation-de-subversion-sur-ubuntu#comments</comments>
		<pubDate>Thu, 04 Jun 2009 13:37:51 +0000</pubDate>
		<dc:creator>FD2007</dc:creator>
				<category><![CDATA[Non classé]]></category>
		<category><![CDATA[Installation de Subversion sur Ubuntu]]></category>

		<guid isPermaLink="false">http://cymea.net/?p=644</guid>
		<description><![CDATA[Installation
apt-get install subversion
Utilisation
subversion checkout http://svn.pykota.com/pykota/branches/1.26_fixes/ /rep/de/destination/
]]></description>
		<wfw:commentRss>http://cymea.net/non-classe/installation-de-subversion-sur-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
