<?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; Software</title>
	<atom:link href="http://www.deckerd.com/tag/software/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>Compiling Duplicity on CentOS 5.x</title>
		<link>http://www.deckerd.com/core/compiling-duplicity-on-centos-5-x/</link>
		<comments>http://www.deckerd.com/core/compiling-duplicity-on-centos-5-x/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 18:22:55 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Core]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[UNIX/Linux]]></category>
		<category><![CDATA[Walkthrough]]></category>

		<guid isPermaLink="false">http://www.deckerd.com/?p=240</guid>
		<description><![CDATA[<p class="prepend-1 append-1 featuredTitle">Duplicity, an encrypted backup utility that uses the rsync algorithm, is becoming quite useful for my day to day backups. I've written several backup scripts using rsync, gzip, and other useful backup schemes. Heck, I've even written my own backup subroutines that create a backup structure based of the current date. So, trust me, I usually never change my ways, unless it's something that really intrigues me. Some Background Information I'm still testing some stuff out, however, I'm <a href="http://www.deckerd.com/core/compiling-duplicity-on-centos-5-x/">Read More &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.deckerd.com/core/compiling-duplicity-on-centos-5-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s 2008 April Fool&#8217;s Joke</title>
		<link>http://www.deckerd.com/blog/googles-2008-april-fools-joke/</link>
		<comments>http://www.deckerd.com/blog/googles-2008-april-fools-joke/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 00:38:38 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://deckerd.com/blog/2008/04/01/googles-2008-april-fools-joke/</guid>
		<description><![CDATA[<p class="prepend-1 append-1 featuredTitle">Here it is (I know I'm late!): http://mail.google.com/mail/help/customtime/index.html Let's you got back in time and send that email your forgot to send (even if it is 2 days old!). You can have it sent as unread or read and it will show in chronological order. That would be hilarious if this could work, however, this is all based on the user-agent and how email works. This would be considered SPAM. However, Google is good at thinking of different April Fool's jokes. I almost believed <a href="http://www.deckerd.com/blog/googles-2008-april-fools-joke/">Read More &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.deckerd.com/blog/googles-2008-april-fools-joke/feed/</wfw:commentRss>
		<slash:comments>0</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>
		<item>
		<title>VMWare: &#8220;Failed to create named-pipe directory&#8221; error</title>
		<link>http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/</link>
		<comments>http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/#comments</comments>
		<pubDate>Wed, 30 May 2007 08:09:31 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Core]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[The Notebook]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX/Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Workaround]]></category>

		<guid isPermaLink="false">http://www.deckerd.com/vmware-failed-to-create-named-pipe-directory-error/</guid>
		<description><![CDATA[<p class="prepend-1 append-1 featuredTitle">Have you ever received the Failed to create named-pipe directory error message via the vmware-mui error log files, and not able to access the VMWare Management Interface? If so, here's the fix. The error message at hand is the following: /var/log/vmware-mui/error_log ModVmdb load: Address of ModVmdb_InitCore: 0xb7c745a0 Failed to create named-pipe directory: /var/run/vmware//httpd/3854: No such file or directory VMWARE PANIC: \nNOT_IMPLEMENTED F(4023):707 Panic: Could not <a href="http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/">Read More &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Stepping Into Samba</title>
		<link>http://www.deckerd.com/core/stepping-into-samba/</link>
		<comments>http://www.deckerd.com/core/stepping-into-samba/#comments</comments>
		<pubDate>Tue, 01 May 2007 23:38:07 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Core]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Open-Standards]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[UNIX/Linux]]></category>
		<category><![CDATA[Walkthrough]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.deckerd.com/stepping-into-samba/</guid>
		<description><![CDATA[<p class="prepend-1 append-1 featuredTitle">A few friends of mine stare at me blankly when I mention Samba and SMB. In fact, sometimes they think it's the same thing, when in fact, it's not. I'll talk about the differences between the two and walk you through setting up Samba networked shares. This will give you a nice introduction to Samba and also Linux, if you are not familiar with that, also. The real question here isn't why SMB, or why Samba for that matter? Well, first off, after I explain to you what SMB is and then <a href="http://www.deckerd.com/core/stepping-into-samba/">Read More &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.deckerd.com/core/stepping-into-samba/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Changing Vongo&#8217;s default directory for storing movies</title>
		<link>http://www.deckerd.com/core/changing-vongos-default-directory-for-storing-movies/</link>
		<comments>http://www.deckerd.com/core/changing-vongos-default-directory-for-storing-movies/#comments</comments>
		<pubDate>Sat, 04 Nov 2006 02:35:16 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Core]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[File Systems]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.deckerd.com/changing-vongos-default-directory-for-storing-movies/</guid>
		<description><![CDATA[<p class="prepend-1 append-1 featuredTitle">Vongo is Starz' approach to a "movies-on-demand" type of service. I currently use it and I love it. The only thing I think would make it better is, well, the obvious - more movies! Overall, I really like Vongo and I'll tell you why. First off, it allows you to download and watch movies at the same time; this is amazing due to the fact that a 1.3GB movie can take quite awhile to download, even on a high-speed internet connection. Another thing I just love about Vongo is that it is on-demand <a href="http://www.deckerd.com/core/changing-vongos-default-directory-for-storing-movies/">Read More &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.deckerd.com/core/changing-vongos-default-directory-for-storing-movies/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>AIM Fix: &#8220;The AIM Service cannot be reached&#8230;&#8221;</title>
		<link>http://www.deckerd.com/core/aim-fix-service-cannot-be-reached/</link>
		<comments>http://www.deckerd.com/core/aim-fix-service-cannot-be-reached/#comments</comments>
		<pubDate>Tue, 18 Apr 2006 21:01:55 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Core]]></category>
		<category><![CDATA[AOL/AIM]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.deckerd.com/aim-fix-service-cannot-be-reached/</guid>
		<description><![CDATA[<p class="prepend-1 append-1 featuredTitle">So what exactly is the annoying error that the AOL Instant Messaging Client gives us, in which is so gallantly titled: "The AIM Service cannot be reached...". No duh?! How do I fix it!? Please note: This is an an older piece of writing of mine, and is a little out-dated, but very useful information. The Sign-In Dialog Box Put your Username in the ScreenName textbox and if you would like to type in your password in the Password dialog box. Next click the wrench-like icon, entitled Setup, <a href="http://www.deckerd.com/core/aim-fix-service-cannot-be-reached/">Read More &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.deckerd.com/core/aim-fix-service-cannot-be-reached/feed/</wfw:commentRss>
		<slash:comments>79</slash:comments>
		</item>
		<item>
		<title>Database Crisis</title>
		<link>http://www.deckerd.com/core/databasecrisis/</link>
		<comments>http://www.deckerd.com/core/databasecrisis/#comments</comments>
		<pubDate>Thu, 13 Apr 2006 23:42:42 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Core]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.deckerd.com/databasecrisis/</guid>
		<description><![CDATA[<p class="prepend-1 append-1 featuredTitle">DeckerD almost died. Read on. This story is about backups. I almost had to put DeckerD to sleep this afternoon. Needless to say, DeckerD is back up and running with much success. So how was it a crisis?? Read on, I say. Data huh? A database is a collection of data that is organized so that its contents can easily be accessed, managed and updated; of those the most common is a relational databaseDefine by Lanyon. The back-end that powers this website (Wordpress), a database is <a href="http://www.deckerd.com/core/databasecrisis/">Read More &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.deckerd.com/core/databasecrisis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally, a job.</title>
		<link>http://www.deckerd.com/blog/ibmjob/</link>
		<comments>http://www.deckerd.com/blog/ibmjob/#comments</comments>
		<pubDate>Thu, 16 Feb 2006 20:06:44 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Career]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[UNIX/Linux]]></category>

		<guid isPermaLink="false">http://www.deckerd.com/ibmjob/</guid>
		<description><![CDATA[<p class="prepend-1 append-1 featuredTitle">Well last week, I finally got the call that IBM was looking for someone that could do Advanced Support in their AIX department, and they had accepted me as an employee. Great! Finally, a job. It's not just a job, though, this could be my steping-stop; something to really get me in the door and make something of my life. I have plans for many things in life, but they all lead to one thing, success. Success is the key that unlocks every door to whom I become. So, where am I getting with <a href="http://www.deckerd.com/blog/ibmjob/">Read More &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.deckerd.com/blog/ibmjob/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
