<?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>betweenGo &#187; Mac</title>
	<atom:link href="http://betweengo.com/category/os/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://betweengo.com</link>
	<description>We make Ruby on Rails easy.  We make ATG easy.</description>
	<lastBuildDate>Tue, 06 Dec 2011 14:03:07 +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>Changing VirtualBox&#8217;s Disk Image Sizes</title>
		<link>http://betweengo.com/2011/07/23/changing-virtualboxs-disk-image-sizes/</link>
		<comments>http://betweengo.com/2011/07/23/changing-virtualboxs-disk-image-sizes/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 15:42:11 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://betweengo.com/2011/07/23/changing-virtualboxs-disk-image-sizes/</guid>
		<description><![CDATA[Teacup’s Revenge by Earl-Wilkerson I was running out of room in my Virtual Box Windows 7 disk.&#160; Windows was reporting used space of 18.6 GB and free space of 1.22 GB.&#160; My Mac was reporting that my disk image was using up 21.39 GB. Compacting On your Windows Guest: Run Disk Cleanup. Run Disk Defragmenter. [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2008/08/01/spaces-not-tabs/' rel='bookmark' title='Spaces, not Tabs'>Spaces, not Tabs</a></li>
<li><a href='http://betweengo.com/2008/04/23/changing-a-users-password/' rel='bookmark' title='Changing a user&#8217;s password'>Changing a user&#8217;s password</a></li>
<li><a href='http://betweengo.com/2011/02/28/virtualbox-unable-to-run-two-instances/' rel='bookmark' title='VirtualBox Unable to Run Two Instances'>VirtualBox Unable to Run Two Instances</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p align="center"><a href="http://www.flickr.com/photos/earlwilkersonphotography/5564234121/"><img title="Teacup&#39;s Revenge | Flickr" alt="Teacup&#39;s Revenge | Flickr" src="http://farm6.static.flickr.com/5134/5564234121_c036586b69.jpg" /></a></p>
<p align="center"><a title="Teacup&#39;s Revenge | Flickr" href="http://www.flickr.com/photos/earlwilkersonphotography/5564234121/">Teacup’s Revenge</a> by <a title="Flickr: Earl-Wilkerson&#39;s Photostream" href="http://www.flickr.com/photos/earlwilkersonphotography/">Earl-Wilkerson</a></p>
<p>I was running out of room in my Virtual Box Windows 7 disk.&#160; Windows was reporting used space of 18.6 GB and free space of 1.22 GB.&#160; My Mac was reporting that my disk image was using up 21.39 GB.</p>
<p><strong>Compacting</strong></p>
<p>On your Windows Guest:</p>
<ol>
<li>Run <a title="Delete files using Disk Cleanup" href="http://windows.microsoft.com/en-US/windows-vista/Delete-files-using-Disk-Cleanup">Disk Cleanup</a>. </li>
<li>Run <a title="Using Disk Defragmenter" href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/snap_defrag.mspx?mfr=true">Disk Defragmenter</a>. </li>
<li>Download <a title="SDelete" href="http://technet.microsoft.com/en-us/sysinternals/bb897443">SDelete</a> and use it to zero out free space. I put sdelete in C:\Windows\System32 and then ran it like this from the command prompt.
<pre>C:\&gt; sdelete -c c:/</pre>
<p></li>
<li>Shutdown Windows. </li>
</ol>
<p>On your Mac Host:</p>
<ol>
<li>Run VBoxManage from the Terminal to compact the disk image.
<pre>$ VBoxManage modifyhd Windows.vdi --compact</pre>
</li>
</ol>
<p><strong>Sad Story</strong></p>
<p>I first tried shrinking the disk image to see if that would free up room using the instructions above which were based on the article <a title="How To Shrink Your Virtualbox VM And Free Up Space For Your Hard Disk" href="http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06">How To Shrink Your Virtualbox VM And Free Up Space For Your Hard Disk</a>.</p>
<p>After doing this Windows reported used space of 18.8 GB and free space of 1.03 GB.&#160; In other words no difference. <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-sadsmile" alt="Sad smile" src="http://betweengo.com/wp-content/uploads/2011/07/wlEmoticon-sadsmile.png" />&#160; But on the Mac the disk image was now only using up 20.51 GB.</p>
<p><strong>Resizing</strong></p>
<p>On your Windows Guest:</p>
<ol>
<li>Shutdown Windows. </li>
</ol>
<p>On your Mac Host:</p>
<ol>
<li>Run VBoxManage from the Terminal to resize the disk image. This is how I did it.
<pre>$ VBoxManage modifyhd Windows.vdi --resize N</pre>
</li>
</ol>
<p>On your Windows Guest:</p>
<ol>
<li>Restart Windows. </li>
<li>Use <a title="Microsoft Windows - Extend a basic volume" href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/dm_extend_basic_volume.mspx?mfr=true">diskpart</a> to resize the C: drive to use the new space. </li>
</ol>
<p><strong>Happy Story</strong></p>
<p>Realizing that compacting did not work I shut down again and this time increased the size of the disk image by 10 GB from 20 GB to 30 GB (N = 30720).</p>
<p>VirtualBox showed in its settings that the disk image size was now 30 GB.&#160; But Windows still reported used space of 18.8 GB and free space of 1.03 GB.&#160; Again no difference. <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-sadsmile" alt="Sad smile" src="http://betweengo.com/wp-content/uploads/2011/07/wlEmoticon-sadsmile.png" />&#160; And on the Mac the disk image was still the same but that was to be expected.</p>
<p>Back to Google which led me to Windows’ brilliant tool <a title="Microsoft Windows - Extend a basic volume" href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/dm_extend_basic_volume.mspx?mfr=true">diskpart</a>.</p>
<pre>C:\&gt;diskpart

Microsoft DiskPart version 6.1.7600
Copyright (C) 1999-2008 Microsoft Corporation.
On computer: WIN-7-IMAC-POOP

DISKPART&gt; list volume

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     D   VBOXADDITIO  CDFS   CD-ROM        38 MB  Healthy
  Volume 1         System Rese  NTFS   Partition    100 MB  Healthy    System
  Volume 2     C                NTFS   Partition     19 GB  Healthy    Boot

DISKPART&gt; select volume 2

Volume 2 is the selected volume.

DISKPART&gt; extend size=10240

DiskPart successfully extended the volume.</pre>
<p>Windows now reported free space of 11.0 GB.<img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-openmouthedsmile" alt="Open-mouthed smile" src="http://betweengo.com/wp-content/uploads/2011/07/wlEmoticon-openmouthedsmile.png" /></p>
<p><strong>End Note</strong></p>
<p>I originally tried resizing the disk by specifying the size of how much I wanted the disk increased, i.e. 10 GB or N=10240.</p>
<pre>$ VBoxManage modifyhd Library/VirtualBox/HardDisks/Windows\ 7.vdi --resize 10240</pre>
<p>This failed with the strange error:</p>
<pre>Progress state: VBOX_E_NOT_SUPPORTED
VBoxManage: error: Resize hard disk operation for this format is not implemented yet!</pre>
<p>Fortunately I found out in <a title="VBoxManage.exe modifyhd returns ERROR on Win7 Host" href="http://forums.virtualbox.org/viewtopic.php?f=6&amp;t=39480&amp;start=0">one of the VirtualBox forums</a> that this happened because I gave the wrong argument to resize.&#160; Too bad the error message wasn’t a little more helpful. <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://betweengo.com/wp-content/uploads/2011/07/wlEmoticon-smile.png" /></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2011%2F07%2F23%2Fchanging-virtualboxs-disk-image-sizes%2F&amp;title=Changing%20VirtualBox%26rsquo%3Bs%20Disk%20Image%20Sizes" id="wpa2a_2"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2008/08/01/spaces-not-tabs/' rel='bookmark' title='Spaces, not Tabs'>Spaces, not Tabs</a></li>
<li><a href='http://betweengo.com/2008/04/23/changing-a-users-password/' rel='bookmark' title='Changing a user&#8217;s password'>Changing a user&#8217;s password</a></li>
<li><a href='http://betweengo.com/2011/02/28/virtualbox-unable-to-run-two-instances/' rel='bookmark' title='VirtualBox Unable to Run Two Instances'>VirtualBox Unable to Run Two Instances</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2011/07/23/changing-virtualboxs-disk-image-sizes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VirtualBox Unable to Run Two Instances</title>
		<link>http://betweengo.com/2011/02/28/virtualbox-unable-to-run-two-instances/</link>
		<comments>http://betweengo.com/2011/02/28/virtualbox-unable-to-run-two-instances/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 16:00:00 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://betweengo.com/2011/02/28/virtualbox-unable-to-run-two-instances/</guid>
		<description><![CDATA[Double Bows by Nicholas_T I have been using VirtualBox for awhile and have been pretty pleased with it considering it’s a free solution.&#160; I blogged about wanting to try it over two years ago. Today I started up Windows 7 on my iMac.&#160; Then I tried to start up Windows XP but got this error. [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2008/07/19/virtualbox/' rel='bookmark' title='Sun&#8217;s VirtualBox'>Sun&#8217;s VirtualBox</a></li>
<li><a href='http://betweengo.com/2011/07/23/changing-virtualboxs-disk-image-sizes/' rel='bookmark' title='Changing VirtualBox&rsquo;s Disk Image Sizes'>Changing VirtualBox&rsquo;s Disk Image Sizes</a></li>
<li><a href='http://betweengo.com/2007/03/07/unable-to-start-sh-from-windows-command-prompt/' rel='bookmark' title='Unable to start Cygwin shell from Windows command prompt'>Unable to start Cygwin shell from Windows command prompt</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a title="Double Bows" href="http://www.flickr.com/photos/nicholas_t/281820290/"><img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://farm1.static.flickr.com/86/281820290_6779f72291.jpg" /></a></p>
<p align="center"><a title="Double Bows | Flickr" href="http://www.flickr.com/photos/nicholas_t/281820290/">Double Bows</a> by <a title="Flickr: Nicholas_T&#39;s Photostream" href="http://www.flickr.com/photos/nicholas_t/">Nicholas_T</a></p>
<p>I have been using <a title="VirtualBox" href="http://www.virtualbox.org/">VirtualBox</a> for awhile and have been pretty pleased with it considering it’s a free solution.&#160; I blogged about <a title="Sun&#39;s VirtualBox" href="http://betweengo.com/2008/07/19/virtualbox/">wanting to try it over two years ago</a>.</p>
<p>Today I started up Windows 7 on my iMac.&#160; Then I tried to start up Windows XP but got this error.</p>
<blockquote><p>Failed to open a session for the virtual machine <strong>Windows XP Pro Media Center</strong>.</p>
<p>PIIX3 cannot attach drive to the Secondary Master      <br />(VERR_SHARING_VOILATION).</p>
<p>Unknown error creating VM (VERR_SHARING_VIOLATION).</p>
</blockquote>
<p>Fortunately Google came to the rescue and led me to this article in the VirtualBox forums, <a title="Can’t run multiple Instances on OSX Leapord • virtualbox.org" href="http://forums.virtualbox.org/viewtopic.php?f=1&amp;t=31546&amp;start=0">Can’t run multiple Instances on OSX Leapord</a>.&#160; Once I unmounted the DVD drive in Windows 7 (Devices –&gt; CD/DVD Devices) I was able to start Windows XP.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2011%2F02%2F28%2Fvirtualbox-unable-to-run-two-instances%2F&amp;title=VirtualBox%20Unable%20to%20Run%20Two%20Instances" id="wpa2a_4"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2008/07/19/virtualbox/' rel='bookmark' title='Sun&#8217;s VirtualBox'>Sun&#8217;s VirtualBox</a></li>
<li><a href='http://betweengo.com/2011/07/23/changing-virtualboxs-disk-image-sizes/' rel='bookmark' title='Changing VirtualBox&rsquo;s Disk Image Sizes'>Changing VirtualBox&rsquo;s Disk Image Sizes</a></li>
<li><a href='http://betweengo.com/2007/03/07/unable-to-start-sh-from-windows-command-prompt/' rel='bookmark' title='Unable to start Cygwin shell from Windows command prompt'>Unable to start Cygwin shell from Windows command prompt</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2011/02/28/virtualbox-unable-to-run-two-instances/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Hibernate</title>
		<link>http://betweengo.com/2009/01/07/mac-hibernate/</link>
		<comments>http://betweengo.com/2009/01/07/mac-hibernate/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 00:25:39 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://betweengo.com/?p=384</guid>
		<description><![CDATA[I tried to make the Mac hibernate based on this article, Make my Macbook Pro Hibernate. Unfortunately it did not work and I am wondering if it is because this article is older and maybe it does not work for Mac OS X Leopard. In the end I have gotten used to not having hibernate [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2008/07/19/maintaining-your-mac/' rel='bookmark' title='Maintaining your Mac'>Maintaining your Mac</a></li>
<li><a href='http://betweengo.com/2008/10/08/ruby-on-rails-and-oracle/' rel='bookmark' title='Ruby on Rails and Oracle'>Ruby on Rails and Oracle</a></li>
<li><a href='http://betweengo.com/2008/01/10/display-date-in-os-x-menu-bar/' rel='bookmark' title='Display Date in OS X Menu Bar'>Display Date in OS X Menu Bar</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I tried to make the Mac hibernate based on this article, <a title="Make My Macbook Pro Hibernate" href="http://www.geeked.info/make-my-macbook-pro-hibernate/">Make my Macbook Pro Hibernate</a>.  Unfortunately it did not work and I am wondering if it is because this article is older and maybe it does not work for Mac OS X Leopard.</p>
<p>In the end I have gotten used to not having hibernate on the Mac since start up and shutdown are so fast.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2009%2F01%2F07%2Fmac-hibernate%2F&amp;title=Mac%20Hibernate" id="wpa2a_6"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2008/07/19/maintaining-your-mac/' rel='bookmark' title='Maintaining your Mac'>Maintaining your Mac</a></li>
<li><a href='http://betweengo.com/2008/10/08/ruby-on-rails-and-oracle/' rel='bookmark' title='Ruby on Rails and Oracle'>Ruby on Rails and Oracle</a></li>
<li><a href='http://betweengo.com/2008/01/10/display-date-in-os-x-menu-bar/' rel='bookmark' title='Display Date in OS X Menu Bar'>Display Date in OS X Menu Bar</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2009/01/07/mac-hibernate/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Microsoft Office 2008 update 12.1.0 will not install</title>
		<link>http://betweengo.com/2008/08/29/microsoft-office-2008-update-1210-will-not-install/</link>
		<comments>http://betweengo.com/2008/08/29/microsoft-office-2008-update-1210-will-not-install/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 03:47:48 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://betweengo.com/?p=293</guid>
		<description><![CDATA[I tried many times to install the Microsoft Office 2008 update 12.1.0 but each time it would hang. Finally I found this forum thread about the exact same problem, Msi Wind Forums • View topic &#8211; Microsoft Office 2008 update 12.1.0 will not install. This is how to get the update to install. Should have [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2009/09/25/microsoft-windows-vista-error-0x80070091-and-cygwin/' rel='bookmark' title='Microsoft Windows Vista Error 0&#215;80070091 and Cygwin'>Microsoft Windows Vista Error 0&#215;80070091 and Cygwin</a></li>
<li><a href='http://betweengo.com/2006/10/20/installing-the-microsoft-loopback-adapter/' rel='bookmark' title='Installing the Microsoft Loopback Adapter'>Installing the Microsoft Loopback Adapter</a></li>
<li><a href='http://betweengo.com/2006/03/20/want-to-disable-windows-error-reporting/' rel='bookmark' title='HOWTO: Disable Windows Error Reporting?'>HOWTO: Disable Windows Error Reporting?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I tried many times to install the Microsoft Office 2008 update 12.1.0 but each time it would hang.</p>
<p>Finally I found this forum thread about the exact same problem, <a href="http://forums.msiwind.net/mac/microsoft-office-2008-update-will-not-install-t2566.html">Msi Wind Forums • View topic &#8211; Microsoft Office 2008 update 12.1.0 will not install</a>.</p>
<p>This is how to get the update to install.</p>
<blockquote><p>Should have an option to edit&#8230;&#8230;thing is it&#8217;s to late because your forced quit. Run the installer again and when the installer hangs move the installer window to one side&#8230;the error window noted above should be directly behind the installer and thats why you missed it in the first place&#8230;the installer has halted (and appears hung) as the error window is awaiting a response from you&#8230;..but you dont see it. All you have to do is click the edit button on the error window and then installer will continue&#8230;thats it. You can close the error window and the installer will continue.</p></blockquote>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2008%2F08%2F29%2Fmicrosoft-office-2008-update-1210-will-not-install%2F&amp;title=Microsoft%20Office%202008%20update%2012.1.0%20will%20not%20install" id="wpa2a_8"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2009/09/25/microsoft-windows-vista-error-0x80070091-and-cygwin/' rel='bookmark' title='Microsoft Windows Vista Error 0&#215;80070091 and Cygwin'>Microsoft Windows Vista Error 0&#215;80070091 and Cygwin</a></li>
<li><a href='http://betweengo.com/2006/10/20/installing-the-microsoft-loopback-adapter/' rel='bookmark' title='Installing the Microsoft Loopback Adapter'>Installing the Microsoft Loopback Adapter</a></li>
<li><a href='http://betweengo.com/2006/03/20/want-to-disable-windows-error-reporting/' rel='bookmark' title='HOWTO: Disable Windows Error Reporting?'>HOWTO: Disable Windows Error Reporting?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2008/08/29/microsoft-office-2008-update-1210-will-not-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun&#8217;s VirtualBox</title>
		<link>http://betweengo.com/2008/07/19/virtualbox/</link>
		<comments>http://betweengo.com/2008/07/19/virtualbox/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 19:16:10 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://betweengo.com/?p=216</guid>
		<description><![CDATA[Macworld has a column, A look at Sun’s VirtualBox, with a video about installing and using VirtualBox on a Mac.&#160; I think it is exciting that a free open source solution like VirtualBox can be used to run Windows on top of Mac OS X (though in this video it was used for running OpenSolaris).&#160; [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2011/02/28/virtualbox-unable-to-run-two-instances/' rel='bookmark' title='VirtualBox Unable to Run Two Instances'>VirtualBox Unable to Run Two Instances</a></li>
<li><a href='http://betweengo.com/2011/07/23/changing-virtualboxs-disk-image-sizes/' rel='bookmark' title='Changing VirtualBox&rsquo;s Disk Image Sizes'>Changing VirtualBox&rsquo;s Disk Image Sizes</a></li>
<li><a href='http://betweengo.com/2008/07/19/maintaining-your-mac/' rel='bookmark' title='Maintaining your Mac'>Maintaining your Mac</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a title="VirtualBox" href="http://www.virtualbox.org/"><img style="margin: 0px 0px 0px 10px; display: inline; float: right" align="right" src="http://www.virtualbox.org/graphics/vbox_logo2_gradient.png" /></a>Macworld has a column, <a title="Macworld | A look at Sun’s VirtualBox" href="http://www.macworld.com/article/134584/2008/07/mwvodcast59.html?t=201">A look at Sun’s VirtualBox</a>, with a video about installing and using VirtualBox on a Mac.&#160; I think it is exciting that a free open source solution like <a title="VirtualBox" href="http://www.virtualbox.org/">VirtualBox</a> can be used to run Windows on top of Mac OS X (though in this video it was used for running OpenSolaris).&#160; One has to believe this is a big issue for Parallels and Fusion.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2008%2F07%2F19%2Fvirtualbox%2F&amp;title=Sun%26%238217%3Bs%20VirtualBox" id="wpa2a_10"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2011/02/28/virtualbox-unable-to-run-two-instances/' rel='bookmark' title='VirtualBox Unable to Run Two Instances'>VirtualBox Unable to Run Two Instances</a></li>
<li><a href='http://betweengo.com/2011/07/23/changing-virtualboxs-disk-image-sizes/' rel='bookmark' title='Changing VirtualBox&rsquo;s Disk Image Sizes'>Changing VirtualBox&rsquo;s Disk Image Sizes</a></li>
<li><a href='http://betweengo.com/2008/07/19/maintaining-your-mac/' rel='bookmark' title='Maintaining your Mac'>Maintaining your Mac</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2008/07/19/virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maintaining your Mac</title>
		<link>http://betweengo.com/2008/07/19/maintaining-your-mac/</link>
		<comments>http://betweengo.com/2008/07/19/maintaining-your-mac/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 19:08:45 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://betweengo.com/?p=214</guid>
		<description><![CDATA[Macworld has a series of articles that I found helpful on maintaining your mac. Essential Mac Maintenance: Get set up Perhaps the most important component to test is RAM&#8230;  Thankfully, it’s not difficult to do so, although a comprehensive test can take a while. Apple Hardware Test, included on the Mac OS X Install disc [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2009/01/07/mac-hibernate/' rel='bookmark' title='Mac Hibernate'>Mac Hibernate</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Macworld has a series of articles that I found helpful on maintaining your mac.</p>
<ol>
<li><a title="Macworld | Essential Mac Maintenance: Get Set Up" href="http://www.macworld.com/article/133671/2008/06/macmaintenance1.html?t=111">Essential Mac Maintenance: Get set up</a><br />
<blockquote><p>Perhaps the most important component to test is RAM&#8230;  Thankfully, it’s not difficult to do so, although a comprehensive test can take a while. Apple Hardware Test, included on the Mac OS X Install disc that comes with all recent Macs, has an Extended Testing option that tests your RAM.</p></blockquote>
</li>
<li><a title="Macworld | Essential Mac Maintenance: Rev Up Your Routines" href="http://www.macworld.com/article/133730/2008/06/maintenance_routines.html?t=111">Essential Mac Maintenance: Rev Up Your Routines<br />
</a></li>
<li><a title="Macworld | Five Maintenance Myths" href="http://www.macworld.com/article/133684/2008/06/maintenance_intro.html">Five Maintenance Myths</a><br />
<blockquote><p><strong>Myth #2: “You need to run the Unix maintenance scripts.”</strong><br />
You may have heard about a collection of magical Unix maintenance scripts that OS X is supposed to run automatically. The story goes that because these scripts are scheduled to run in the middle of the night, putting your Mac to sleep or shutting it down prevents them from running—so you need to do so manually&#8230;</p>
<p>An easy way to run the scripts manually is by using Mike Vande Ven Jr.’s free <a title="Maintidget" href="http://www.giantmike.com/widgets/Maintidget.html" target="_blank">Maintidget 1.3</a>, a Dashboard widget that shows you the last time each script was run and lets you manually run one or all with a single click. There are also innumerable <a title="Macworld | Tweaking Utilities" href="http://www.macworld.com/article/50058/2006/03/tweakingutilities.html">tweaking utilities</a> that provide similar functionality</p></blockquote>
</li>
</ol>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2008%2F07%2F19%2Fmaintaining-your-mac%2F&amp;title=Maintaining%20your%20Mac" id="wpa2a_12"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2009/01/07/mac-hibernate/' rel='bookmark' title='Mac Hibernate'>Mac Hibernate</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2008/07/19/maintaining-your-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Date in OS X Menu Bar</title>
		<link>http://betweengo.com/2008/01/10/display-date-in-os-x-menu-bar/</link>
		<comments>http://betweengo.com/2008/01/10/display-date-in-os-x-menu-bar/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 02:58:56 +0000</pubDate>
		<dc:creator>Frank Kim</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://betweengo.com/?p=136</guid>
		<description><![CDATA[On November 23rd I ordered my first Mac laptop since my Powerbook in grad school, a white Macbook. 2.2 GHz Intel Core 2 Duo. So far I&#8217;ve been reasonably impressed but one thing I wanted is for the menu bar to display the full date. It always bothered me that you can&#8217;t do this on [...]
Related posts:<ol>
<li><a href='http://betweengo.com/2008/01/23/add-copy-to-folder-and-move-to-folder-to-right-click-menu/' rel='bookmark' title='Add &#8220;Copy to Folder&#8221; and &#8220;Move to Folder&#8221; to Right-Click Menu'>Add &#8220;Copy to Folder&#8221; and &#8220;Move to Folder&#8221; to Right-Click Menu</a></li>
<li><a href='http://betweengo.com/2007/11/29/thinkpad-t60-blank-display-after-resume/' rel='bookmark' title='ThinkPad T60 Blank Display After Resume'>ThinkPad T60 Blank Display After Resume</a></li>
<li><a href='http://betweengo.com/2007/11/17/date-and-timestamp-repository-data-types/' rel='bookmark' title='Date and Timestamp Repository Data Types'>Date and Timestamp Repository Data Types</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>On November 23rd I ordered my first Mac laptop since my Powerbook in grad school, a white Macbook. 2.2 GHz Intel Core 2 Duo.  So far I&#8217;ve been reasonably impressed but one thing I wanted is for the menu bar to display the full date.  It always bothered me that you can&#8217;t do this on Windows w/o third party applications.Fortunately on Mac OS X there is somewhat of a hack to do this, <a href="http://paulstamatiou.com/2006/06/11/how-to-display-date-in-os-x-menu-bar/">How To: Display Date in OS X Menu Bar</a>.The format I ended up choosing is:Thu Jan 10 7:07 PMwhich I think is a little cleaner than the one used in the aforementioned article.<span style="font-weight: bold" class="Apple-style-span">Update:</span> As of March 19, 2008, this cute hack no longer seems to work.  Seems like one of the Mac OS X updates changed the way the date is displayed in the OS X menu bar.  Now my date looks like this:Wed 9:23 AM PDT </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbetweengo.com%2F2008%2F01%2F10%2Fdisplay-date-in-os-x-menu-bar%2F&amp;title=Display%20Date%20in%20OS%20X%20Menu%20Bar" id="wpa2a_14"><img src="http://betweengo.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://betweengo.com/2008/01/23/add-copy-to-folder-and-move-to-folder-to-right-click-menu/' rel='bookmark' title='Add &#8220;Copy to Folder&#8221; and &#8220;Move to Folder&#8221; to Right-Click Menu'>Add &#8220;Copy to Folder&#8221; and &#8220;Move to Folder&#8221; to Right-Click Menu</a></li>
<li><a href='http://betweengo.com/2007/11/29/thinkpad-t60-blank-display-after-resume/' rel='bookmark' title='ThinkPad T60 Blank Display After Resume'>ThinkPad T60 Blank Display After Resume</a></li>
<li><a href='http://betweengo.com/2007/11/17/date-and-timestamp-repository-data-types/' rel='bookmark' title='Date and Timestamp Repository Data Types'>Date and Timestamp Repository Data Types</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://betweengo.com/2008/01/10/display-date-in-os-x-menu-bar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
