<?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>Jeff Owens.com&#187; Mac OSX Archives  &#8211; Jeff Owens.com</title>
	<atom:link href="http://blog.jeff-owens.com/category/mac-osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeff-owens.com</link>
	<description>Where Ignorance Is Not Bliss</description>
	<lastBuildDate>Wed, 14 Dec 2011 00:30:39 +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>Installing Ubuntu Server With Guest Additions Inside VirtualBox</title>
		<link>http://blog.jeff-owens.com/ubuntu/installing-ubuntu-server-with-guest-additions-inside-virtualbox/</link>
		<comments>http://blog.jeff-owens.com/ubuntu/installing-ubuntu-server-with-guest-additions-inside-virtualbox/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 00:58:24 +0000</pubDate>
		<dc:creator>Jeff Owens</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[additions]]></category>
		<category><![CDATA[guest]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://blog.jeff-owens.com/?p=220</guid>
		<description><![CDATA[What We Are Using Host: OSX Lion VirtualBox: 4.1.0 Guest: Ubuntu Server 11.04 (Natty Narwhal) I'm assuming you have installed VirtualBox and the VirtualBox Extension Pack from here: http://www.virtualbox.org/wiki/Downloads Download Ubuntu Server 11.04 making sure you select 32 bit from the drop down: http://www.ubuntu.com/download/server/download Go ahead and install the VM into VirtualBox by select New [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float:left; border: 0pt none; padding: 0 10px 10px 5px" src="http://blog.jeff-owens.com/wp-content/uploads/2011/08/vitual_box_logo.png" alt="Vitual Box" title="vitual_box_logo.png" border="0" width="200" height="200" align="left" /></p>
<h2>What We Are Using</h2>
<p><strong>Host: OSX Lion</strong></p>
<p><strong>VirtualBox: 4.1.0</strong></p>
<p><strong>Guest: Ubuntu Server 11.04 (<em>Natty Narwhal</em>)</strong></p>
<p>I'm assuming you have installed VirtualBox and the VirtualBox Extension Pack from here:</p>
<p><a href="http://www.virtualbox.org/wiki/Downloads">http://www.virtualbox.org/wiki/Downloads</a></p>
<p>Download Ubuntu Server 11.04 making sure you select 32 bit from the drop down:</p>
<p><a href="http://www.ubuntu.com/download/server/download">http://www.ubuntu.com/download/server/download</a></p>
<p><span id="more-220"></span></p>
<p>Go ahead and install the VM into VirtualBox by select New and following the prompts, it will ask you for the location of the ISO you just downloaded to get started.  After starting your new VM and following the prompts, make sure you install SSH server (checkbox) and write down the name of your VM, your username and password.</p>
<p>After creating the Ubuntu guest with SSH server installed, turn the guest OS completely off.  </p>
<p>Go to terminal on your Mac (OSX) and type in the following replacing "Narwhal" with whatever you named your guest Ubuntu OS in VirtualBox.:</p>
<div class="igBar"><span id="lcode-8"><a href="#" onclick="javascript:showCodeTxt('code-8'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-8">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">VBoxManage modifyvm <span style="color:#CC0000;">"Narwhal"</span> --natpf1 <span style="color:#CC0000;">"guestssh,tcp,,2222,,22"</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Start the Ubuntu guest OS.</p>
<p>Make sure your SSH service is running:</p>
<div class="igBar"><span id="lcode-9"><a href="#" onclick="javascript:showCodeTxt('code-9'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-9">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sudo /etc/init.<span style="">d</span>/ssh start </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>From your Mac (OSX) terminal SSH into your guest like this:</p>
<div class="igBar"><span id="lcode-10"><a href="#" onclick="javascript:showCodeTxt('code-10'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-10">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ssh -p <span style="color:#800000;color:#800000;">2222</span> deploy@<span style="color:#800000;color:#800000;">127</span>.<span style="color:#800000;color:#800000;">0</span>.<span style="color:#800000;color:#800000;">0</span>.<span style="color:#800000;color:#800000;">1</span> <span style="color:#006600; font-weight:bold;">&#40;</span>replace deploy with whatever username you created when installing Ubuntu<span style="color:#006600; font-weight:bold;">&#41;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<h2>Adding Shared Folders</h2>
<p>From your Mac (OSX) terminal window that is SSH'd into your Guest Ubuntu VM run the following:</p>
<div class="igBar"><span id="lcode-11"><a href="#" onclick="javascript:showCodeTxt('code-11'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-11">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sudo apt-get install dkms build-essential linux-headers-generic </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Go to the VirtualBox Devices menu and select "Install Guest Additions"</p>
<p>From your Mac (OSX) terminal window that is SSH'd into your Guest Ubuntu VM type the following:</p>
<div class="igBar"><span id="lcode-12"><a href="#" onclick="javascript:showCodeTxt('code-12'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-12">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sudo mount /dev/scd0 /media/cdrom</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">cd /media/cdrom</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ls -la</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sudo sh ./VBoxLinuxAdditions.<span style="">run</span> --nox11 </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Don't worry if you see something that says "Installing the Window System drivers …fail!".  It fails because we aren't using a GUI.</p>
<p>Now shut down your Ubuntu VM like so:</p>
<div class="igBar"><span id="lcode-13"><a href="#" onclick="javascript:showCodeTxt('code-13'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-13">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sudo shutdown -h now </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Go to VirtualBox and select your VM and go into its settings.  Find the tab that says "Shared Folders" and click on the green folder icon with the plus sign.  Click on the drop-down arrow and select some folder on your Mac you want to share.  Select the auto-mount check box.  Click OK twice and start up your Ubuntu VM.  From your Mac (OSX) terminal ssh into your guest as before and type the following:</p>
<div class="igBar"><span id="lcode-14"><a href="#" onclick="javascript:showCodeTxt('code-14'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-14">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">sudo -i</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">cd /media</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ls -la</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">cd /media/sf_&lt;your_share_name&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ls -la </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>See your files?  Your done!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jeff-owens.com/ubuntu/installing-ubuntu-server-with-guest-additions-inside-virtualbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Snow Leopard Clean Install Tutorial</title>
		<link>http://blog.jeff-owens.com/mac-osx/snow-leopard-clean-install-tutorial/</link>
		<comments>http://blog.jeff-owens.com/mac-osx/snow-leopard-clean-install-tutorial/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 22:23:30 +0000</pubDate>
		<dc:creator>Jeff Owens</dc:creator>
				<category><![CDATA[Mac OSX]]></category>

		<guid isPermaLink="false">http://blog.jeff-owens.com/?p=105</guid>
		<description><![CDATA[Wondering if it's possible to do a clean install of Snow Leopard on your Mac? Turns out you can. In this tutorial I'll show you the steps to do just that. But before we plop the DVD into our Mac, we have to do some preparatory work. Make sure you've checked to see that all [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0pt none;" title="Snow Leopard" src="http://blog.jeff-owens.com/wp-content/uploads/2009/09/Snow-Leopard-Blog.jpg" border="0" alt="Snow Leopard Blog.jpg" width="384" height="240" align="right" />Wondering if it's possible to do a clean install of Snow Leopard on your Mac?  Turns out you can.  In this tutorial I'll show you the steps to do just that.</p>
<p>But before we plop the DVD into our Mac, we have to do some preparatory work.  Make sure you've checked to see that all of your critical applications that you use are compatible with Snow Leopard.  You can find a compatibility list <a href="http://snowleopard.wikidot.com/">here</a>.</p>
<p>Next you will need an external hard drive that you've successfully connected to your Mac.  It should have enough space to do a complete backup.</p>
<p><span id="more-105"></span></p>
<blockquote><p><strong>NOTE:</strong> You should always do a complete backup of your Mac before doing a clean install.  The word "clean" is used in this tutorial because we are going to format our hard drive, wiping it clean of everything.  Unless you don't care about losing <strong>all your data</strong>, back it up!  I use SuperDuper to create a bootable image of my entire system, but a TimeMachine backup would work as well.</p></blockquote>
<p>Now write down or take screenshots of your connected network settings (Ethernet, AirPort, or both).  The settings can be found under "System Preferences/Network".  Since we will be wiping the hard drive and the external hard drive, you will need to either print the settings out or save them to an external USB thumb-drive.</p>
<p>So first things first:</p>
<ol>
<li> Backup your entire machine with TimeMachine, <a href="http://www.shirt-pocket.com/SuperDuper/">SuperDuper</a>, or some other method to an external hard drive.</li>
<li>If your backup is bootable, SuperDuper's is by default, try it now.  Click on "System Preferences" and then double-click on "Startup Disk" near the bottom.  Select your external hard drive and click "Restart...".  If you can log back into your Mac then you are good to go.  Once logged in, complete the same procedure again, this time selecting your Macintosh HD and before clicking "Restart...".</li>
<li>Now the fun begins!  Put your Snow Leopard DVD into your computer.  <strong>Make sure no external hard drive or device is connected to your computer.</strong></li>
<li>Go to the Apple Menu and select "Restart..."  When the computer begins to reboot press and hold down the "c" key on your keyboard.  An Apple logo will appear and then you should see a spinning icon.  When the spinning icon shows up you can let go of the key.<img class="alignleft" style="border: 0pt none; padding-top: 10px;" title="Apple Logo" src="http://blog.jeff-owens.com/wp-content/uploads/2009/09/apple_logo1.jpg" border="0" alt="apple_logo.jpg" width="220" height="135" /><br />
<img class="alignright" style="border: 0pt none; padding-top: 10px;" title="Apple Logo With Spinner" src="http://blog.jeff-owens.com/wp-content/uploads/2009/09/apple_logo_spinning1.jpg" border="0" alt="apple_logo_spinning.jpg" width="220" height="137" align="right" /><br style="clear:both;" /></li>
<li><img class="alignright" style="border: 0pt none; padding-left: 15px;" title="Pick Your Language" src="http://blog.jeff-owens.com/wp-content/uploads/2009/09/pick_language.jpg" border="0" alt="pick language Snow Leopard Clean Install Tutorial" width="170" height="240" />After a minute or so you should see a Snow Leopard screen appear asking you to pick your language.  English is the default.  Select your language and hit "Enter".</li>
<li> After another minute you should see a screen appear that says Welcome to OS X Snow Leopard.  Go to the Utilities menu and select Disk Utility.  You should see your hard drive over on the left-hand side of the window.  Click on it once to select it.  Now, click on the "Erase" tab.  Make sure the Format drop-down box is set to "Mac OS Extended (journaled)".  Click on the "Name" text box and name your new hard drive.  Click on the third button on the bottom right that says "Erase".  Snow Leopard will ask you if you are sure. You did back everything up right???  If so, go ahead.<br />
<br style="clear:both;" /></p>
<div style="text-align:center; padding:10px;"><img style="border: 0pt none;" title="Erase Hard Drive" src="http://blog.jeff-owens.com/wp-content/uploads/2009/09/erase.jpg" border="0" alt="erase Snow Leopard Clean Install Tutorial" width="500" height="437" /></div>
</li>
<li>Quit the Disk Utility program.  Click "Continue" to install Mac OS X.  Agree to the terms and select your newly formatted hard drive.</li>
<li>Click on the "Customize" button on the lower left.  Make sure you add "Rosetta".  This will enable you to run applications compiled for the PowerPC family of processors under Snow Leopard.  Go ahead and continue the install.  You will eventually be prompted to provide your Country and type of Keyboard.  Fill both of those in and continue.</li>
<li>When you get to the screen that says "Do You Already Own a Mac?" select the "Do no transfer my information now" radio button.  You can always transfer your data later using the built in Migration Assistant program which is found under the Applications/Utilities folder.  Now would be a good time to get a drink, because after you hit the "Continue" button it will appear as if the Snow Leopard install has hung-up, because nothing seems to change.  However, this is not the case, just finish your drink and patiently wait.</li>
<li>The next window to appear is called "Your Internet Connection".  Select "Using DHCP" for the TCP/IP Connection Type.  Follow the prompts to fill in your Apple ID and Registration information.  After you've filled out their "A Few More Questions" form and created your user account, you are almost done!</li>
<li>Quick, go comb your hair or put on a hat or something, because now Apple will want to take your picture for your user account.  Or you can always just pick an icon from the list and change it later.  Select your Time Zone, set the date and time, and your install is
<div style="text-align:center; padding:10px;"><img style="border: 0pt none;" title="New Cat!" src="http://blog.jeff-owens.com/wp-content/uploads/2009/09/desktop_leopard.jpg" border="0" alt="desktop leopard Snow Leopard Clean Install Tutorial" width="500" height="375" /></div>
<p>done!</li>
<li><strong>For extra geek points.</strong> When the "Mac OS X Install DVD" appears on the desktop, double-click on Optional Installs.  Install the Xcode.mpkg.  If your into programming this will install all of the gcc libraries you will need if you are interested in compiling binaries, or wanting to look at Cocoa.</li>
<li>Enjoy your new cat.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.jeff-owens.com/mac-osx/snow-leopard-clean-install-tutorial/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

