<?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>frankly at a glance. &#187; Macintosh</title>
	<atom:link href="http://frankleng.me/category/gadgets/apple/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://frankleng.me</link>
	<description>the world according to Frank...</description>
	<lastBuildDate>Tue, 03 Jan 2012 10:19:41 +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>Connect to a FreeNAS Samba or AFP share on Mac OS X Lion [Workarounds] [Updated]</title>
		<link>http://frankleng.me/2011/07/21/connect-to-a-freenas-samba-or-afp-share-on-lion-workaround/</link>
		<comments>http://frankleng.me/2011/07/21/connect-to-a-freenas-samba-or-afp-share-on-lion-workaround/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 05:47:30 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Apple Inc.]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[AFP]]></category>
		<category><![CDATA[freeNAS]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://frankleng.me/?p=579</guid>
		<description><![CDATA[As previously mentioned, OS X Lion does not support logging into NAS boxes running Samba or AFP servers that employ the DHCAST128 authentication method. Apple documented this as a security update, in which they outright disabled DHCAST128 in Lion. People who are running type of NAS system &#8211; FreeNAS or store bought boxes will not work [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_559" class="wp-caption alignright" style="width: 210px"><a href="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-20-at-11.48.34-PM.png" rel="lightbox[579]" title="SMB/AFP Authentication Issue"><img class="size-medium wp-image-559" title="SMB/AFP Authentication Issue" src="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-20-at-11.48.34-PM-200x113.png" alt="" width="200" height="113" /></a><p class="wp-caption-text">No support for legacy authentication method in SMB or AFP</p></div>
<p><a title="Mac OS X Lion early review" href="http://frankleng.me/2011/07/21/mac-os-x-lion-early-review/">As previously mentioned,</a> OS X Lion does not support logging into NAS boxes running Samba or AFP servers that employ the DHCAST128 authentication method. Apple documented this as a security update, in which they outright disabled DHCAST128 in Lion.</p>
<p>People who are running type of NAS system &#8211; FreeNAS or store bought boxes will not work in Lion!</p>
<p>Now some people have figured out a workaround to manually enable DHCAST128 in Lion, so <strong>if you don&#8217;t mind a little hacking in the system go ahead and use it.</strong> Otherwise try to enable NFS on your NAS. NFS is support by most NAS boxes running Linux. <strong>However, note that NFS does not provide any option for user authentication.</strong></p>
<h3><strong>Option 1 &#8211; Hacking the OS </strong></h3>
<p><strong>SMB/CIFS solution:<br />
</strong></p>
<ol>
<li><strong><a href="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-21-at-7.11.48-PM.png" rel="lightbox[579]" title="Connect to Server "><img class="alignright size-medium wp-image-594" title="Connect to Server " src="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-21-at-7.11.48-PM-200x101.png" alt="" width="200" height="101" /></a></strong>Upgrade FreeNAS to the latest <a title="download the latest FreeNAS stable build" href="http://sourceforge.net/projects/freenas/files/FreeNAS-7-Stable/" target="_blank">stable build</a>.<strong></strong></li>
<li>Setup your SMB/CIFS shares accordingly.</li>
<li>Go to Finder, click on Go-&gt;Connect to Server  or simply press <em>command + K</em>.</li>
<li>Connect to your server by typing <em>smb://your.ip/hostname</em> or use <em>cifs://your.ip/hostname</em></li>
<li>Login, and you should be good to go.</li>
<li>If you don&#8217;t see the login pop-up, connect to smb://user:pass@ip  instead.</li>
</ol>
<p><span id="more-579"></span>Do not use the link in Finder under the Shared category. It will not let you connect. It could be my settings somewhere that&#8217;s causing the problem, but so far I can&#8217;t figure out why it won&#8217;t let me connect straight from the Finder shortcut. However, the Connect to Server option works just fine.</p>
<p><a href="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-21-at-7.14.03-PM.png" rel="lightbox[579]" title="Finder will not let you connect to SMB/CIFS"><img class="aligncenter size-large wp-image-595" title="Finder will not let you connect to SMB/CIFS" src="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-21-at-7.14.03-PM-480x255.png" alt="" width="480" height="255" /></a></p>
<p>Leave a comment if you encounter problems.</p>
<p><strong><br />
AFP solution: </strong></p>
<ol>
<li>Launch /Applications/Utilities/Terminal and do:</li>
<ul>
<li>
<pre>sudo chmod o+w /Library/Preferences</pre>
</li>
<li>
<pre>defaults write /Library/Preferences/com.apple.AppleShareClient afp_host_prefs_version -int 1</pre>
</li>
<li>Now restart your computer.</li>
</ul>
<li>From Finder, select an AFP server, or use “Connect To…”.  This will cause the AFP Client to create the full preferences file</li>
<li>Launch Terminal again and do:</li>
<ul>
<li>
<pre>sudo defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array "Cleartxt Passwrd" "MS2.0" "2-Way Randnum exchange"</pre>
</li>
<li>
<pre>sudo chmod o-w /Library/Preferences</pre>
</li>
<li>Now restart your computer.</li>
</ul>
</ol>
<p>To disable DHCAST128,</p>
<pre>sudo defaults write /Library/Preferences/com.apple.AppleShareClient afp_disabled_uams -array-add "DHCAST128"</pre>
<p>Credit for these command goes to Alexander Wilde, please visit his site for the <a href="http://www.alexanderwilde.com/2011/04/os-x-lion-connection-error-with-afp-and-workaround/" target="_blank">original post</a>. All credits go to him!</p>
<hr />
<h3><a href="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-21-at-1.23.35-AM.png" rel="lightbox[579]" title="FreeNAS NFS"><img class="alignright size-medium wp-image-580" title="FreeNAS NFS" src="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-21-at-1.23.35-AM-200x134.png" alt="" width="200" height="134" /></a><strong>Option 2 Enabling NFS</strong></h3>
<p>In FreeNAS, go to Services &#8211; &gt; NFS and enable 4 NFS servers.</p>
<p><!--more-->then configure your NFS shares, the easiest way is to point the share to your main storage folder under and share all sub-folders underneath.</p>
<div id="attachment_581" class="wp-caption aligncenter" style="width: 490px"><a href="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-21-at-1.24.13-AM.png" rel="lightbox[579]" title="Configure NFS shares"><img class="size-large wp-image-581" title="Configure NFS shares" src="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-21-at-1.24.13-AM-480x256.png" alt="" width="480" height="256" /></a><p class="wp-caption-text">Configure NFS shares</p></div>
<p><strong>Note that if you do not &#8220;Map all users to root&#8221; you will not have write access to the share!</strong></p>
<p>Save and apply. Then go to Disk Utilities on your Mac.</p>
<p>Click on File &#8211; &gt; NFS Mounts, click on the &#8216;+&#8217; to add a new mount.</p>
<div id="attachment_583" class="wp-caption aligncenter" style="width: 490px"><a href="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-21-at-1.36.59-AM.png" rel="lightbox[579]" title="Configure NFS mounts in Disk Utility"><img class="size-large wp-image-583" title="Configure NFS mounts in Disk Utility" src="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-21-at-1.36.59-AM-480x254.png" alt="" width="480" height="254" /></a><p class="wp-caption-text">Configure NFS mounts in Disk Utility</p></div>
<p>Replace the IP and folder names according to your FreeNAS share. Then click on &#8216;Verify&#8221; to close the dialog and close the window to save your settings. You may be asked to login to your admin account in order to save the setting. The mount will be auto-mounted to your system at boot time.</p>
<p>After you set everything up in Disk Utility. Quit it and wait a couple of minutes for it to show up in Finder. <strong>Note that even though we mounted it to a folder on the Desktop, it will NOT show up! The easiest solution here is to go to your Desktop in Finder and create an alias to the mounted folder. Or, create an actual folder on the Desktop beforehand then mount the share to it.</strong></p>
<p>This isn&#8217;t the safest approach since NFS in FreeNAS does not have any authentication support. But for my personal needs it&#8217;s actually quite nice, especially when NFS is about 30-50% faster than SMB in some cases. For many home networks, it&#8217;s the only way to stream HD videos over the air.</p>
<p>So please give NFS a shot if you don&#8217;t want to hack your system to use AFP!</p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:100px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffrankleng.me%2F2011%2F07%2F21%2Fconnect-to-a-freenas-samba-or-afp-share-on-lion-workaround%2F&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=100px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:100px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://frankleng.me/2011/07/21/connect-to-a-freenas-samba-or-afp-share-on-lion-workaround/"></g:plusone>
			</div>
			<div style="float:left; width:100px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://frankleng.me/2011/07/21/connect-to-a-freenas-samba-or-afp-share-on-lion-workaround/"  data-text="Connect to a FreeNAS Samba or AFP share on Mac OS X Lion [Workarounds] [Updated]" data-count="horizontal" data-via="frankleng">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://frankleng.me/2011/07/21/connect-to-a-freenas-samba-or-afp-share-on-lion-workaround/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><img src="http://frankleng.me/?ak_action=api_record_view&id=579&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://frankleng.me/2011/07/21/connect-to-a-freenas-samba-or-afp-share-on-lion-workaround/feed/</wfw:commentRss>
		<slash:comments>98</slash:comments>
		</item>
		<item>
		<title>Mac OS X Lion review</title>
		<link>http://frankleng.me/2011/07/21/mac-os-x-lion-early-review/</link>
		<comments>http://frankleng.me/2011/07/21/mac-os-x-lion-early-review/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 04:53:18 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[AFP]]></category>
		<category><![CDATA[Apple Inc.]]></category>
		<category><![CDATA[freeNAS]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[Samba]]></category>

		<guid isPermaLink="false">http://frankleng.me/?p=555</guid>
		<description><![CDATA[Hello y&#8217;all! It&#8217;s been a while since my last post. but it looks like there is still steady traffic to the site, which is pleasantly surprising! So thank you all very much! Today, Apple shipped MacOS X Lion via the Mac AppStore. It sells for $29.99 USD, and it is topping the charts at the [...]]]></description>
			<content:encoded><![CDATA[<p>Hello y&#8217;all! It&#8217;s been a while since my last post. but it looks like there is still steady traffic to the site, which is pleasantly surprising! So thank you all very much!</p>
<div id="attachment_556" class="wp-caption alignright" style="width: 210px"><img class="size-medium wp-image-556" title="Mac OS X Lion" src="http://frankleng.me/wp-content/uploads/2011/07/Lion-300x300-200x200.png" alt="Mac OS X Lion" width="200" height="200" /><p class="wp-caption-text">Mac OS X Lion</p></div>
<p>Today, Apple shipped MacOS X Lion via the Mac AppStore. It sells for $29.99 USD, and it is topping the charts at the store.<br />
This is the first time Apple went with a complete Internet-based approach to dealing with an OS upgrade. In fact, it&#8217;s the only time I have ever heard of an OS being sold strictly via digital download. Words on the street seem to suggest that if you go to an Apple retail store, they will install Lion for you through a local cached version of the OS. Thus, saving you the hassle of downloading 3.5GB over the net. It&#8217;s not really a life saver if you ask me, but it&#8217;s interesting to see how Apple is handling things for now, and the days to come.</p>
<p>My initial impression of Lion was fairly positive, but not overly impressed with the changes.</p>
<p><span id="more-555"></span></p>
<p><strong>Pros:<br />
</strong></p>
<ol>
<li><strong>No major compatibility issues with applications.</strong> Everything minus a few utility apps works fine on Lion out of the box, or requires a quick downloadable update. I&#8217;m guessing since most apps these days were written in Cocoa already, it wasn&#8217;t much of an hassle to fix the few kinks in Lion.</li>
<li><strong>New Mail app is great!</strong> New UI with an option to switch back to the classic view if you want to.</li>
<li><strong>System icons are mono-toned.</strong> This may be my personal preference, but I think colours can sometimes look a bit messy and disorganized.</li>
<li><strong>System pop-ups, and transitions are super fast and smooth.</strong> Apple really took everything they learned from making efficient 2D effects on iOS to the desktop.</li>
<li><strong>iTunes was rewritten for Lion in 64-bit!</strong> This is not really a Lion feature, but it sure has been a long wait.</li>
<li><strong>New features</strong> &#8211; Air Drop, Versions, Resume , Full Screen, FaceTime etc.</li>
<li><strong>No notable increase in disk space usage.</strong> It didn&#8217;t bloat unlike many Windows Service Pack updates.</li>
</ol>
<p><strong>Cons:</strong></p>
<ol>
<li>
<div id="attachment_559" class="wp-caption alignright" style="width: 210px"><a href="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-20-at-11.48.34-PM.png" rel="lightbox[555]" title="SMB/AFP Authentication Issue"><img class="size-medium wp-image-559" title="SMB/AFP Authentication Issue" src="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-20-at-11.48.34-PM-200x113.png" alt="" width="200" height="113" /></a><p class="wp-caption-text">No support for legacy authentication method in SMB or AFP</p></div>
<p><strong>Major compatibility issues with accessing Samba and AFP shares!</strong> This was certainly bad news for us who are using my FreeNAS build guide and are accessing files through either SMB or AFP. Apple decided that the authentication method &#8211; DHCAST128 was insufficient and they disabled support for it in Lion! This will break compatibility with all over-the-counter NAS boxes, including our DIY NAS. However, there are remedies that you can follow to work around it. Check out my later post.</li>
<li><strong>Time Machine does not work over non-Apple network shares! </strong>This is a huge deal for people who use a thirdparty NAS box to host Time Machine backups. Unless your box can support the latest AFP stack in Lion, Time Machine will NOT work! You can put a sparsebundle on it&#8230; but it simply will not work. Time Machine only works through the latest AFP stack.</li>
<li><strong>New features.</strong></li>
<ul>
<li>Air Drop is Lion-only. There is no Air Drop app for previous versions of Mac OS.</li>
<li>Versions is only an API that apps can be written on. It is not a system wide feature, and it is up to the developer to implement.</li>
<li>Resume can be really annoying if you are using Safari and don&#8217;t want your web page views saved all the time! The setting to turn it off is also very hidden. You have to go to System Preferences -&gt; General -&gt; uncheck Restore Windows when quitting and re-opening apps.</li>
<li>Full Screen is also app specific and requires the developer to provide support. Don&#8217;t know why they could just implement it some other way to resize the window to full screen.</li>
</ul>
<li><strong>Mail database took a good 15min.</strong> It was surprisingly slow! Maybe I had too much stuff in there.</li>
<li><strong>No Java runtime in the OS.</strong> But the OS is smart enough to automatically download it when you need it, through Software Updates.</li>
<li>
<div id="attachment_563" class="wp-caption alignright" style="width: 210px"><a href="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-21-at-12.18.23-AM.png" rel="lightbox[555]" title="Multi-touch gestures"><img class="size-medium wp-image-563" title="Multi-touch gestures" src="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-21-at-12.18.23-AM-200x116.png" alt="" width="200" height="116" /></a><p class="wp-caption-text">Multi-touch gestures in Lion</p></div>
<p><strong>Super weird scrolling and gesture changes!</strong> The scrolling direction by default in Lion is the complete opposite of what you are used to. Apple call this the &#8220;natural&#8221; direction. But it&#8217;s really not so nature to me &#8211; natural is what I am used to. Don&#8217;t fancy me Apple. Thankfully, you can change this through System Preferences -&gt; Touchpad -&gt; uncheck scrolling directions. Apple also changed gesture to do Expose (now known as Mission Control), honestly this will need some getting used to. There are no settings to give you back the familiar Expose gestures. (ex. four finger down = show desktop, up = expose all windows, no more 3 finger scroll to get to the top of bottom of a page)</li>
<li><a href="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-20-at-11.46.01-PM.png" rel="lightbox[555]" title="Uninstallers in Launchpad"><img class="alignright size-medium wp-image-565" title="Uninstallers in Launchpad" src="http://frankleng.me/wp-content/uploads/2011/07/Screen-Shot-2011-07-20-at-11.46.01-PM-173x200.png" alt="Uninstallers in Launchpad" width="173" height="200" /></a><strong>Minor annoyance &#8211; Launchpad shows all the uninstaller apps as well.</strong> This is terrible if you have Adobe CS installed. You will get a bunch of uninstallers listed with the apps and it&#8217;s almost impossible to find your apps! Yes you can do folders, but if you have a lot of apps&#8230; good luck sorting all of them. Launchpad is especially useless in this situation when a Spotlight search can open you any app with a few keystrokes.</li>
</ol>
<p>To sum up, I&#8217;m not overly impressed with Lion. Especially the decision to drop legacy SMB/AFP authentication! I think if Apple didn&#8217;t sell it for $29.99 I wouldn&#8217;t even recommend it to people. Some of the changes are certainly nice, but nothing groundbreaking as you would expect from a major OS release. In fact, many of the neat features you saw during WWDC are app-specific and it will only benefit you if the developers choose to use it. Apple likes to build only the API and leave the rest to the developers, where from a customer&#8217;s perspective we like Apple to implement it in the system so all apps may take advantage of it. This is especially true regarding Versions. Apple could have improved the filesystem to support version control natively.</p>
<p><strong>Having said that, I do think it is worth the $29.99 it sells for and Apple is certainly on the right path of revamping its OSes to stay ahead of the curve.</strong></p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:100px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffrankleng.me%2F2011%2F07%2F21%2Fmac-os-x-lion-early-review%2F&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=100px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:100px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://frankleng.me/2011/07/21/mac-os-x-lion-early-review/"></g:plusone>
			</div>
			<div style="float:left; width:100px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://frankleng.me/2011/07/21/mac-os-x-lion-early-review/"  data-text="Mac OS X Lion review" data-count="horizontal" data-via="frankleng">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://frankleng.me/2011/07/21/mac-os-x-lion-early-review/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><img src="http://frankleng.me/?ak_action=api_record_view&id=555&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://frankleng.me/2011/07/21/mac-os-x-lion-early-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More iTunes, iPhone and Snow Leopard 64bit grief&#8230;</title>
		<link>http://frankleng.me/2009/12/26/more-itunes-iphone-and-snow-leopard-64bit-grief/</link>
		<comments>http://frankleng.me/2009/12/26/more-itunes-iphone-and-snow-leopard-64bit-grief/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 07:15:04 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Apple Inc.]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://frankleng.me/?p=150</guid>
		<description><![CDATA[I switched my Snow Leopard kernel to 64bit after reading an article online about the performance advantage in Lightroom, and a few other apps. However, lately I realized my iPhone tethering is no longer working. The Macbook cannot see the phone in Network Preferences, and iTunes spits out an unknown error (0xE800006B). I did everything [...]]]></description>
			<content:encoded><![CDATA[<p>I switched my Snow Leopard kernel to 64bit after reading an article online about the performance advantage in Lightroom, and a few other apps.</p>
<p>However, lately I realized my iPhone tethering is no longer working. The Macbook cannot see the phone in Network Preferences, and iTunes spits out an unknown error <strong>(0xE800006B)</strong>. I did everything from resetting my settings on the phone, and deleting iTunes&#8217; plist file. Nothing worked! Every time I plug my phone in, the same error message pops out&#8230; didn&#8217;t know what to do.</p>
<p><strong>I eventually realized the problem was caused by the 64bit kernel and the lack of proper driver support for it&#8230; and apparently iTunes (as of 9.0.2) was not rewritten like most other apps for Snow Leopard.</strong></p>
<p>That made me wonder&#8230; Apple has a Windows 64bit version of iTunes but not a Mac version?  What is going on here?</p>
<p>Anyway, I thought I&#8217;d let the world know since this problem isn&#8217;t documented by Apple.</p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:100px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffrankleng.me%2F2009%2F12%2F26%2Fmore-itunes-iphone-and-snow-leopard-64bit-grief%2F&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=100px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:100px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://frankleng.me/2009/12/26/more-itunes-iphone-and-snow-leopard-64bit-grief/"></g:plusone>
			</div>
			<div style="float:left; width:100px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://frankleng.me/2009/12/26/more-itunes-iphone-and-snow-leopard-64bit-grief/"  data-text="More iTunes, iPhone and Snow Leopard 64bit grief&#8230;" data-count="horizontal" data-via="frankleng">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://frankleng.me/2009/12/26/more-itunes-iphone-and-snow-leopard-64bit-grief/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><img src="http://frankleng.me/?ak_action=api_record_view&id=150&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://frankleng.me/2009/12/26/more-itunes-iphone-and-snow-leopard-64bit-grief/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS Upgrade vs Fresh Install</title>
		<link>http://frankleng.me/2009/11/14/os-upgrade-vs-fresh-install/</link>
		<comments>http://frankleng.me/2009/11/14/os-upgrade-vs-fresh-install/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 08:14:25 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://frankleng.me/?p=116</guid>
		<description><![CDATA[I get this question all the time&#8230; Should I do an update or a fresh install of my operating system? Short answer&#8230; Fresh Install &#62; Upgrading Long answer&#8230; it depends on how the upgrade went and what you are looking for. I recently did an upgrade from Leopard to Snow Leopard and noticed very little [...]]]></description>
			<content:encoded><![CDATA[<p>I get this question all the time&#8230; Should I do an update or a fresh install of my operating system?</p>
<p>Short answer&#8230; <strong>Fresh Install &gt; Upgrading </strong></p>
<p>Long answer&#8230; it depends on how the upgrade went and what you are looking for. I recently did an upgrade from Leopard to Snow Leopard and noticed very little problems. the most noticeable problem was the long bootup time&#8230; and I know that Snow Leopard had specific optimizations to decrease boot time. Furthermore, I had some apps that were incompatible with Snow Leopard&#8230; so I finally decided to give the system a good wipe and install from scratch. and since then&#8230; all the problems have been solved&#8230; especially after installing the 10.6.2 update. Just always remember to backup your data and apps before wiping things out. Time Machine is very useful in this respect.</p>
<p>On the Windows side, I successfully upgrade from Windows Vista to Windows 7 without a glitch. The two systems are extremely similar under the hood, and I did not notice any problem after upgrading. I even did a clean install of Windows 7 and noticed no improvements. To be fair, I didn&#8217;t have anything installed in Vista anyway&#8230; just Office and Adobe CS.</p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:100px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffrankleng.me%2F2009%2F11%2F14%2Fos-upgrade-vs-fresh-install%2F&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=100px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:100px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://frankleng.me/2009/11/14/os-upgrade-vs-fresh-install/"></g:plusone>
			</div>
			<div style="float:left; width:100px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://frankleng.me/2009/11/14/os-upgrade-vs-fresh-install/"  data-text="OS Upgrade vs Fresh Install" data-count="horizontal" data-via="frankleng">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://frankleng.me/2009/11/14/os-upgrade-vs-fresh-install/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><img src="http://frankleng.me/?ak_action=api_record_view&id=116&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://frankleng.me/2009/11/14/os-upgrade-vs-fresh-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macs vs PCs &#8211; mythbusters and refreshments</title>
		<link>http://frankleng.me/2009/11/14/macs-vs-pcs-mythbusters-and-refreshments/</link>
		<comments>http://frankleng.me/2009/11/14/macs-vs-pcs-mythbusters-and-refreshments/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 07:58:23 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Apple Inc.]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://frankleng.me/?p=113</guid>
		<description><![CDATA[Here we go again&#8230; I don&#8217;t mean to revisit this ancient old debate of which system is better&#8230; but I JUST CAN&#8217;T HELP IT! =) Since now I own both systems&#8230; I think I can bring some new perspectives and observations to the table. First of all&#8230; I&#8217;ve been a loyal Windows user since the [...]]]></description>
			<content:encoded><![CDATA[<p>Here we go again&#8230; I don&#8217;t mean to revisit this ancient old debate of which system is better&#8230; but I JUST CAN&#8217;T HELP IT! =)</p>
<p>Since now I own both systems&#8230; I think I can bring some new perspectives and observations to the table.</p>
<p>First of all&#8230; I&#8217;ve been a loyal Windows user since the 3.0 days. and I guess that&#8217;s how long this endless debate has been going on for&#8230; However, we are looking at a completely different landscape than those old days.</p>
<p>The common myth that Apple made &#8220;better&#8221; hardware than your average PC is dead now that everyone is on the Intel train&#8230; and we have normal PCs running hacked versions of MacOS&#8230; and Intel Macs booting Windows XP and Vista. (official Win 7 support is also coming.) So if you really look at what Apple is offering and charging for&#8230; is basically your average hardware stuffed in a fancy chassis. Surprisingly enough&#8230; according to official stats there are now more people who are willing to pay the premium for Apple&#8217;s fancy design.</p>
<p>But here is my story&#8230; I&#8217;ve been a Windows user for quite a while&#8230; and the ONLY reason why I now own a Macbook Pro is because I needed to run the iPhone SDK. It may not have been the wisest 2 grands spent&#8230; but the new Macbook Pros are amazing looking machines! I have to say&#8230; cosmetically I have nothing to complain about the machine! The fact that I can get a Dell with similar specs doesn&#8217;t bother me at all.</p>
<p><strong>What bugged and is still bugging the hell out of me&#8230; is when Mac users&#8230; Apple officials and loyalists portray their OS as the best in the world for anything you do! </strong></p>
<p><strong>This is simply UNTRUE!</strong> MacOS looks fancy but it is not the ultimate saviour when it comes computing! It is not! Even with the latest Snow Leopard release&#8230; it is not even close!!!<br />
Like Mircosoft Windows&#8230; it has flaws! If you install too much stuff&#8230; it will get slow&#8230; if you don&#8217;t do regular maintenance&#8230; something will go wrong&#8230; The number one thing about OS&#8230; not one system out there right now will &#8220;just work&#8221;. If you don&#8217;t take care of it&#8230; it will not take care of you. Get used to it!</p>
<p>I&#8217;ll give you an example&#8230; ever since Leopard MacOS had this weird problem where it cannot open files if they were downloaded from the Internet. The only thing that will fix it&#8230; REBOOT! That is until Apple released an update a few days ago to address the problem. This is a problem that existed in Leopard and Snow Leopard. As you can imagine I was extremely annoyed by this problem&#8230; because even my Windows machine didn&#8217;t have to be rebooted this many times to fix a stupid problem like this.</p>
<p><span id="more-113"></span></p>
<p>Second annoyance &#8211; Video playback. The codec support for MacOS is extremely poor. Codec packs like Perian are still incomplete when you ever come across one of those rare codecs. Needless to mention WMV support&#8230; trying to play a HD WMV file on a Mac is simply PAINFUL. You can either use VLC or Flip4Mac&#8230; VLC doesn&#8217;t have great performance and Flip4Mac will not let you seek the file unless the file is completely buffered. Bottom line&#8230; video playback is years behind the performance you get on Windows.</p>
<p>Third annoyance &#8211; Lack of software. especially quality free apps. Trying looking for a decent MySQL client for your Mac&#8230; paid or free&#8230; I bet you cannot find a single one worth competing with SQLyog! Also&#8230; when Apple wants you to think that their iWork bundle is any competition to MS Office&#8230; DON&#8217;T BELIEVE THEM! I&#8217;m a university student, and I have to say Numbers is years behind what MS Excel is capable of&#8230; same thing with Pages. The only thing I like is probably Keynote&#8230; it makes your presentation looks a bit prettier. =p</p>
<p>If you are a Windows user. Be ready to tolerate these annoyances because they are likely to stay for a long time. You might miss that good old Windows UI&#8230; I&#8217;ll bet you on that one!</p>
<p><strong>On the &#8220;dark side&#8221; of things&#8230; </strong>Microsoft just released Windows 7 not too long ago. and big thanks to the University of Waterloo I was able to get an early copy of the OS. I have to say&#8230; Windows 7 is everything that I hoped it will be. It is a smart and stable system that is light years away from what Windows Vista had become&#8230; and performance-wise Win 7 even leaves XP in the dust! I love it. and I am really considering switching back to Windows for my general computing needs&#8230; especially when more Windows Live apps are being released Windows-only.</p>
<p>The bottom line is&#8230; Mac was never meant to be a mainstream machine! Its design is amazing&#8230; but there are so many things that aren&#8217;t perfect on the software end. I honestly think you might find it useful to run Windows on a Mac to get the most out of it.<br />
While Apple keeps bashing Microsoft for the lack of innovation&#8230; Microsoft has made a very strong point with Windows 7 and their Windows Live series of services and software. It will be interesting to see how the game plays on from now on&#8230;<br />
However, as a consumer I think people should always remember that nothing is ever exactly as advertised. nothing is ever perfect. just because you have spent a lot of money on something&#8230; doesn&#8217;t mean it&#8217;s worth it.<br />
To be happy with your purchase&#8230; you need to think about what compromises are you willing to accept&#8230; it doesn&#8217;t matter how much money you have&#8230; you can&#8217;t have everything. =)</p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:100px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffrankleng.me%2F2009%2F11%2F14%2Fmacs-vs-pcs-mythbusters-and-refreshments%2F&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=100px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:100px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://frankleng.me/2009/11/14/macs-vs-pcs-mythbusters-and-refreshments/"></g:plusone>
			</div>
			<div style="float:left; width:100px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://frankleng.me/2009/11/14/macs-vs-pcs-mythbusters-and-refreshments/"  data-text="Macs vs PCs &#8211; mythbusters and refreshments" data-count="horizontal" data-via="frankleng">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://frankleng.me/2009/11/14/macs-vs-pcs-mythbusters-and-refreshments/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><img src="http://frankleng.me/?ak_action=api_record_view&id=113&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://frankleng.me/2009/11/14/macs-vs-pcs-mythbusters-and-refreshments/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

