<?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>Luca Gibelli</title>
	<atom:link href="http://www.nervous.it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nervous.it</link>
	<description>You came here by hitting the wrong anykey.</description>
	<lastBuildDate>Sun, 27 Dec 2009 12:05:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to sum the sizes of files found by &#8216;find&#8217;</title>
		<link>http://www.nervous.it/2009/12/sum-size-of-matching-files/</link>
		<comments>http://www.nervous.it/2009/12/sum-size-of-matching-files/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 19:43:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[one liner]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.nervous.it/?p=334</guid>
		<description><![CDATA[Sometimes you want to find the size of all files that match some criteria, for example: files older than N days, or files greater than N bytes, or files that have a certain extension.
In this case, using du is not practical. Here is a simple awk one-liner that will sum the size of all files [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you want to find the size of all files that match some criteria, for example: files older than N days, or files greater than N bytes, or files that have a certain extension.</p>
<p>In this case, using <em>du</em> is not practical. Here is a simple awk one-liner that will sum the size of all files under /path that are older than 90 days:</p>
<p><code>find /path/ -type f -mtime +90 -printf "%s\n"|awk '{sum+=$0}END{print sum}'</code></p>
<p>Enjoy!</p>



Share with:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fsum-size-of-matching-files%2F&amp;t=How%20to%20sum%20the%20sizes%20of%20files%20found%20by%20%27find%27" title="Facebook"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fsum-size-of-matching-files%2F&amp;title=How%20to%20sum%20the%20sizes%20of%20files%20found%20by%20%27find%27&amp;bodytext=Sometimes%20you%20want%20to%20find%20the%20size%20of%20all%20files%20that%20match%20some%20criteria%2C%20for%20example%3A%20files%20older%20than%20N%20days%2C%20or%20files%20greater%20than%20N%20bytes%2C%20or%20files%20that%20have%20a%20certain%20extension.%0D%0A%0D%0AIn%20this%20case%2C%20using%20du%20is%20not%20practical.%20Here%20is%20a%20simple%20awk%20o" title="Digg"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fsum-size-of-matching-files%2F&amp;title=How%20to%20sum%20the%20sizes%20of%20files%20found%20by%20%27find%27&amp;notes=Sometimes%20you%20want%20to%20find%20the%20size%20of%20all%20files%20that%20match%20some%20criteria%2C%20for%20example%3A%20files%20older%20than%20N%20days%2C%20or%20files%20greater%20than%20N%20bytes%2C%20or%20files%20that%20have%20a%20certain%20extension.%0D%0A%0D%0AIn%20this%20case%2C%20using%20du%20is%20not%20practical.%20Here%20is%20a%20simple%20awk%20o" title="del.icio.us"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=How%20to%20sum%20the%20sizes%20of%20files%20found%20by%20%27find%27&amp;body=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fsum-size-of-matching-files%2F" title="email"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fsum-size-of-matching-files%2F&amp;title=How%20to%20sum%20the%20sizes%20of%20files%20found%20by%20%27find%27&amp;annotation=Sometimes%20you%20want%20to%20find%20the%20size%20of%20all%20files%20that%20match%20some%20criteria%2C%20for%20example%3A%20files%20older%20than%20N%20days%2C%20or%20files%20greater%20than%20N%20bytes%2C%20or%20files%20that%20have%20a%20certain%20extension.%0D%0A%0D%0AIn%20this%20case%2C%20using%20du%20is%20not%20practical.%20Here%20is%20a%20simple%20awk%20o" title="Google Bookmarks"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fsum-size-of-matching-files%2F&amp;t=How%20to%20sum%20the%20sizes%20of%20files%20found%20by%20%27find%27" title="MySpace"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=How%20to%20sum%20the%20sizes%20of%20files%20found%20by%20%27find%27&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fsum-size-of-matching-files%2F" title="Slashdot"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fsum-size-of-matching-files%2F&amp;title=How%20to%20sum%20the%20sizes%20of%20files%20found%20by%20%27find%27" title="StumbleUpon"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fsum-size-of-matching-files%2F&amp;t=How%20to%20sum%20the%20sizes%20of%20files%20found%20by%20%27find%27&amp;s=Sometimes%20you%20want%20to%20find%20the%20size%20of%20all%20files%20that%20match%20some%20criteria%2C%20for%20example%3A%20files%20older%20than%20N%20days%2C%20or%20files%20greater%20than%20N%20bytes%2C%20or%20files%20that%20have%20a%20certain%20extension.%0D%0A%0D%0AIn%20this%20case%2C%20using%20du%20is%20not%20practical.%20Here%20is%20a%20simple%20awk%20o" title="Tumblr"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.nervous.it/2009/12/sum-size-of-matching-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spoofing MAC address under MacOSX Snow Leopard</title>
		<link>http://www.nervous.it/2009/12/mac-spoofing-on-snow-leopard/</link>
		<comments>http://www.nervous.it/2009/12/mac-spoofing-on-snow-leopard/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 21:12:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[airport]]></category>
		<category><![CDATA[arp]]></category>
		<category><![CDATA[hw address]]></category>
		<category><![CDATA[mac address]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[spoof]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://www.nervous.it/?p=322</guid>
		<description><![CDATA[Why
If you travel a lot like me, you may find yourself in need to change the mac address of your gizmos to avoid paying multiple times for the same service.
Many hotspot services (commonly found in hotels) require you to pay for an access code for each wireless device that you bring with you. Usually these [...]]]></description>
			<content:encoded><![CDATA[<h4>Why</h4>
<p>If you travel a lot like me, you may find yourself in need to change the mac address of your gizmos to avoid paying multiple times for the same service.<br />
Many hotspot services (commonly found in hotels) require you to pay for an access code for each wireless device that you bring with you. Usually these hotspots ask you to pay to get your mac address &#8220;allowed&#8221; to connect to the Internet for 24 hours.<br />
Just pay once and change the mac address of your other devices so that they are all the same, but avoid using them at the same time :) You may screw up the network :)</p>
<p>Changing the mac address is also useful when you find some open wireless network protected only by mac filtering. But that&#8217;s another story.</p>
<h3>How to spoof MAC address on MacOSX</h3>
<p>In the past it was kinda easy to spoof your mac address under MacOSX, both for wired and wireless interfaces.<br />
Nowadays, you can no longer use a simple <em>ifconfig en1 ether XX:XX:XX:XX:XX:XX</em>. Things got a little more complicated for wireless interfaces.</p>
<p>The problem is that you cannot modify the mac address of a wireless interface which is associated to some network. Right, you may think, so let&#8217;s take the interface down, change the mac addy and bring the interface up again. No, that won&#8217;t work either: you cannot modify the mac address while the interface is down.</p>
<p>Welcome <em>airport -z</em>. This command will disassociate your Airport card from any wireless network and at the same time keep the interface up.</p>
<p>The path of this tool under MacOSX is: /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport<br />
You may want to symlink it to one of your $PATH dirs, like this:</p>
<p><code>sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport<br />
</code></p>
<p>Now run as root:</p>
<p><code>airport -z</code></p>
<p>Wait a few seconds, and change your mac address:</p>
<p><code> ifconfig en1 ether XX:XX:XX:XX:XX:XX</code></p>
<p>Wait a few seconds. Verify with <em>ifconfig en1</em> that the mac address was actually changed and in case it has not, retry the <em>ifconfig en1 ether XX:XX:XX:XX:XX:XX</em> command again until <em>ifconfig en1</em> shows the correct mac address. Like I said you should wait a few seconds between each command.</p>
<p>Then open your Airport utility and choose your wireless network.</p>
<p>Thumbs up :)</p>
<h4>Credits:</h4>
<p><a href="http://osxdaily.com/2008/01/17/how-to-spoof-your-mac-address-in-mac-os-x/">http://osxdaily.com/2008/01/17/how-to-spoof-your-mac-address-in-mac-os-x/</a></p>



Share with:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fmac-spoofing-on-snow-leopard%2F&amp;t=Spoofing%20MAC%20address%20under%20MacOSX%20Snow%20Leopard" title="Facebook"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fmac-spoofing-on-snow-leopard%2F&amp;title=Spoofing%20MAC%20address%20under%20MacOSX%20Snow%20Leopard&amp;bodytext=Why%0D%0AIf%20you%20travel%20a%20lot%20like%20me%2C%20you%20may%20find%20yourself%20in%20need%20to%20change%20the%20mac%20address%20of%20your%20gizmos%20to%20avoid%20paying%20multiple%20times%20for%20the%20same%20service.%0D%0AMany%20hotspot%20services%20%28commonly%20found%20in%20hotels%29%20require%20you%20to%20pay%20for%20an%20access%20code%20for%20" title="Digg"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fmac-spoofing-on-snow-leopard%2F&amp;title=Spoofing%20MAC%20address%20under%20MacOSX%20Snow%20Leopard&amp;notes=Why%0D%0AIf%20you%20travel%20a%20lot%20like%20me%2C%20you%20may%20find%20yourself%20in%20need%20to%20change%20the%20mac%20address%20of%20your%20gizmos%20to%20avoid%20paying%20multiple%20times%20for%20the%20same%20service.%0D%0AMany%20hotspot%20services%20%28commonly%20found%20in%20hotels%29%20require%20you%20to%20pay%20for%20an%20access%20code%20for%20" title="del.icio.us"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Spoofing%20MAC%20address%20under%20MacOSX%20Snow%20Leopard&amp;body=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fmac-spoofing-on-snow-leopard%2F" title="email"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fmac-spoofing-on-snow-leopard%2F&amp;title=Spoofing%20MAC%20address%20under%20MacOSX%20Snow%20Leopard&amp;annotation=Why%0D%0AIf%20you%20travel%20a%20lot%20like%20me%2C%20you%20may%20find%20yourself%20in%20need%20to%20change%20the%20mac%20address%20of%20your%20gizmos%20to%20avoid%20paying%20multiple%20times%20for%20the%20same%20service.%0D%0AMany%20hotspot%20services%20%28commonly%20found%20in%20hotels%29%20require%20you%20to%20pay%20for%20an%20access%20code%20for%20" title="Google Bookmarks"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fmac-spoofing-on-snow-leopard%2F&amp;t=Spoofing%20MAC%20address%20under%20MacOSX%20Snow%20Leopard" title="MySpace"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Spoofing%20MAC%20address%20under%20MacOSX%20Snow%20Leopard&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fmac-spoofing-on-snow-leopard%2F" title="Slashdot"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fmac-spoofing-on-snow-leopard%2F&amp;title=Spoofing%20MAC%20address%20under%20MacOSX%20Snow%20Leopard" title="StumbleUpon"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.nervous.it%2F2009%2F12%2Fmac-spoofing-on-snow-leopard%2F&amp;t=Spoofing%20MAC%20address%20under%20MacOSX%20Snow%20Leopard&amp;s=Why%0D%0AIf%20you%20travel%20a%20lot%20like%20me%2C%20you%20may%20find%20yourself%20in%20need%20to%20change%20the%20mac%20address%20of%20your%20gizmos%20to%20avoid%20paying%20multiple%20times%20for%20the%20same%20service.%0D%0AMany%20hotspot%20services%20%28commonly%20found%20in%20hotels%29%20require%20you%20to%20pay%20for%20an%20access%20code%20for%20" title="Tumblr"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.nervous.it/2009/12/mac-spoofing-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I Flush DNS?</title>
		<link>http://www.nervous.it/2009/11/how-do-i-flush-dns/</link>
		<comments>http://www.nervous.it/2009/11/how-do-i-flush-dns/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 00:08:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[NX]]></category>

		<guid isPermaLink="false">http://www.nervous.it/?p=315</guid>
		<description><![CDATA[How do I Flush DNS?
How to Flush DNS in Microsoft Windows
In Microsoft Windows, you can use the command ipconfig /flushdns to flush the DNS resolver cache:
C:\&#62;ipconfig /flushdns

Windows IP Configuration

Successfully flushed the DNS Resolver Cache.
You can also use the command ipconfig /displaydns to view the DNS resolver cache
How to Flush DNS in Mac OSX
In Mac OSX [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tech-faq.com/flush-dns.shtml">How do I Flush DNS?</a></p>
<h2>How to Flush DNS in Microsoft Windows</h2>
<p>In Microsoft Windows, you can use the command <em>ipconfig /flushdns</em> to flush the DNS resolver cache:</p>
<pre>C:\&gt;ipconfig /flushdns

<a class="iAs" style="border-bottom: 1px solid #3e5c76 ! important; font-weight: normal ! important; font-size: 100% ! important; text-decoration: none ! important; padding-bottom: 0px ! important; color: #3e5c76 ! important; background-color: transparent ! important; background-image: none; padding-top: 0pt; padding-right: 0pt; padding-left: 0pt;" href="http://www.tech-faq.com/flush-dns.shtml#" target="_blank">Windows<img style="border: 0pt none; margin: 0pt; padding: 0pt; display: inline ! important; height: 10px; width: 10px; position: relative; top: 1px; left: 1px; float: none;" src="http://images.intellitxt.com/ast/adTypes/mag-glass_10x10.gif" alt="" /></a> IP Configuration

Successfully flushed the DNS Resolver Cache.</pre>
<p>You can also use the command <em>ipconfig /displaydns</em> to view the DNS resolver cache</p>
<h2>How to Flush DNS in Mac OSX</h2>
<p>In Mac OSX Leopard, you can use the command <em>dscacheutil -flushcache</em> to flush the DNS resolver cache:</p>
<pre>bash-2.05a$ dscacheutil -flushcache</pre>
<p>In Mac OSX versions 10.5.1 and before, the command <em>lookupd -flushcache</em> performed the same task:</p>
<pre>bash-2.05a$ lookupd -flushcache</pre>
<h2>How to Flush DNS in Linux</h2>
<p>In Linux, the nscd daemon manages the DNS cache.</p>
<p>To flush the DNS cache, restart the nscd daemon.</p>
<p>To restart the nscd daemon, use the command `/etc/init.d/nscd restart</p>



Share with:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F11%2Fhow-do-i-flush-dns%2F&amp;t=How%20do%20I%20Flush%20DNS%3F" title="Facebook"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F11%2Fhow-do-i-flush-dns%2F&amp;title=How%20do%20I%20Flush%20DNS%3F&amp;bodytext=How%20do%20I%20Flush%20DNS%3F%0D%0AHow%20to%20Flush%20DNS%20in%20Microsoft%20Windows%0D%0AIn%20Microsoft%20Windows%2C%20you%20can%20use%20the%20command%20ipconfig%20%2Fflushdns%20to%20flush%20the%20DNS%20resolver%20cache%3A%0D%0AC%3A%5C%26gt%3Bipconfig%20%2Fflushdns%0D%0A%0D%0AWindows%20IP%20Configuration%0D%0A%0D%0ASuccessfully%20flushed%20the%20DNS%20Resol" title="Digg"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F11%2Fhow-do-i-flush-dns%2F&amp;title=How%20do%20I%20Flush%20DNS%3F&amp;notes=How%20do%20I%20Flush%20DNS%3F%0D%0AHow%20to%20Flush%20DNS%20in%20Microsoft%20Windows%0D%0AIn%20Microsoft%20Windows%2C%20you%20can%20use%20the%20command%20ipconfig%20%2Fflushdns%20to%20flush%20the%20DNS%20resolver%20cache%3A%0D%0AC%3A%5C%26gt%3Bipconfig%20%2Fflushdns%0D%0A%0D%0AWindows%20IP%20Configuration%0D%0A%0D%0ASuccessfully%20flushed%20the%20DNS%20Resol" title="del.icio.us"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=How%20do%20I%20Flush%20DNS%3F&amp;body=http%3A%2F%2Fwww.nervous.it%2F2009%2F11%2Fhow-do-i-flush-dns%2F" title="email"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.nervous.it%2F2009%2F11%2Fhow-do-i-flush-dns%2F&amp;title=How%20do%20I%20Flush%20DNS%3F&amp;annotation=How%20do%20I%20Flush%20DNS%3F%0D%0AHow%20to%20Flush%20DNS%20in%20Microsoft%20Windows%0D%0AIn%20Microsoft%20Windows%2C%20you%20can%20use%20the%20command%20ipconfig%20%2Fflushdns%20to%20flush%20the%20DNS%20resolver%20cache%3A%0D%0AC%3A%5C%26gt%3Bipconfig%20%2Fflushdns%0D%0A%0D%0AWindows%20IP%20Configuration%0D%0A%0D%0ASuccessfully%20flushed%20the%20DNS%20Resol" title="Google Bookmarks"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F11%2Fhow-do-i-flush-dns%2F&amp;t=How%20do%20I%20Flush%20DNS%3F" title="MySpace"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=How%20do%20I%20Flush%20DNS%3F&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F11%2Fhow-do-i-flush-dns%2F" title="Slashdot"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F11%2Fhow-do-i-flush-dns%2F&amp;title=How%20do%20I%20Flush%20DNS%3F" title="StumbleUpon"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.nervous.it%2F2009%2F11%2Fhow-do-i-flush-dns%2F&amp;t=How%20do%20I%20Flush%20DNS%3F&amp;s=How%20do%20I%20Flush%20DNS%3F%0D%0AHow%20to%20Flush%20DNS%20in%20Microsoft%20Windows%0D%0AIn%20Microsoft%20Windows%2C%20you%20can%20use%20the%20command%20ipconfig%20%2Fflushdns%20to%20flush%20the%20DNS%20resolver%20cache%3A%0D%0AC%3A%5C%26gt%3Bipconfig%20%2Fflushdns%0D%0A%0D%0AWindows%20IP%20Configuration%0D%0A%0D%0ASuccessfully%20flushed%20the%20DNS%20Resol" title="Tumblr"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.nervous.it/2009/11/how-do-i-flush-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speedtest</title>
		<link>http://www.nervous.it/2009/10/speedtest/</link>
		<comments>http://www.nervous.it/2009/10/speedtest/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 10:03:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bofh]]></category>

		<guid isPermaLink="false">http://www.nervous.it/?p=300</guid>
		<description><![CDATA[



Share with:


	
	
	
	
	
	
	
	
	
	


]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.speedtest.net/result/580627992.png"><img src="http://www.nervous.it/wp-content/uploads/2009/10/580627992.png" alt="" /></a></p>



Share with:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F10%2Fspeedtest%2F&amp;t=Speedtest" title="Facebook"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F10%2Fspeedtest%2F&amp;title=Speedtest&amp;bodytext=" title="Digg"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F10%2Fspeedtest%2F&amp;title=Speedtest&amp;notes=" title="del.icio.us"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Speedtest&amp;body=http%3A%2F%2Fwww.nervous.it%2F2009%2F10%2Fspeedtest%2F" title="email"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.nervous.it%2F2009%2F10%2Fspeedtest%2F&amp;title=Speedtest&amp;annotation=" title="Google Bookmarks"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F10%2Fspeedtest%2F&amp;t=Speedtest" title="MySpace"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Speedtest&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F10%2Fspeedtest%2F" title="Slashdot"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F10%2Fspeedtest%2F&amp;title=Speedtest" title="StumbleUpon"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.nervous.it%2F2009%2F10%2Fspeedtest%2F&amp;t=Speedtest&amp;s=" title="Tumblr"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.nervous.it/2009/10/speedtest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crazy cross</title>
		<link>http://www.nervous.it/2009/09/crazy-cross/</link>
		<comments>http://www.nervous.it/2009/09/crazy-cross/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 17:24:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[funny]]></category>
		<category><![CDATA[crazy cross]]></category>
		<category><![CDATA[map]]></category>

		<guid isPermaLink="false">http://www.nervous.it/?p=292</guid>
		<description><![CDATA[Crazy cross



Share with:


	
	
	
	
	
	
	
	
	
	


]]></description>
			<content:encoded><![CDATA[<p><a href="http://maps.google.it/maps?f=q&amp;source=s_q&amp;hl=it&amp;geocode=&amp;q=bydgoszcz,+nowodworska+33&amp;sll=53.118128,18.002735&amp;sspn=0.001677,0.004823&amp;ie=UTF8&amp;ll=53.118216,17.992929&amp;spn=0.001677,0.004823&amp;t=k&amp;z=18">Crazy cross</a></p>
<div id="canvas_CkmZ" style="width:400px; height:400px" class="google-map-sc-canvas"></div><script type="text/javascript">
var map_canvas_CkmZ;
var map_points_canvas_CkmZ =  new Array();
map_points_canvas_CkmZ[0] = {'point':{'lat':"53.118128",'long':"18.002735"},'info':"<div class='gm_info_cont'><p class='gm_info_title'><a class='title' href='http://www.nervous.it/?p=292'>Crazy cross</a></p><p class='gm_info_address'></p><table border='0' cellspacing='0' cellpadding='5' height='80'><tr><td valign='top' align='left'><a href='http://www.nervous.it/?p=292'><img src='' class='gm_info_img' /></a></td><td valign='top' align='left'>Crazy crossShare with:										<p><a href='http://www.nervous.it/?p=292'>more »</a></p></td></tr></table></div>"};
addLoadEvent(function(){
map_canvas_CkmZ = new gmshc_render("canvas_CkmZ",map_points_canvas_CkmZ, 15);
});
addEvent(window,'unload',GUnload,false);
</script>




Share with:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcrazy-cross%2F&amp;t=Crazy%20cross" title="Facebook"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcrazy-cross%2F&amp;title=Crazy%20cross&amp;bodytext=Crazy%20cross%0D%0A%0D%0A" title="Digg"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcrazy-cross%2F&amp;title=Crazy%20cross&amp;notes=Crazy%20cross%0D%0A%0D%0A" title="del.icio.us"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Crazy%20cross&amp;body=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcrazy-cross%2F" title="email"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcrazy-cross%2F&amp;title=Crazy%20cross&amp;annotation=Crazy%20cross%0D%0A%0D%0A" title="Google Bookmarks"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcrazy-cross%2F&amp;t=Crazy%20cross" title="MySpace"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Crazy%20cross&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcrazy-cross%2F" title="Slashdot"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcrazy-cross%2F&amp;title=Crazy%20cross" title="StumbleUpon"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcrazy-cross%2F&amp;t=Crazy%20cross&amp;s=Crazy%20cross%0D%0A%0D%0A" title="Tumblr"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.nervous.it/2009/09/crazy-cross/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cambiare il profilo operatore su iPhone</title>
		<link>http://www.nervous.it/2009/09/cambiare-il-profilo-operatore-su-iphone/</link>
		<comments>http://www.nervous.it/2009/09/cambiare-il-profilo-operatore-su-iphone/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 13:32:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[operatore]]></category>
		<category><![CDATA[profilo]]></category>
		<category><![CDATA[tethering]]></category>

		<guid isPermaLink="false">http://www.nervous.it/?p=287</guid>
		<description><![CDATA[Quando si è in viaggio capita di dover cambiare SIM (ad esempio se sti andando all&#8217;estero) e di non avere a disposizione una connessione WiFi per poter aggiornare il profilo operatore del proprio cellulare.
Di solito tali profili sono memorizzati direttamente nella SIM, ma ci sono delle eccezioni, ad esempio H3G.
Vediamo dunque come fare a cambiare [...]]]></description>
			<content:encoded><![CDATA[<p>Quando si è in viaggio capita di dover cambiare SIM (ad esempio se sti andando all&#8217;estero) e di non avere a disposizione una connessione WiFi per poter aggiornare il profilo operatore del proprio cellulare.</p>
<p>Di solito tali profili sono memorizzati direttamente nella SIM, ma ci sono delle eccezioni, ad esempio H3G.</p>
<p>Vediamo dunque come fare a cambiare operatore supponendo di avere a disposizione un laptop con iTunes installato e nessuna connessione a Internet.</p>
<p>Per prima cosa dovremo viaggiare sempre portandoci dietro una copia del file .ipcc relativo al nostro operatore.</p>
<p>Questi file si possono trovare facilmente visitando <a href="http://phobos.apple.com/version">http://phobos.apple.com/version</a>, ad esempio con:</p>
<p>curl -s -L http://phobos.apple.com/version | grep -i nome-operatore</p>
<p>Nel caso di H3G ad esempio:</p>
<p>curl -s -L http://phobos.apple.com/version | grep -i hutchinson_it</p>
<p>Scarichiamo dunque <a href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7293.20090925.Epqhf/Hutchison_it.ipcc">http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/CarrierBundles/061-7293.20090925.Epqhf/Hutchison_it.ipcc</a> e salviamolo in locale.</p>
<p>A questo punto dobbiamo chiudere iTunes e configurarlo per accettare i file .ipcc con il comando:</p>
<pre>defaults write com.apple.iTunes carrier-testing -bool TRUE</pre>
<p>eseguito ovviamente da Terminale.</p>
<p>Riapriamo iTunes, selezioniamo il nostro iPhone, andiamo nel menu &#8220;Riepilogo&#8221; e tenendo premuto il tasto &#8220;Alt&#8221; clicchiamo su &#8220;Aggiorna&#8221;.</p>
<p>Non resta che selezionare il file .ipcc precedentemente salvato e riavviare l&#8217;iPhone.</p>
<p>Thumbs up!</p>



Share with:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcambiare-il-profilo-operatore-su-iphone%2F&amp;t=Cambiare%20il%20profilo%20operatore%20su%20iPhone" title="Facebook"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcambiare-il-profilo-operatore-su-iphone%2F&amp;title=Cambiare%20il%20profilo%20operatore%20su%20iPhone&amp;bodytext=Quando%20si%20%C3%A8%20in%20viaggio%20capita%20di%20dover%20cambiare%20SIM%20%28ad%20esempio%20se%20sti%20andando%20all%27estero%29%20e%20di%20non%20avere%20a%20disposizione%20una%20connessione%20WiFi%20per%20poter%20aggiornare%20il%20profilo%20operatore%20del%20proprio%20cellulare.%0D%0A%0D%0ADi%20solito%20tali%20profili%20sono%20memorizzati" title="Digg"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcambiare-il-profilo-operatore-su-iphone%2F&amp;title=Cambiare%20il%20profilo%20operatore%20su%20iPhone&amp;notes=Quando%20si%20%C3%A8%20in%20viaggio%20capita%20di%20dover%20cambiare%20SIM%20%28ad%20esempio%20se%20sti%20andando%20all%27estero%29%20e%20di%20non%20avere%20a%20disposizione%20una%20connessione%20WiFi%20per%20poter%20aggiornare%20il%20profilo%20operatore%20del%20proprio%20cellulare.%0D%0A%0D%0ADi%20solito%20tali%20profili%20sono%20memorizzati" title="del.icio.us"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Cambiare%20il%20profilo%20operatore%20su%20iPhone&amp;body=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcambiare-il-profilo-operatore-su-iphone%2F" title="email"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcambiare-il-profilo-operatore-su-iphone%2F&amp;title=Cambiare%20il%20profilo%20operatore%20su%20iPhone&amp;annotation=Quando%20si%20%C3%A8%20in%20viaggio%20capita%20di%20dover%20cambiare%20SIM%20%28ad%20esempio%20se%20sti%20andando%20all%27estero%29%20e%20di%20non%20avere%20a%20disposizione%20una%20connessione%20WiFi%20per%20poter%20aggiornare%20il%20profilo%20operatore%20del%20proprio%20cellulare.%0D%0A%0D%0ADi%20solito%20tali%20profili%20sono%20memorizzati" title="Google Bookmarks"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcambiare-il-profilo-operatore-su-iphone%2F&amp;t=Cambiare%20il%20profilo%20operatore%20su%20iPhone" title="MySpace"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Cambiare%20il%20profilo%20operatore%20su%20iPhone&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcambiare-il-profilo-operatore-su-iphone%2F" title="Slashdot"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcambiare-il-profilo-operatore-su-iphone%2F&amp;title=Cambiare%20il%20profilo%20operatore%20su%20iPhone" title="StumbleUpon"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fcambiare-il-profilo-operatore-su-iphone%2F&amp;t=Cambiare%20il%20profilo%20operatore%20su%20iPhone&amp;s=Quando%20si%20%C3%A8%20in%20viaggio%20capita%20di%20dover%20cambiare%20SIM%20%28ad%20esempio%20se%20sti%20andando%20all%27estero%29%20e%20di%20non%20avere%20a%20disposizione%20una%20connessione%20WiFi%20per%20poter%20aggiornare%20il%20profilo%20operatore%20del%20proprio%20cellulare.%0D%0A%0D%0ADi%20solito%20tali%20profili%20sono%20memorizzati" title="Tumblr"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.nervous.it/2009/09/cambiare-il-profilo-operatore-su-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Le mie applicazioni preferite per iPhone</title>
		<link>http://www.nervous.it/2009/09/le-mie-applicazioni-preferite-per-iphone/</link>
		<comments>http://www.nervous.it/2009/09/le-mie-applicazioni-preferite-per-iphone/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 10:10:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[best app]]></category>
		<category><![CDATA[top 20]]></category>

		<guid isPermaLink="false">http://www.nervous.it/?p=269</guid>
		<description><![CDATA[
Google Sync (scegliete la lingua inglese)
ShopShop
Keeper (commercial)
fring
Locomotimes PRO (commercial) / ProntoTreno (gratis)
MetrO
PagineGialle
ShoZu
Qik
la Repubblica
Layar
RssRunner
Twitterriffic (ads)
Facebook
AroundMe
IbisMail
eBay Sempre
iSSH (commercial)
WiFiFoFum (commercial)
Stato Volo
HotelPal
FlightControl
Ragdoll Lite




Share with:


	
	
	
	
	
	
	
	
	
	


]]></description>
			<content:encoded><![CDATA[<ol>
<li><a href="http://m.google.com/sync" target="_blank">Google Sync</a> (scegliete la lingua inglese)</li>
<li><a href="http://itunes.com/apps/ShopShop">ShopShop</a></li>
<li><a href="http://itunes.com/apps/Keeper">Keeper</a> (commercial)</li>
<li><a href="http://www.fring.com/iphone/" target="_blank">fring</a></li>
<li><a href="http://itunes.com/apps/LocomotimesPRO">Locomotimes PRO</a> (commercial) / <a href="http://itunes.com/apps/ProntoTreno">ProntoTreno</a> (gratis)</li>
<li><a href="http://itunes.com/apps/MetrO">MetrO</a></li>
<li><a href="http://itunes.com/apps/PagineGialle">PagineGialle</a></li>
<li><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=284768495&amp;mt=8">ShoZu</a></li>
<li><a href="http://itunes.com/apps/Qik">Qik</a></li>
<li>la Repubblica</li>
<li><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=334404207&amp;mt=8" target="_blank">Layar</a></li>
<li><a href="http://itunes.com/apps/RssRunner" target="_blank">RssRunner</a></li>
<li><a href="http://itunes.com/apps/Twitterrific">Twitterriffic</a> (ads)</li>
<li><a href="http://itunes.com/apps/Facebook" target="_blank">Facebook</a></li>
<li><a href="http://itunes.com/apps/AroundMe" target="_blank">AroundMe</a></li>
<li><a href="http://itunes.com/apps/IbisMail" target="_blank">IbisMail</a></li>
<li><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=282614216&amp;mt=8" target="_blank">eBay Sempre</a></li>
<li><a href="http://itunes.com/apps/iSSH" target="_blank">iSSH</a> (commercial)</li>
<li><a href="http://itunes.com/apps/WiFiFoFum" target="_blank">WiFiFoFum</a> (commercial)</li>
<li>Stato Volo</li>
<li><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=324473924&amp;mt=8" target="_blank">HotelPal</a></li>
<li><a href="http://itunes.com/apps/FlightControl" target="_blank">FlightControl</a></li>
<li><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=320681933&amp;mt=8" target="_blank">Ragdoll Lite</a></li>
</ol>



Share with:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fle-mie-applicazioni-preferite-per-iphone%2F&amp;t=Le%20mie%20applicazioni%20preferite%20per%20iPhone%20" title="Facebook"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fle-mie-applicazioni-preferite-per-iphone%2F&amp;title=Le%20mie%20applicazioni%20preferite%20per%20iPhone%20&amp;bodytext=%0D%0A%09Google%20Sync%20%28scegliete%20la%20lingua%20inglese%29%0D%0A%09ShopShop%0D%0A%09Keeper%20%28commercial%29%0D%0A%09fring%0D%0A%09Locomotimes%20PRO%20%28commercial%29%20%2F%20ProntoTreno%20%28gratis%29%0D%0A%09MetrO%0D%0A%09PagineGialle%0D%0A%09ShoZu%0D%0A%09Qik%0D%0A%09la%20Repubblica%0D%0A%09Layar%0D%0A%09RssRunner%0D%0A%09Twitterriffic%20%28ads%29%0D%0A%09Facebook%0D%0A%09Ar" title="Digg"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fle-mie-applicazioni-preferite-per-iphone%2F&amp;title=Le%20mie%20applicazioni%20preferite%20per%20iPhone%20&amp;notes=%0D%0A%09Google%20Sync%20%28scegliete%20la%20lingua%20inglese%29%0D%0A%09ShopShop%0D%0A%09Keeper%20%28commercial%29%0D%0A%09fring%0D%0A%09Locomotimes%20PRO%20%28commercial%29%20%2F%20ProntoTreno%20%28gratis%29%0D%0A%09MetrO%0D%0A%09PagineGialle%0D%0A%09ShoZu%0D%0A%09Qik%0D%0A%09la%20Repubblica%0D%0A%09Layar%0D%0A%09RssRunner%0D%0A%09Twitterriffic%20%28ads%29%0D%0A%09Facebook%0D%0A%09Ar" title="del.icio.us"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Le%20mie%20applicazioni%20preferite%20per%20iPhone%20&amp;body=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fle-mie-applicazioni-preferite-per-iphone%2F" title="email"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fle-mie-applicazioni-preferite-per-iphone%2F&amp;title=Le%20mie%20applicazioni%20preferite%20per%20iPhone%20&amp;annotation=%0D%0A%09Google%20Sync%20%28scegliete%20la%20lingua%20inglese%29%0D%0A%09ShopShop%0D%0A%09Keeper%20%28commercial%29%0D%0A%09fring%0D%0A%09Locomotimes%20PRO%20%28commercial%29%20%2F%20ProntoTreno%20%28gratis%29%0D%0A%09MetrO%0D%0A%09PagineGialle%0D%0A%09ShoZu%0D%0A%09Qik%0D%0A%09la%20Repubblica%0D%0A%09Layar%0D%0A%09RssRunner%0D%0A%09Twitterriffic%20%28ads%29%0D%0A%09Facebook%0D%0A%09Ar" title="Google Bookmarks"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fle-mie-applicazioni-preferite-per-iphone%2F&amp;t=Le%20mie%20applicazioni%20preferite%20per%20iPhone%20" title="MySpace"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Le%20mie%20applicazioni%20preferite%20per%20iPhone%20&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fle-mie-applicazioni-preferite-per-iphone%2F" title="Slashdot"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fle-mie-applicazioni-preferite-per-iphone%2F&amp;title=Le%20mie%20applicazioni%20preferite%20per%20iPhone%20" title="StumbleUpon"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fle-mie-applicazioni-preferite-per-iphone%2F&amp;t=Le%20mie%20applicazioni%20preferite%20per%20iPhone%20&amp;s=%0D%0A%09Google%20Sync%20%28scegliete%20la%20lingua%20inglese%29%0D%0A%09ShopShop%0D%0A%09Keeper%20%28commercial%29%0D%0A%09fring%0D%0A%09Locomotimes%20PRO%20%28commercial%29%20%2F%20ProntoTreno%20%28gratis%29%0D%0A%09MetrO%0D%0A%09PagineGialle%0D%0A%09ShoZu%0D%0A%09Qik%0D%0A%09la%20Repubblica%0D%0A%09Layar%0D%0A%09RssRunner%0D%0A%09Twitterriffic%20%28ads%29%0D%0A%09Facebook%0D%0A%09Ar" title="Tumblr"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.nervous.it/2009/09/le-mie-applicazioni-preferite-per-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard: backup su condivisione di rete samba/afp/&#8230;</title>
		<link>http://www.nervous.it/2009/09/backup-snowleopard-share-di-rete/</link>
		<comments>http://www.nervous.it/2009/09/backup-snowleopard-share-di-rete/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 22:35:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[condivisione]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[time machine]]></category>

		<guid isPermaLink="false">http://www.nervous.it/?p=274</guid>
		<description><![CDATA[La versione di Time Machine distribuita con Snow Leopard (MacOSX 10.6.x) non funziona più con il vecchio arcinoto hack che permetteva di effettuare il backup su comuni cartelle condivise in rete da altri PC/server/NAS.
Non disperate! Fortunatamente è stato già scoperto come ovviare al problema. Ecco la procedura:
Supponiamo che:

il PC di cui volete effettuare il backup [...]]]></description>
			<content:encoded><![CDATA[<p>La versione di Time Machine distribuita con Snow Leopard (MacOSX 10.6.x) non funziona più con il <a href="http://www.carminenoviello.name/informatica/time-machine-su-comuni-nas" target="_blank">vecchio arcinoto hack</a> che permetteva di effettuare il backup su comuni cartelle condivise in rete da altri PC/server/NAS.</p>
<p>Non disperate! Fortunatamente è stato <a href="http://www.insanelymac.com/forum/index.php?showtopic=184462" target="_blank">già scoperto</a> come ovviare al problema. Ecco la procedura:</p>
<p>Supponiamo che:</p>
<ul>
<li>il PC di cui volete effettuare il backup con Time Machine si chiami <em>pippo</em>: per scoprire il nome del vostro PC è sufficiente aprire un terminale e osservare cosa appare prima del prompt</li>
<li>lo spazio che volete dedicare al backup sia al massimo 100GB.</li>
</ul>
<p>Aprite il Finder, cliccate sul menu &#8220;Vai&#8221; e scegliete &#8220;Connessione al server&#8221;.</p>
<p>Digitate l&#8217;indirizzo del server che ospita la condivisione samba, es.: smb://192.168.0.10</p>
<p>Cliccate su &#8220;Connetti&#8221;, inserite le credenziali per l&#8217;accesso, se richieste, e assicuratevi di marcare: &#8220;Memorizza la password&#8221;.</p>
<p>A questo punto aprite un terminale e accedete alla cartella condivisa via rete in cui volete effettuare il backup, per es.:</p>
<pre>cd /Volumes/samba-server</pre>
<p>Ed eseguite i seguenti comandi:</p>
<pre>touch .com.apple.timemachine.supported
hdiutil create -size 100G -fs HFS+J -volname 'Time Machine Backups' -type SPARSEBUNDLE pippo.sparsebundle<tt>
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1</tt></pre>
<p>Sul PC pippo, fate click sulla mela in alto a sinistra, entrate in &#8220;Informazioni su questo Mac&#8221;/&#8221;Più informazioni&#8221; e segnatevi l&#8217;Hardware UUID del PC pippo.</p>
<p>Entrate nella cartella condivisa via rete e all&#8217;interno della directory &#8220;pippo.sparsebundle&#8221; generata dal programma hdiutil, create il file di testo com.apple.TimeMachine.MachineID.plist con il seguente contenuto:</p>
<pre>
<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;
&lt;plist version="1.0"&gt;
&lt;dict&gt;
	&lt;key&gt;com.apple.backupd.HostUUID&lt;/key&gt;
	&lt;string&gt;ILVOSTROUUID&lt;/string&gt;
&lt;/dict&gt;
&lt;/plist&gt;</pre>
</pre>
<p>Sostituite la stringa ILVOSTROUUID con la stringa che vi eravate trascritti precedentemente.</p>
<p>A questo punto non vi resta che lanciare Time Machine su pippo, selezionare come volume di destinazione per il backup la cartella condivisa e attendere pazientemente.</p>
<p>Thumbs up!</p>
<p>Credits: thanks to <a href="http://www.insanelymac.com/forum/index.php?showtopic=184462" target="_blank">Sunkid</a></p>



Share with:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fbackup-snowleopard-share-di-rete%2F&amp;t=Snow%20Leopard%3A%20backup%20su%20condivisione%20di%20rete%20samba%2Fafp%2F..." title="Facebook"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fbackup-snowleopard-share-di-rete%2F&amp;title=Snow%20Leopard%3A%20backup%20su%20condivisione%20di%20rete%20samba%2Fafp%2F...&amp;bodytext=La%20versione%20di%20Time%20Machine%20distribuita%20con%20Snow%20Leopard%20%28MacOSX%2010.6.x%29%20non%20funziona%20pi%C3%B9%20con%20il%20vecchio%20arcinoto%20hack%20che%20permetteva%20di%20effettuare%20il%20backup%20su%20comuni%20cartelle%20condivise%20in%20rete%20da%20altri%20PC%2Fserver%2FNAS.%0D%0A%0D%0ANon%20disperate%21%20Fortunatamen" title="Digg"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fbackup-snowleopard-share-di-rete%2F&amp;title=Snow%20Leopard%3A%20backup%20su%20condivisione%20di%20rete%20samba%2Fafp%2F...&amp;notes=La%20versione%20di%20Time%20Machine%20distribuita%20con%20Snow%20Leopard%20%28MacOSX%2010.6.x%29%20non%20funziona%20pi%C3%B9%20con%20il%20vecchio%20arcinoto%20hack%20che%20permetteva%20di%20effettuare%20il%20backup%20su%20comuni%20cartelle%20condivise%20in%20rete%20da%20altri%20PC%2Fserver%2FNAS.%0D%0A%0D%0ANon%20disperate%21%20Fortunatamen" title="del.icio.us"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Snow%20Leopard%3A%20backup%20su%20condivisione%20di%20rete%20samba%2Fafp%2F...&amp;body=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fbackup-snowleopard-share-di-rete%2F" title="email"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fbackup-snowleopard-share-di-rete%2F&amp;title=Snow%20Leopard%3A%20backup%20su%20condivisione%20di%20rete%20samba%2Fafp%2F...&amp;annotation=La%20versione%20di%20Time%20Machine%20distribuita%20con%20Snow%20Leopard%20%28MacOSX%2010.6.x%29%20non%20funziona%20pi%C3%B9%20con%20il%20vecchio%20arcinoto%20hack%20che%20permetteva%20di%20effettuare%20il%20backup%20su%20comuni%20cartelle%20condivise%20in%20rete%20da%20altri%20PC%2Fserver%2FNAS.%0D%0A%0D%0ANon%20disperate%21%20Fortunatamen" title="Google Bookmarks"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fbackup-snowleopard-share-di-rete%2F&amp;t=Snow%20Leopard%3A%20backup%20su%20condivisione%20di%20rete%20samba%2Fafp%2F..." title="MySpace"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Snow%20Leopard%3A%20backup%20su%20condivisione%20di%20rete%20samba%2Fafp%2F...&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fbackup-snowleopard-share-di-rete%2F" title="Slashdot"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fbackup-snowleopard-share-di-rete%2F&amp;title=Snow%20Leopard%3A%20backup%20su%20condivisione%20di%20rete%20samba%2Fafp%2F..." title="StumbleUpon"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fbackup-snowleopard-share-di-rete%2F&amp;t=Snow%20Leopard%3A%20backup%20su%20condivisione%20di%20rete%20samba%2Fafp%2F...&amp;s=La%20versione%20di%20Time%20Machine%20distribuita%20con%20Snow%20Leopard%20%28MacOSX%2010.6.x%29%20non%20funziona%20pi%C3%B9%20con%20il%20vecchio%20arcinoto%20hack%20che%20permetteva%20di%20effettuare%20il%20backup%20su%20comuni%20cartelle%20condivise%20in%20rete%20da%20altri%20PC%2Fserver%2FNAS.%0D%0A%0D%0ANon%20disperate%21%20Fortunatamen" title="Tumblr"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.nervous.it/2009/09/backup-snowleopard-share-di-rete/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone Mail.app and imaps on non standard port</title>
		<link>http://www.nervous.it/2009/09/iphone-and-imaps-on-non-standard-port/</link>
		<comments>http://www.nervous.it/2009/09/iphone-and-imaps-on-non-standard-port/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 15:07:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[imaps]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[port]]></category>

		<guid isPermaLink="false">http://www.nervous.it/?p=271</guid>
		<description><![CDATA[There is a nasty bug that apparently Apple refuses to fix in the standard Mail app of iPhone (at least up until 3.0.1).
A similar bug seems to affect the Mail.app of MacOSX according to http://discussions.apple.com/thread.jspa?threadID=1527269
The bug is triggered by the following conditions:

your IMAPS (imap over ssl) server uses a non standard port (i.e. it&#8217;s not [...]]]></description>
			<content:encoded><![CDATA[<p>There is a nasty bug that apparently Apple refuses to fix in the standard Mail app of iPhone (at least up until 3.0.1).</p>
<p>A similar bug seems to affect the Mail.app of MacOSX according to <a href="http://discussions.apple.com/thread.jspa?threadID=1527269" target="_blank">http://discussions.apple.com/thread.jspa?threadID=1527269</a></p>
<p>The bug is triggered by the following conditions:</p>
<ul>
<li>your IMAPS (imap over ssl) server uses a non standard port (i.e. it&#8217;s not listening on port 993)</li>
<li>your IMAPS server has a self-signed or otherwise non-verified SSL cert.</li>
</ul>
<p>In the above situation, iPhone won&#8217;t be able to complete the SSL handshake with your IMAPS server.</p>
<p>Fortunately <a href="http://www.hs4cl.com/category/iphone/">Oliver Humpage</a> found a workaround for this bug:</p>
<blockquote>
<ol>
<li>Delete the IMAPS account you just created (<strong>this is mandatory!!!</strong>)</li>
<li> Temporarily open port 993 on the IMAPS server (more on this later)</li>
<li>Create the IMAPS account again.</li>
<li>Check your mailbox from iPhone. You&#8217;ll be asked to continue even if the certificate is not valid. Accept.</li>
<li>Go back to the Settings panel, in the advanced tab change the port of the IMAPS server to the non-standard port that you want to use.</li>
<li>Close port 993 on the IMAPS server and open the non-standard one.</li>
<li>Thumbs up! You are done.</li>
</ol>
</blockquote>
<p>Now you may ask: big deal, I cannot open port 993 on the IMAPS server otherwise I wouldn&#8217;t be in trouble!</p>
<p>Point taken, but you don&#8217;t have to. Here is my work-around (if your Internet gateway is already a Linux box and you have root access to it, you can skip directly to step 4):</p>
<ol>
<li>Fire up your Linux/BSD box (you got one right?)</li>
<li>Configure your iPhone with a static ip and choose as gateway the ip address of your Linux box.</li>
<li>Setup your Linux box for masquerading (see the Linux Masquerading HOWTO).</li>
<li>Add the following iptables rule (replace 12345 with the non-standard port used by your imaps server): iptables -t nat -I PREROUTING -d ip-of-imaps-server -p tcp &#8211;dport 993 -j DNAT &#8211;to ip-of-imaps-server:12345</li>
</ol>
<p>From this time on, all connections routed through your Linux box with destination imaps-server:993 will be redirected to imaps-server:12345.</p>
<p>When you are done setting up your iPhone as detailed by Oliver, you can drop the PREROUTING rule on your Linux box and switch your iPhone back to DHCP mode.</p>
<p>Works for me, hope it will work for you too :)</p>
<p>UPDATE: it worked for a while, then it stopped working again. I ended up using IbisMail which so far seems to be flawless.</p>



Share with:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fiphone-and-imaps-on-non-standard-port%2F&amp;t=iPhone%20Mail.app%20and%20imaps%20on%20non%20standard%20port" title="Facebook"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fiphone-and-imaps-on-non-standard-port%2F&amp;title=iPhone%20Mail.app%20and%20imaps%20on%20non%20standard%20port&amp;bodytext=There%20is%20a%20nasty%20bug%20that%20apparently%20Apple%20refuses%20to%20fix%20in%20the%20standard%20Mail%20app%20of%20iPhone%20%28at%20least%20up%20until%203.0.1%29.%0D%0A%0D%0AA%20similar%20bug%20seems%20to%20affect%20the%20Mail.app%20of%20MacOSX%20according%20to%20http%3A%2F%2Fdiscussions.apple.com%2Fthread.jspa%3FthreadID%3D1527269%0D%0A%0D%0A" title="Digg"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fiphone-and-imaps-on-non-standard-port%2F&amp;title=iPhone%20Mail.app%20and%20imaps%20on%20non%20standard%20port&amp;notes=There%20is%20a%20nasty%20bug%20that%20apparently%20Apple%20refuses%20to%20fix%20in%20the%20standard%20Mail%20app%20of%20iPhone%20%28at%20least%20up%20until%203.0.1%29.%0D%0A%0D%0AA%20similar%20bug%20seems%20to%20affect%20the%20Mail.app%20of%20MacOSX%20according%20to%20http%3A%2F%2Fdiscussions.apple.com%2Fthread.jspa%3FthreadID%3D1527269%0D%0A%0D%0A" title="del.icio.us"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=iPhone%20Mail.app%20and%20imaps%20on%20non%20standard%20port&amp;body=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fiphone-and-imaps-on-non-standard-port%2F" title="email"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fiphone-and-imaps-on-non-standard-port%2F&amp;title=iPhone%20Mail.app%20and%20imaps%20on%20non%20standard%20port&amp;annotation=There%20is%20a%20nasty%20bug%20that%20apparently%20Apple%20refuses%20to%20fix%20in%20the%20standard%20Mail%20app%20of%20iPhone%20%28at%20least%20up%20until%203.0.1%29.%0D%0A%0D%0AA%20similar%20bug%20seems%20to%20affect%20the%20Mail.app%20of%20MacOSX%20according%20to%20http%3A%2F%2Fdiscussions.apple.com%2Fthread.jspa%3FthreadID%3D1527269%0D%0A%0D%0A" title="Google Bookmarks"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fiphone-and-imaps-on-non-standard-port%2F&amp;t=iPhone%20Mail.app%20and%20imaps%20on%20non%20standard%20port" title="MySpace"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=iPhone%20Mail.app%20and%20imaps%20on%20non%20standard%20port&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fiphone-and-imaps-on-non-standard-port%2F" title="Slashdot"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fiphone-and-imaps-on-non-standard-port%2F&amp;title=iPhone%20Mail.app%20and%20imaps%20on%20non%20standard%20port" title="StumbleUpon"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.nervous.it%2F2009%2F09%2Fiphone-and-imaps-on-non-standard-port%2F&amp;t=iPhone%20Mail.app%20and%20imaps%20on%20non%20standard%20port&amp;s=There%20is%20a%20nasty%20bug%20that%20apparently%20Apple%20refuses%20to%20fix%20in%20the%20standard%20Mail%20app%20of%20iPhone%20%28at%20least%20up%20until%203.0.1%29.%0D%0A%0D%0AA%20similar%20bug%20seems%20to%20affect%20the%20Mail.app%20of%20MacOSX%20according%20to%20http%3A%2F%2Fdiscussions.apple.com%2Fthread.jspa%3FthreadID%3D1527269%0D%0A%0D%0A" title="Tumblr"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.nervous.it/2009/09/iphone-and-imaps-on-non-standard-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Push mail: Blackberry è meglio?</title>
		<link>http://www.nervous.it/2009/08/push-mail-blackberry/</link>
		<comments>http://www.nervous.it/2009/08/push-mail-blackberry/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 15:42:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[activesync]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[windows mobile]]></category>
		<category><![CDATA[wm]]></category>

		<guid isPermaLink="false">http://www.nervous.it/?p=264</guid>
		<description><![CDATA[La push-mail è una delle richieste costanti dell&#8217;utenza business.
Personalmente la trovo una cosa inutile: l&#8217;e-mail non è nata come servizio real-time, non è stata progettata per questo, esistono gli instant messenger e tante altre amenità per soddisfare i bisogni di comunicazione in real-time, e tra queste non rientra l&#8217;e-mail.
Non serve a nulla avere un cellulare [...]]]></description>
			<content:encoded><![CDATA[<p>La push-mail è una delle richieste costanti dell&#8217;utenza business.</p>
<p>Personalmente la trovo una cosa inutile: l&#8217;e-mail non è nata come servizio real-time, non è stata progettata per questo, esistono gli instant messenger e tante altre amenità per soddisfare i bisogni di comunicazione in real-time, e tra queste non rientra l&#8217;e-mail.</p>
<p>Non serve a nulla avere un cellulare in grado di ricevere le email istantaneamente quando quello stesso messaggio può vagare per Internet anche per tre giorni prima di raggiungere la tua casella.</p>
<p style="text-align: left;">Per quotare il caro DB in <a href="http://www.soft-land.org/commenti/comm032" target="_blank">failure is always an option</a>:</p>
<blockquote><p>Mai successo di inviare una lettera (o un pacco) e non vederla mai arrivare a destinazione? Mai successo di acquistare un qualche prodotto per posta e non ricevere un tubo perche&#8217; il pacco e&#8217; stato perso dalla posta (o dal corriere)? Sicuro che e&#8217; successo.</p>
<p>In questi casi, di solito, nessuno si scompone piu&#8217; di tanto.</p>
<p>E allora, perche&#8217; se la cosa che va&#8217; in campana e&#8217; <strong>la posta elettronica</strong> tutti quanti cominciano a strillare[...]</p></blockquote>
<p>Detto questo, quando mi capita di entrare nell&#8217;argomento push-mail dopo aver servito il mio sproloquio sul perchè sia a mio giudizio una cosa inutile, noto spesso che esistono molti misconcetti riguardo al suo funzionamento.</p>
<p>In verità esistono molti tipi diversi di push-mail, vediamo di esaminare le principali tecnologie:</p>
<h3>Blackberry di RIM</h3>
<p>Dobbiamo fornire le credenziali del nostro account email alla RIM, la quale provvederà a controllare la presenza di nuove e-mail periodicamente se di tipo POP3 o tramite il comando <a href="http://en.wikipedia.org/wiki/IMAP_IDLE">IDLE</a> se di tipo IMAP. In alternativa possiamo usare l&#8217;account email fornito dalla RIM stessa o un server in-house acquistato dalla RIM stessa.</p>
<p>Quando accendete il vostro telefonino, questo si registra sulla rete cellulare e, se la rete cellulare lo supporta, esegue anche una seconda registrazione che viene inviata direttamente al server della RIM. In questo modo la RIM sa che il client è attivo e sa come raggiungerlo. Questa seconda registrazione <strong>non avviene tramite Internet</strong>.</p>
<p>Non appena il server RIM trova un nuovo messaggio sul vostro account e-mail, manda al telefonino una notifica tramite la rete cellulare. A questo punto il telefonino si connette tramite Internet al server RIM e scarica il messaggio.</p>
<p>Il grosso vantaggio di questa tecnologia è che il telefonino non deve mantenere una connessione a Internet costantemente attiva e non deve nemmeno mandare dei messaggi periodici al server di posta per mantenere la connessione attiva.</p>
<p>Tuttavia sono presenti alcuni svantaggi:</p>
<ul>
<li> se volete usare il vostro account di posta, inevitabilmente ci sarà un ritardo nella consegna del messaggio, in quanto il server di RIM impiegherà un certo tempo per accorgersi che sul vostro account è presente un nuovo messaggio, a meno che il vostro server non supporti Push-IMAP.</li>
<li>siete obbligati a comprare dal vostro operatore un piano telefonico compatibile col servizio Blackberry. Di solito questi piani hanno costi elevati, ma hanno anche il vantaggio di non farvi pagare lo scatto alla connessione (altrimenti paghereste un tot per ogni email ricevuta) e di includere una quantità di MByte traffico inclusi piuttosto elevata.</li>
</ul>
<h3>Microsoft Exchange&#8217;s Activesync</h3>
<p>Il protocollo usato dal server di casa Microsoft ha un approccio più brutale: il telefonino dotato di supporto per il cosiddetto <em>Direct Push</em> di Exchange mantiene costantemente attiva la connessione a Internet e invia una semplice richiesta HTTPS al server Exchange utilizzando un timeout lunghissimo. Se il server risponde alla richiesta prima dello scadere del timeout, il telefonino inizia un sync della posta; in caso contrario la connessione viene abbattuta e ne viene immediatamente aperta un&#8217;altra identica. Così via all&#8217;infinito.</p>
<p>Questa tecnica ha due svantaggi: richiede una connessione a Internet sempre attiva (che consuma molta energia) e utilizza un protocollo con un overhead piuttosto elevato (HTTPS) comparato ad altre soluzioni.</p>
<p>Una connessione a Internet always-on può comportare dei costi elevati: alcuni piani telefonici prevedono una connessione a Internet con tariffazione a minuti e pertanto non sono adatti a questa soluzione. La maggior parte degli operatori fa pagare uno scatto a ogni connessione, quindi pagherete un obolo ogni volta che per qualche motivo la vostra connessione cadrà e dovrà essere ripristinata.</p>
<h3>IMAP aka Push-IMAP aka P-IMAP aka IMAP IDLE</h3>
<p>La soluzione più antica del mondo, disponibile fin dai tempi in cui venne definito lo standard per l&#8217;<a href="http://tools.ietf.org/html/rfc3501" target="_blank">IMAPv4r1</a>: il telefonino mantiene una connessione a Internet sempre attiva, apre una sessione IMAP4 con il server di posta, si autentica, invia il comando IDLE e mantiene aperta la connessione tcp. Il server da quel momento non appena riceve un nuovo messaggio per la vostra casella, <a href="http://en.wikipedia.org/wiki/Push-IMAP" target="_blank">invia immediatamente</a> il messaggio al vostro client.</p>
<p>Rispetto alla soluzione adottata da Microsoft abbiamo alcuni vantaggi:</p>
<ul>
<li>il telefonino non deve ripetere la richiesta HTTPS a intervalli regolari</li>
<li>il protocollo ha un overhead minimo, il traffico generato in assenza di e-mail è praticamente nullo.</li>
<li>esistono una moltitudine di server con supporto per IMAPv1 rilasciati con licenza OSS.</li>
</ul>
<p>L&#8217;ovvio svantaggio è che il telefonino deve mantenere una connessione a Internet costantemente aperta, proprio come nel caso di Microsoft Activesync, con la conseguenza di far lievitare i costi della vostra bolletta telefonica e di consumare energia.</p>
<h3>iPhone</h3>
<p>E veniamo all&#8217;iPhone: più che di push-mail in questo caso si deve parlare di <a href="http://developer.apple.com/IPhone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html" target="_blank">push-notifications</a>, in quanto si tratta di una tecnologia che può essere usata da qualsiasi applicazione per iPhone, non solo Mail, per far sapere all&#8217;utente che ci sono nuovi dati disponibili da scaricare per l&#8217;applicazione stessa.</p>
<p>Da notare che i dati non vengono tuttavia scaricati dall&#8217;iPhone automaticamente in quanto iPhone OS non permette l&#8217;esecuzione di applicazioni in background. Deve essere l&#8217;utente, una volta verificata la disponibilità di nuovi dati, a lanciare l&#8217;applicazione e effettuare il trasferimento vero e proprio.</p>
<p>Il funzionamento delle push notifications è banale: l&#8217;iPhone mantiene una connessione a Internet costantemente aperta (tramite GPRS/3G oppure WiFi, a seconda di cosa sia disponibile) con il server Apple; quando il server ha nuovi dati disponibili per l&#8217;applicazione in questione,  invia un messaggio al server Apple il quale a sua volta lo inoltra all&#8217;iPhone.</p>
<p>Questa soluzione presenta i già citati svantaggi relativi al mantenere una connessione a Internet costantemente attiva, tuttavia è più efficiente rispetto a quella adottata da Microsoft Activesync in quanto non richiede l&#8217;invio di richieste al server di Apple a intervalli regolari. Rispetto a tutte le soluzioni fin qui prese in esame ha il vantaggio di poter essere usata per molteplici scopi, non solo per la posta.</p>
<h5>Bibliografia:</h5>
<ul>
<li><a href="http://developer.apple.com/IPhone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html">http://developer.apple.com/IPhone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html</a></li>
<li><a href="http://www.ipodobserver.com/ipo/article/The_iPhone_Multitasking_Myth/">http://www.ipodobserver.com/ipo/article/The_iPhone_Multitasking_Myth/</a></li>
<li><a href="http://gizmodo.com/5331151/giz-explains-how-push-works">http://gizmodo.com/5331151/giz-explains-how-push-works</a></li>
<li><a href="http://www.windowsmobiletraining.com/Connection/forums/t/3047.aspx">http://www.windowsmobiletraining.com/Connection/forums/t/3047.aspx</a></li>
<li><a href="http://forums.whirlpool.net.au/forum-replies-archive.cfm/1267986.html">http://forums.whirlpool.net.au/forum-replies-archive.cfm/1267986.html</a></li>
<li><a href="http://it.wikipedia.org/wiki/BlackBerry#Modalit.C3.A0_di_funzionamento_push_email">http://it.wikipedia.org/wiki/BlackBerry#Modalit.C3.A0_di_funzionamento_push_email</a></li>
</ul>



Share with:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F08%2Fpush-mail-blackberry%2F&amp;t=Push%20mail%3A%20Blackberry%20%C3%A8%20meglio%3F" title="Facebook"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F08%2Fpush-mail-blackberry%2F&amp;title=Push%20mail%3A%20Blackberry%20%C3%A8%20meglio%3F&amp;bodytext=La%20push-mail%20%C3%A8%20una%20delle%20richieste%20costanti%20dell%27utenza%20business.%0D%0A%0D%0APersonalmente%20la%20trovo%20una%20cosa%20inutile%3A%20l%27e-mail%20non%20%C3%A8%20nata%20come%20servizio%20real-time%2C%20non%20%C3%A8%20stata%20progettata%20per%20questo%2C%20esistono%20gli%20instant%20messenger%20e%20tante%20altre%20amenit%C3%A0%20per" title="Digg"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F08%2Fpush-mail-blackberry%2F&amp;title=Push%20mail%3A%20Blackberry%20%C3%A8%20meglio%3F&amp;notes=La%20push-mail%20%C3%A8%20una%20delle%20richieste%20costanti%20dell%27utenza%20business.%0D%0A%0D%0APersonalmente%20la%20trovo%20una%20cosa%20inutile%3A%20l%27e-mail%20non%20%C3%A8%20nata%20come%20servizio%20real-time%2C%20non%20%C3%A8%20stata%20progettata%20per%20questo%2C%20esistono%20gli%20instant%20messenger%20e%20tante%20altre%20amenit%C3%A0%20per" title="del.icio.us"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Push%20mail%3A%20Blackberry%20%C3%A8%20meglio%3F&amp;body=http%3A%2F%2Fwww.nervous.it%2F2009%2F08%2Fpush-mail-blackberry%2F" title="email"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.nervous.it%2F2009%2F08%2Fpush-mail-blackberry%2F&amp;title=Push%20mail%3A%20Blackberry%20%C3%A8%20meglio%3F&amp;annotation=La%20push-mail%20%C3%A8%20una%20delle%20richieste%20costanti%20dell%27utenza%20business.%0D%0A%0D%0APersonalmente%20la%20trovo%20una%20cosa%20inutile%3A%20l%27e-mail%20non%20%C3%A8%20nata%20come%20servizio%20real-time%2C%20non%20%C3%A8%20stata%20progettata%20per%20questo%2C%20esistono%20gli%20instant%20messenger%20e%20tante%20altre%20amenit%C3%A0%20per" title="Google Bookmarks"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.nervous.it%2F2009%2F08%2Fpush-mail-blackberry%2F&amp;t=Push%20mail%3A%20Blackberry%20%C3%A8%20meglio%3F" title="MySpace"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="" title="PlugIM"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/" title="PlugIM" alt="PlugIM" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Push%20mail%3A%20Blackberry%20%C3%A8%20meglio%3F&amp;url=http%3A%2F%2Fwww.nervous.it%2F2009%2F08%2Fpush-mail-blackberry%2F" title="Slashdot"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.nervous.it%2F2009%2F08%2Fpush-mail-blackberry%2F&amp;title=Push%20mail%3A%20Blackberry%20%C3%A8%20meglio%3F" title="StumbleUpon"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.nervous.it%2F2009%2F08%2Fpush-mail-blackberry%2F&amp;t=Push%20mail%3A%20Blackberry%20%C3%A8%20meglio%3F&amp;s=La%20push-mail%20%C3%A8%20una%20delle%20richieste%20costanti%20dell%27utenza%20business.%0D%0A%0D%0APersonalmente%20la%20trovo%20una%20cosa%20inutile%3A%20l%27e-mail%20non%20%C3%A8%20nata%20come%20servizio%20real-time%2C%20non%20%C3%A8%20stata%20progettata%20per%20questo%2C%20esistono%20gli%20instant%20messenger%20e%20tante%20altre%20amenit%C3%A0%20per" title="Tumblr"><img src="http://www.nervous.it/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.nervous.it/2009/08/push-mail-blackberry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
