<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=68450&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / [RESOLU] Connaitre son IP ?]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=68450</link>
		<description><![CDATA[Les sujets les plus récents dans [RESOLU] Connaitre son IP ?.]]></description>
		<lastBuildDate>Mon, 16 Oct 2006 10:52:14 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Connaitre son IP ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=530822#p530822</link>
			<description><![CDATA[<p>Joli, oui. </p><p>Et avec :</p><div class="codebox"><pre><code>zenity --info --text=&quot; `wget http://checkip.dyndns.org/ -O - -o /dev/null | cut -d: -f 2 | cut -d\&lt; -f 1  ; /sbin/ifconfig eth0 |grep inet\ adr | awk  &#039;{ print $2}&#039; `&quot;</code></pre></div><p>tu peux aussi afficher l&#039;adresse lan. <br />On peut encore affiner pour néttoyer.</p><p>Ou : <br />zenity --info --text=&quot; `wget http://checkip.dyndns.org/ -O - -o /dev/null | cut -d: -f 2 | cut -d\&lt; -f 1&#160; ; /sbin/ifconfig eth0 |grep inet\ adr | awk&#160; &#039;{ print $2} &#039; |cut -d: -f 2&#160; `&quot; <br />pour supprimer l&#039;affichage de adr: sur la partie lan</p>]]></description>
			<author><![CDATA[dummy@example.com (cep)]]></author>
			<pubDate>Mon, 16 Oct 2006 10:52:14 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=530822#p530822</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Connaitre son IP ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=530807#p530807</link>
			<description><![CDATA[<div class="codebox"><pre><code>#!/bin/bash

# voir ip derriere routeur

zenity --info --text=&quot;`wget http://checkip.dyndns.org/ -O - -o /dev/null | cut -d: -f 2 | cut -d\&lt; -f 1`&quot;</code></pre></div><p>puis creer un lanceur et cela donne l&#039;ip dans une fenetre </p><p>merci a tous</p>]]></description>
			<author><![CDATA[dummy@example.com (foxghent)]]></author>
			<pubDate>Mon, 16 Oct 2006 10:35:16 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=530807#p530807</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Connaitre son IP ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=530710#p530710</link>
			<description><![CDATA[<p>bonjour,<br />pour l&#039;affichage, il y a aussi zenity qui fait des zolis fenêtres <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />A+</p>]]></description>
			<author><![CDATA[dummy@example.com (jluc)]]></author>
			<pubDate>Mon, 16 Oct 2006 09:07:55 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=530710#p530710</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Connaitre son IP ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=530673#p530673</link>
			<description><![CDATA[<p>ok merci je vais potasser ca <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (foxghent)]]></author>
			<pubDate>Mon, 16 Oct 2006 08:31:23 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=530673#p530673</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Connaitre son IP ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=530668#p530668</link>
			<description><![CDATA[<p>Dans ce cas il faut que tu ajoutes un affichage. </p><p>Quelques solutions possibles aussi :</p><p>http://www.xgarreau.org/aide/devel/langtk/bash_dialog.php?printerversion=1</p>]]></description>
			<author><![CDATA[dummy@example.com (cep)]]></author>
			<pubDate>Mon, 16 Oct 2006 08:28:19 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=530668#p530668</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Connaitre son IP ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=530656#p530656</link>
			<description><![CDATA[<p>http://www.monip.org/</p>]]></description>
			<author><![CDATA[dummy@example.com (ridoo)]]></author>
			<pubDate>Mon, 16 Oct 2006 08:18:52 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=530656#p530656</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Connaitre son IP ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=530653#p530653</link>
			<description><![CDATA[<p>en fait via le terminal ca marche, mais si je veux creer une icone et double cliquer dessus je n&#039;y arrive pas</p>]]></description>
			<author><![CDATA[dummy@example.com (foxghent)]]></author>
			<pubDate>Mon, 16 Oct 2006 08:16:21 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=530653#p530653</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Connaitre son IP ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=530651#p530651</link>
			<description><![CDATA[<p>fait :<br />cat monip.sh&#160; pour voir ton script, sinon il faut que tu sois dans le répertoire contenant ton script ou en indiquer l&#039;adresse absolue. <br />Comment passes-tu la commande ?</p>]]></description>
			<author><![CDATA[dummy@example.com (cep)]]></author>
			<pubDate>Mon, 16 Oct 2006 08:13:55 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=530651#p530651</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Connaitre son IP ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=530649#p530649</link>
			<description><![CDATA[<p>en fait c&#039;est se que j&#039;ai fait mais sa ne marche pas</p>]]></description>
			<author><![CDATA[dummy@example.com (foxghent)]]></author>
			<pubDate>Mon, 16 Oct 2006 08:12:06 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=530649#p530649</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Connaitre son IP ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=530648#p530648</link>
			<description><![CDATA[<p>Je te l&#039;ai indiqué entre parenthèse (755) ou plus &quot;propre&quot; :</p><p> chmod +x monip.sh</p><p>Mais de toute manière si tu lances ta commande par :</p><p>sh monip.sh </p><p>inutile de la rendre executable, le résultat sera le même.</p>]]></description>
			<author><![CDATA[dummy@example.com (cep)]]></author>
			<pubDate>Mon, 16 Oct 2006 08:10:47 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=530648#p530648</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Connaitre son IP ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=530640#p530640</link>
			<description><![CDATA[<p>desolé mais comment le rend ton executable <img src="http://forum.ubuntu-fr.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" />&#160; je suis un boulet je sais</p>]]></description>
			<author><![CDATA[dummy@example.com (foxghent)]]></author>
			<pubDate>Mon, 16 Oct 2006 08:03:47 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=530640#p530640</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Connaitre son IP ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=530634#p530634</link>
			<description><![CDATA[<p>j&#039;ai édité <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (cep)]]></author>
			<pubDate>Mon, 16 Oct 2006 07:58:40 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=530634#p530634</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Connaitre son IP ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=530633#p530633</link>
			<description><![CDATA[<p>non comment fait ton le script</p>]]></description>
			<author><![CDATA[dummy@example.com (foxghent)]]></author>
			<pubDate>Mon, 16 Oct 2006 07:56:48 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=530633#p530633</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Connaitre son IP ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=530631#p530631</link>
			<description><![CDATA[<p>De rien. <br />Résolu ?</p><p>Faire le script ? </p><p>tu crées un fichier texte monip.sh avec :</p><div class="quotebox"><blockquote><div><p>#!/bin/bash</p><p># voir ip derriere routeur</p><p>wget http://checkip.dyndns.org/ -O - -o /dev/null | cut -d: -f 2 | cut -d\&lt; -f 1</p></div></blockquote></div><p>Tu l&#039;enrégistres et le rends executable (ou chmod 755 monip.sh ) puis :</p><p><strong>sh monip.sh</strong></p>]]></description>
			<author><![CDATA[dummy@example.com (cep)]]></author>
			<pubDate>Mon, 16 Oct 2006 07:55:39 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=530631#p530631</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [RESOLU] Connaitre son IP ?]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=530630#p530630</link>
			<description><![CDATA[<p>Salut foxghent, </p><p>http://www.alaide.com/outils_monip.php</p><p><img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (mirmidon)]]></author>
			<pubDate>Mon, 16 Oct 2006 07:53:52 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=530630#p530630</guid>
		</item>
	</channel>
</rss>
