<?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>Ryan Sawyer &#187; Linux</title>
	<atom:link href="http://rsawyer.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://rsawyer.com</link>
	<description></description>
	<lastBuildDate>Wed, 12 May 2010 16:58:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>HOW TO: Install VirtualBox Guest Additions in Debian Squeeze (6.0)</title>
		<link>http://rsawyer.com/2010/03/how-to-install-virtualbox-guest-additions-in-debian-squeeze-6-0/</link>
		<comments>http://rsawyer.com/2010/03/how-to-install-virtualbox-guest-additions-in-debian-squeeze-6-0/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 06:03:31 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://rsawyer.com/?p=177</guid>
		<description><![CDATA[I have just begun playing around with Debian again in my free time. I am running it as a guest OS in VirtualBox on my MacBook Pro. Upon installing a virtualized guest operating system, one of the first things to complete is the Guest Additions installation. Below, I will walk you through on how to [...]]]></description>
			<content:encoded><![CDATA[<p>I have just begun playing around with Debian again in my free time.  I am running it as a guest OS in VirtualBox on my MacBook Pro.  Upon installing a virtualized guest operating system, one of the first things to complete is the Guest Additions installation.  Below, I will walk you through on how to do just that in Debian Squeeze.</p>
<p>1)  For simplicity, just elevate to root access to begin.</p>
<blockquote><p><code>su root</code></p></blockquote>
<p>2)  Not required, but still good practice.  Run apt-get update.</p>
<blockquote><p><code>apt-get update</code></p></blockquote>
<p>3)  Make sure the following four packages are installed beforehand: build essential, module-assistant, gcc, dkms and just to cover the bases, linux-headers.</p>
<blockquote><p><code>apt-get install build-essential module-assistant gcc dkms linux-headers-`uname -r`</code></p></blockquote>
<p>4)  Finally, you are ready to install Guest Additions.  Please note that the command below assumes the Guest Additions ISO is mounted on &#8216;cdrom0&#8242; and that the 32-bit (x86) Guest Additions package would be installed.  Be sure to tweak the command to install the correct package if your system specifications vary.  </p>
<blockquote><p><code>sh /media/cdrom0/VBoxLinuxAdditions-x86.run</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://rsawyer.com/2010/03/how-to-install-virtualbox-guest-additions-in-debian-squeeze-6-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
