<?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>Offroad &#187; en</title>
	<atom:link href="http://offroad.gonzofamily.com/category/en/feed/" rel="self" type="application/rss+xml" />
	<link>http://offroad.gonzofamily.com</link>
	<description>Chris&#039; blog</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:44:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>suPHP</title>
		<link>http://offroad.gonzofamily.com/2011/09/10/suphp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=suphp</link>
		<comments>http://offroad.gonzofamily.com/2011/09/10/suphp/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 21:11:57 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://offroad.gonzofamily.com/?p=1228</guid>
		<description><![CDATA[On a web server, suPHP allows PHP to run as the user and group that owns the file. In WordPress, for example it allows to upload files, update wordpress itself or its plugins. But obvious security issues can make this Apache module really dangerous for your other websites. Here is how I installed it only for [...]]]></description>
			<content:encoded><![CDATA[<p>On a web server, suPHP allows PHP to run as the user and group that owns the file.</p>
<p>In WordPress, for example it allows to upload files, update wordpress itself or its plugins.</p>
<p>But obvious security issues can make this Apache module really dangerous for your other websites. Here is how I installed it only for WordPress.</p>
<p><a title="Wiki SuPHP" href="http://wiki.gonzofamily.com/a/SuPHP">http://wiki.gonzofamily.com/a/SuPHP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://offroad.gonzofamily.com/2011/09/10/suphp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git Server on Debian</title>
		<link>http://offroad.gonzofamily.com/2011/04/29/git-server-on-debian/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=git-server-on-debian</link>
		<comments>http://offroad.gonzofamily.com/2011/04/29/git-server-on-debian/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 11:19:16 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://offroad.gonzofamily.com/?p=1205</guid>
		<description><![CDATA[After testing GIT, and without hesitation, I decided to abandon SVN/Subversion. I won&#8217;t write here one more article comparing them but I wrote (and update regularly) a wiki page explaining how to install it on Debian and give access via HTTP, SSH and HTML. http://wiki.gonzofamily.com/a/Install_GIT_as_public_repository_on_Debian I also noted how I transfered my existing local XCode repositories [...]]]></description>
			<content:encoded><![CDATA[<p>After testing GIT, and without hesitation, I decided to abandon SVN/Subversion. I won&#8217;t write here one more article comparing them but I wrote (and update regularly) a wiki page explaining how to install it on Debian and give access via HTTP, SSH and HTML.</p>
<p><a title="Wiki page" href="http://wiki.gonzofamily.com/a/Install_GIT_as_public_repository_on_Debian" target="_self">http://wiki.gonzofamily.com/a/Install_GIT_as_public_repository_on_Debian</a></p>
<p>I also noted how I transfered my existing local XCode repositories to this server, but I will improve this doc soon:</p>
<p><a title="Wiki Page" href="http://wiki.gonzofamily.com/a/GIT_and_XCode" target="_self">http://wiki.gonzofamily.com/a/GIT_and_XCode</a></p>
]]></content:encoded>
			<wfw:commentRss>http://offroad.gonzofamily.com/2011/04/29/git-server-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retrieve local IPv4/IPv6 on Wifi/Cellular on iPhone</title>
		<link>http://offroad.gonzofamily.com/2011/04/29/retrieve-local-ipv4ipv6-on-wificellular-on-iphone/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=retrieve-local-ipv4ipv6-on-wificellular-on-iphone</link>
		<comments>http://offroad.gonzofamily.com/2011/04/29/retrieve-local-ipv4ipv6-on-wificellular-on-iphone/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 10:47:35 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://offroad.gonzofamily.com/?p=1202</guid>
		<description><![CDATA[On iOS, you want to know your local IP (for example, when an application opens a webpage on the wifi interface) but the iOS SDK provides no simple way to get the IP Address for the wifi connection. I found an interesting Method in Objective-C which retrieve the IPv4 address of the wifi connexion as [...]]]></description>
			<content:encoded><![CDATA[<p>On iOS, you want to know your local IP (for example, when an application opens a webpage on the wifi interface) but the iOS SDK provides no simple way to get the IP Address for the wifi connection.</p>
<p>I found an interesting Method in Objective-C which retrieve the IPv4 address of the wifi connexion as a NSString on <a title="Zach Waugh's blog" href="http://blog.zachwaugh.com/post/309927273/programmatically-retrieving-ip-address-of-iphone" target="_blank">Zach Waugh&#8217;s blog</a>.</p>
<p>Sadly it doesn&#8217;t work with IPv6. So I modified it and here is the code:</p>
<p><a title="Wiki page" href="http://wiki.gonzofamily.com/a/Retrieve_local_IPv4/IPv6_on_Wifi/Cellular" target="_self">http://wiki.gonzofamily.com/a/Retrieve_local_IPv4/IPv6_on_Wifi/Cellular</a></p>
]]></content:encoded>
			<wfw:commentRss>http://offroad.gonzofamily.com/2011/04/29/retrieve-local-ipv4ipv6-on-wificellular-on-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PID on Mac OS X without Netstat</title>
		<link>http://offroad.gonzofamily.com/2011/04/28/pid-on-mac-os-x-without-netstat/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pid-on-mac-os-x-without-netstat</link>
		<comments>http://offroad.gonzofamily.com/2011/04/28/pid-on-mac-os-x-without-netstat/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 16:12:32 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://offroad.gonzofamily.com/?p=1196</guid>
		<description><![CDATA[On Linux we use to see the Processes associated to a listening network port with the following command netstat -p On Windows it&#8217;s netstat -o Sadly on Mac OS X this option doesn&#8217;t exist. The equivalent will be sudo lsof -P So we can imagine that we need to know which program dare listening on [...]]]></description>
			<content:encoded><![CDATA[<p>On Linux  we use to see the Processes associated to a listening network port with the following command<br />
<code>netstat -p</code></p>
<p>On Windows it&#8217;s<br />
<code>netstat -o</code></p>
<p>Sadly on Mac OS X this option doesn&#8217;t exist. The equivalent will be<br />
<code>sudo lsof -P</code></p>
<p>So we can imagine that we need to know which program dare listening on port 123<br />
<code>sudo lsof -Pn | grep 123</code></p>
<p>You will see something like that:<br />
<code><br />
ntpd         21           root   20u     IPv4 0x0899ace4        0t0      UDP *:123<br />
ntpd         21           root   21u     IPv6 0x0899ac08        0t0      UDP *:123<br />
ntpd         21           root   22u     IPv6 0x0899baa4        0t0      UDP [::1]:123<br />
ntpd         21           root   23u     IPv6 0x0899b8ec        0t0      UDP [fe80:1::1]:123<br />
ntpd         21           root   24u     IPv4 0x0899b810        0t0      UDP 127.0.0.1:123<br />
ntpd         21           root   25u     IPv6 0x098b5658        0t0      UDP [fe80:4::cabc:c8ff:fe90:6472]:123<br />
ntpd         21           root   27u     IPv6 0x098b5b80        0t0      UDP [2002:3ba7:d4b1::cabc:c8ff:fe90:6472]:123<br />
ntpd         21           root   28u     IPv4 0x15463370        0t0      UDP 10.0.130.101:123<br />
ntpd         21           root   30u     IPv6 0x15464b80        0t0      UDP [2002:3ba7:d4b1::c3e:e29a:8de6:68cc]:123<br />
</code></p>
<p>So it was the NTP Daemon with the process ID 21&#8230;. petit coquin !</p>
<p>(Cf this page of my Wiki: <a title="wiki page" href="http://wiki.gonzofamily.com/a/Port_listening_on_Mac,_Windows_or_Linux" target="_blank">http://wiki.gonzofamily.com/a/Port_listening_on_Mac,_Windows_or_Linux</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://offroad.gonzofamily.com/2011/04/28/pid-on-mac-os-x-without-netstat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wiki</title>
		<link>http://offroad.gonzofamily.com/2011/04/11/wiki/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wiki</link>
		<comments>http://offroad.gonzofamily.com/2011/04/11/wiki/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 10:21:37 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://offroad.gonzofamily.com/?p=1193</guid>
		<description><![CDATA[As most of my IT articles were about guides, I decided to open a Wiki. It will be more convenient to keep them updated and organised. Little by little this wiki will become my main website. Here it is : http://wiki.gonzofamily.com What is a wiki? It&#8217;s a collaborative website that allows the creation and editing [...]]]></description>
			<content:encoded><![CDATA[<p>As most of my IT articles were about guides, I decided to open a Wiki. It will be more convenient to keep them updated and organised.</p>
<p>Little by little this wiki will become my main website.</p>
<p>Here it is : <a href="http://wiki.gonzofamily.com">http://wiki.gonzofamily.com</a></p>
<p>What is a wiki?<br />
It&#8217;s a collaborative website that allows the creation and editing of any number of webpages. It&#8217;s easy to modify its pages without programming knowledge, and then to keep them up-to-date</p>
<p>You can correct yourself anything on this wiki. You just need to login with a real email address.</p>
]]></content:encoded>
			<wfw:commentRss>http://offroad.gonzofamily.com/2011/04/11/wiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPv6 and Privacy</title>
		<link>http://offroad.gonzofamily.com/2011/01/04/ipv6-and-privacy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ipv6-and-privacy</link>
		<comments>http://offroad.gonzofamily.com/2011/01/04/ipv6-and-privacy/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 22:27:27 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://offroad.gonzofamily.com/?p=1150</guid>
		<description><![CDATA[IPv6 makes it easy to track you. Let me explain. IPv6 is composed of a Prefix and a suffix: IPv6 address: 2001:0DB8:1fc3:481:b357:83ff:fecb:4c30 Prefix: 2001:0DB8:1fc3:481: Suffix: b357:83ff:fecb:4c30 The prefix changes according to your internet access (at home, work, friend&#8217;s&#8230;) but the Suffix is deduced from your MAC address and will be always the same for one [...]]]></description>
			<content:encoded><![CDATA[<p>IPv6 makes it easy to track you. Let me explain.</p>
<p>IPv6 is composed of a Prefix and a suffix:<br />
<strong> IPv6 address:</strong> 2001:0DB8:1fc3:481:b357:83ff:fecb:4c30<br />
<strong> Prefix: </strong>2001:0DB8:1fc3:481:<br />
<strong> Suffix:</strong> b357:83ff:fecb:4c30</p>
<p>The prefix changes according to your internet access (at home, work, friend&#8217;s&#8230;) but <strong>the Suffix is deduced from your MAC address and will be always the same for one computer.</strong><br />
So even if your IPv6 Adresse changes, the end of it is unique and identifies your device for sure.</p>
<p><strong>The counter mesure is called IPv6 Privacy Address.<br />
</strong> When you enable this policy on your computer, a second IPv6 is randomly affected during autoconfiguration, called <strong>Temporary IPv6 address</strong>. Even if you cannot change the Prefix, the Suffix changes each time.<br />
It means: you can still contact your computer with the previous IPv6 address, but in the other way (when the computer connect to the internet) it will have a different random address. It has got 2 addresses.<br />
<strong>Windows Vista/Seven:</strong> it&#8217;s enabled by default, you certainly saw &#8220;Temporary IPv6 Address&#8221; in your ipconfig<br />
<strong> Mac OS X 10.6:</strong> you have to enable it</p>
<p><strong>How to enable IPv6 Privacy Address on Mac?</strong></p>
<p>you must create the file /etc/sysctl.conf with the following content:</p>
<blockquote><p>net.inet6.ip6.use_tempaddr=1<br />
net.inet6.ip6.prefer_tempaddr=1</p></blockquote>
<p>Next restart you&#8217;ll get a second IPv6 address and it will be prefered for every internet access.</p>
<p><a href="http://offroad.gonzofamily.com/files/2011/01/Screen-shot-2011-01-01-at-2.17.03-AM.png" rel="lightbox[1150]" title="IPv6 and Privacy"><img class="aligncenter size-full wp-image-1156" src="http://offroad.gonzofamily.com/files/2011/01/Screen-shot-2011-01-01-at-2.17.03-AM.png" alt="" width="331" height="282" /></a></p>
<p><strong>But I use to protect my servers via the IP address!</strong></p>
<p>Many SSH/FTP/HTTPS servers use IP Addresses to filter access. You would like to keep always the same IP.</p>
<p>I think that every client software should be able to choose which IPv6 address it want to use (since we have 2 IPv6 in Privacy Mode), I guess it will become common very soon. For example in ssh you can add the following line in .ssh/config :</p>
<blockquote><p>BindAddress 2001:0DB8:1fc3:481:b357:83ff:fecb:4c30</p></blockquote>
<p>But I think, most of the time, a limited access can be based on the prefix of your IPv6 address. Allowing all your local network to access.</p>
]]></content:encoded>
			<wfw:commentRss>http://offroad.gonzofamily.com/2011/01/04/ipv6-and-privacy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IPv6 Certification</title>
		<link>http://offroad.gonzofamily.com/2010/12/25/ipv6-certification/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ipv6-certification</link>
		<comments>http://offroad.gonzofamily.com/2010/12/25/ipv6-certification/#comments</comments>
		<pubDate>Sat, 25 Dec 2010 03:44:11 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://offroad.gonzofamily.com/?p=1143</guid>
		<description><![CDATA[I just got my Free IPv6 certification from Hurrican ( tunnelbroker.net ). It&#8217;s a very interesting process. I think this certification is worth the time spent on it, and means you really mastered IPv6 network and servers configuration. Before continuing I must wait for my Glue Register&#8230; Anyway, here in Australia this free tunner broker [...]]]></description>
			<content:encoded><![CDATA[<p>I just got my Free IPv6 certification from Hurrican ( <a href="http://tunnelbroker.net/" target="_blank">tunnelbroker.net</a> ).</p>
<p>It&#8217;s a very interesting process. I think this certification is worth the time spent on it, and means you really mastered IPv6 network and servers configuration.</p>
<p>Before continuing I must wait for my Glue Register&#8230;<br />
<a href="http://ipv6.he.net/certification/scoresheet.php?pass_name=chriscatfr" target="_blank"><img src="http://ipv6.he.net/certification/create_badge.php?pass_name=chriscatfr&amp;badge=3" border="0" alt="IPv6 Certification Badge for chriscatfr" width="229" height="137" /></a></p>
<p>Anyway, here in Australia this free tunner broker is very efficient. It allowed me to connect my all home network on IPv6 (the Apple Time Capsule has everything necessary for ipv6 tunnels, even a selective Firewall).</p>
<p>It also allowed me to connect my experimental Linux server (whose provider doesn&#8217;t provide IPv6 connexion). This website (on a Dedibox v3) will at last receive an IPv6 next week, Online.net promised&#8230; thanks to Hurricane Electric, I did all the necessary tests before the big jump (that I already had done 4 years ago on an OVH server&#8230; Online.net is very late&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://offroad.gonzofamily.com/2010/12/25/ipv6-certification/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>change the SSH port on Mac OS X</title>
		<link>http://offroad.gonzofamily.com/2010/12/14/change-the-ssh-port-on-mac-os-x/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=change-the-ssh-port-on-mac-os-x</link>
		<comments>http://offroad.gonzofamily.com/2010/12/14/change-the-ssh-port-on-mac-os-x/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 02:29:19 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://offroad.gonzofamily.com/?p=1131</guid>
		<description><![CDATA[Being a user of Linux, I got used to change the port of SSH on my Mac with the following line: sudo vi /etc/sshd_config Then I could change the number and uncomment the following line: #Port 22 Sadly I noticed that it makes my IPv6 SSH connection unavailable on the new port (neither on the [...]]]></description>
			<content:encoded><![CDATA[<p>Being a user of Linux, I got used to change the port of SSH on my Mac with the following line:<br />
<code>sudo vi /etc/sshd_config</code><br />
Then I could change the number and uncomment the following line:<br />
<code>#Port 22</code></p>
<p>Sadly I noticed that it makes my IPv6 SSH connection unavailable on the new port (neither on the previous port 22).</p>
<p>The real clean way of changing a Mac OS X Daemon is in the <a href="http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man5/launchd.plist.5.html" target="_blank">plist files</a></p>
<p>So now I just changed the port in the ssh.plist file and my SSH Daemon runs on IPv4 and IPv6, on the new port.<br />
<code>sudo vi /System/Library/LaunchDaemons/ssh.plist</code></p>
<p>And modify as following if you want the port to become 22222:</p>
<pre>&lt;key&gt;Sockets&lt;/key&gt;
    &lt;dict&gt;
            &lt;key&gt;Listeners&lt;/key&gt;
            &lt;dict&gt;
                    &lt;key&gt;SockServiceName&lt;/key&gt;
                    &lt;string&gt;22222&lt;/string&gt;
                    &lt;key&gt;Bonjour&lt;/key&gt;
                    &lt;array&gt;
                            &lt;string&gt;22222&lt;/string&gt;
                            &lt;string&gt;sftp-ssh&lt;/string&gt;
                    &lt;/array&gt;
            &lt;/dict&gt;
    &lt;/dict&gt;
</pre>
<p>You can add 2 lines to make SSH available only via IPv4:</p>
<pre>&lt;key&gt;Sockets&lt;/key&gt;
    &lt;dict&gt;
            &lt;key&gt;Listeners&lt;/key&gt;
            &lt;dict&gt;
                    &lt;key&gt;SockServiceName&lt;/key&gt;
                    &lt;string&gt;22222&lt;/string&gt;
                    &lt;key&gt;SockFamily&lt;/key&gt;
                    &lt;string&gt;IPv4&lt;/string&gt;
                    &lt;key&gt;Bonjour&lt;/key&gt;
                    &lt;array&gt;
                            &lt;string&gt;22222&lt;/string&gt;
                            &lt;string&gt;sftp-ssh&lt;/string&gt;
                    &lt;/array&gt;
            &lt;/dict&gt;
    &lt;/dict&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://offroad.gonzofamily.com/2010/12/14/change-the-ssh-port-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App Store for Globe Trotters</title>
		<link>http://offroad.gonzofamily.com/2010/07/14/app-store-for-globe-trotters/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=app-store-for-globe-trotters</link>
		<comments>http://offroad.gonzofamily.com/2010/07/14/app-store-for-globe-trotters/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 15:52:31 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://offroad.gonzofamily.com/?p=1065</guid>
		<description><![CDATA[After only 2 weeks in China I can give you some keys to avoid the waste of time I got. See the following apps: Only one guide for 44 languages, it gives you translation of hundreds useful words and sentence from and to the 44 languages, very well made, easy to use: Lingopal 44 Only [...]]]></description>
			<content:encoded><![CDATA[<p>After only 2 weeks in China I can give you some keys to avoid the waste of time I got. See the following apps:</p>
<p>Only one guide for 44 languages, it gives you translation of hundreds useful words and sentence from and to the 44 languages, very well made, easy to use:<br />
<a href="http://ax.itunes.apple.com/fr/app/metro-maximus/id309557101?mt=8" target="_blank">Lingopal 44</a></p>
<p>Only one subway guide for 33 cities around the world:<br />
<a href="http://ax.itunes.apple.com/fr/app/metro-maximus/id309557101?mt=8" target="_blank">Metro Maximus</a></p>
<p>700 offline cities maps to save Location and to be geolocalised via GPS:<br />
<a href="http://ax.itunes.apple.com/fr/app/700-city-maps/id381920038?mt=8#ls=1" target="_blank">700 City Maps</a> (this apps is free, but each offline map must be bought, otherwise you just access an online map like google maps)</p>
<p>Currency exchange rates, works offline :<br />
<a href="http://ax.itunes.apple.com/fr/app/currency/id284220417?mt=8" target="_blank">Currency</a></p>
<p>How could we survive before iPhones and iPads ??</p>
]]></content:encoded>
			<wfw:commentRss>http://offroad.gonzofamily.com/2010/07/14/app-store-for-globe-trotters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPad 3G in China</title>
		<link>http://offroad.gonzofamily.com/2010/07/09/ipad-3g-in-china/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ipad-3g-in-china</link>
		<comments>http://offroad.gonzofamily.com/2010/07/09/ipad-3g-in-china/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 04:02:39 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://offroad.gonzofamily.com/2010/07/09/ipad-3g-in-china/</guid>
		<description><![CDATA[I wanted to use the 3G connection of my iPad in China. After &#8220;visiting&#8221; the 3 big companies in Shanghai, I can say they don&#8217;t sell data subscription for less than one year and unlimited does not exist. I also have bought (180 yuan) a SIM card from China Mobile. I noticed that I can [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to use the 3G connection of my iPad in China. After &#8220;visiting&#8221; the 3 big companies in Shanghai, I can say they don&#8217;t sell data subscription for less than one year and unlimited does not exist.</p>
<p>I also have bought (180 yuan) a SIM card from China Mobile. I noticed that I can go on the internet. I noticed the APN was &#8220;cmnet&#8221;.<br />
Then I tried successfully to use the China Mobile SIM card you can buy everywhere for less then 10€.</p>
<p>I will have to refund it once empty, but I&#8217;ll comment that post then. I think I will have to plug the SIM card back in a real mobile phone.</p>
<p>Of course I had to cut the SIM card to the micro SIM size.</p>
<p>I was connected to China Mobile and just added APN Settings :<br />
APN name : cmnet<br />
Login : (empty)<br />
Password : (empty)</p>
]]></content:encoded>
			<wfw:commentRss>http://offroad.gonzofamily.com/2010/07/09/ipad-3g-in-china/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

