<?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>Geeky Ninja &#187; Mac OS X</title>
	<atom:link href="http://geekyninja.com/archives/category/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://geekyninja.com</link>
	<description>Linux, Windows, OS X - Tips n Tricks</description>
	<lastBuildDate>Wed, 11 Jan 2012 17:14:42 +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>How To Listen To Turntable.fm And Pandora Outside The US</title>
		<link>http://geekyninja.com/archives/how-to-listen-to-turntable-fm-and-pandora-outside-the-us/</link>
		<comments>http://geekyninja.com/archives/how-to-listen-to-turntable-fm-and-pandora-outside-the-us/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 11:00:05 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Useful Utilities]]></category>
		<category><![CDATA[anonymous]]></category>
		<category><![CDATA[anonymous browsing]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[tor]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://geekyninja.com/?p=1513</guid>
		<description><![CDATA[This past weekend, Turntable.fm decided to shut down access to their service to listeners outside the US. According to a notice on their site, Turntable cannot offer their service to visitors outside the US anymore due to &#8220;Licensing Restrictions&#8221;. Turntable.fm is not the first web service to shut down access to non-US listeners. Pretty much [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/how-to-listen-to-turntable-fm-and-pandora-outside-the-us/' addthis:title='How To Listen To Turntable.fm And Pandora Outside The US '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1515" title="torproject" src="http://geekyninja.com/wp-content/uploads/2011/06/torproject.png" alt="" width="250" height="196" />This past weekend, <a title="Turntable.fm - Social Music Service" href="http://turntable.fm">Turntable.fm</a> decided to shut down access to their service to listeners outside the US. According to a notice on their site, Turntable cannot offer their service to visitors outside the US anymore due to &#8220;Licensing Restrictions&#8221;.</p>
<p>Turntable.fm is not the first web service to shut down access to non-US listeners. Pretty much every music service worth listening to, doesn&#8217;t let users outside the US listen in.</p>
<p>So, when I tried to login yesterday evening and found myself blocked, I decided to do something about it.</p>
<p>Turntable.fm and others figure out the country a visitor is from by <a title="Geolocation" href="http://en.wikipedia.org/wiki/Geolocation">geolocating</a> the IP address of the visitor. This means that to use their services outside the US, all you have to do is make them believe that your IP address is from the US. Easier said than done, eh ?</p>
<p>Well, actually, it isn&#8217;t THAT difficult. There are a few different ways that you can spoof your IP address and one of them is by using the open source tools developed by the <a title="TorProject" href="https://www.torproject.org/" target="_blank">TorProject</a>.</p>
<h2>What is Tor ?</h2>
<p>According to <a title="About TorProject" href="https://www.torproject.org/about/overview.html.en" target="_blank">their website</a></p>
<blockquote><p>Tor is a network of virtual tunnels that allows people and groups to improve their privacy and security on the Internet. It also enables software developers to create new communication tools with built-in privacy features. Tor provides the foundation for a range of applications that allow organizations and individuals to share information over public networks without compromising their privacy.</p></blockquote>
<p>Tor works by creating a relay of proxies around the world and directing traffic via them, thus making sure that anyone tracking your IP address will actually be seeing the IP address of the relay and not your real IP. By default, Tor redirects traffic via any available relay around the world. For our purpose, however, we&#8217;ll be configuring Tor to redirect traffic only via US based relays. But, for that, we need to install Tor first.</p>
<h2>Installing Tor</h2>
<p>The TorProject distributes <a title="Download Tor" href="https://www.torproject.org/download/download.html.en" target="_blank">binaries for Linux, Windows and OS X</a> and the OS X binaries is what I used. Installation is as simple as can be using the wizard based installer for Windows and the .DMG app bundle for OS X.</p>
<p>Once you&#8217;ve installed Tor, although you can control it using the CLI but the smarter way of interacting with Tor is by using the bundled Vidalia control panel. On OS X, the application to launch is named TorBrowser and when you launch the application, it launches Vidalia which in turns launches the Tor daemon in the background and connects you to the Tor network.</p>
<p><img class="aligncenter size-full wp-image-1518" title="Tor - Vidalia Control Panel" src="http://geekyninja.com/wp-content/uploads/2011/06/tor-vidalia.png" alt="Tor - Vidalia Control Panel" width="406" height="410" /></p>
<p><span style="font-size: 20px; font-weight: bold;">Configuring Firefox to use Tor for browsing</span></p>
<p>Tor runs as a non-caching proxy on your desktop and to use it you need to configure your browser to use Tor as a proxy. If you&#8217;re using Firefox, open the <em>preferences</em> pane and go to the <em>Advanced</em> tab and click the <em>Settings</em> button.</p>
<p><img class="aligncenter size-full wp-image-1519" title="Firefox Network Settings" src="http://geekyninja.com/wp-content/uploads/2011/06/firefox-networksettings.png" alt="Firefox Network Settings" width="397" height="227" /></p>
<p>Now, select the <em>Manual Proxy Configuration</em> radio button and enter <em>localhost</em> as the HTTP proxy and <em>8118</em> as the port. To be safe, also tick the <em>Use this proxy server for all protocols</em> radio button.</p>
<p><img class="aligncenter size-full wp-image-1522" title="Firefox Proxy Configuration" src="http://geekyninja.com/wp-content/uploads/2011/06/firefox-proxy.png" alt="Firefox Proxy Configuration" width="400" height="190" /></p>
<p>Firefox will now use the Tor network for all communication. The only problem is, like I said, Tor, by default, will use any random relay around the world for routing data. We want to make sure that our data is only routed via US based relays.</p>
<p><span style="font-size: 20px; font-weight: bold;">Configuring Tor to use US relays only</span></p>
<p>Back to the Vidalia control panel. Open the <em>Settings</em> pane and click the <em>Advanced</em> tab.</p>
<p><img class="aligncenter size-full wp-image-1525" title="Edit torrc" src="http://geekyninja.com/wp-content/uploads/2011/06/tor-editconfig.jpg" alt="Edit torrc" width="450" height="323" /></p>
<p>Click the <em>Edit current torrc</em> button and add the following lines to the configuration file.</p>
<blockquote>
<pre>ExitNodes {us}
StrictExitNodes 1</pre>
</blockquote>
<p>Press the <em>Ok</em> button and Vidalia will instruct you to reload tor.</p>
<p>That&#8217;s it. From now onwards, whenever you browse using firefox, all your traffic will be routed via a US based Tor relay. Want proof ?</p>
<p><img class="aligncenter size-full wp-image-1526" title="Pandora" src="http://geekyninja.com/wp-content/uploads/2011/06/pandora.jpg" alt="Pandora" width="500" height="297" /></p>
<p>Now, you can enjoy listening to Pandora and Turntable.fm wherever you are in the world. This same trick can also be used to access services that are only available in certain geographies such as the BBC iPlayer or Spotify.</p>
<p>Was this post helpful for you ? Have you ever wished you could access any blocked site from your country ? Let us know your thoughts in the comments.</p>
<p>&nbsp;</p>
<img src="http://geekyninja.com/?ak_action=api_record_view&id=1513&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/how-to-listen-to-turntable-fm-and-pandora-outside-the-us/' addthis:title='How To Listen To Turntable.fm And Pandora Outside The US '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://geekyninja.com/archives/grooveshark-listen-to-unlimited-music-online-for-free/" title="Grooveshark: Listen to unlimited music online for Free">Grooveshark: Listen to unlimited music online for Free</a></li><li><a href="http://geekyninja.com/archives/create-a-playlist-to-suit-your-mood-with-playlistnow/" title="Create a playlist to suit your mood with PlayListNow">Create a playlist to suit your mood with PlayListNow</a></li><li><a href="http://geekyninja.com/archives/how-to-connect-to-a-cisco-vpn-using-mac-os-x-10-6-snow-leopard/" title="How To connect to a Cisco VPN using Mac OS X 10.6">How To connect to a Cisco VPN using Mac OS X 10.6</a></li><li><a href="http://geekyninja.com/archives/how-to-create-a-secure-and-private-network/" title="How to create a secure and private network">How to create a secure and private network</a></li><li><a href="http://geekyninja.com/archives/music-search-engine-fizy-is-seriously-fast/" title="Music search engine Fizy is seriously fast !">Music search engine Fizy is seriously fast !</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://geekyninja.com/archives/how-to-listen-to-turntable-fm-and-pandora-outside-the-us/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>UnInstall Applications On Mac OS X Using AppCleaner</title>
		<link>http://geekyninja.com/archives/uninstall-remove-unwanted-applications-on-mac-os-x-using-appcleaner/</link>
		<comments>http://geekyninja.com/archives/uninstall-remove-unwanted-applications-on-mac-os-x-using-appcleaner/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 15:00:20 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[uninstaller]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://geekyninja.com/?p=1397</guid>
		<description><![CDATA[For all it&#8217;s UI slickness and user friendliness, Mac OS doesn&#8217;t really provide a good way to uninstall applications. The designers of OS X assumed that most people will install applications using the drag and drop approach and uninstalling application will be as simple as dragging the application icon to trash. While that is how [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/uninstall-remove-unwanted-applications-on-mac-os-x-using-appcleaner/' addthis:title='UnInstall Applications On Mac OS X Using AppCleaner '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1413" title="AppCleaner" src="http://geekyninja.com/wp-content/uploads/2011/06/appcleaner1.jpg" alt="AppCleaner" width="200" height="67" />For all it&#8217;s UI slickness and user friendliness, Mac OS doesn&#8217;t really provide a good way to uninstall applications. The designers of OS X assumed that most people will install applications using the drag and drop approach and uninstalling application will be as simple as dragging the application icon to trash.</p>
<p>While that is how a majority of applications on Mac OS X work and dragging them to trash does remove the application, most applications also create temporary files in the user&#8217;s home directory and those are not removed when you drag the application icon to trash.</p>
<p>I&#8217;ve written about one <a title="Method for uninstalling .pkg packages" href="http://geekyninja.com/archives/how-to-uninstall-mac-os-x-pkg-packages/" target="_blank">method for uninstalling .pkg packages</a> earlier but that is the Geeky Ninja way. An easier way to uninstall applications is to use a tool such as <a title="AppCleaner - Uninstaller for OS X" href="http://www.freemacsoft.net/AppCleaner/index.php" target="_blank">AppCleaner</a>.</p>
<p>AppCleaner is free software that lets you uninstall unwanted apps. AppCleaner works by finding all the files belonging to an application that are scattered throughout the filesystem and offers to remove all of them when you uninstall the application.</p>
<h2>Using AppCleaner</h2>
<p>AppCleaner is a pretty simple utility to use. When you first launch it, you&#8217;ll see a blank screen with the words &#8220;Drop Apps Here&#8221;. This is your cue !</p>
<p><img class="aligncenter size-full wp-image-1414" title="AppCleaner" src="http://geekyninja.com/wp-content/uploads/2011/06/appcleaner2.jpg" alt="AppCleaner - Uninstaller for Mac OS X" width="390" height="314" /></p>
<p>Drag and drop the app that you want to uninstall to this window and AppCleaner will search all the files that it can find related to that app.</p>
<p><img class="aligncenter size-full wp-image-1415" title="AppCleaner" src="http://geekyninja.com/wp-content/uploads/2011/06/appcleaner3.jpg" alt="AppCleaner" width="389" height="343" /></p>
<p>Pretty neat, isn&#8217;t it ?</p>
<p>AppCleaner can also automatically search for the installed applications and let you select multiple applications to uninstall from a list in one go. Very useful if you want to uninstall more than one app at the same time and do some spring cleaning of your Mac.</p>
<p><img class="aligncenter size-full wp-image-1416" title="AppCleaner" src="http://geekyninja.com/wp-content/uploads/2011/06/appcleaner4.jpg" alt="AppCleaner" width="332" height="280" /></p>
<p>Apart from uninstalling applications, AppCleaner can also be used to remove unwanted widgets and plugins from your computer. Just click on the Widgets or Others button and follow the same procedure to uninstall them.</p>
<h2>Summary</h2>
<p>AppCleaner is a must have tool for any OS X user. The best part about AppCleaner is the price and while there are paid tools that offer a few more features, AppCleaner works for most use cases.</p>
<p>One feature that I&#8217;d love AppCleaner to add is the ability to delete hidden files along with the applications that created them. A lot of applications for OS X follow the Unix tradition of creating hidden files (files named with a leading dot) to store configuration information and AppCleaner doesn&#8217;t clean them when uninstalling apps.</p>
<p>All said, I think AppCleaner is a pretty neat tool and you really can&#8217;t go wrong with the features it provides.</p>
<p>Do you use any other similar tool for uninstalling apps on Mac OS X ? Let me know in the comments.</p>
<p><a title="Download AppCleaner" href="http://www.freemacsoft.net/AppCleaner/index.php" target="_blank">Download AppCleaner</a> For Free.</p>
<img src="http://geekyninja.com/?ak_action=api_record_view&id=1397&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/uninstall-remove-unwanted-applications-on-mac-os-x-using-appcleaner/' addthis:title='UnInstall Applications On Mac OS X Using AppCleaner '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://geekyninja.com/archives/optimize-images-for-the-web-using-imageoptim/" title="Optimize Images For The Web Using ImageOptim">Optimize Images For The Web Using ImageOptim</a></li><li><a href="http://geekyninja.com/archives/how-to-read-hfs-volumes-on-windows/" title="How to read HFS+ volumes on Windows">How to read HFS+ volumes on Windows</a></li><li><a href="http://geekyninja.com/archives/diagnose-and-solve-all-your-windows-pc-problems-with-soluto/" title="Diagnose and Solve All Your Windows PC Problems with Soluto">Diagnose and Solve All Your Windows PC Problems with Soluto</a></li><li><a href="http://geekyninja.com/archives/how-to-stop-skype-from-opening-automatically-on-mac-os-x-login-items-startup-items/" title="How To Stop Skype From Starting Automatically on Mac OS X">How To Stop Skype From Starting Automatically on Mac OS X</a></li><li><a href="http://geekyninja.com/archives/how-to-combine-pdfs-using-automator/" title="How To Combine PDFs Using Automator">How To Combine PDFs Using Automator</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://geekyninja.com/archives/uninstall-remove-unwanted-applications-on-mac-os-x-using-appcleaner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Stop Skype From Starting Automatically on Mac OS X</title>
		<link>http://geekyninja.com/archives/how-to-stop-skype-from-opening-automatically-on-mac-os-x-login-items-startup-items/</link>
		<comments>http://geekyninja.com/archives/how-to-stop-skype-from-opening-automatically-on-mac-os-x-login-items-startup-items/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 18:35:33 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false">http://geekyninja.com/?p=1278</guid>
		<description><![CDATA[I have to confess I&#8217;m not a big Skype user. I live in India and the rates offered by skype for various locations are usually more than those offered by the local service providers so its much more convenient (and cheap) to just pick up the phone and call. But, I&#8217;m sure many among you, [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/how-to-stop-skype-from-opening-automatically-on-mac-os-x-login-items-startup-items/' addthis:title='How To Stop Skype From Starting Automatically on Mac OS X '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1280" title="Skype" src="http://geekyninja.com/wp-content/uploads/2011/01/skype-logo.png" alt="Skype Logo" width="200" height="88" />I have to confess I&#8217;m not a big Skype user. I live in India and the rates offered by skype for various locations are usually more than those offered by the local service providers so its much more convenient (and cheap) to just pick up the phone and call. But, I&#8217;m sure many among you, in this increasingly connected world of ours, are skype addicts .. oops, I meant fans. But, ever since I came to the US on a business trip, I&#8217;ve been using Skype more and more to speak to my wife and folks back home.</p>
<p>Here in the US, things are a little different. Skype offers better rates, and surprisingly better voice clarity and so it has become my preferred mode for calling anyone in the US. So, as soon as I got my new MacBook Pro, I installed Skype on it &#8230; and went to sleep. When I rebooted, skype came back up automatically. Now, I know most people have skype running on their computers all day long and prefer this behavior, but I don&#8217;t like to have programs load up automatically and so went around looking for a way to disable this behavior. Well, it turns out Skype doesn&#8217;t have an option to disable this &#8220;load on startup&#8221; behavior. So, if you&#8217;ve also tried to find this option and gave up in frustration, I&#8217;ve got two ways that you can disable skype and similar programs from loading on startup on Mac OS X. I hope you find this post informative.</p>
<h2>Using The Skype Context Menu</h2>
<p>One way to disable Skype from loading on startup is to right click the Skype icon in the OS X dock and then selecting (untick) the &#8220;Options-&gt;Open at Login&#8221; menu item.</p>
<p><img class="aligncenter size-full wp-image-1281" title="Skype Context Menu" src="http://geekyninja.com/wp-content/uploads/2011/01/skype-right-click.jpg" alt="Skype Right Click Context Menu" width="383" height="274" /></p>
<p>This will prevent Skype from starting up the next time you reboot.</p>
<p>The problem with this approach is that it only works for Skype and probably a few other applications but then you have to repeat the same process for all the applications.</p>
<p>If you want to control the startup behavior of all programs, a better place to do that is the StartUp Items that are defined for each user on OS X. I&#8217;ll show you how.</p>
<h2>Disable Programs From The StartUp Items List</h2>
<p>Open System Preferences and click on Accounts. This will take you to the user accounts management screen. Select your username from the list on the left hand side and click on the &#8220;<strong>Login Items</strong>&#8221; tab.</p>
<p><img class="aligncenter size-full wp-image-1283" title="Login Item" src="http://geekyninja.com/wp-content/uploads/2011/01/Login-items.jpg" alt="Login Items" width="450" height="319" /></p>
<p>Now, you can just uncheck those applications that you don&#8217;t want starting up automatically. The advantage of using this approach is that it&#8217;ll work for all applications and you can stop multiple applications from running at startup at the same time.</p>
<p>Did you find this tip useful ? Would you like to read about more such Mac OS X Tips ?</p>
<img src="http://geekyninja.com/?ak_action=api_record_view&id=1278&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/how-to-stop-skype-from-opening-automatically-on-mac-os-x-login-items-startup-items/' addthis:title='How To Stop Skype From Starting Automatically on Mac OS X '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://geekyninja.com/archives/uninstall-remove-unwanted-applications-on-mac-os-x-using-appcleaner/" title="UnInstall Applications On Mac OS X Using AppCleaner">UnInstall Applications On Mac OS X Using AppCleaner</a></li><li><a href="http://geekyninja.com/archives/4-skype-alternatives-that-you-can-use-for-free/" title="4 Skype Alternatives That You Can Use For Free ">4 Skype Alternatives That You Can Use For Free </a></li><li><a href="http://geekyninja.com/archives/how-to-disable-the-caps-lock-in-windows-7-and-vista/" title="How To Disable The Caps Lock Key On Windows 7 and Windows Vista">How To Disable The Caps Lock Key On Windows 7 and Windows Vista</a></li><li><a href="http://geekyninja.com/archives/open-any-file-notepad-windows-context-menu-right-click/" title="Open Any File Using Notepad From The Windows Context Menu">Open Any File Using Notepad From The Windows Context Menu</a></li><li><a href="http://geekyninja.com/archives/how-to-combine-pdfs-using-automator/" title="How To Combine PDFs Using Automator">How To Combine PDFs Using Automator</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://geekyninja.com/archives/how-to-stop-skype-from-opening-automatically-on-mac-os-x-login-items-startup-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Ways to Use Your iPhone As A Diet Assistant</title>
		<link>http://geekyninja.com/archives/5-ways-to-use-your-iphone-as-a-diet-assistant/</link>
		<comments>http://geekyninja.com/archives/5-ways-to-use-your-iphone-as-a-diet-assistant/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 03:00:55 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[useful tools]]></category>

		<guid isPermaLink="false">http://geekyninja.com/?p=1230</guid>
		<description><![CDATA[This is a guest post by Matthew Denos. Need to drop some pounds? Have an iPhone? If so, you have an entire weight loss program at your fingertips ! There are 500—and counting—weight loss applications available for download, many of which are free. There are apps that will help you determine how much you need to lose, [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/5-ways-to-use-your-iphone-as-a-diet-assistant/' addthis:title='5 Ways to Use Your iPhone As A Diet Assistant '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<h1><span style="font-weight: normal; font-size: 13px;"><em>This is a guest post by Matthew Denos.</em></span></h1>
<p><img class="alignleft size-full wp-image-1238" title="Gym" src="http://geekyninja.com/wp-content/uploads/2010/12/gym.jpg" alt="Weight Loss Apps" width="200" height="200" />Need to drop some pounds? Have an iPhone? If so, you have an entire weight loss<br />
program at your fingertips !</p>
<p>There are 500—and counting—weight loss applications available for download, many of which are free. There are apps that will help you determine how much you need to lose, how many calories you should be consuming, how many calories are in different foods, or how many calories are burned with various activities, and apps to help you track it all. No, this doesn’t mean you should skip your workout today—and maybe even for the rest of the week—in order to browse through them. Instead, you can start with the list provided here, which will get you started towards your goal.</p>
<h4>1. BMI Calculator</h4>
<p><img class="aligncenter size-full wp-image-1232" title="BMI Calculator" src="http://geekyninja.com/wp-content/uploads/2010/12/BMI-Calculator.jpg" alt="Weight Loss Apps" width="450" height="331" /></p>
<p>The first app you might want to use is one that offers a Body Mass Index (BMI) calculator. Your BMI provides a rough approximation of the percentage of body fat you are carrying around, based on your weight relative to your height. BMI Calculator is a free app for the iPhone that will estimate your BMI for you and determine whether you are underweight, normal, overweight, or obese. It is a very basic application wherein you enter your height and weight, and your BMI is calculated. This is a little piece of information, yet very valuable when starting a weight loss progam. It shows you how far away you are from your ideal weight. You also have the option of entering your age and your gender. The newest version of BMI Calculator allows you to save each of your BMI measures and provides a graphic display of the trend; <a href="http://itunes.apple.com/ us/app/bmi-calculator/id292796789?mt=8" target="_blank"><em>Apple/iTunes</em></a>.</p>
<h4>2. 2Fat</h4>
<p><img class="aligncenter size-full wp-image-1233" title="2Fat" src="http://geekyninja.com/wp-content/uploads/2010/12/2Fat.jpg" alt="Weight Loss Apps" width="450" height="329" /></p>
<p>Another, similar application, is 2Fat. In addition to providing you with an estimate of your BMI, this app translates this number into a percentage of body fat. Instead of having to type in your height and weight, you use scroll wheels to enter the data. 2Fat is a free app, but the developer of the app—two Enterprises—offers an upgraded version, 2Fat +, which costs $0.99 to download. The upgraded version allows the user to enter the data in metric units (a feature that is not available on the free version) and automatically stores the user data when you exit the app; <a href="http://itunes.apple.com/us/app/2fat/id287103733?mt=8" target="_blank"><em>Apple/iTunes</em><!-- a--><em>.</em></a></p>
<p><strong>3. Calorie Counter</strong></p>
<p><img class="aligncenter size-full wp-image-1234" title="CalorieCount" src="http://geekyninja.com/wp-content/uploads/2010/12/CalorieCount.jpg" alt="Weight Loss Apps" width="450" height="329" /></p>
<p>Calorie Counter is another great free weight loss application. This application is an extension of the online diet website, <a title="calorie count website" href="http://caloriecount.com">CalorieCount.com</a>. It not only provides nutritional data for more than 100,000 foods, but also offers a library of over 150 low-calorie recipes. Users can browse through the recipe file by course, food group, and/or dietary elements. They can access information for some of their favorite exercises as well and record both their daily caloric intake and expenditure. Both U.S. and metric units are supported by this app, and you can enter your weight and view recent logs even when no Internet connection is available; <a href="http://itunes.apple.com/us/app/calorie-counter-by-caloriecount/ id367018196?mt=8" target="_blank"><em>Apple/iTunes</em></a>.</p>
<h4>4. Lose It!</h4>
<p><img class="aligncenter size-full wp-image-1235" title="Lose It" src="http://geekyninja.com/wp-content/uploads/2010/12/Lose-It.jpg" alt="Weight Loss Apps" width="450" height="315" /></p>
<p>Lose It! is a free app that has received national acclaim in the U.S. It enables you to record your daily food intake and exercise to help you in your weight loss efforts. The application provides an extensive database of food—including restaurant items&#8211; and activities and allows you to add additional foods and activities with ease. You are also able to track nutritional information, such as fat grams, carbohydrates, cholesterol, and fiber. The “log” screen displays calories consumed and calories expended for the day, along with your daily caloric budget, and calculates how much over or under budget you are. No internet connection is needed, and there are no annoying advertisements, either; <a href="http:// itunes.apple.com/us/app/lose-it/id297368629?mt=8" target="_blank"><em>Apple/iTunes.</em></a></p>
<h4>5. Absolute Fitness</h4>
<p><img class="aligncenter size-full wp-image-1236" title="Absolute Fitness" src="http://geekyninja.com/wp-content/uploads/2010/12/Absolute-Fitness.jpg" alt="Weight Loss Apps" width="450" height="316" /></p>
<p>The Absolute Fitness app has an extensive exercise database, in addition to a comprehensive nutritional database. It provides information on calories expended for more than 180 different physical activities and calories, fat grams and other nutritional information—including vitamin content—for over 10,000 foods. It also gives users the ability to create “custom” foods (meals) that consist of more than one food item. This application automatically calculates daily nutrient intake limits and sets a goal for you, based on the information you entered into your profile. You can elect to customize these figures, however. A daily snapshot allows you to see how much you have already consumed and how much you can still consume of a specific nutrient. Absolute Fitness also has a feature that allows you to track your body fat percentage, blood pressure, hours of sleep, and amount of water consumption. All this can be had for a $4.99 download fee; <a href="http://itunes.apple.com/us/app/true-weight/id287941226?mt=8" target="_blank"><em>Apple/iTunes.<!-- em--></em></a></p>
<p><em> </em></p>
<h4>About the Author:</h4>
<p><em>As a medical scientist with a specific interest in obesity treatement, Matthew loves anything mobile that can get people on the road to improved health and well-being. He writes for a number of different tech and health sites and offers <a href="http://www.weightlosstriumph.com/does-medifast-work-find-out-what-medifast-customers-say.html" target="_blank">coupons for the Medifast meal replacement </a>diet plan. </em></p>
<img src="http://geekyninja.com/?ak_action=api_record_view&id=1230&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/5-ways-to-use-your-iphone-as-a-diet-assistant/' addthis:title='5 Ways to Use Your iPhone As A Diet Assistant '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://geekyninja.com/archives/uquery-a-better-search-engine-for-the-apple-app-store/" title="uQuery: A better search engine for the Apple App store">uQuery: A better search engine for the Apple App store</a></li><li><a href="http://geekyninja.com/archives/5-must-have-paid-android-apps-for-every-executive-businessman/" title="5 Must Have Paid Android Apps for Every Executive &#038; Businessman">5 Must Have Paid Android Apps for Every Executive &#038; Businessman</a></li><li><a href="http://geekyninja.com/archives/use-f-lux-to-prevent-hurting-your-eyes-from-computer-glare/" title="Use F.lux to Prevent Hurting Your Eyes From Computer Glare">Use F.lux to Prevent Hurting Your Eyes From Computer Glare</a></li><li><a href="http://geekyninja.com/archives/how-to-view-ipad-version-of-websites-on-your-computer/" title="How To view iPad version of websites on your Computer">How To view iPad version of websites on your Computer</a></li><li><a href="http://geekyninja.com/archives/mac-how-to-use-automator-to-test-your-websites-iphone-version/" title="[Mac] How To use Automator to Test your Website&#8217;s iPhone version">[Mac] How To use Automator to Test your Website&#8217;s iPhone version</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://geekyninja.com/archives/5-ways-to-use-your-iphone-as-a-diet-assistant/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Combine PDFs Using Automator</title>
		<link>http://geekyninja.com/archives/how-to-combine-pdfs-using-automator/</link>
		<comments>http://geekyninja.com/archives/how-to-combine-pdfs-using-automator/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 16:00:20 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[Automator]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://geekyninja.com/?p=1186</guid>
		<description><![CDATA[Automator is one of my favorite applications on OS X. Wait &#8230; scratch that ! It is my favorite automation tool. Period. Now, there are automation tools available for all consumer operating systems but as far as I know there isn&#8217;t any that makes automating tasks as easy as Automator. It&#8217;s really a pity that [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/how-to-combine-pdfs-using-automator/' addthis:title='How To Combine PDFs Using Automator '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-922" title="Automator" src="http://geekyninja.com/wp-content/uploads/2010/03/automator.jpg" alt="Automator - Logo" width="150" height="150" />Automator is one of my <a title="Automator QuickStart Guide " href="http://www.amazon.com/gp/product/0321685830/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&amp;tag=sharninder-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0321685830">favorite applications on OS X</a>. Wait &#8230; scratch that ! It is my favorite automation tool. Period.</p>
<p>Now, there are automation tools available for all consumer operating systems but as far as I know there isn&#8217;t any that makes automating tasks as easy as Automator. It&#8217;s really a pity that the drag and drop convenience that it brings to Automation, only works on OS X.</p>
<p>Coming back to the topic of this post, I&#8217;ll be teaching you how to automate a task that is fairly easy and simple to do manually, but takes more &#8220;clicks&#8221; and effort. Exactly the kind of task that you&#8217;d like to automate &#8211; Combining PDF files.</p>
<p>Suppose you have two PDF files that you want to combine into one file. One way is to open the first file in Preview and then select and drag the second file into the sidebar pane. This is fine for one file but quickly becomes a pain if there are more than two files that you want to combine.</p>
<p>This is where Automator comes in. We&#8217;ll create a service using Automator that lets us combine PDF files with a single click.</p>
<p>First of all launch Automator and select the Service template.</p>
<p><img class="aligncenter size-full wp-image-1191" title="Automator - service" src="http://geekyninja.com/wp-content/uploads/2010/11/automator-service.jpg" alt="Automator" width="491" height="297" /></p>
<p>Since, we&#8217;re only interested in working with PDF files, make the following selections from the drop down at the top of the workflow window. This will ensure that our context sensitive service is only active when we select PDF files in the Finder application.</p>
<p><img class="aligncenter size-full wp-image-1192" title="Automator - Select PDF Files" src="http://geekyninja.com/wp-content/uploads/2010/11/automator002.jpg" alt="Automator - Select PDF Files" width="500" height="276" /></p>
<p>The next step is to drag in some Automator actions to our workflow. Search for the action named &#8220;Combine PDF Pages&#8221; in the left side pane and drag it to the main workflow window.</p>
<p><img class="aligncenter size-full wp-image-1194" title="Automator - Combine PDF" src="http://geekyninja.com/wp-content/uploads/2010/11/Automator-Combine-PDF.jpg" alt="Automator - Combine PDF Pages" width="412" height="324" /></p>
<p>That is essentially all that we want to do. At this point, we have a service that will let you select multiple PDF files in Finder and then combine them all by appending pages and create a single PDF file out of them. But, we still don&#8217;t know where that new file will be saved. Automator will, by default, save the file in some esoteric system location but that is not what we want. Let&#8217;s drag the action named &#8220;Move Finder Items&#8221; to the workflow.</p>
<p><img class="aligncenter size-full wp-image-1196" title="Automator - Move Finder Items" src="http://geekyninja.com/wp-content/uploads/2010/11/Automator-Move-Finder-Items.jpg" alt="Automator - Move Finder Items" width="500" height="244" /></p>
<p>The default select of moving items to the Desktop should be fine, unless you want to move the newly create file to another folder.</p>
<p>Save the workflow and give it a nice descriptive name. You can quit Automator now.</p>
<p>Now, whenever you want to combine PDF files, just select them in Finder, right click and choose the service that we just created.</p>
<p><img class="aligncenter size-full wp-image-1197" title="Automator - right click" src="http://geekyninja.com/wp-content/uploads/2010/11/automator-right-click.jpg" alt="Automator - right click" width="400" height="428" /></p>
<p>OS X will now combine the two (or more) PDF files and create a new file on the desktop.</p>
<p>Are there any other <a title="Automator QuickStart Guide" href="Automator for Mac OS X 10.6 Snow Leopard: Visual QuickStart Guide ">cool Automator actions</a> that you guys want to know more about ? Have you guys any other cool actions in the past ? Let me know in the comments.</p>
<img src="http://geekyninja.com/?ak_action=api_record_view&id=1186&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/how-to-combine-pdfs-using-automator/' addthis:title='How To Combine PDFs Using Automator '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://geekyninja.com/archives/mac-how-to-use-automator-to-test-your-websites-iphone-version/" title="[Mac] How To use Automator to Test your Website&#8217;s iPhone version">[Mac] How To use Automator to Test your Website&#8217;s iPhone version</a></li><li><a href="http://geekyninja.com/archives/manipulate-and-manage-pdf-files-using-preview-mac/" title="Manipulate and Manage PDF files using Preview &#8211; Mac">Manipulate and Manage PDF files using Preview &#8211; Mac</a></li><li><a href="http://geekyninja.com/archives/uninstall-remove-unwanted-applications-on-mac-os-x-using-appcleaner/" title="UnInstall Applications On Mac OS X Using AppCleaner">UnInstall Applications On Mac OS X Using AppCleaner</a></li><li><a href="http://geekyninja.com/archives/how-to-stop-skype-from-opening-automatically-on-mac-os-x-login-items-startup-items/" title="How To Stop Skype From Starting Automatically on Mac OS X">How To Stop Skype From Starting Automatically on Mac OS X</a></li><li><a href="http://geekyninja.com/archives/how-to-make-your-mac-boot-in-64-bit-mode/" title="How To Make Your Mac Boot In 64-bit Mode">How To Make Your Mac Boot In 64-bit Mode</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://geekyninja.com/archives/how-to-combine-pdfs-using-automator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Make Your Mac Boot In 64-bit Mode</title>
		<link>http://geekyninja.com/archives/how-to-make-your-mac-boot-in-64-bit-mode/</link>
		<comments>http://geekyninja.com/archives/how-to-make-your-mac-boot-in-64-bit-mode/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 02:41:28 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[32 bit]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[Kernel]]></category>

		<guid isPermaLink="false">http://geekyninja.com/?p=1176</guid>
		<description><![CDATA[Apple likes to claim that Mac OS X is the world&#8217;s most advanced operating system. While that claim may or may not be true, one thing is certain that it definitely is among the finest desktop operating systems in use today. For all it&#8217;s technical and visual appeal, there are still some areas where Mac [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/how-to-make-your-mac-boot-in-64-bit-mode/' addthis:title='How To Make Your Mac Boot In 64-bit Mode '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1184" title="64bitmac" src="http://geekyninja.com/wp-content/uploads/2010/11/64bitmac.png" alt="" width="196" height="192" />Apple likes to claim that Mac OS X is the <a title="Mac OS X" href="http://www.apple.com/macosx/">world&#8217;s most advanced operating system</a>. While that claim may or may not be true, one thing is certain that it definitely is among the finest desktop operating systems in use today.</p>
<p>For all it&#8217;s technical and visual appeal, there are still some areas where Mac OS X is quite a bit behind it&#8217;s competitors such as Linux and Windows. One such shortcoming of OS X that I can think of is lack of a 64-bit mode, <em>by default</em>.</p>
<p>Now, let me be clear on this. Mac OS X does support 64-bit applications and most of it&#8217;s user-land applications actually do run in 64 bit. It&#8217;s the kernel that boots up in 32-bit mode, <em><a title="64-bit Mac OS X" href="http://www.macworld.com/article/142379/2009/08/snow_leopard_64_bit.html">mostly</a></em>. It&#8217;s a complicated affair really and if you have a modern Mac, it most probably is 64-bit compatible and even though it boots up the 32-bit kernel, by default, today I&#8217;ll teach you to boot it in 64-bit mode.</p>
<h3>What kernel am I on anyway ?</h3>
<p>To find out the <em>bitness</em> of your Mac&#8217;s currently running kernel, launch the <strong>System Profiler</strong> application and scroll down to the software list in the contents pane.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1179" title="systemprofiler" src="http://geekyninja.com/wp-content/uploads/2010/11/systemprofiler.png" alt="" width="443" height="245" /></p>
<p>If it displays a &#8220;Yes&#8221; against 64-bit kernel and extensions, that means you&#8217;re already running a 64-bit system, if not, read on to find out how to move to one.</p>
<h3>The Easy (and temporary) way</h3>
<p>One way you can make your Mac boot up with a 64-bit kernel is to press the &#8220;6&#8243; and &#8220;4&#8243; keys together when the computer is booting up. This will make Mac OS X select the 64-bit kernel to boot up and is helpful if you just want to test if all your applications work correctly in 64-bit mode. The change is temporary and the next time you reboot, the kernel will be back to 32-bit.</p>
<h3>The Permanent Fix</h3>
<p>If all your applications work fine in 64-bit mode and you&#8217;d like to move permanently to it, you have to make a few changes to the boot files of your Mac.</p>
<p>Edit the <strong>com.apple.Boot.plist</strong> file found in <strong>/Library/Preferences/SystemConfiguration</strong>. Use a plain text editor for this. I&#8217;d suggest something like MacVim or TextWrangler for the task.</p>
<p>Add the following string exactly as shown, right below the line that says <strong>&lt;key&gt;Kernel Flags&lt;/key&gt;</strong>.</p>
<blockquote><p>&lt;string&gt;arch=x86_64&lt;/string&gt;</p></blockquote>
<p>The file after the change should look like this</p>
<p><img class="aligncenter size-full wp-image-1183" title="64bitchange" src="http://geekyninja.com/wp-content/uploads/2010/11/64bitchange.png" alt="" width="342" height="213" /></p>
<p>That&#8217;s it. The next time you boot, your Mac should boot up in 64-bit mode by default.</p>
<img src="http://geekyninja.com/?ak_action=api_record_view&id=1176&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/how-to-make-your-mac-boot-in-64-bit-mode/' addthis:title='How To Make Your Mac Boot In 64-bit Mode '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://geekyninja.com/archives/uninstall-remove-unwanted-applications-on-mac-os-x-using-appcleaner/" title="UnInstall Applications On Mac OS X Using AppCleaner">UnInstall Applications On Mac OS X Using AppCleaner</a></li><li><a href="http://geekyninja.com/archives/how-to-stop-skype-from-opening-automatically-on-mac-os-x-login-items-startup-items/" title="How To Stop Skype From Starting Automatically on Mac OS X">How To Stop Skype From Starting Automatically on Mac OS X</a></li><li><a href="http://geekyninja.com/archives/how-to-combine-pdfs-using-automator/" title="How To Combine PDFs Using Automator">How To Combine PDFs Using Automator</a></li><li><a href="http://geekyninja.com/archives/how-to-recover-data-recovery-from-a-corrupted-memory-card/" title="How To Recover Data From a Memory Card">How To Recover Data From a Memory Card</a></li><li><a href="http://geekyninja.com/archives/mac-how-to-create-an-encrypted-disk-to-securely-store-your-data/" title="Mac: How To Create An Encrypted Disk To Securely Store Your Data">Mac: How To Create An Encrypted Disk To Securely Store Your Data</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://geekyninja.com/archives/how-to-make-your-mac-boot-in-64-bit-mode/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Recover Data From a Memory Card</title>
		<link>http://geekyninja.com/archives/how-to-recover-data-recovery-from-a-corrupted-memory-card/</link>
		<comments>http://geekyninja.com/archives/how-to-recover-data-recovery-from-a-corrupted-memory-card/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 18:24:34 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Useful Utilities]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[Recover Data From Memory Cards]]></category>

		<guid isPermaLink="false">http://geekyninja.com/?p=1144</guid>
		<description><![CDATA[Memory Cards are as much a part of our daily computing as hard disks and RAM is. The Digital cameras that we use everyday, the mobile phones that we rely on and even some of those tiny netbooks that we use, more often than not use some kind of memory card based storage to store [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/how-to-recover-data-recovery-from-a-corrupted-memory-card/' addthis:title='How To Recover Data From a Memory Card '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1150" title="Photorec - Data Recovery Software" src="http://geekyninja.com/wp-content/uploads/2010/11/photorec.jpg" alt="" width="200" height="122" />Memory Cards are as much a part of our daily computing as hard disks and RAM is. The Digital cameras that we use everyday, the mobile phones that we rely on and even some of those tiny netbooks that we use, more often than not use some kind of memory card based storage to store data.</p>
<p>Improvements in technology have made memory cards pretty reliable but there are times when even the best technology fails and when that times comes, you&#8217;d be glad to have included a <strong>memory card data recovery software</strong> in your toolkit.</p>
<p>Since, I&#8217;m a Mac OS X user, I&#8217;ll be talking about data recovery software that you can use on a Mac to recover data from corrupted memory cards, but there are similar software available for almost all platforms and in fact, the open source program that I&#8217;m going to walk you through today is available for Windows and Linux also.</p>
<p>To get started, download <a title="TestDisk and PhotoRec Data Recovery Software" href="http://www.cgsecurity.org/wiki/TestDisk">TestDisk from CGSecurity</a>. Both the tools are distributed in a single tar.bz2 bundle named after TestDisk, so don&#8217;t look too hard if you can&#8217;t find PhotoRec on the CGSecurity site. I downloaded version 6.12 since I don&#8217;t have Rosetta installed on my Mac. If you have Rosetta installed, download the 6.11 stable version and that should also work for you.</p>
<p>Open the archive and since both of these are command line based tools, launch Terminal and browse over to the directory where you extracted the files.</p>
<p><img class="aligncenter size-full wp-image-1147" title="TestDisk and PhotoRec" src="http://geekyninja.com/wp-content/uploads/2010/11/testdisk-1.jpg" alt="" width="500" height="146" /></p>
<p>Run the PhotoRec utility from the command line like this</p>
<p style="text-align: center;"><em>darkstar:testdisk-6.12-WIP sharninder$ <strong>./photorec</strong></em></p>
<p style="text-align: left;">Select the disk that you want to <strong>recover data</strong> from and hit enter.</p>
<p style="text-align: left;">The next step is to select the type of partition table that the disk/memory card has. If this disk was being used on a regular PC, it&#8217;d most likely have an Intel type partition table, or if you like me use an Intel based Mac then you&#8217;d have an EFI/GPT type partition table. If the disk that you&#8217;re trying to recover data from is a memory card, it&#8217;d most likely be using the Intel partition table format. Select the appropriate choice and hit the enter key.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-1148" title="Select Partition Table Type" src="http://geekyninja.com/wp-content/uploads/2010/11/partitiontable.png" alt="" width="448" height="204" /></p>
<p style="text-align: left;">PhotoRec will now search the hard disk for any partitions of the selected type and display them on the next screen. Select a partition from the list and proceed.</p>
<p style="text-align: left;">The next step is to choose the type of filesystem. For a memory card, this would most likely be FAT, so select &#8220;Other&#8221; and hit enter. Photorec will now ask you to select a directory on your system where the recovered files will be saved. Use the arrow keys to to move to whichever directory you want and press &#8216;C&#8217;.</p>
<p style="text-align: left;">Photorec will now start scanning the entire disk and will save any files that it finds to the directory that you selected earlier.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-1151" title="Recoverd Files" src="http://geekyninja.com/wp-content/uploads/2010/11/recoverfiles.jpg" alt="" width="500" height="260" /></p>
<p style="text-align: left;">Let me warn you, though, this is a <em>very long</em> process and scanning an entire disk can take anywhere from a few minutes to a few hours depending on the size of the disk.</p>
<p style="text-align: left;">The process is also not fool proof. Depending on how much the disk has been used after deleting a particular file, you <strong>may</strong> or <strong>may not be</strong> able to <strong>recover all your deleted files</strong>. This is not Photorec&#8217;s fault, though. This is just how filesystems on most modern operating systems work.</p>
<img src="http://geekyninja.com/?ak_action=api_record_view&id=1144&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/how-to-recover-data-recovery-from-a-corrupted-memory-card/' addthis:title='How To Recover Data From a Memory Card '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://geekyninja.com/archives/mac-how-to-create-an-encrypted-disk-to-securely-store-your-data/" title="Mac: How To Create An Encrypted Disk To Securely Store Your Data">Mac: How To Create An Encrypted Disk To Securely Store Your Data</a></li><li><a href="http://geekyninja.com/archives/uninstall-remove-unwanted-applications-on-mac-os-x-using-appcleaner/" title="UnInstall Applications On Mac OS X Using AppCleaner">UnInstall Applications On Mac OS X Using AppCleaner</a></li><li><a href="http://geekyninja.com/archives/how-to-stop-skype-from-opening-automatically-on-mac-os-x-login-items-startup-items/" title="How To Stop Skype From Starting Automatically on Mac OS X">How To Stop Skype From Starting Automatically on Mac OS X</a></li><li><a href="http://geekyninja.com/archives/how-to-combine-pdfs-using-automator/" title="How To Combine PDFs Using Automator">How To Combine PDFs Using Automator</a></li><li><a href="http://geekyninja.com/archives/how-to-make-your-mac-boot-in-64-bit-mode/" title="How To Make Your Mac Boot In 64-bit Mode">How To Make Your Mac Boot In 64-bit Mode</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://geekyninja.com/archives/how-to-recover-data-recovery-from-a-corrupted-memory-card/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mac: How To Create An Encrypted Disk To Securely Store Your Data</title>
		<link>http://geekyninja.com/archives/mac-how-to-create-an-encrypted-disk-to-securely-store-your-data/</link>
		<comments>http://geekyninja.com/archives/mac-how-to-create-an-encrypted-disk-to-securely-store-your-data/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 05:11:26 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://geekyninja.com/?p=1123</guid>
		<description><![CDATA[Apple likes to claim that Mac OS X is one of the most secure operating systems available. While it may be true that a default install of OS X, is usually more secure than a similar default install of a consumer Linux distribution, it is also true that the average Mac OS X user is far [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/mac-how-to-create-an-encrypted-disk-to-securely-store-your-data/' addthis:title='Mac: How To Create An Encrypted Disk To Securely Store Your Data '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1139" title="Disk Utility" src="http://geekyninja.com/wp-content/uploads/2010/10/diskutility-icon.jpg" alt="Disk Utility" width="200" height="188" /><a title="Apple Inc" href="http://apple.com">Apple</a> likes to claim that Mac OS X is one of the most secure operating systems available.</p>
<p>While it may be true that a default install of OS X, is <em>usually</em> more secure than a similar default install of a consumer Linux distribution, it is also true that the <em>average</em> Mac OS X user is far less computer savvy than an average Linux user. A default OS X install has almost no open network ports and even secure encrypted services such as ssh have to be started manually for the first time after installation. This, in my opinion, does make OS X a much safer bet for a home user than, say, Windows or even Linux.</p>
<p>But, if you&#8217;re still paranoid about securing your data and would like to store all your data encrypted on your computer, OS X has ways to do that also. OS X lets you create an encrypted volume on your computer that you can use to store your data. Access to this volume is through a password and without the password all an attacker would get access to is encrypted junk.</p>
<p><strong>Disk Utility</strong></p>
<p>To create an encrypted disk image, launch the <strong>Disk Utility</strong> application that is bundled with OS X and click on the <strong>New Image</strong> button. Make sure that you don&#8217;t select any volume from the sidebar when you click the New Image button as that will tell Disk Utility to create a copy of that volume instead.</p>
<p><img class="aligncenter size-full wp-image-1135" title="Disk Utility" src="http://geekyninja.com/wp-content/uploads/2010/10/diskutility.jpg" alt="Disk Utility" width="500" height="336" /></p>
<p>Select a name and size for your new disk and from the <strong>Encryption</strong> drop down select an <em>encryption scheme</em>. Apple offers two encryption schemes, 128-bit AES and 256-bit AES. Choose the one that suits you. Select Read/Write Image from the image format drop down and click on the <em>Create</em> button.</p>
<p>Disk Utility will then prompt you to enter a password. You can even use a password assistant that can help you create a reasonably strong password. Store the password in your keychain, if it&#8217;s too hard to remember it.</p>
<p><img class="aligncenter size-full wp-image-1137" title="password" src="http://geekyninja.com/wp-content/uploads/2010/10/password.jpg" alt="" width="500" height="228" /></p>
<p>That&#8217;s it !</p>
<p>Disk Utility will now create a disk image and once it&#8217;s done, it&#8217;ll be mounted for you to use it for the first time. Copy your data to this Volume and unmount it to keep it away from prying eyes. The next time you double click on the disk image, OS X will ask for a password to open it for you.</p>
<img src="http://geekyninja.com/?ak_action=api_record_view&id=1123&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/mac-how-to-create-an-encrypted-disk-to-securely-store-your-data/' addthis:title='Mac: How To Create An Encrypted Disk To Securely Store Your Data '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://geekyninja.com/archives/how-to-recover-data-recovery-from-a-corrupted-memory-card/" title="How To Recover Data From a Memory Card">How To Recover Data From a Memory Card</a></li><li><a href="http://geekyninja.com/archives/how-to-backup-all-your-facebook-profile-data/" title="How To Backup All Your Facebook Profile Data">How To Backup All Your Facebook Profile Data</a></li><li><a href="http://geekyninja.com/archives/uninstall-remove-unwanted-applications-on-mac-os-x-using-appcleaner/" title="UnInstall Applications On Mac OS X Using AppCleaner">UnInstall Applications On Mac OS X Using AppCleaner</a></li><li><a href="http://geekyninja.com/archives/say-no-to-reduce-spam-with-mailinator-get-rid-of-spam/" title="Say NO to Spam with Mailinator">Say NO to Spam with Mailinator</a></li><li><a href="http://geekyninja.com/archives/how-to-enable-private-browsing-incognito-mode-on-safari-chrome-firefox-and-internet-explorer/" title="How To Enable Private Browsing On Safari, Chrome, Firefox and Internet Explorer">How To Enable Private Browsing On Safari, Chrome, Firefox and Internet Explorer</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://geekyninja.com/archives/mac-how-to-create-an-encrypted-disk-to-securely-store-your-data/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Optimize Images For The Web Using ImageOptim</title>
		<link>http://geekyninja.com/archives/optimize-images-for-the-web-using-imageoptim/</link>
		<comments>http://geekyninja.com/archives/optimize-images-for-the-web-using-imageoptim/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 16:59:12 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Useful Utilities]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://geekyninja.com/?p=1117</guid>
		<description><![CDATA[As the saying goes, An image is worth a thousand words. As a tech blogger, I absolutely live by that saying. I like to include a lot of images in my posts for reference and also because sometimes it&#8217;s just easier to explain a concept with a single image rather than writing a couple of [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/optimize-images-for-the-web-using-imageoptim/' addthis:title='Optimize Images For The Web Using ImageOptim '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1120" title="imageoptim-logo" src="http://geekyninja.com/wp-content/uploads/2010/09/imageoptim-logo.jpg" alt="" width="315" height="202" />As the saying goes, <em>An image is worth a thousand words</em>.</p>
<p>As a tech blogger, I absolutely live by that saying. I like to include a lot of images in my posts for reference and also because sometimes it&#8217;s just easier to explain a concept with a single image rather than writing a couple of paragraphs on it.</p>
<p>The only problem with including a large number of images is that the size of an individual page increases and so does the load time. Even though the average home user who reads this blog now has a lot more bandwidth at his/her disposal, page load times are still a factor to keep in mind while designing web sites. And that is the reason why most image editing applications such as Photoshop or The Gimp come with an option to save an image <strong>For The Web</strong>.</p>
<p>What this option does is that it removes unnecessary information such as color profiles, comments and whitespace from the image and makes the size of the image smaller so that it loads faster over slow internet connections.</p>
<p>But, you don&#8217;t have to buy Photoshop or download The Gimp for just this simple task. <a title="Image Optimization Tool ImageOptim" href="http://imageoptim.pornel.net/">ImageOptim</a> can do it for you and that too for free.</p>
<p>ImageOptim is an open source application for OS X that does one thing and does it well. It optimizes and reduces the size of any image file that you pass to it.</p>
<p>It is also probably one of the easiest applications to use and understand, that I&#8217;ve ever seen. The whole operation is a simple drag and drop affair. Just drag your image file and drop it on the ImageOptim window and ImageOptim gets to work right away.</p>
<p><img class="aligncenter size-full wp-image-1119" title="imageoptim" src="http://geekyninja.com/wp-content/uploads/2010/09/imageoptim.png" alt="" width="411" height="258" /></p>
<p>ImageOptim overwrites the original file with the new optimised image and while some may think of this as a limitation, I think it is just this simplicity that makes the application such a joy to use.</p>
<p style="text-align: left;">You can even <a title="Snow Leopard Service For Optimizing Images" href="http://imageoptim.pornel.net/ImageOptim-workflow.zip">download and install</a> a Finder service that&#8217;ll let you optimize your images with just a right click without even launching ImageOptim.</p>
<p style="text-align: left;">Do you guys struggle with keeping the size of the images on your websites in control ? Do you use any tools for the purpose ?</p>
<p style="text-align: left;">Please give <a title="ImageOptim Image Optimization tool" href="http://imageoptim.pornel.net/">ImageOptim</a> a try and let me know how that works out for you.</p>
<img src="http://geekyninja.com/?ak_action=api_record_view&id=1117&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/optimize-images-for-the-web-using-imageoptim/' addthis:title='Optimize Images For The Web Using ImageOptim '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://geekyninja.com/archives/uninstall-remove-unwanted-applications-on-mac-os-x-using-appcleaner/" title="UnInstall Applications On Mac OS X Using AppCleaner">UnInstall Applications On Mac OS X Using AppCleaner</a></li><li><a href="http://geekyninja.com/archives/how-to-read-hfs-volumes-on-windows/" title="How to read HFS+ volumes on Windows">How to read HFS+ volumes on Windows</a></li><li><a href="http://geekyninja.com/archives/use-f-lux-to-prevent-hurting-your-eyes-from-computer-glare/" title="Use F.lux to Prevent Hurting Your Eyes From Computer Glare">Use F.lux to Prevent Hurting Your Eyes From Computer Glare</a></li><li><a href="http://geekyninja.com/archives/diagnose-and-solve-all-your-windows-pc-problems-with-soluto/" title="Diagnose and Solve All Your Windows PC Problems with Soluto">Diagnose and Solve All Your Windows PC Problems with Soluto</a></li><li><a href="http://geekyninja.com/archives/how-to-stop-skype-from-opening-automatically-on-mac-os-x-login-items-startup-items/" title="How To Stop Skype From Starting Automatically on Mac OS X">How To Stop Skype From Starting Automatically on Mac OS X</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://geekyninja.com/archives/optimize-images-for-the-web-using-imageoptim/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>[Mac] How To use Automator to Test your Website&#8217;s iPhone version</title>
		<link>http://geekyninja.com/archives/mac-how-to-use-automator-to-test-your-websites-iphone-version/</link>
		<comments>http://geekyninja.com/archives/mac-how-to-use-automator-to-test-your-websites-iphone-version/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 09:36:32 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[Automator]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://geekyninja.com/?p=919</guid>
		<description><![CDATA[Before the iPhone came, only the largest websites had a separate version exclusively for mobile visitors which was usually based on WAP. And since there weren&#8217;t too many mobile visitors anyway, a lot of site owners just didn&#8217;t bother with creating a lighter version of their websites. The mobile web was a mess and those [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/mac-how-to-use-automator-to-test-your-websites-iphone-version/' addthis:title='[Mac] How To use Automator to Test your Website&#8217;s iPhone version '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p><a href="http://geekyninja.com/wp-content/uploads/2010/03/automator.jpg"><img class="alignleft size-full wp-image-922" title="Automator" src="http://geekyninja.com/wp-content/uploads/2010/03/automator.jpg" alt="Automator - Logo" width="150" height="150" /></a>Before the iPhone came, only the largest websites had a separate version exclusively for mobile visitors which was usually based on WAP. And since there weren&#8217;t too many mobile visitors anyway, a lot of site owners just didn&#8217;t bother with creating a lighter version of their websites. The mobile web was a mess and those of us (un)fortunate enough to have meddled with it back then were a bruised lot !</p>
<p>The iPhone definitely changed the mobile web landscape for the better. The  iPhone&#8217;s browser was probably the first mobile browser that could actually display regular websites almost as well as desktop based browsers.</p>
<p>But, the consumers wanted even more. They weren&#8217;t happy with pinching, zooming and double tapping their way around to navigate a website and wanted all websites to have a version for the iPhone.</p>
<p>So, let&#8217;s say you have made the decision to build an iPhone version of your website, coded it all up and now want a way to test your new iPhone optimized site. What are your options ?</p>
<p><span id="more-919"></span></p>
<p>If you&#8217;re using OS X and are not afraid of installing the iPhone SDK, you can use the bundled emulator to browse through to your site and see how it looks. If you&#8217;re not using OS X, then you can use one of the many sites online that let you do the same. The problem with these websites is that they&#8217;re not very accurate and the results depend on the desktop browser that you&#8217;re using to access those sites.</p>
<p>The third option is the one that we&#8217;re going to talk about today. We&#8217;ll be using Automator to create a workflow that&#8217;ll let you see how your site would look like on an iPhone.</p>
<p>First of all, you need to <a title="Website Popup" href="http://www.macosxautomation.com/services/download/pkg/WebsitePopupActionInstaller.zip">download and install the Website Popup action</a>.</p>
<p><a href="http://geekyninja.com/wp-content/uploads/2010/03/automation-installaction.png"><img class="aligncenter size-full wp-image-924" title="Automator" src="http://geekyninja.com/wp-content/uploads/2010/03/automation-installaction.png" alt="Automation - Install Action" width="248" height="172" /></a></p>
<p>Once, the action is installed, Launch Automator and select the Workflow template.</p>
<p>Select the action titled &#8220;<strong>Get Specified URLs</strong>&#8221; from the library. Remove the apple.com URL from the list and add your website&#8217;s URL.</p>
<p><a href="http://geekyninja.com/wp-content/uploads/2010/03/automator-URL.png"><img class="aligncenter size-full wp-image-925" title="Automator" src="http://geekyninja.com/wp-content/uploads/2010/03/automator-URL.png" alt="Automator - Get Specified URLs" width="490" height="241" /></a></p>
<p>The next step is to search for the &#8220;<strong>Website Popup</strong>&#8221; action that you just installed and drag it over to the workflow area.</p>
<p><a href="http://geekyninja.com/wp-content/uploads/2010/03/automator-popup.png"><img class="aligncenter size-full wp-image-926" title="Automator" src="http://geekyninja.com/wp-content/uploads/2010/03/automator-popup.png" alt="Automator - Website popup" width="313" height="209" /></a></p>
<p>By default, the Website Popup action displays the website that you pass to it in a large window as would be displayed by a regular desktop browser. To make it display an iPhone sized window, select both the <strong>Site size</strong> and <strong>User agent</strong> as iPhone.</p>
<p>That&#8217;s it. Save the workflow as an Application and quit Automator. Execute the workflow Application to look at your site in all it&#8217;s iPhone enabled glory.</p>
<p><a href="http://geekyninja.com/wp-content/uploads/2010/03/automator-iphone.gif"><img class="aligncenter size-full wp-image-927" title="Automator" src="http://geekyninja.com/wp-content/uploads/2010/03/automator-iphone.gif" alt="Automator - iPhone view" width="354" height="541" /></a></p>
<p>Automator is an awesome tool that I&#8217;ve been exploring a lot lately. Let me know if you guys would want to see more automator related posts. Are there any specific tasks that you&#8217;d like me to help you automate ? Let me know in the comments.</p>
<img src="http://geekyninja.com/?ak_action=api_record_view&id=919&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://geekyninja.com/archives/mac-how-to-use-automator-to-test-your-websites-iphone-version/' addthis:title='[Mac] How To use Automator to Test your Website&#8217;s iPhone version '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://geekyninja.com/archives/how-to-combine-pdfs-using-automator/" title="How To Combine PDFs Using Automator">How To Combine PDFs Using Automator</a></li><li><a href="http://geekyninja.com/archives/how-to-recover-data-contacts-sms-notes-from-the-iphone-backup-files/" title="How To Recover data from an iPhone backup">How To Recover data from an iPhone backup</a></li><li><a href="http://geekyninja.com/archives/use-free-tools-to-convert-videos-for-your-ipod-and-iphone/" title="Convert videos for your iPhone with free tools">Convert videos for your iPhone with free tools</a></li><li><a href="http://geekyninja.com/archives/uninstall-remove-unwanted-applications-on-mac-os-x-using-appcleaner/" title="UnInstall Applications On Mac OS X Using AppCleaner">UnInstall Applications On Mac OS X Using AppCleaner</a></li><li><a href="http://geekyninja.com/archives/how-to-stop-skype-from-opening-automatically-on-mac-os-x-login-items-startup-items/" title="How To Stop Skype From Starting Automatically on Mac OS X">How To Stop Skype From Starting Automatically on Mac OS X</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://geekyninja.com/archives/mac-how-to-use-automator-to-test-your-websites-iphone-version/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: geekyninja.com @ 2012-02-10 18:37:10 -->
