<?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>Ma bibliothèque numérique</title>
	<atom:link href="http://www.iaora.fr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iaora.fr</link>
	<description></description>
	<lastBuildDate>Wed, 11 Jan 2012 12:59:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Wireshark</title>
		<link>http://www.iaora.fr/wireshark/</link>
		<comments>http://www.iaora.fr/wireshark/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 08:35:48 +0000</pubDate>
		<dc:creator>Bibliothèque iaora.fr</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[ethereal]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://www.iaora.fr/?p=645</guid>
		<description><![CDATA[Wireshark est un analyseur réseau. Connu aussi sous son ancien nom Ethereal. Logiciel indispensable à tout administrateur réseau afin de diagnostiquer des problèmes au niveau des protocoles. Il permet d&#8217;analyser les paquets qui transitent sur un réseau en les interceptant &#8230; <a href="http://www.iaora.fr/wireshark/">Continuer la lecture <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Wireshark</strong> est un analyseur réseau.</p>
<p>Connu aussi sous son ancien nom <strong>Ethereal</strong>.<br />
Logiciel indispensable à tout administrateur réseau afin de diagnostiquer des problèmes au niveau des protocoles.<br />
Il permet d&#8217;analyser les paquets qui transitent sur un réseau en les interceptant (Capture puis analyse des paquets HTTP, FTP, MSN, ICQ, 802.11, NETBIOS&#8230;).<br />
Un paquet peut également être reconstitué intégralement (follow TCP stream).</p>
<p>Disponible ici : <a href="http://www.wireshark.org" target="blank">http://www.wireshark.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iaora.fr/wireshark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Le haka</title>
		<link>http://www.iaora.fr/le-haka/</link>
		<comments>http://www.iaora.fr/le-haka/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 17:12:54 +0000</pubDate>
		<dc:creator>Bibliothèque iaora.fr</dc:creator>
				<category><![CDATA[Détente]]></category>
		<category><![CDATA[haka]]></category>
		<category><![CDATA[lapins crétins]]></category>

		<guid isPermaLink="false">http://www.iaora.fr/?p=631</guid>
		<description><![CDATA[La version originale &#8230; &#160; La version Lapins crétins &#8230;]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">La version originale &#8230;</p>
<p><a href="http://www.iaora.fr/le-haka/"><em>Cliquer ici pour voir la vidéo.</em></a></p>
<p>&nbsp;</p>
<p style="text-align: center;">La version Lapins crétins &#8230;</p>
<p><a href="http://www.iaora.fr/le-haka/"><em>Cliquer ici pour voir la vidéo.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iaora.fr/le-haka/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Décompiler un exe compilé avec Bat2exe</title>
		<link>http://www.iaora.fr/decompiler-un-exe-compile-avec-bat2exe/</link>
		<comments>http://www.iaora.fr/decompiler-un-exe-compile-avec-bat2exe/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 09:01:26 +0000</pubDate>
		<dc:creator>Bibliothèque iaora.fr</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[bat to exe]]></category>
		<category><![CDATA[bat2exe]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[bat_to_exe_converter]]></category>
		<category><![CDATA[decompiler]]></category>
		<category><![CDATA[exe to bat]]></category>
		<category><![CDATA[exe2bat]]></category>

		<guid isPermaLink="false">http://www.iaora.fr/?p=614</guid>
		<description><![CDATA[Cet article permet de dé-compiler les fichier exécutables qui ont été compilés avec le logiciel Bat_To_Exe_Converter Voici un exemple avec le script suivant qu&#8217;on appellera : message.bat rem &#8212;&#8212;&#8212;&#8212;&#8212; rem debut du script rem &#8212;&#8212;&#8212;&#8212;&#8212; echo MsgBox &#171;&#160;affichage d&#8217;un message&#160;&#187;&#62; &#8230; <a href="http://www.iaora.fr/decompiler-un-exe-compile-avec-bat2exe/">Continuer la lecture <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Cet article permet de dé-compiler les fichier exécutables qui ont été compilés avec le logiciel <a href="http://www.iaora.fr/bat2exe">Bat_To_Exe_Converter</a></p>
<p>Voici un exemple avec le script suivant qu&#8217;on appellera : <strong>message.bat</strong></p>
<p><em>rem &#8212;&#8212;&#8212;&#8212;&#8212;<br />
rem debut du script<br />
rem &#8212;&#8212;&#8212;&#8212;&#8212;<br />
echo MsgBox &laquo;&nbsp;affichage d&#8217;un message&nbsp;&raquo;&gt; msgbox.vbs<br />
cscript msgbox.vbs<br />
rem &#8212;&#8212;&#8212;&#8212;&#8212;<br />
rem fin du script<br />
rem &#8212;&#8212;&#8212;&#8212;&#8212;</em></p>
<p>une fois compilé avec bat2exe ce fichier sera <strong>message.exe</strong><br />
&nbsp;&nbsp;</p>
<p>Pour le dé-compiler voici la procédure, commencer par récupérer les 2 outils suivants : <a href="http://upx.sourceforge.net/download/00-OLD-VERSIONS/upx302w.zip">upx302w.zip</a> et <a href="http://delphi.icm.edu.pl/ftp/tools/ResHack.zip">ResHack.zip</a></p>
<p>Ensuite il faut lancer la commande suivante : <strong>upx.exe -d message.exe </strong> &#8211; cela permet de décompresser l&#8217;executable<br />
&nbsp;&nbsp;<br />
<img class="aligncenter" title="upx" src="http://www.iaora.fr/wp-content/uploads/2011/upx.png" alt="" /></p>
<p>&nbsp;</p>
<p>Lancer le logicier <strong>reshack</strong> et ouvrir l&#8217;executable précédement decompressé. Le script apparaitra dans les champs RCData.</p>
<p>&nbsp;</p>
<p><img class="aligncenter" title="reshack" src="http://www.iaora.fr/wp-content/uploads/2011/reshack.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iaora.fr/decompiler-un-exe-compile-avec-bat2exe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UNetbootin</title>
		<link>http://www.iaora.fr/unetbootin/</link>
		<comments>http://www.iaora.fr/unetbootin/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 06:40:38 +0000</pubDate>
		<dc:creator>Bibliothèque iaora.fr</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[bootcd]]></category>
		<category><![CDATA[hiren's]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[unetbootin]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.iaora.fr/?p=598</guid>
		<description><![CDATA[UNetbootin est un logiciel qui permet de créer une clé USB Bootable. &#160; Il fonctionne sur Windows, Linux et Mac OS X. Vous pouvez soit laisser UNetbootin télécharger l&#8217;une des nombreuses distributions soutenues ou fournir vos propres Linux. Vous pouvez &#8230; <a href="http://www.iaora.fr/unetbootin/">Continuer la lecture <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>UNetbootin </strong>est un logiciel qui permet de créer une clé USB Bootable.<br />
&nbsp;<br />
Il fonctionne sur Windows, Linux et Mac OS X.<br />
Vous pouvez soit laisser UNetbootin télécharger l&#8217;une des nombreuses distributions soutenues ou fournir vos propres Linux.<br />
Vous pouvez aussi fournir un fichier iso.<br />
&nbsp;<br />
UNetbootin est disponible <a href="http://unetbootin.sourceforge.net/" target="blank">ici</a>.<br />
&nbsp;</p>
<p style="text-align: center;">
<p><img class="aligncenter" title="unetbootin" src="http://www.iaora.fr/wp-content/uploads/2011/unetbootin1.png" alt="" /><br />
<img class="aligncenter" title="unetbootin" src="http://www.iaora.fr/wp-content/uploads/2011/unetbootin2.png" alt="" /><br />
&nbsp;&nbsp;<br />
Dans le même ordre d&#8217;idée il existe une procédure pour créer une clé USB bootable avec <strong>Hiren&#8217;s boot Cd</strong>.<br />
Disponible à cette adresse : <a href="http://www.hiren.info/pages/bootcd-on-usb-disk" target="blank">http://www.hiren.info/pages/bootcd-on-usb-disk</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iaora.fr/unetbootin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BCArchive</title>
		<link>http://www.iaora.fr/bcarchive/</link>
		<comments>http://www.iaora.fr/bcarchive/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 19:10:25 +0000</pubDate>
		<dc:creator>Bibliothèque iaora.fr</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[aes]]></category>
		<category><![CDATA[bca]]></category>
		<category><![CDATA[compresser]]></category>
		<category><![CDATA[cryptage]]></category>
		<category><![CDATA[mot de passe]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[rar]]></category>
		<category><![CDATA[rsa]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.iaora.fr/?p=590</guid>
		<description><![CDATA[BCArchive permet de compresser et crypter des fichiers. BCArchive compresse les fichiers et les encode pour ne former qu’un seul fichier. &#160; Il offre la possibilité de protéger son fichier crypté grâce à plusieurs mots de passe (Algorithmes de cryptage &#8230; <a href="http://www.iaora.fr/bcarchive/">Continuer la lecture <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>BCArchive </strong>permet de compresser et crypter des fichiers.</p>
<p>BCArchive compresse les fichiers et les encode pour ne former qu’un seul fichier.<br />
&nbsp;<br />
Il offre la possibilité de protéger son fichier crypté grâce à plusieurs mots de passe (Algorithmes de cryptage<br />
comme Blowfish, AES ou RSA).<br />
&nbsp;</p>
<p style="text-align: center;">
<p><img class="aligncenter" title="firevox-tab1" src="http://www.iaora.fr/wp-content/uploads/2011/bcarchive.png" alt="" /><br />
&nbsp;<br />
BCArchive est disponible <a href="http://www.jetico.com/bcarchive.exe" target="blank">ici</a>, pour le site de l&#8217;éditeur c&#8217;est <a href="http://www.jetico.com/download/" target="blank">ici</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iaora.fr/bcarchive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox &#8211; Downloads in Tab</title>
		<link>http://www.iaora.fr/firefox-downloads-in-tab/</link>
		<comments>http://www.iaora.fr/firefox-downloads-in-tab/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 18:43:42 +0000</pubDate>
		<dc:creator>Bibliothèque iaora.fr</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[onglets]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.iaora.fr/?p=573</guid>
		<description><![CDATA[Downloads in Tab est un module pour Firefox. Il permet de mettre les téléchargements de Firefox dans un onglet. &#160; Avant l&#8217;installation : &#160; &#160; Aprés l&#8217;installation : &#160; Vous n&#8217;aurez plus la petite fenêtre des téléchargements de Firefox, mais &#8230; <a href="http://www.iaora.fr/firefox-downloads-in-tab/">Continuer la lecture <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Downloads in Tab </strong>est un module pour Firefox.</p>
<p>Il permet de mettre les téléchargements de Firefox dans un onglet.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><strong>Avant l&#8217;installation : </strong></p>
<p><img class="aligncenter" title="firevox-tab1" src="http://www.iaora.fr/wp-content/uploads/2011/firefox-tab1.jpg" alt="" /></p>
<p style="text-align: center;">&nbsp;</p>
<p style="text-align: center;">&nbsp;</p>
<p style="text-align: center;"><strong>Aprés l&#8217;installation : </strong></p>
<p><img class="aligncenter" title="firevox-tab1" src="http://www.iaora.fr/wp-content/uploads/2011/firefox-tab2.jpg" alt="" /></p>
<p>&nbsp;</p>
<p>Vous n&#8217;aurez plus la petite fenêtre des téléchargements de Firefox, mais à la place un onglet dans lequel va se trouver les téléchargements que vous effectuez.</p>
<p>Downloads in Tab pour Firefox est téléchargeable <a href="https://addons.mozilla.org/fr/firefox/addon/downloads-in-tab/" target="blank">ici</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iaora.fr/firefox-downloads-in-tab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fvpat Webdev Server</title>
		<link>http://www.iaora.fr/fvpat-webdev-server/</link>
		<comments>http://www.iaora.fr/fvpat-webdev-server/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 17:15:02 +0000</pubDate>
		<dc:creator>Bibliothèque iaora.fr</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[fvpat]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[serveur]]></category>

		<guid isPermaLink="false">http://www.iaora.fr/?p=552</guid>
		<description><![CDATA[fvpat Webdev Server (fvpatwds) est un serveur de développement web sur clé USB. Le but de cette application est d&#8217;offrir une &#171;&#160;plateforme&#160;&#187; Apache, PHP, MySQL, &#8230; aux développeurs itinérants. Décompresser l&#8217;archive dans un répertoire ou sur une clé Usb suffit &#8230; <a href="http://www.iaora.fr/fvpat-webdev-server/">Continuer la lecture <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>fvpat Webdev Server</strong> (fvpatwds) est un serveur de développement web sur clé USB.</p>
<p>Le but de cette application est d&#8217;offrir une &laquo;&nbsp;plateforme&nbsp;&raquo; Apache, PHP, MySQL, &#8230; aux développeurs itinérants.</p>
<p>Décompresser l&#8217;archive dans un répertoire ou sur une clé Usb suffit à rendre le serveur fonctionnel.</p>
<p>
fvpat Webdev Server pour Windows est téléchargeable <a href="http://fvpatwds.tuxfamily.org/spip.php?article9" target="blank">ici</a>.</p>
<p>
<a href="http://www.iaora.fr/wp-content/uploads/2011/fvpat.jpg" target="blank"><img class="aligncenter size-full wp-image-284" title="fvpat" src="http://www.iaora.fr/wp-content/uploads/2011/fvpat.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iaora.fr/fvpat-webdev-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xampp</title>
		<link>http://www.iaora.fr/xampp/</link>
		<comments>http://www.iaora.fr/xampp/#comments</comments>
		<pubDate>Tue, 17 May 2011 13:03:00 +0000</pubDate>
		<dc:creator>Bibliothèque iaora.fr</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[serveur]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.iaora.fr/?p=536</guid>
		<description><![CDATA[Xampp Installez un serveur web Apache, ajoutez à cela MySQL, PHP, Perl&#8230;. et vous comprendrez que cela n&#8217;est pas chose facile. XAMPP est une distribution d&#8217;Apache tout en un, car tout est inclu dans le package. L&#8217;installation et l&#8217;utilisation sont &#8230; <a href="http://www.iaora.fr/xampp/">Continuer la lecture <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Xampp</strong></p>
<p>Installez un serveur web Apache, ajoutez à cela MySQL, PHP, Perl&#8230;. et vous comprendrez que cela n&#8217;est pas chose facile.<br />
XAMPP est une distribution d&#8217;Apache tout en un, car tout est inclu dans le package.
<p>
L&#8217;installation et l&#8217;utilisation sont donc très faciles.
</p>
<p>
Voici le contenu du kit pour Windows 2000, XP, Vista et 7 :</p>
<ol>
<li> Apache 2.2.17</li>
<li> MySQL 5.5.8</li>
<li>PHP 5.3.5</li>
<li>phpMyAdmin 3.3.9</li>
<li>FileZilla FTP Server 0.9.37</li>
<li>Tomcat 7.0.3 (with mod_proxy_ajp as connector)</li>
</ol>
<p>
Des programmes sont fournis en standard afin de vérifier le bon fonctionnement.
</p>
<p>
XAMPP pour Windows est téléchargeable <a href="http://www.apachefriends.org/fr/xampp-windows.html" target="blank">ici</a>.</p>
<p>
<a href="http://www.iaora.fr/wp-content/uploads/2011/xampp.png" target="blank"><img class="aligncenter size-full wp-image-284" title="Xampp" src="http://www.iaora.fr/wp-content/uploads/2011/xampp.png" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iaora.fr/xampp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dark Vador Vs Thor</title>
		<link>http://www.iaora.fr/dark-vador-vs-thor/</link>
		<comments>http://www.iaora.fr/dark-vador-vs-thor/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 19:32:24 +0000</pubDate>
		<dc:creator>Bibliothèque iaora.fr</dc:creator>
				<category><![CDATA[Détente]]></category>
		<category><![CDATA[dark vador]]></category>
		<category><![CDATA[la force]]></category>
		<category><![CDATA[pub]]></category>
		<category><![CDATA[thor]]></category>

		<guid isPermaLink="false">http://www.iaora.fr/?p=526</guid>
		<description><![CDATA[La version originale &#8230; &#160; La version parodiée &#8230;]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">La version originale &#8230;</p>
<p><a href="http://www.iaora.fr/dark-vador-vs-thor/"><em>Cliquer ici pour voir la vidéo.</em></a></p>
<p>&nbsp;</p>
<p style="text-align: center;">La version parodiée &#8230;</p>
<p><a href="http://www.iaora.fr/dark-vador-vs-thor/"><em>Cliquer ici pour voir la vidéo.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iaora.fr/dark-vador-vs-thor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code QR</title>
		<link>http://www.iaora.fr/code-qr/</link>
		<comments>http://www.iaora.fr/code-qr/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 11:30:54 +0000</pubDate>
		<dc:creator>Bibliothèque iaora.fr</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://www.iaora.fr/?p=517</guid>
		<description><![CDATA[Code QR Le code QR est un code-barres destiné à être lu par un lecteur de code QR, un téléphone mobile, ou un smartphone. Il peut stocker plus d&#8217;informations qu&#8217;un code barres classique (jusqu&#8217;à 7 089 caractères numériques, 4 296 &#8230; <a href="http://www.iaora.fr/code-qr/">Continuer la lecture <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Code QR</strong></p>
<p>Le code QR est un code-barres destiné à être lu par un lecteur de code QR, un téléphone mobile, ou un smartphone.<br />
Il peut stocker plus d&#8217;informations qu&#8217;un code barres classique<br />
(jusqu&#8217;à 7 089 caractères numériques, 4 296 caractères alphanumériques).</p>
<p>Très pratique le code QR peut stocker entre autres url, texte, numéro de téléphone ou même sms.</p>
<p>Voici le code QR correspondant à l&#8217;url http://www.iaora.fr</p>
<p><a href="http://www.iaora.fr/wp-content/uploads/2011/qr-iaora.png" target="blank"><img class="aligncenter size-full wp-image-284" title="Code QR" src="http://www.iaora.fr/wp-content/uploads/2011/qr-iaora.png" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iaora.fr/code-qr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

