<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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/"
	>

<channel>
	<title>HowtoMonster</title>
	<link>http://www.howtomonster.com</link>
	<description>How to this, How to that</description>
	<pubDate>Wed, 27 Aug 2008 09:34:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>How to run SMTP on a different or additional port in Linux with Plesk</title>
		<link>http://www.howtomonster.com/2007/08/16/how-to-run-smtp-on-a-different-or-additional-port-in-linux-with-plesk/</link>
		<comments>http://www.howtomonster.com/2007/08/16/how-to-run-smtp-on-a-different-or-additional-port-in-linux-with-plesk/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 21:59:33 +0000</pubDate>
		<dc:creator>travis</dc:creator>
		
		<category><![CDATA[Computer / Servers]]></category>

		<guid isPermaLink="false">http://www.howtomonster.com/2007/08/16/how-to-run-smtp-on-a-different-or-additional-port-in-linux-with-plesk/</guid>
		<description><![CDATA[For one reason or another some people like to run their SMTP service on a port other than the standard TCP port 25. Whether it&#8217;s to bypass their ISP&#8217;s firewall, provide a second instance of SMTP, or maybe just to be different.
This article will show you a simple way to do this on a Linux [...]]]></description>
		<wfw:commentRss>http://www.howtomonster.com/2007/08/16/how-to-run-smtp-on-a-different-or-additional-port-in-linux-with-plesk/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to restrict access to a web site folder</title>
		<link>http://www.howtomonster.com/2007/08/12/how-to-restrict-access-to-a-web-site-folder/</link>
		<comments>http://www.howtomonster.com/2007/08/12/how-to-restrict-access-to-a-web-site-folder/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 01:19:41 +0000</pubDate>
		<dc:creator>travis</dc:creator>
		
		<category><![CDATA[Computer / Servers]]></category>

		<guid isPermaLink="false">http://www.howtomonster.com/2007/08/12/how-to-restrict-access-to-a-web-site-folder/</guid>
		<description><![CDATA[Have you ever wanted to control access to a directory or file on your website?
Well, it&#8217;s actually quite simple to do this using an &#8220;.htaccess&#8221; file placed in that very directory of your website.
Currently this only works for Unix/Linux/Apache based hosts.
If you&#8217;re hosting your site with a a hosting company and you have a control [...]]]></description>
		<wfw:commentRss>http://www.howtomonster.com/2007/08/12/how-to-restrict-access-to-a-web-site-folder/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to sync data between 2 servers automatically</title>
		<link>http://www.howtomonster.com/2007/08/08/how-to-sync-data-between-2-servers-automatically/</link>
		<comments>http://www.howtomonster.com/2007/08/08/how-to-sync-data-between-2-servers-automatically/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 03:48:47 +0000</pubDate>
		<dc:creator>travis</dc:creator>
		
		<category><![CDATA[Computer / Servers]]></category>

		<guid isPermaLink="false">http://www.howtomonster.com/2007/08/08/how-to-sync-data-between-2-servers-automatically/</guid>
		<description><![CDATA[Have you ever wanted to know how to easily synchronize the data between multiple servers automatically?
In this article I&#8217;ll explain how to setup 2 Linux servers to automatically synchronize data between a specific directory on each server. To do this we will use rsync, ssh key authentication, and a cron job.
Let&#8217;s call the 2 servers [...]]]></description>
		<wfw:commentRss>http://www.howtomonster.com/2007/08/08/how-to-sync-data-between-2-servers-automatically/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Your top ten linux commands ?</title>
		<link>http://www.howtomonster.com/2007/08/07/your-top-ten-linux-commands/</link>
		<comments>http://www.howtomonster.com/2007/08/07/your-top-ten-linux-commands/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 14:53:17 +0000</pubDate>
		<dc:creator>travis</dc:creator>
		
		<category><![CDATA[Computer / Servers]]></category>

		<guid isPermaLink="false">http://www.howtomonster.com/2007/08/07/your-top-ten-linux-commands/</guid>
		<description><![CDATA[So I thought it would be fun to start a top ten list of everyone&#8217;s most commonly used Linux commands.
On your Linux box run the following command.
 #  history &#124;tr '&#92;011' ' ' &#124;tr -s " "&#124; cut -d' ' -f3 &#124;sort &#124;uniq -c &#124;sort -nbr &#124;head -n10
Hopefully that gives you a similar output, [...]]]></description>
		<wfw:commentRss>http://www.howtomonster.com/2007/08/07/your-top-ten-linux-commands/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to setup a Linux FTP server</title>
		<link>http://www.howtomonster.com/2007/08/06/how-to-setup-a-linux-ftp-server/</link>
		<comments>http://www.howtomonster.com/2007/08/06/how-to-setup-a-linux-ftp-server/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 03:56:08 +0000</pubDate>
		<dc:creator>travis</dc:creator>
		
		<category><![CDATA[Computer / Servers]]></category>

		<guid isPermaLink="false">http://www.howtomonster.com/2007/08/06/how-to-setup-a-linux-ftp-server/</guid>
		<description><![CDATA[This article should help you install and configure the Proftpd software on a Fedora Linux server using RPM packages for the install.
Assuming you&#8217;re using RedHat, Fedora, or CentOS, you should already have a tool called &#8216;yum&#8217; installed on the server. Yum is an acronym for &#8216;Yellowdog Updater, Modified&#8217; and is a very useful tool for [...]]]></description>
		<wfw:commentRss>http://www.howtomonster.com/2007/08/06/how-to-setup-a-linux-ftp-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to setup Apache2 web server to host multiple sites on 1 IP address</title>
		<link>http://www.howtomonster.com/2007/08/06/how-to-setup-apache2-web-server-to-host-multiple-sites-on-1-ip-address/</link>
		<comments>http://www.howtomonster.com/2007/08/06/how-to-setup-apache2-web-server-to-host-multiple-sites-on-1-ip-address/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 03:12:41 +0000</pubDate>
		<dc:creator>travis</dc:creator>
		
		<category><![CDATA[Computer / Servers]]></category>

		<guid isPermaLink="false">http://www.howtomonster.com/2007/08/06/how-to-setup-apache2-web-server-to-host-multiple-sites-on-1-ip-address/</guid>
		<description><![CDATA[It&#8217;s very common these days to host multiple websites on a server using only a single IP address.
This is done with the Apache web server using &#8216;Virtual Hosts&#8217;.
You must first make sure that you have configured DNS to point whatever domains you wish to host on the server to the server&#8217;s IP address.
In your httpd.conf [...]]]></description>
		<wfw:commentRss>http://www.howtomonster.com/2007/08/06/how-to-setup-apache2-web-server-to-host-multiple-sites-on-1-ip-address/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to display web servers IP address (and other info) in a web page</title>
		<link>http://www.howtomonster.com/2007/08/05/how-to-display-web-servers-ip-address-and-other-info-in-a-web-page/</link>
		<comments>http://www.howtomonster.com/2007/08/05/how-to-display-web-servers-ip-address-and-other-info-in-a-web-page/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 02:36:10 +0000</pubDate>
		<dc:creator>travis</dc:creator>
		
		<category><![CDATA[Computer / Servers]]></category>

		<guid isPermaLink="false">http://www.howtomonster.com/?p=5</guid>
		<description><![CDATA[This simple article will explain how you can display some commonly used information directly into a web page using the very popular PHP programming language.In order to run PHP scripts on your web site you must have the appropriate software installed and configured. Most hosting accounts will already have this available.
If the below examples do [...]]]></description>
		<wfw:commentRss>http://www.howtomonster.com/2007/08/05/how-to-display-web-servers-ip-address-and-other-info-in-a-web-page/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cheap web hosting options (top 10)</title>
		<link>http://www.howtomonster.com/2007/08/05/cheap-web-hosting-options-top-10/</link>
		<comments>http://www.howtomonster.com/2007/08/05/cheap-web-hosting-options-top-10/#comments</comments>
		<pubDate>Sun, 05 Aug 2007 22:23:13 +0000</pubDate>
		<dc:creator>travis</dc:creator>
		
		<category><![CDATA[Computer / Servers]]></category>

		<guid isPermaLink="false">http://www.howtomonster.com/?p=4</guid>
		<description><![CDATA[Cheap web hosting options (top 10)
With the countless number of available hosting companies out there and the varied packages each company offers it can become quite difficult to keep your brain from twisting into a pretzel when comparing all the options and making a decision on who you will go with for hosting your website.
Here [...]]]></description>
		<wfw:commentRss>http://www.howtomonster.com/2007/08/05/cheap-web-hosting-options-top-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Server Basics</title>
		<link>http://www.howtomonster.com/2007/08/05/web-server-basics/</link>
		<comments>http://www.howtomonster.com/2007/08/05/web-server-basics/#comments</comments>
		<pubDate>Sun, 05 Aug 2007 21:42:17 +0000</pubDate>
		<dc:creator>travis</dc:creator>
		
		<category><![CDATA[Computer / Servers]]></category>

		<guid isPermaLink="false">http://www.howtomonster.com/?p=3</guid>
		<description><![CDATA[This article should help explain the basics of a web server as well as the most common  types of web hosting available today.
What is a web server?
A web server is a computer, including software packages, that provides a specific kind of service to
client software running on other computers. More specifically, a server is a [...]]]></description>
		<wfw:commentRss>http://www.howtomonster.com/2007/08/05/web-server-basics/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
