<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Mac OS X Leopard &amp; Tiger Dual Boot</title>
	
	<link>http://installingcats.com</link>
	<description>Fixes for Apple AirPort, QuickTime AVI, and other Leopard Issues</description>
	<pubDate>Mon, 27 May 2013 18:59:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/installingcats" /><feedburner:info uri="installingcats" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>installingcats</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Linux copy all hidden files directories keep permissions</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/tLqtOasBEM4/</link>
		<comments>http://installingcats.com/2013/05/27/linux-copy-all-hidden-files-directories-keep-permissions/#comments</comments>
		<pubDate>Mon, 27 May 2013 18:59:25 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[instructions]]></category>

		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=313</guid>
		<description><![CDATA[cp -rp /source-dir/. /destination/
-r = recursive
-p = preserve
/source-dir/. = dot means the entire directory contents, including hidden files
]]></description>
			<content:encoded><![CDATA[<p>cp -rp /source-dir/. /destination/</p>
<p>-r = recursive</p>
<p>-p = preserve</p>
<p>/source-dir/. = dot means the entire directory contents, including hidden files</p>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2013/05/27/linux-copy-all-hidden-files-directories-keep-permissions/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2013/05/27/linux-copy-all-hidden-files-directories-keep-permissions/</feedburner:origLink></item>
		<item>
		<title>Bash move-jump word forward backward iTerm</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/MAl6HPiB3YI/</link>
		<comments>http://installingcats.com/2013/04/26/bash-move-jump-word-forward-backward-iterm/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 21:24:45 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[instructions]]></category>

		<category><![CDATA[Admin]]></category>

		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=308</guid>
		<description><![CDATA[In bash terminal, to skip forward or backward whole words you need to send meta + f and meta + b, but Mac&#8217;s don&#8217;t have alt keys, rather option.
iTerm allows you to change option to meta under profiles (or globally in Keys).  Change option key to meta shown below and you&#8217;ll be able to use [...]]]></description>
			<content:encoded><![CDATA[<p>In bash terminal, to skip forward or backward whole words you need to send meta + f and meta + b, but Mac&#8217;s don&#8217;t have alt keys, rather option.</p>
<p>iTerm allows you to change option to meta under profiles (or globally in Keys).  Change option key to meta shown below and you&#8217;ll be able to use Option + left-arrow and Option + right-arrow to skip jump backward and forward whole words within your bash terminal.</p>
<p><a href="http://installingcats.com/wp-content/uploads/2013/04/iterm-skip-word-meta-1100.jpg"title="Option - Meta key iTerm"  target="_blank" ><img class="alignnone size-full wp-image-310" title="iTerm option-key to meta" src="http://installingcats.com/wp-content/uploads/2013/04/iterm-skip-word-meta-600.jpg" alt="iTerm option-key to meta" width="600" height="346" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2013/04/26/bash-move-jump-word-forward-backward-iterm/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2013/04/26/bash-move-jump-word-forward-backward-iterm/</feedburner:origLink></item>
		<item>
		<title>aptitude package manager - how to use tutorial</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/pbjPrYvxd7o/</link>
		<comments>http://installingcats.com/2013/04/13/aptitude-package-manager-how-to-use-tutorial/#comments</comments>
		<pubDate>Sat, 13 Apr 2013 17:18:08 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[general]]></category>

		<category><![CDATA[instructions]]></category>

		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=287</guid>
		<description><![CDATA[Debian / Ubuntu linux visual package manager, a step-up from apt / apt-get command line for installing your LAMP server.

Navigating aptitude with hot keys
? - help screen with partial list of hot keys
l - filter packages (lower case L), shows only packages
/ - search, places cursor (within context of all packages) on next package that [...]]]></description>
			<content:encoded><![CDATA[<p>Debian / Ubuntu linux visual package manager, a step-up from apt / apt-get command line for installing your LAMP server.</p>
<p><img class="alignnone size-medium wp-image-290" title="aptitude - Packages marked for installation" src="http://installingcats.com/wp-content/uploads/2013/04/aptitude-install-300x151.gif" alt="aptitude - Packages marked for installation" width="300" height="151" /></p>
<h1>Navigating aptitude with hot keys</h1>
<p>? - help screen with partial list of hot keys</p>
<p>l - filter packages (lower case L), shows only packages</p>
<p>/ - search, places cursor (within context of all packages) on next package that matches your search term.  No filtering.  You&#8217;ll see all unrelated packages above/below your search hit.</p>
<p>n - search &amp; find next item going forward / down</p>
<p>N - search &amp; find next item going backward / up</p>
<p>[ - expand fully tree under cursor (useful after using "l" filter, which doesn't open any tree, just reduces visible packages within their hierarchical trees)</p>
<p>] - collapse fully tree under cursor</p>
<p>^ - back up one level of tree</p>
<p>Ctrl + f - move forward one screen</p>
<p>Ctrl + b - move backward one screen</p>
<p>Ctrl + u - undo last action</p>
<p>q - back out of current screen.  If at top level of screen, will offer to quit aptitude.  Try &#8220;^&#8221; if you don&#8217;t see what you want and &#8220;q&#8221; offers only to quit aptitude.</p>
<p>Enter - expand/collapse current item under cursor, can be tree (expands/collapses) or package (shows/hides package description)</p>
<p>+ - mark package for install</p>
<p>- remove package from system</p>
<p>g - review packages for install (and dependent packages approved for install to support packages selected for installation).  When in review window, pressing &#8220;g&#8221; again will start installation.</p>
<h1>View</h1>
<p>Packages are marked in the left-most column as either:</p>
<ul>
<li>p - Package (not installed).  Pressing &#8220;+&#8221; while highlighting item will mark/queue package for installation.  &#8221;-&#8221; will remove package from installation queue.</li>
<li>i - Installed Package.  Pressing &#8220;-&#8221; will mark package for uninstallation.</li>
<li>i A - Installed Package as dependency to another Package</li>
<li>pi - Package marked for installation (highlighted green)</li>
<li>piA - Package marked for installation as a dependency of another chosen package</li>
<li>id - Package marked for deinstallation. (highlighted purple)</li>
</ul>
<h2>aptitude - Package (and dependencies) marked for installation</h2>
<p><img class="alignnone size-full wp-image-290" title="aptitude - Packages marked for installation" src="http://installingcats.com/wp-content/uploads/2013/04/aptitude-install.gif" alt="aptitude - Packages marked for installation" width="1000" height="505" /></p>
<h2>aptitude - task list showing packages for installation</h2>
<p><img class="alignnone size-full wp-image-291" title="aptitude - Task List Screen (after pressing &quot;g&quot; once)" src="http://installingcats.com/wp-content/uploads/2013/04/aptitude-task-list.gif" alt="aptitude - Task List Screen (after pressing &quot;g&quot; once)" width="1000" height="466" /></p>
<h2>aptitude - package marked for deinstall</h2>
<p><img class="alignnone size-full wp-image-292" title="aptitude - package marked for deinstall" src="http://installingcats.com/wp-content/uploads/2013/04/aptitude-deinstall.gif" alt="aptitude - package marked for deinstall" width="1000" height="417" /></p>
<h1>Tips</h1>
<p>Filtering</p>
<p style="padding-left: 30px;">Filtering uses regex.  To unfilter packages, filter on &#8220;.&#8221; to show everything. i.e.</p>
<p style="padding-left: 30px;">l - bring up filter dialog</p>
<p style="padding-left: 30px;">Enter &#8220;.&#8221; (no quotes) and hit enter.</p>
<p>Root</p>
<p style="padding-left: 30px;">Some (many) actions will ask you to become root if you&#8217;re not before aptitude will complete task.</p>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2013/04/13/aptitude-package-manager-how-to-use-tutorial/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2013/04/13/aptitude-package-manager-how-to-use-tutorial/</feedburner:origLink></item>
		<item>
		<title>Complete Uninstall Eye-Fi</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/SIZTnAyr9iY/</link>
		<comments>http://installingcats.com/2013/01/22/complete-uninstall-eye-fi/#comments</comments>
		<pubDate>Tue, 22 Jan 2013 05:32:42 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=281</guid>
		<description><![CDATA[After finding Jeff Tchang&#8217;s Python (programming language) Eye-Fi lightweight file transfer server, I&#8217;ve decided to uninstall completely the Eye-Fi Center and Helper from my Mac.  Mostly because the Eye-Fi Helper continues to start on boot of my Mac, even after I&#8217;ve set it to Not Start on Boot.
There&#8217;s no uninstaller for Eye-Fi Center &#38; Helper, [...]]]></description>
			<content:encoded><![CDATA[<p>After finding Jeff Tchang&#8217;s Python (programming language) <a href="http://returnbooleantrue.blogspot.com/2009/04/eye-fi-standalone-server-version-20.html"title="Eye-Fi Lightweight file transfer server"  target="_blank" onclick="javascript:urchinTracker ('/outbound/article/returnbooleantrue.blogspot.com');">Eye-Fi lightweight file transfer server</a>, I&#8217;ve decided to uninstall completely the Eye-Fi Center and Helper from my Mac.  Mostly because the Eye-Fi Helper continues to start on boot of my Mac, even after I&#8217;ve set it to Not Start on Boot.</p>
<p>There&#8217;s no uninstaller for Eye-Fi Center &amp; Helper, so you&#8217;ll need to:</p>
<ul>
<li>Quit Eye-Fi Center (if it&#8217;s running)</li>
<li>Quit the Eye-Fi Helper in the top right menu bar (if it&#8217;s running, looks like Wi-Fi icon with a dot at bottom)</li>
<li>in Finder, drag and drop Eye-Fi folder into your Trash Bin</li>
<li>in Terminal (Applications &#8211;&gt; Utilities &#8211;&gt; Terminal) delete the remaining files
<ul>
<li>rm ~/Library/Preferences/fi.eye.center.plist</li>
<li>rm -r ~/Library/Eye-Fi</li>
</ul>
</li>
</ul>
<p>Then empty the Trash Bin.  And you&#8217;ve uninstalled Eye-Fi.</p>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2013/01/22/complete-uninstall-eye-fi/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2013/01/22/complete-uninstall-eye-fi/</feedburner:origLink></item>
		<item>
		<title>Macbook Retina - Can’t wake from sleep</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/H8gNQjNm4IM/</link>
		<comments>http://installingcats.com/2013/01/20/macbook-retina-cant-wake-from-sleep/#comments</comments>
		<pubDate>Sun, 20 Jan 2013 19:53:41 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=274</guid>
		<description><![CDATA[Opening the lid of MacBook Pro Retina from sleep, I sometimes get black screen and no wake up.  Only solution is to hold down the start key and do a cold reboot.  Keyboard function still appears to work somewhat (caps lock lights).  Changing brightness keys do nothing (nor a bunch of random button mashing, unplugging [...]]]></description>
			<content:encoded><![CDATA[<p>Opening the lid of MacBook Pro Retina from sleep, I sometimes get black screen and no wake up.  Only solution is to hold down the start key and do a cold reboot.  Keyboard function still appears to work somewhat (caps lock lights).  Changing brightness keys do nothing (nor a bunch of random button mashing, unplugging attached accessories like wireless mouse receiver, headphones, external monitors).</p>
<p>My MacBook Retina is running basic OS X 10.8.2 Mountain Lion (haven&#8217;t yet installed Supplemental Update 1.0 as of January 2013).</p>
<h3>Symptoms</h3>
<p>Opening Terminal (Applications &#8211;&gt; Utilities &#8211;&gt; Terminal) and going to the log directory (cd /var/log) and checking which log files have been updated recently (ls -lTt) nothing out of the ordinary appears.  So I check system.log (less system.log).</p>
<p>Paging up and down the log file I notice a few things show up a lot:</p>
<ul>
<li>mdworker: Unable to talk to lsboxd</li>
<li>sandboxd[1016] ([1015]): mdworker(1015) deny mach-lookup com.apple.ls.boxd</li>
<li>kernel[0]: Sandbox: sandboxd(1016) deny mach-lookup com.apple.coresymbolicationd</li>
</ul>
<p>Will try the solution of <a href="http://support.apple.com/kb/HT1455"title="Reboot Mac in Safe Mode"  target="_blank" onclick="javascript:urchinTracker ('/outbound/article/support.apple.com');">rebooting Mac into safe mode</a>, then rebooting normally.  Apparently it&#8217;s helped to <a href="http://forums.macrumors.com/showthread.php?t=1446854"title="Reduce mdworker unable to talk to lsboxd"  target="_blank" onclick="javascript:urchinTracker ('/outbound/article/forums.macrumors.com');">reduce the occurrences of &#8220;Unable to talk to lsboxd&#8221;</a> and issues with &#8220;sandboxd deny mach-lookup&#8221;, working to delete temporary cache files and performing disk permissions &amp; file checks (similar to what Disk Utility can help do: verify file/directory permissions and make repairs as needed).</p>
<p>Will report back if this solves the issue of &#8220;no wake from sleep&#8221; for my MacBook Pro Retina (2012).</p>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2013/01/20/macbook-retina-cant-wake-from-sleep/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2013/01/20/macbook-retina-cant-wake-from-sleep/</feedburner:origLink></item>
		<item>
		<title>Non-Flash Internet Speed Test (HTML5)</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/xo-ACLKEU7k/</link>
		<comments>http://installingcats.com/2012/09/05/non-flash-internet-speed-test-html5/#comments</comments>
		<pubDate>Wed, 05 Sep 2012 15:59:43 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=267</guid>
		<description><![CDATA[http://www.bandwidthplace.com performs its Internet connection speed test using HTML5 unlike every other bandwidth testing site, which has lots of useless graphics and ads.
Recommended!

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bandwidthplace.com" onclick="javascript:urchinTracker ('/outbound/article/www.bandwidthplace.com');">http://www.bandwidthplace.com</a> performs its Internet connection speed test using HTML5 unlike every other bandwidth testing site, which has lots of useless graphics and ads.</p>
<p>Recommended!</p>
<p><a href="http://www.bandwidthplace.com" onclick="javascript:urchinTracker ('/outbound/article/www.bandwidthplace.com');"><img class="alignnone size-full wp-image-269" title="Internet Speed Test - Bandwidth place" src="http://installingcats.com/wp-content/uploads/2012/09/bandwidthplace.jpg" alt="Internet Speed Test - Bandwidth place" width="544" height="313" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2012/09/05/non-flash-internet-speed-test-html5/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2012/09/05/non-flash-internet-speed-test-html5/</feedburner:origLink></item>
		<item>
		<title>Fix unlocked iPhone 3GS random signal drops</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/viIBjVtP1Uc/</link>
		<comments>http://installingcats.com/2012/09/04/fix-unlocked-iphone-3gs-random-signal-drops/#comments</comments>
		<pubDate>Tue, 04 Sep 2012 17:43:42 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[fixes]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=254</guid>
		<description><![CDATA[iPhone 3GS or 3G (software unlocked by redsn0w/ultrasn0w &#38; similar) going from full signal strength bars to 1 bar to no bars, both 3G signal and wifi, to SEARCHING&#8230; to NO SERVICE, back to full bar signal strength, repeatedly, randomly especially with location services / GPS running (mouse pointer arrow visible in top right of iPhone [...]]]></description>
			<content:encoded><![CDATA[<p>iPhone 3GS or 3G (software unlocked by redsn0w/ultrasn0w &amp; similar) going from full signal strength bars to 1 bar to no bars, both 3G signal and wifi, to SEARCHING&#8230; to NO SERVICE, back to full bar signal strength, repeatedly, randomly especially with location services / GPS running (mouse pointer arrow visible in top right of iPhone screen) <strong>is because you&#8217;re using version 6.15.00 modem firmware </strong>(commonly called a baseband or BB)<strong> on your iPhone 3G/3GS</strong>.</p>
<p><strong>Downgrade iPhone modem firmware to 05.13.04 to fix searching/no signal iPhone 3GS problems</strong> using redsn0w version 0.9.14b2 for OS X or Windows. Instructions and downloads are available from iPhone Dev Team:</p>
<p>- basic instructions on <a href="http://blog.iphone-dev.org/post/25350690843/0615-fun" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/blog.iphone-dev.org');">using redsn0w to downgrade modem firmware from 06.15.00 to 05.13.04</a></p>
<p>- <a href="http://blog.iphone-dev.org/post/26534086824/baseband-freedom" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/blog.iphone-dev.org');">updated instructions with 0.9.14b2 version of redsn0w</a>.</p>
<p>6.15.00 modem firmware used for software unlocks of iPhones is meant for <strong>iPad</strong>, not <strong>iPhone</strong>. (Find your iPhone 3GS / 3G modem firmware version in Settings &#8211;&gt; General &#8211;&gt; About &#8211;&gt; Modem Firmware (near bottom).  Format is MM.mm.pp.</p>
<p>From my little experience with jailbreaking &amp; software phone carrier unlock iPhones, using iPad modem software on an iPhone 3GS / 3G is <span style="text-decoration: underline;">not</span> a good solution.  Sure, your iPhone 3GS / 3G is unlocked, but your iPhone is <em>barely operational, </em>constantly dropping and searching for wireless signals during which the iPhone is useless especially when GPS / location services functions are running.</p>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2012/09/04/fix-unlocked-iphone-3gs-random-signal-drops/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2012/09/04/fix-unlocked-iphone-3gs-random-signal-drops/</feedburner:origLink></item>
		<item>
		<title>Google Chrome Retina support web browser</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/te0m6A2nWvc/</link>
		<comments>http://installingcats.com/2012/08/04/google-chrome-retina-support-web-browser/#comments</comments>
		<pubDate>Sun, 05 Aug 2012 02:18:24 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=244</guid>
		<description><![CDATA[Download Chrome beta with Retina support (code name Canary) from Google Tools.
While Safari 6 problems on Retina Macbook Pro solutions are being found, Chrome beta with Retina display support can be an alternate solution, albeit with its own set of problems.
Word of warning: as of August 4, 2012, Chrome beta Canary is still very buggy. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://tools.google.com/dlpage/chromesxs" onclick="javascript:urchinTracker ('/outbound/article/tools.google.com');">Download Chrome beta with Retina support</a> (code name Canary) from Google Tools.</p>
<p>While <a href="http://installingcats.com/2012/08/02/safari-6-macbook-pro-retina-mountain-lion-problems/"title="Safari 6 Retina problems"  >Safari 6 problems on Retina Macbook Pro</a> solutions are being found, Chrome beta with Retina display support can be an alternate solution, albeit with its own set of problems.</p>
<p>Word of warning: as of August 4, 2012, Chrome beta Canary is still very buggy.  Support CSS and Javascript has many issues.</p>
<div id="attachment_245" class="wp-caption alignnone" style="width: 386px"><img class="size-full wp-image-245 " title="chrome-canary-beta" src="http://installingcats.com/wp-content/uploads/2012/08/chrome-canary-beta.jpg" alt="Google Chrome Retina support" width="376" height="90" /><p class="wp-caption-text">Google Chrome Retina support</p></div>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2012/08/04/google-chrome-retina-support-web-browser/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2012/08/04/google-chrome-retina-support-web-browser/</feedburner:origLink></item>
		<item>
		<title>Safari 6 Macbook Pro Retina Mountain Lion Problems</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/9D6md0e5otc/</link>
		<comments>http://installingcats.com/2012/08/02/safari-6-macbook-pro-retina-mountain-lion-problems/#comments</comments>
		<pubDate>Thu, 02 Aug 2012 06:09:15 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=232</guid>
		<description><![CDATA[Stuttering, flashing, missing page parts, delayed typing/keyboard reaction, character corruption are Safari problems (Safari version 6) seen under Mountain Lion (OS X 10.8) on Macbook Pro Retina.  The current Safari 6 version 8536.25 (check in the menu bar by clicking Safari &#8211;&#62; About Safari) seems to only have serious issues on Macbook Pro Retina, not on [...]]]></description>
			<content:encoded><![CDATA[<p>Stuttering, flashing, missing page parts, delayed typing/keyboard reaction, character corruption are Safari problems (Safari version 6) seen under Mountain Lion (OS X 10.8) on Macbook Pro Retina.  The current Safari 6 version 8536.25 (check in the menu bar by clicking Safari &#8211;&gt; About Safari) seems to only have serious issues on Macbook Pro Retina, not on other Macbook&#8217;s like the Macbook Air.</p>
<p><img class="alignnone size-full wp-image-237" title="about-safari-version1" src="http://installingcats.com/wp-content/uploads/2012/08/about-safari-version1.jpg" alt="about-safari-version1" width="500" height="333" /></p>
<p>Most people are guessing it&#8217;s javascript processing that&#8217;s causing the issues, but there isn&#8217;t any official response from Apple as of yet.</p>
<p>Here are some forum threads where others have noted the same Mac Safari problems</p>
<p><a href="http://forums.macrumors.com/showthread.php?t=1409005&amp;page=2" onclick="javascript:urchinTracker ('/outbound/article/forums.macrumors.com');">https://discussions.apple.com/message/19091724#19091724</a></p>
<p><a href="http://forums.macrumors.com/showthread.php?t=1409005&amp;page=2" onclick="javascript:urchinTracker ('/outbound/article/forums.macrumors.com');">http://forums.macrumors.com/showthread.php?t=1409005&amp;page=2</a></p>
<p>Here are some visuals of issues:</p>
<p><img class="alignnone size-full wp-image-238" title="corrupted-graphics" src="http://installingcats.com/wp-content/uploads/2012/08/corrupted-graphics.png" alt="corrupted-graphics" width="568" height="199" /></p>
<p><img class="alignnone size-full wp-image-239" title="safari-problems-wordpress" src="http://installingcats.com/wp-content/uploads/2012/08/safari-problems-wordpress.jpg" alt="safari-problems-wordpress" width="600" height="171" /></p>
<div id="attachment_240" class="wp-caption alignnone" style="width: 688px"><img class="size-full wp-image-240" title="safari-problem-gmail" src="http://installingcats.com/wp-content/uploads/2012/08/safari-problem-gmail.jpg" alt="safari-problem-gmail" width="678" height="424" /><p class="wp-caption-text">courtesy of gnuyoga</p></div>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2012/08/02/safari-6-macbook-pro-retina-mountain-lion-problems/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2012/08/02/safari-6-macbook-pro-retina-mountain-lion-problems/</feedburner:origLink></item>
		<item>
		<title>Mac Bootcamp 4 Mountain Lion - Installer disc could not be found - Solution</title>
		<link>http://feedproxy.google.com/~r/installingcats/~3/QQJBHqG-9Aw/</link>
		<comments>http://installingcats.com/2012/07/30/mac-bootcamp-4-mountain-lion-installer-disc-could-not-be-found/#comments</comments>
		<pubDate>Mon, 30 Jul 2012 05:42:48 +0000</pubDate>
		<dc:creator>Ben Lam</dc:creator>
		
		<category><![CDATA[fixes]]></category>

		<guid isPermaLink="false">http://installingcats.com/?p=206</guid>
		<description><![CDATA[Update Feb 6, 2013: See Lior&#8217;s comment/fix to Bootcamp Assistant not giving the option to make your USB drive into a Windows installation bootable drive.
Here&#8217;s my solution to the &#8221;Installer disc could not be found&#8221; problem when installing Windows on a Macbook Pro Retina with Bootcamp using Bootcamp Assistant.  At the Install step, after sizing partitions for [...]]]></description>
			<content:encoded><![CDATA[<p>Update Feb 6, 2013: See Lior&#8217;s comment/<a href="#lior">fix to Bootcamp Assistant not giving the option to make your USB drive into a Windows installation bootable drive</a>.</p>
<p>Here&#8217;s my solution to the &#8221;Installer disc could not be found&#8221; problem when installing Windows on a Macbook Pro Retina with Bootcamp using Bootcamp Assistant.  At the Install step, after sizing partitions for the Macintosh HD drive, Bootcamp Assistant will return an error :</p>
<p><img class="alignnone size-full wp-image-208" title="Bootcamp Assistant Installer Disc Could not be found" src="http://installingcats.com/wp-content/uploads/2012/07/bootcamp_assistant_4_installer_disc_could_not_be_found.png" alt="Bootcamp Assistant Installer Disc Could not be found" width="420" height="131" /></p>
<p>Bootcamp Assistant 4 is a step-by-step program on Mac&#8217;s (available in &#8220;Other&#8221; programs group, same group where you find Disk Utility, visible below) that will guide you through setup of dual boot Windows and Mac OS X on your Macbook/iMac/Mac Pro.  Bootcamp Assistant can create a bootable Windows installer USB key from your Windows 7 ISO image file (<a href="http://www.mydigitallife.info/official-windows-7-sp1-iso-from-digital-river/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.mydigitallife.info');">download official Windows 7 ISO images</a>) or use your Windows install DVD if you have bought one, but Bootcamp Assistant sometimes can&#8217;t recognize the USB key as being a bootable &#8220;Installer disc&#8221; when the Partitioning step of Bootcamp Assistant is reached.</p>
<p>The solution: use Disk Utility to partition Mountain Lion&#8217;s hard disk, then restart holding alt/Option key and choosing the Windows USB key install image as the drive to boot from.</p>
<p>Finding Disk Utility on Mac OS X Mountain Lion:</p>
<p>Start Launchpad, click on Other and find Disk Utility.</p>
<p><img class="alignnone size-full wp-image-209" title="Launcher Mac OS X Mountain Lion" src="http://installingcats.com/wp-content/uploads/2012/07/launcher.png" alt="Launcher Mac OS X Mountain Lion" width="149" height="109" /></p>
<p><img class="alignnone size-full wp-image-210" title="mountain_lion_other_apps" src="http://installingcats.com/wp-content/uploads/2012/07/mountain_lion_other_apps.png" alt="mountain_lion_other_apps" width="378" height="334" /></p>
<p><img class="alignnone size-full wp-image-211" title="mountain_lion_utilities_programs" src="http://installingcats.com/wp-content/uploads/2012/07/mountain_lion_utilities_programs.png" alt="mountain_lion_utilities_programs" width="292" height="197" /></p>
<p>Launch Disk Utility.  You&#8217;ll see something similar</p>
<p><img class="alignnone size-full wp-image-215" title="disk_utility_default" src="http://installingcats.com/wp-content/uploads/2012/07/disk_utility_default.png" alt="disk_utility_default" width="740" height="641" /></p>
<p>Select the top most drive, which should be your 251 GB or 502 GB APPLE SSD.</p>
<p>On the right you&#8217;ll see 5 tab buttons: First Aid | Erase | Partition | RAID | Restore.</p>
<p>Choose Partition. Then click the + button below left of the rectangle.  This adds another partition to the rectangle, separating the top and bottom with a bar.  Drag this bar up and down to resize your OS X Mountain Lion partition (space on the drive dedicated to Mac) and the BOOTCAMP partition that you will create to hold Microsoft Windows.  I went with about 60GB.</p>
<p>Change the Name to BOOTCAMP or something that helps you remember this is your Windows partition.</p>
<p>Change the Format to MS-DOS (FAT).  This will be reformatted during Windows installation to NTFS.  Click Apply to save the changes and then reboot your Mac and we&#8217;ll begin Windows installation.</p>
<p><img class="alignnone size-full wp-image-216" title="disk_utility_partition_bootcamp" src="http://installingcats.com/wp-content/uploads/2012/07/disk_utility_partition_bootcamp.png" alt="disk_utility_partition_bootcamp" width="740" height="641" /></p>
<p>During reboot, you&#8217;ll hear the startup &#8220;Chime&#8221;.  Press and hold the alt/Option key and you&#8217;ll be presented with drives to boot from.  Use the arrow keys and return button to select the Windows yellow USB key drive containing your Windows 7 installation files. This will begin the Windows install.</p>
<p><img class="alignnone size-full wp-image-217" title="mac_boot_selection" src="http://installingcats.com/wp-content/uploads/2012/07/mac_boot_selection.png" alt="mac_boot_selection" width="600" height="252" /></p>
<p>First screen where you&#8217;ll need to make selections is the drive selection of where to install Windows 7. Select the BOOTCAMP partition you created in Disk Utility.</p>
<p><img class="alignnone size-full wp-image-220" title="windows_install_drive_options" src="http://installingcats.com/wp-content/uploads/2012/07/windows_install_drive_options.jpg" alt="windows_install_drive_options" width="600" height="270" /></p>
<p>Click Drive options (advanced).  This will reveal the Format option, which you&#8217;ll need to use in order to reformat the partition for use by Windows 7 (formatting the partition to NTFS).</p>
<p><img class="alignnone size-full wp-image-221" title="windows_install_format_selected_drive" src="http://installingcats.com/wp-content/uploads/2012/07/windows_install_format_selected_drive.jpg" alt="windows_install_format_selected_drive" width="600" height="265" /></p>
<p>Follow the rest of the Windows installation steps and stay at your Mac during the process.  Windows will need to reboot several times during the installation process and you&#8217;ll need to be ready to press/hold the alt/Option key during the Mac boot-up chime so you can select the BOOTCAMP partition to boot up into to continue the installation process.</p>
<p>Once the install is complete and you&#8217;ve booted into Windows 7, don&#8217;t forget to install WindowsSupport files that were put onto your Windows 7 installation USB key.</p>
<p>These support files adjust the resolution and keyboard/trackpad for best usability.</p>
<p>Enjoy your Bootcamped Macbook Pro Retina with OS X Mountain Lion and Windows 7!</p>
<p><a name="lior"></a><br />
Lior&#8217;s solution to no-bootup option for your USB drive Windows installation disk in Bootcamp Assistant (thanks Lior!):</p>
<blockquote><p>If you have only 2 options in the boot camp assistant, or if bootcamp doesn’t recognize the windows installer disk when its on a bootable usb, it’s because bootcamp doesn’t recognize your macbook as a model that should install windows from a USB, its actually quite easy to fix, just follow these simple steps:</p>
<p>1. go to Applications&gt;Utilities&gt; right click on boot camp and click Show Package Conents, you’ll find a folder inside called Contents (If i remember correctly, not on my Macbook atm). Inside that folder exists a file called info.plist.<br />
2. Right click on the folder containing the file &gt; get info &gt; change permissions so any user can read &amp; write. Do the same for the file itself (right click &gt; get info…).<br />
3. Right click on info.plist and choose Open with &gt; Text Edit.<br />
4. at the end of the document theres a list of strings that contain different versions of Mac computers, the list is titled something like: “USB boot Versions”, add your Mac’s version to the string list ( MB40 ) if your version is Macbook 4,1 (you can see this by clicking on the System information App in the Utilities folder).<br />
5. save the file and change back the permissions on the file and folder.</p>
<p>Now open boot camp and you should see the option to create a Windows 7 installler on a USB, and also bootcamp will look for a windows installation on any USB’s after you partition the hard drive.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://installingcats.com/2012/07/30/mac-bootcamp-4-mountain-lion-installer-disc-could-not-be-found/feed/</wfw:commentRss>
		<feedburner:origLink>http://installingcats.com/2012/07/30/mac-bootcamp-4-mountain-lion-installer-disc-could-not-be-found/</feedburner:origLink></item>
	</channel>
</rss>
