<?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>tutoriel</title>
	<atom:link href="http://blog.itheme.fr/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.itheme.fr</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 10 Jun 2010 08:16:08 +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>Activer un Module comme mods_rewrite dans le Apache sous Debian</title>
		<link>http://blog.itheme.fr/2010/05/activer-un-module-comme-mods_rewrite-dans-le-apache-sous-debian/</link>
		<comments>http://blog.itheme.fr/2010/05/activer-un-module-comme-mods_rewrite-dans-le-apache-sous-debian/#comments</comments>
		<pubDate>Wed, 05 May 2010 02:28:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutoriel]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[commande]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mods]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://blog.itheme.fr/?p=62</guid>
		<description><![CDATA[Alors ça marche avec des liens symboliques :
Il faut décommenter dans le httpd.conf puis créer le lien symbolique suivant comme par exemple :

sudo ln -s /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/rewrite.load

]]></description>
			<content:encoded><![CDATA[<p>Alors ça marche avec des liens symboliques :</p>
<p>Il faut décommenter dans le httpd.conf puis créer le lien symbolique suivant comme par exemple :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apache2<span style="color: #000000; font-weight: bold;">/</span>mods-available<span style="color: #000000; font-weight: bold;">/</span>rewrite.load <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apache2<span style="color: #000000; font-weight: bold;">/</span>mods-enabled<span style="color: #000000; font-weight: bold;">/</span>rewrite.load</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.itheme.fr/2010/05/activer-un-module-comme-mods_rewrite-dans-le-apache-sous-debian/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PostgreSql (8.4.1 ok) sous Debian</title>
		<link>http://blog.itheme.fr/2010/05/postgresql-8-4-1-ok-sous-debian/</link>
		<comments>http://blog.itheme.fr/2010/05/postgresql-8-4-1-ok-sous-debian/#comments</comments>
		<pubDate>Sat, 01 May 2010 22:40:56 +0000</pubDate>
		<dc:creator>Albertini</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutoriel]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Postgresql]]></category>

		<guid isPermaLink="false">http://blog.itheme.fr/?p=43</guid>
		<description><![CDATA[Aller dans le gestionnaire de Paquet Synaptic et taper Postgresql dans la recherche.  Appliquer l'installation ensuite dans la console :

sudo -s -u postgres
Password:

ensuite tapez,

psql

maintenant vous devriez avoir afficher ça :

postgres=#

Pour éviter les failles de sécurité il faut créer un nouvel utilisateur ( ne faite pas les commandes avant d'avoir lu jusqu'à rôle) :

postgres=# CREATE [...]]]></description>
			<content:encoded><![CDATA[<p>Aller dans le gestionnaire de Paquet Synaptic et taper Postgresql dans la recherche.  Appliquer l'<strong>installation</strong> ensuite dans la console :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #660033;">-s</span> <span style="color: #660033;">-u</span> postgres
Password:</pre></div></div>

<p>ensuite tapez,</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">psql</pre></div></div>

<p>maintenant vous devriez avoir afficher ça :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">postgres</span>=<span style="color: #666666; font-style: italic;">#</span></pre></div></div>

<p>Pour éviter les failles de sécurité il faut <strong>créer un nouvel utilisateur</strong> <span style="text-decoration: underline;">( ne faite pas les commandes avant d'avoir lu jusqu'à rôle) </span>:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">postgres</span>=<span style="color: #666666; font-style: italic;"># CREATE USER xxxx ;</span></pre></div></div>

<p>et</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">ALTER USER xxxx  WITH ENCRYPTED PASSWORD <span style="color: #ff0000;">'mon_mot_de_passe'</span> ;</pre></div></div>

<p><span style="color: #ff0000;">ou pour taper une seule commande et éviter les problème de cast : </span></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">createuser <span style="color: #660033;">-P</span> ;</pre></div></div>

<p>Pour prendre en compte les changements</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>postgresql-<span style="color: #000000;">8.3</span> restart</pre></div></div>

<p><strong>Les rôles :</strong></p>
<p>tapez :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">postgres</span>=<span style="color: #666666; font-style: italic;"># ALTER ROLE  WITH CREATEDB;</span></pre></div></div>

<p>Pour <strong>insataller le client graphique</strong> :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> pgadmin3</pre></div></div>

<p>qui sera normalement trouvé ici :</p>
<pre><strong>Applications</strong> -&gt; <strong>Programmation</strong> -&gt; <strong>pgAdminIII

</strong></pre>
<p><a id="installation_du_client_phppgadmin" name="installation_du_client_phppgadmin">Pour<strong> installer le client phppgadmin</strong> :</a><br />
Aller dans le gestionnaire de Paquet Synaptic et taper phppgadmin dans  la recherche<br />
puis,</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>phppgadmin<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>si ça marche pas (mais normalement plus besoin) -&gt; rajouter la ligne <code>"extension=pgsql.so"</code> à la main (après celle  sur mysql) dans le fichier <strong> "/etc/php5/apache2/php.ini"</strong>.</p>
<p>enfin,</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>phppgadmin<span style="color: #000000; font-weight: bold;">/</span>apache.conf <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apache2<span style="color: #000000; font-weight: bold;">/</span>conf.d<span style="color: #000000; font-weight: bold;">/</span>phppgadmin.conf</pre></div></div>

<p>n'oubliez de faire un reload de apache..<br />
pour quitter postgres dans la console faite :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">postgres</span>=<span style="color: #666666; font-style: italic;"># \q</span>
postgres<span style="color: #000000; font-weight: bold;">@</span>ubuntu:~$ <span style="color: #7a0874; font-weight: bold;">exit</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.itheme.fr/2010/05/postgresql-8-4-1-ok-sous-debian/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Aircrack -ng -ptw Airmon -ng Airodump &#8211;encrypt WEP Aireplay</title>
		<link>http://blog.itheme.fr/2010/04/aircrack-ng-ptw-airmon-ng-airodump-encrypt-wep-aireplay/</link>
		<comments>http://blog.itheme.fr/2010/04/aircrack-ng-ptw-airmon-ng-airodump-encrypt-wep-aireplay/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 23:30:08 +0000</pubDate>
		<dc:creator>Albertini</dc:creator>
				<category><![CDATA[Existant]]></category>
		<category><![CDATA[Tutoriel]]></category>
		<category><![CDATA[aircrack -ng -ptw]]></category>
		<category><![CDATA[Aireplay]]></category>
		<category><![CDATA[airmon -ng]]></category>
		<category><![CDATA[airodump]]></category>

		<guid isPermaLink="false">http://blog.itheme.fr/?p=28</guid>
		<description><![CDATA[Voici un tutoriel très bien fait !!
http://www.tuto-fr.com/tutoriaux/tutorial-crack-wep-aircrack.php
la distribution qui va avec : http://www.backtrack-linux.org/downloads/
Petit bémol : Aireplay fonctionne que si le firmware de la carte wifi le permet !
]]></description>
			<content:encoded><![CDATA[<p>Voici un tutoriel très bien fait !!</p>
<p><a href="http://www.tuto-fr.com/tutoriaux/tutorial-crack-wep-aircrack.php" target="_blank">http://www.tuto-fr.com/tutoriaux/tutorial-crack-wep-aircrack.php</a></p>
<p>la distribution qui va avec : <a href="http://www.backtrack-linux.org/downloads/" target="_blank">http://www.backtrack-linux.org/downloads/</a></p>
<p>Petit bémol : Aireplay fonctionne que si le firmware de la carte wifi le permet !</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itheme.fr/2010/04/aircrack-ng-ptw-airmon-ng-airodump-encrypt-wep-aireplay/feed/</wfw:commentRss>
		<slash:comments>132</slash:comments>
		</item>
		<item>
		<title>Realisation d&#8217;un document d&#8217;analyse</title>
		<link>http://blog.itheme.fr/2010/04/realisation-dun-document-danalyse/</link>
		<comments>http://blog.itheme.fr/2010/04/realisation-dun-document-danalyse/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 23:19:47 +0000</pubDate>
		<dc:creator>Albertini</dc:creator>
				<category><![CDATA[Bonne Pratique]]></category>
		<category><![CDATA[Analyse]]></category>
		<category><![CDATA[Entreprise]]></category>
		<category><![CDATA[Merise]]></category>
		<category><![CDATA[UML]]></category>

		<guid isPermaLink="false">http://blog.itheme.fr/?p=25</guid>
		<description><![CDATA[Quelques notions que tout le monde oublie vite !

Introduire comme il faut le système, le contexte avant de parler des objectifs du système
Expliquer les besoins fonctionnel et non-fonctionnel clairement
Différentier les acteurs et les utilisateurs
Introduire les modèles de diagramme. Il n'y a pas que les informaticiens qui lisent le document
Ne pas mentionner les documents déjà réalisé, [...]]]></description>
			<content:encoded><![CDATA[<p>Quelques notions que tout le monde oublie vite !</p>
<ol>
<li>Introduire comme il faut le système, le contexte avant de parler des objectifs du système</li>
<li>Expliquer les besoins fonctionnel et non-fonctionnel clairement</li>
<li>Différentier les acteurs et les utilisateurs</li>
<li>Introduire les modèles de diagramme. Il n'y a pas que les informaticiens qui lisent le document</li>
<li>Ne pas mentionner les documents déjà réalisé, le document doit suffire pour la compréhension</li>
<li>Référencer votre document qui a aidé à votre réalisation (de la norme aux articles scientifiques)</li>
</ol>
<p>Comment savoir si on a respecté ça ? Vous passez le dossier à votre copine et si elle a rien compris c'est que vous avez tout à refaire... Bon si votre copine est quelque peu %@! ... Essayez au moins de clarrifier</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itheme.fr/2010/04/realisation-dun-document-danalyse/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Bibliotheque : Geometrie simple En Ruby, Java, Nit</title>
		<link>http://blog.itheme.fr/2010/04/bibliotheque-geometrie-simple-en-ruby-java-nit/</link>
		<comments>http://blog.itheme.fr/2010/04/bibliotheque-geometrie-simple-en-ruby-java-nit/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 23:20:04 +0000</pubDate>
		<dc:creator>Albertini</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Nit]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.itheme.fr/blog/?p=12</guid>
		<description><![CDATA[Il est intéréssant de voir les différents modèles possibles suivant les langages.
Java, Nit, Ruby
Fait par Albertini olivier, Lebote Sébastien.
]]></description>
			<content:encoded><![CDATA[<p>Il est intéréssant de voir les différents modèles possibles suivant les langages.</p>
<p><a class="wpGallery" title="Java" href="http://blog.itheme.fr/dl/Java.rar" target="_self">Java</a>, <a class="wpGallery" title="Nit" href="http://blog.itheme.fr/dl/Nit.zip" target="_self">Nit</a>, <a class="wpGallery" title="Ruby" href="http://blog.itheme.fr/dl/Ruby.rar" target="_self">Ruby</a></p>
<p>Fait par Albertini olivier, Lebote Sébastien.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itheme.fr/2010/04/bibliotheque-geometrie-simple-en-ruby-java-nit/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Gvim</title>
		<link>http://blog.itheme.fr/2010/03/gvim/</link>
		<comments>http://blog.itheme.fr/2010/03/gvim/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 23:24:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://www.itheme.fr/blog/?p=7</guid>
		<description><![CDATA[apt-get install vim-gnome
tapez ensuite gvim
auto - completion et coloration syntaxique de base
voir ~/.vimrc pour personnaliser
]]></description>
			<content:encoded><![CDATA[<p>apt-get install vim-gnome</p>
<p>tapez ensuite gvim</p>
<p>auto - completion et coloration syntaxique de base</p>
<p>voir ~/.vimrc pour personnaliser</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itheme.fr/2010/03/gvim/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

