<?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>Calazan.com &#187; Software</title>
	<atom:link href="http://www.calazan.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.calazan.com</link>
	<description>Share the Knowledge</description>
	<lastBuildDate>Tue, 07 Feb 2012 00:06:27 +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>How to automatically redirect the WordPress login and admin pages from HTTP to HTTPS</title>
		<link>http://www.calazan.com/how-to-automatically-redirect-the-wordpress-login-and-admin-pages-from-http-to-https/</link>
		<comments>http://www.calazan.com/how-to-automatically-redirect-the-wordpress-login-and-admin-pages-from-http-to-https/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 03:37:22 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.calazan.com/?p=1513</guid>
		<description><![CDATA[I always get worried every time I have to login to a website over a non-SSL enabled connection.  When my blog didn&#8217;t support SSL (before I migrated from a shared host to my own VPS) and I had to work on it at a coffee shop, I would sometimes change my password when I get [...]]]></description>
		<wfw:commentRss>http://www.calazan.com/how-to-automatically-redirect-the-wordpress-login-and-admin-pages-from-http-to-https/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache warning message on Ubuntu 10.04: &#8216;__default__ VirtualHost overlap on port 443, the first has precedence&#8217;</title>
		<link>http://www.calazan.com/apache-warning-message-on-ubuntu-10-04-__default__-virtualhost-overlap-on-port-443-the-first-has-precedence/</link>
		<comments>http://www.calazan.com/apache-warning-message-on-ubuntu-10-04-__default__-virtualhost-overlap-on-port-443-the-first-has-precedence/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 06:49:27 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.calazan.com/?p=1540</guid>
		<description><![CDATA[Got this message when I restarted the apache2 daemon after I added a new virtual host in /etc/apache2/sites-available/default-ssl on Ubuntu 10.04: [warn] _default_ VirtualHost overlap on port 443, the first has precedence I checked the other Apache config files and inside /etc/apache2/ports.conf there&#8217;s a comment on what to do: Step 1. Add NameVirtualhost *:443 entry in ports.conf (inside &#60;IfModule [...]]]></description>
		<wfw:commentRss>http://www.calazan.com/apache-warning-message-on-ubuntu-10-04-__default__-virtualhost-overlap-on-port-443-the-first-has-precedence/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04: Apache using up all of your server&#8217;s memory? Consider using apache2-mpm-worker</title>
		<link>http://www.calazan.com/ubuntu-10-04-apache-using-up-all-of-your-servers-memory-consider-using-apache2-mpm-worker/</link>
		<comments>http://www.calazan.com/ubuntu-10-04-apache-using-up-all-of-your-servers-memory-consider-using-apache2-mpm-worker/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 23:46:39 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.calazan.com/?p=1474</guid>
		<description><![CDATA[I was checking my site yesterday morning and noticed it was responding very very slowly.  The server running it only has 256MB of RAM, which I estimated shouldn&#8217;t be a problem at all with the amount of traffic I&#8217;m currently getting.  I quickly logged in to the server to check the resource usage and found [...]]]></description>
		<wfw:commentRss>http://www.calazan.com/ubuntu-10-04-apache-using-up-all-of-your-servers-memory-consider-using-apache2-mpm-worker/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Extra secure, automated, offsite backup with TrueCrypt and Dropbox</title>
		<link>http://www.calazan.com/extra-secure-automated-offsite-backup-with-truecrypt-and-dropbox/</link>
		<comments>http://www.calazan.com/extra-secure-automated-offsite-backup-with-truecrypt-and-dropbox/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 01:10:58 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[truecrypts]]></category>

		<guid isPermaLink="false">http://www.calazan.com/?p=1292</guid>
		<description><![CDATA[I love Dropbox, it really does simplify my life. If you&#8217;ve never used Dropbox before, you should definitely check it out as it&#8217;s a very painless way to synchronize files from multiple computers and supports all major operating systems, including mobile platforms (it&#8217;s free for up to 2GB).  Your data is stored offsite so if [...]]]></description>
		<wfw:commentRss>http://www.calazan.com/extra-secure-automated-offsite-backup-with-truecrypt-and-dropbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Tip: Run applications in the background using Task Scheduler</title>
		<link>http://www.calazan.com/windows-tip-run-applications-in-the-background-using-task-scheduler/</link>
		<comments>http://www.calazan.com/windows-tip-run-applications-in-the-background-using-task-scheduler/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 03:13:08 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[celery]]></category>
		<category><![CDATA[windows admin]]></category>

		<guid isPermaLink="false">http://www.calazan.com/?p=1255</guid>
		<description><![CDATA[I was working on a project a couple of weeks ago which involves Celery for processing tasks.  I wanted the Celery process to run in the background as a service but it didn&#8217;t come with a Windows service installer, we will have to write our own.  Since we were still just working on a proof [...]]]></description>
		<wfw:commentRss>http://www.calazan.com/windows-tip-run-applications-in-the-background-using-task-scheduler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

