<?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>Wheeg : Linux à votre service</title>
	<atom:link href="http://www.wheeg.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wheeg.com</link>
	<description>Linux par des professionnels pour vous simplifier la vie</description>
	<lastBuildDate>Thu, 06 Aug 2009 10:46: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>Alias et paramètres en ligne de commande</title>
		<link>http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/</link>
		<comments>http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 10:40:22 +0000</pubDate>
		<dc:creator>Olivier</dc:creator>
				<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.wheeg.com/?p=81</guid>
		<description><![CDATA[Voilà la solution pour faire un alias qui prenne en compte un paramètre&#160;: il faut savoir qu&#8217;un alias ne connait pas les paramètres qu&#8217;on lui passe. Un alias c&#8217;est vraiment, physiquement parlant, un &#171;&#160;remplacer&#160;&#187; de l&#8217;ordre que vous tapez.
Donc utiliser alias qui prendrait en compte un argument qu&#8217;on lui passe&#160;?
C&#8217;est bien simple : c&#8217;est impossible. [...]]]></description>
			<content:encoded><![CDATA[<p>Voilà la solution pour faire un alias qui prenne en compte un paramètre&nbsp;: il faut savoir qu&#8217;un alias ne connait pas les paramètres qu&#8217;on lui passe. Un alias c&#8217;est vraiment, physiquement parlant, un &laquo;&nbsp;remplacer&nbsp;&raquo; de l&#8217;ordre que vous tapez.</p>
<p>Donc utiliser alias qui prendrait en compte un argument qu&#8217;on lui passe&nbsp;?<br />
C&#8217;est bien simple : c&#8217;est impossible. Mais on peut très facilement contourner cela.</p>
<p>Exemple : je développe en C, je veux tout le temps :</p>
<ol>
<li>reformatter le fichier C avant de l&#8217;éditer avec la ligne&nbsp;:<br />
<code>indent -kr -nut {nom du fichier}</code></li>
<li>afficher ce fichier avec vim&nbsp;:<br />
<code>vim {nom du fichier}</code></li>
</ol>
<p>La ligne de commande est donc toujours :<br />
<code>indent -kr -nut {nom du fichier} &#038;&#038; vim {nom du fichier}</code></p>
<p>J&#8217;ai pensé faire un alias qui ressemblerait à cela&nbsp;:<br />
<code>alias vimi="indent -kr -nut $1 &#038;&#038; vim $1"</code><br />
Bien évidemment ça ne fonctionnera jamais.</p>
<p>Alors j&#8217;ai fait un tout petit script qui fonctionne très bien&nbsp;:<br />
<code>#!/bin/bash<br />
case $# in<br />
1) indent -kr -nut $1 &#038;&#038; vim $1 ;;<br />
*) echo "$0 {nom de fichier source .c / .h} ";;<br />
esac<br />
</code></p>
<p>Et tout fonctionne&nbsp;!<br />
Pour la note&nbsp;: <code>indent -kr -nut {nom de fichier source .c / .h}</code> signifie &laquo;&nbsp;indenter le fichier C selon les concepts de Kernighan &#038; Ritchie, et ne pas mettre de tabulations, mais des espaces&nbsp;&raquo;. Pourquoi cela&nbsp;? J&#8217;ai développé un module <a href="http://httpd.apache.org/">Apache</a>, et pour le faire proprement, j&#8217;ai suivi leurs directives&nbsp;: Kernighan &#038; Ritchie, et ne pas mettre de tabulations, mais des espaces, afin de me forcer à être habitué à lire du code d&#8217;une certaine façon. Ce type d&#8217;indentation n&#8217;est pas mon préféré, mais au moins, si je lis du code source C qui n&#8217;est pas fait par moi, je m&#8217;y retrouve plus facilement.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d81').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d81" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.phpName=Alias+et+param%C3%A8tres+en+ligne+de+commandeDescription=Alias+et+param%C3%A8tres+en+ligne+de+commandeUrl=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1simple=1url=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/submitHeadline=Alias+et+param%C3%A8tres+en+ligne+de+commandesubmitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirmuri=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2url=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Alias+et+param%C3%A8tres+en+ligne+de+commandeurl=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/h=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/t=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/t=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=editoutput=popupbkmk=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=falsepa=urlu=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100url=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurlbm_url=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/bm_description=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/T=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commandepopup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/h=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submitlink=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/name=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=nullr=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/u=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/t=Alias+et+param%C3%A8tres+en+ligne+de+commande" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d81').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d81').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.wheeg.com/2009/08/06/alias-et-parametres-en-ligne-de-commande/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Détecter quelles sont toutes les machines et leurs adresses IP connectées sur le même réseau</title>
		<link>http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/</link>
		<comments>http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/#comments</comments>
		<pubDate>Sun, 31 May 2009 12:34:46 +0000</pubDate>
		<dc:creator>Olivier</dc:creator>
				<category><![CDATA[Administration système]]></category>

		<guid isPermaLink="false">http://www.wheeg.com/?p=77</guid>
		<description><![CDATA[Voilà le cas pratique : vous avez un PC avec Linux. Et vous voulez savoir quelles sont toutes les machines et leurs adresses IP connectées sur le même réseau que ce PC.
Comment faire ?
Sur le même réseau c&#8217;est très simple : il faut envoyer un paquet ICMP à l&#8217;adresse de broadcast.
Par exemple, vous êtes sur [...]]]></description>
			<content:encoded><![CDATA[<p>Voilà le cas pratique : vous avez un PC avec Linux. Et vous voulez savoir quelles sont toutes les machines et leurs adresses IP connectées sur le même réseau que ce PC.<br />
Comment faire ?</p>
<p>Sur le même réseau c&#8217;est très simple : il faut envoyer un paquet ICMP à l&#8217;adresse de broadcast.</p>
<p>Par exemple, vous êtes sur le réseau 192.168.10.0/24. Dans ce cas précis, l&#8217;adresse de broadcast par défaut est 192.168.10.255.</p>
<p>Il suffit de taper dans un shell :</p>
<p><code>ping -b 192.168.10.255</code></p>
<p>Cette commande sera suivie sur toutes les machines présentes dans le réseau, et celles-ci vont répondre par un &laquo;&nbsp;echo reply&nbsp;&raquo; (sauf si un firewall, local ou non, bloque les réponses à l&#8217;ICMP ou au broadcast, dans ce cas rien ne se produira, mais essayez cette solution cela vaut la peine&nbsp;!).</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d77').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d77" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.phpName=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seauDescription=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seauUrl=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1simple=1url=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/submitHeadline=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seausubmitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirmuri=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2url=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seauurl=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/h=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/t=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/t=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=editoutput=popupbkmk=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=falsepa=urlu=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100url=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurlbm_url=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/bm_description=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/T=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seaupopup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/h=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submitlink=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/name=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=nullr=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/u=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/t=D%C3%A9tecter+quelles+sont+toutes+les+machines+et+leurs+adresses+IP+connect%C3%A9es+sur+le+m%C3%AAme+r%C3%A9seau" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d77').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d77').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.wheeg.com/2009/05/31/detecter-quelles-sont-toutes-les-machines-et-leurs-adresses-ip-connectees-sur-le-meme-reseau/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux : utilisation de screen (mémo simple)</title>
		<link>http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/</link>
		<comments>http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 09:15:09 +0000</pubDate>
		<dc:creator>Olivier</dc:creator>
				<category><![CDATA[Autour de Linux]]></category>
		<category><![CDATA[Mémo]]></category>
		<category><![CDATA[ligne de commande]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.wheeg.com/?p=50</guid>
		<description><![CDATA[screen sert à ouvrir plusieurs sessions simultanément, et le tout dans une seule &#171;&#160;boîte&#160;&#187; que vous pouvez &#171;&#160;fermer&#160;&#187; et &#171;&#160;réouvrir&#160;&#187; à volonté à partir de n&#8217;importe quel ordinateur. Toutes vos fenêtres de ligne de commandes seront réouvertes !
Très simple à utiliser.
Résumé des raccourcis dont je me sers en permanence dans screen (notez screen fait la [...]]]></description>
			<content:encoded><![CDATA[<p><code>screen</code> sert à ouvrir plusieurs sessions simultanément, et le tout dans une seule &laquo;&nbsp;boîte&nbsp;&raquo; que vous pouvez &laquo;&nbsp;fermer&nbsp;&raquo; et &laquo;&nbsp;réouvrir&nbsp;&raquo; à volonté à partir de n&#8217;importe quel ordinateur. Toutes vos fenêtres de ligne de commandes seront réouvertes !<br />
Très simple à utiliser.</p>
<p>Résumé des raccourcis dont je me sers en permanence dans <code>screen</code> (notez <code>screen</code> fait la différence minuscules/majuscules, donc si c&#8217;est en <cite>minuscules</cite>, il faut taper l&#8217;ordre en <cite>minuscules</cite>)&nbsp;:</p>
<ul>
<li><code>&lt;contrôle&gt; "a" &lt;contrôle&gt; "a" </code>&nbsp;: revenir à la fenêtre précédente&nbsp;;</li>
<li><code>&lt;contrôle&gt; "a" &lt;contrôle&gt; "n" </code>,  <code>"n"</code> signifie <code>"next"</code>&nbsp;: aller à la fenêtre suivante.</li>
<li><code>&lt;contrôle&gt; "a" &lt;contrôle&gt; "c" </code>,  <code>"c"</code> signifie <code>"create"</code>&nbsp;: créer une nouvelle session <code>screen</code>&nbsp;;</li>
<li><code>&lt;contrôle&gt; "a" &lt;contrôle&gt; "?" </code>,  <code>"?"</code> signifie <code>"aidez moi !!"</code>&nbsp;: afficher les ordres disponibles sous <code>screen</code>.</li>
<li>L&#8217;aide sous <code>screen</code>&nbsp;: .</li>
</ul>
<h4>Explications simplifiées de <code>screen</code></h4>
<p>Comment le lancer ? Tapez <code>screen</code> dans la ligne de commande. Et là, immédiatement, une nouvelle ligne de commande s&#8217;ouvre. Ce n&#8217;est pas réellement une &laquo;&nbsp;nouvelle ligne de commande&nbsp;&raquo;&nbsp;! C&#8217;est une fenêtre &laquo;&nbsp;dans&nbsp;&raquo; <code>screen</code>.</p>
<p>Vous pouvez ouvrir autant de fenêtres &laquo;&nbsp;dans&nbsp;&raquo; <code>screen</code> que vous voulez en tapant le raccourci clavier <code>&lt;contrôle&gt; "a" &lt;contrôle&gt; "c" </code>, <code>"c"</code> signifie <code>"create"</code> (<code>"a"</code> et <code>"c"</code> en minuscules, c&#8217;est important).</p>
<p>Vous voulez partir et garder toutes vos fenêtres en l&#8217;état pour les ré-ouvrir ailleurs ? Tapez le raccourci clavier <code>&lt;contrôle&gt; "a" &lt;contrôle&gt; "d" </code>,  <code>"d"</code> signifie <code>"detach"</code> (<code>"a"</code> et <code>"d"</code> en minuscules, c&#8217;est important).</p>
<p>Une fois screen &laquo;&nbsp;détaché&nbsp;&raquo;, vous changez d&#8217;ordinateur et vous voulez ré-ouvrir vos fenêtres&nbsp;? Tapez en ligne de commande <code>screen -r</code>,  <code>"r"</code> signifie <code>"recover"</code> (<code>"r"</code> en minuscules, c&#8217;est important).</p>
<h4>Astuces (très) pratiques</h4>
<p><strong>Zut&nbsp;!</strong> Internet s&#8217;est coupé et vous avez perdu toutes vos fenêtres <code>screen</code>. Pas de panique&nbsp;! Tapez <code>screen -r</code> et là vous allez voir quelque chose comme ça&nbsp;:<br />
<code>There is a screen on:<br />
        4653.pts-0.nomdevotreordi        (Detached)</code><br />
Il vous suffit de taper l&#8217;ordre&nbsp;:</p>
<p><code>screen -r olivier/4653.pts-0.nomdevotreordi</code></p>
<p>Et là, miracle, tout est revenu comme avant la coupure Internet&nbsp;! Notez bien que <code>"olivier"</code> dans l&#8217;ordre précédent, c&#8217;est le nom de l&#8217;utilisateur qui a ouvert <code>screen</code>. Si vous avez ouvert <code>screen</code> en tant que <code>root</code> l&#8217;ordre sera</p>
<p><code>screen -r root/4653.pts-0. nomdevotreordi</code>.</p>
<p><strong>Zut II&nbsp;!</strong> Vous êtes parti de votre travail, et vous avez oublié de &laquo;&nbsp;détacher&nbsp;&raquo; <code>screen</code>, donc tout est toujours ouvert à votre travail, pourtant vous voulez vérifier quelque chose de chez vous. Pas de panique (bis)&nbsp;! Tapez <code>screen -D -r</code>.<br />
(<code>"D"</code> signifie &laquo;&nbsp;forcer à détacher la session <code>screen</code>&nbsp;&raquo; où qu&#8217;elle soit, avant d&#8217;essayer de ré-ouvrir la session <code>screen</code>&nbsp;!)</p>
<p><cite>NB : ce mémo est destiné à utiliser <strong>immédiatement</strong> <code>screen</code> pour les débutants, et les explications sont simplifiées à l&#8217;extrême, cela ne correspond pas exactement à la réalité, mais ça aide grandement ceux qui n&#8217;y connaissent rien&nbsp;! Surtout n&#8217;hésitez pas à commenter et me dire ce qu&#8217;il faudrait que je change pour faciliter la compréhension de cet outil.</cite></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d50').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d50" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.phpName=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29Description=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29Url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1simple=1url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/submitHeadline=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirmuri=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/h=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/t=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/t=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=editoutput=popupbkmk=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=falsepa=urlu=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurlbm_url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/bm_description=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/T=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/h=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submitlink=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/name=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=nullr=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/u=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/t=Linux+%3A+utilisation+de+screen+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d50').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d50').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.wheeg.com/2009/04/13/linux-utilisation-de-screen-memo-simple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux : utilisation de gdb (mémo simple)</title>
		<link>http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/</link>
		<comments>http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 09:05:28 +0000</pubDate>
		<dc:creator>Olivier</dc:creator>
				<category><![CDATA[Mémo]]></category>
		<category><![CDATA[Programmation C]]></category>

		<guid isPermaLink="false">http://www.wheeg.com/?p=35</guid>
		<description><![CDATA[gdb (= GNU debugger) sert à déboguer les programmes écrits avec le
compilateur gcc (= GNU C Compiler). Il se lance en ligne de commande.
Très simple à utiliser.
Comment le lancer&#160;?

Syntaxe&#160;: gdb [nom du fichier exécutable]. Exemple&#160;: gdb monprog&#160;;
Lancer un programme qui prend des paramètres gdb --args monprog param1 param2&#160;;

Lorsqu&#8217;on est sous le débogueur :

Exécuter le programme&#160;: [...]]]></description>
			<content:encoded><![CDATA[<p><code>gdb</code> (= <code>GNU debugger</code>) sert à déboguer les programmes écrits avec le<br />
compilateur gcc (= <code>GNU C Compiler</code>). Il se lance en ligne de commande.<br />
Très simple à utiliser.</p>
<p>Comment le lancer&nbsp;?</p>
<ul>
<li>Syntaxe&nbsp;: <code>gdb [nom du fichier exécutable]</code>. Exemple&nbsp;: <code>gdb monprog</code>&nbsp;;</li>
<li>Lancer un programme qui prend des paramètres <code>gdb --args monprog param1 param2</code>&nbsp;;</li>
</ul>
<p>Lorsqu&#8217;on est sous le débogueur :</p>
<ul>
<li>Exécuter le programme&nbsp;: <code>run</code>&nbsp;;</li>
<li>Point d&#8217;arrêt (en général fichier <code>main.c</code>)&nbsp;: <code>break 20</code> pour arrêt ligne 20&nbsp;;</li>
<li>Inspecter une variable&nbsp;: <code>print nomdelavariable</code>&nbsp;;</li>
<li>Faire du pas à pas&nbsp;: <code>step</code>&nbsp;;</li>
<li>Refaire la dernière commande&nbsp;: touche <code>[entrée]</code>.</li>
</ul>
<p><cite>NB : ce mémo est destiné à utiliser <strong>immédiatement</strong> <code>gdb</code>. Rien d&#8217;autre.</cite></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d35').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d35" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.phpName=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29Description=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29Url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1simple=1url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/submitHeadline=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirmuri=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/h=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/t=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/t=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=editoutput=popupbkmk=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=falsepa=urlu=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurlbm_url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/bm_description=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/T=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/h=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submitlink=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/name=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=nullr=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/u=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/t=Linux+%3A+utilisation+de+gdb+%28m%C3%A9mo+simple%29" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d35').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d35').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.wheeg.com/2009/03/24/linux-memo-simple-gdb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qui sommes nous ?</title>
		<link>http://www.wheeg.com/2009/03/21/qui-sommes-nous/</link>
		<comments>http://www.wheeg.com/2009/03/21/qui-sommes-nous/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 13:22:57 +0000</pubDate>
		<dc:creator>Olivier</dc:creator>
				<category><![CDATA[Autour de Linux]]></category>

		<guid isPermaLink="false">http://www.wheeg.com/?p=5</guid>
		<description><![CDATA[Depuis la loi du premier janvier 2009 sur les auto-entrepreneurs, nous avons décidé de vous proposer nos compétences.
Dans quel domaine ? Linux, en tant que technologie de pointe.


Bookmark It












































Hide Sites



$$('div.d5').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); ]]></description>
			<content:encoded><![CDATA[<p>Depuis la <a href="http://www.lautoentrepreneur.fr/">loi du premier janvier 2009 sur les auto-entrepreneurs</a>, nous avons décidé de vous proposer nos compétences.</p>
<p>Dans quel domaine ? Linux, en tant que technologie de pointe.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d5').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d5" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.phpName=Qui+sommes+nous+%3FDescription=Qui+sommes+nous+%3FUrl=http://www.wheeg.com/2009/03/21/qui-sommes-nous/" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.wheeg.com/2009/03/21/qui-sommes-nous/" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1simple=1url=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.wheeg.com/2009/03/21/qui-sommes-nous/submitHeadline=Qui+sommes+nous+%3FsubmitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirmuri=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2url=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=Qui+sommes+nous+%3Furl=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.wheeg.com/2009/03/21/qui-sommes-nous/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http://www.wheeg.com/2009/03/21/qui-sommes-nous/h=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http://www.wheeg.com/2009/03/21/qui-sommes-nous/t=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http://www.wheeg.com/2009/03/21/qui-sommes-nous/t=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=editoutput=popupbkmk=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=falsepa=urlu=http://www.wheeg.com/2009/03/21/qui-sommes-nous/" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100url=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurlbm_url=http://www.wheeg.com/2009/03/21/qui-sommes-nous/bm_description=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.wheeg.com/2009/03/21/qui-sommes-nous/T=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3Fpopup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.wheeg.com/2009/03/21/qui-sommes-nous/h=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http://www.wheeg.com/2009/03/21/qui-sommes-nous/" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submitlink=http://www.wheeg.com/2009/03/21/qui-sommes-nous/" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.wheeg.com/2009/03/21/qui-sommes-nous/" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http://www.wheeg.com/2009/03/21/qui-sommes-nous/" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.wheeg.com/2009/03/21/qui-sommes-nous/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http://www.wheeg.com/2009/03/21/qui-sommes-nous/name=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.wheeg.com/2009/03/21/qui-sommes-nous/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=nullr=http://www.wheeg.com/2009/03/21/qui-sommes-nous/u=http://www.wheeg.com/2009/03/21/qui-sommes-nous/title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.wheeg.com/2009/03/21/qui-sommes-nous/t=Qui+sommes+nous+%3F" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.wheeg.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d5').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d5').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.wheeg.com/2009/03/21/qui-sommes-nous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
