<?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/"
	>

<channel>
	<title>GuatCom.net Group</title>
	<atom:link href="http://guatcom.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://guatcom.net</link>
	<description>Programming, Development, Networking</description>
	<pubDate>Fri, 28 Aug 2009 15:41:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Basic Ubuntu LAMP Server Setup</title>
		<link>http://guatcom.net/2009/05/basic-ubuntu-lamp-server-setup/</link>
		<comments>http://guatcom.net/2009/05/basic-ubuntu-lamp-server-setup/#comments</comments>
		<pubDate>Thu, 14 May 2009 21:53:51 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Server Admin]]></category>

		<category><![CDATA[beginner]]></category>

		<guid isPermaLink="false">http://guatcom.net/?p=12</guid>
		<description><![CDATA[Here is a basic LAMP server setup. The linux distro of choice is Ubuntu. LAMP stands for:

Linux: (Ubuntu of course!)
Apache: Free, open-source web server
MySQL: Database server
PHP

Wikipedia says that the &#8216;P&#8217; can stand for one of several scripting languages, including Python or Perl; but for our purposes we&#8217;ll work with PHP.
1. Basic Install
Assuming you have already [...]]]></description>
		<wfw:commentRss>http://guatcom.net/2009/05/basic-ubuntu-lamp-server-setup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Passwordless SSH Using Key Based Authentication</title>
		<link>http://guatcom.net/2009/05/passwordless-ssh/</link>
		<comments>http://guatcom.net/2009/05/passwordless-ssh/#comments</comments>
		<pubDate>Fri, 08 May 2009 20:12:40 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Server Admin]]></category>

		<category><![CDATA[intermediate]]></category>

		<guid isPermaLink="false">http://guatcom.net/?p=18</guid>
		<description><![CDATA[Needless to say that password selection and management for such powerful tools is important; but I will address these kinds of concerns in another article. I am a fan of large, ugly passwords for server administration, but there is another method of SSH authentication that can be more convenient and arguably more secure - using a public/private key pair.]]></description>
		<wfw:commentRss>http://guatcom.net/2009/05/passwordless-ssh/feed/</wfw:commentRss>
		</item>
		<item>
		<title>An Introduction to PHP</title>
		<link>http://guatcom.net/2009/05/an-introduction-to-php/</link>
		<comments>http://guatcom.net/2009/05/an-introduction-to-php/#comments</comments>
		<pubDate>Fri, 01 May 2009 19:28:06 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[beginner]]></category>

		<guid isPermaLink="false">http://guatcom.net/?p=6</guid>
		<description><![CDATA[If you are going to start using php, you really need to understand what it is. PHP is a server-side-scripting-language. What that means is that when your web browser requests a page that has php code in it, ALL of the code is processed at the server before you see the page.]]></description>
		<wfw:commentRss>http://guatcom.net/2009/05/an-introduction-to-php/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
