<?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>DeckerD: Drew&#039;s Personal Corner of the Web &#187; Debian</title>
	<atom:link href="http://www.deckerd.com/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deckerd.com</link>
	<description></description>
	<lastBuildDate>Fri, 01 Jan 2010 20:22:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing VirtualBox Guest Additions from a Linux Host</title>
		<link>http://www.deckerd.com/core/installing-virtualbox-guest-additions-from-a-linux-host/</link>
		<comments>http://www.deckerd.com/core/installing-virtualbox-guest-additions-from-a-linux-host/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 21:37:37 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Core]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Crunchbang]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[UNIX/Linux]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.deckerd.com/?p=223</guid>
		<description><![CDATA[<p class="prepend-1 append-1 featuredTitle">Installing VirtualBox Guest Additions on a Linux host is a straight-forward task which can make life much easier on a guest operating systems, or OS. The Guest Additions install is the equivalent of installing VMWare Tools on a VMWare host (onto a VMWare guest OS). I'll discuss the enhancements of installing the VirtualBox Guest Additions, and will run you through the installation process. A Little Background Information Try going out there on Google or any other search engine and search <a href="http://www.deckerd.com/core/installing-virtualbox-guest-additions-from-a-linux-host/">Read More &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.deckerd.com/core/installing-virtualbox-guest-additions-from-a-linux-host/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Clearing (but not deleting) log files</title>
		<link>http://www.deckerd.com/core/clearing-but-not-deleting-log-files/</link>
		<comments>http://www.deckerd.com/core/clearing-but-not-deleting-log-files/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 04:22:26 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Core]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Shell Scripting]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX/Linux]]></category>
		<category><![CDATA[Walkthrough]]></category>

		<guid isPermaLink="false">http://www.deckerd.com/clearing-but-not-deleting-log-files/</guid>
		<description><![CDATA[<p class="prepend-1 append-1 featuredTitle">Sometimes, as a Systems Administrator, or SysAdmin, there are times we need to clear out the log files, without actually deleting them. As a smart Sys Admin, you normally wouldn't need to do this, but as I am currently involved in supporting customers and their Linux machines, I run into some pretty neat stuff (neat as in special). I've had a few issues where someone actually runs out of disk space on / (root filesystem) due to the /var/log directory being full. First off, you might run the <a href="http://www.deckerd.com/core/clearing-but-not-deleting-log-files/">Read More &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.deckerd.com/core/clearing-but-not-deleting-log-files/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Curing &#8216;Symbolic link not allowed&#8217; (Apache 2.0)</title>
		<link>http://www.deckerd.com/core/curing-symbolic-link-not-allowed-apache-20/</link>
		<comments>http://www.deckerd.com/core/curing-symbolic-link-not-allowed-apache-20/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 20:19:39 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Core]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[File Systems]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[The Notebook]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[UNIX/Linux]]></category>
		<category><![CDATA[Workaround]]></category>

		<guid isPermaLink="false">http://www.deckerd.com/curing-symbolic-link-not-allowed-apache-20/</guid>
		<description><![CDATA[<p class="prepend-1 append-1 featuredTitle">Awhile back when trying to add a directory to Apache on my Ubuntu 6.06 LTS server, I ran into some issues. These issues, of course were the infamous 403 "Forbidden" error that your web barfs up when you try to access a server that is not publicly viewable, because of permission issues. I'm going to give you my scenario and explain how you can fix this issue, so that you don't have to go through an hour of throwing your hands up in disgust. The Scenario In our example, out DocumentRoot <a href="http://www.deckerd.com/core/curing-symbolic-link-not-allowed-apache-20/">Read More &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.deckerd.com/core/curing-symbolic-link-not-allowed-apache-20/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>
