<?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>Ryan Merritt's</title>
	<atom:link href="http://abouteye.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://abouteye.com</link>
	<description>Information Technology Blog</description>
	<pubDate>Sun, 07 Dec 2008 11:03:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Disable GET, wget, and curl</title>
		<link>http://abouteye.com/2008/11/02/securing-your-web-server-by-disabling-get-wget-and-curl/</link>
		<comments>http://abouteye.com/2008/11/02/securing-your-web-server-by-disabling-get-wget-and-curl/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 07:52:20 +0000</pubDate>
		<dc:creator>Ryan C. Merritt</dc:creator>
		
		<category><![CDATA[Linux]]></category>

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

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

		<guid isPermaLink="false">http://abouteye.com/?p=49</guid>
		<description><![CDATA[A great way to add more security to your web server is to disable GET, wget, and Curl which will stop web, and shell users from being able to download files to the server.  You can set up a group called get-users so that only users that are a member of this group will be [...]]]></description>
		<wfw:commentRss>http://abouteye.com/2008/11/02/securing-your-web-server-by-disabling-get-wget-and-curl/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adding Directory Indexing to Apache 2</title>
		<link>http://abouteye.com/2008/11/01/adding-directory-indexing-to-apache-2/</link>
		<comments>http://abouteye.com/2008/11/01/adding-directory-indexing-to-apache-2/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 09:43:54 +0000</pubDate>
		<dc:creator>Ryan C. Merritt</dc:creator>
		
		<category><![CDATA[Apache Web Server]]></category>

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

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

		<guid isPermaLink="false">http://abouteye.com/?p=34</guid>
		<description><![CDATA[This is a guide on how to add Directory Indexing to Apache 2 to so that it will look just like Apache 1.x Indexing with icons.
There are two different ways to do this if you have full root control over the entire server you can change the Apache 2 httpd.conf so that it will reflect [...]]]></description>
		<wfw:commentRss>http://abouteye.com/2008/11/01/adding-directory-indexing-to-apache-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing APF Firewall and BFD Brute Force Detection</title>
		<link>http://abouteye.com/2008/11/01/installing-apf-firewall-and-bfd-brute-force-detection/</link>
		<comments>http://abouteye.com/2008/11/01/installing-apf-firewall-and-bfd-brute-force-detection/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 08:05:20 +0000</pubDate>
		<dc:creator>Ryan C. Merritt</dc:creator>
		
		<category><![CDATA[Linux]]></category>

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

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

		<guid isPermaLink="false">http://abouteye.com/?p=24</guid>
		<description><![CDATA[This is a guide on how to install and configure a firewall on your server.  A firewall is one of the most import features of security on a server if NOT the MOST important.
First thing we are going to do is install APF (Advanced Policy Firewall) from R-fx Networks.
Log-in to the server with ssh [...]]]></description>
		<wfw:commentRss>http://abouteye.com/2008/11/01/installing-apf-firewall-and-bfd-brute-force-detection/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SSH Securing Root Disable Root Log-ins</title>
		<link>http://abouteye.com/2008/11/01/ssh-securing-root-disable-root-log-ins/</link>
		<comments>http://abouteye.com/2008/11/01/ssh-securing-root-disable-root-log-ins/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 07:16:42 +0000</pubDate>
		<dc:creator>Ryan C. Merritt</dc:creator>
		
		<category><![CDATA[Linux]]></category>

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

		<guid isPermaLink="false">http://abouteye.com/?p=18</guid>
		<description><![CDATA[This is a guide on how to add more security to your server by disabling root logins and change the standard port that ssh uses.
First thing we need to do is create a a user name that we are going to use that will be our new root login.
[root@dev ~]# /usr/sbin/adduser admin
-OR-
[root@dev ~]# useradd admin
You [...]]]></description>
		<wfw:commentRss>http://abouteye.com/2008/11/01/ssh-securing-root-disable-root-log-ins/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Root Login Notifier Script</title>
		<link>http://abouteye.com/2008/10/31/root-login-notifier-script/</link>
		<comments>http://abouteye.com/2008/10/31/root-login-notifier-script/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 08:52:22 +0000</pubDate>
		<dc:creator>Ryan C. Merritt</dc:creator>
		
		<category><![CDATA[Linux]]></category>

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

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

		<guid isPermaLink="false">http://abouteye.com/?p=10</guid>
		<description><![CDATA[I recently decided to write a Root Login Notifier Script this script checks every user that logs in as root or switches user to root against your firewall&#8217;s allowed hosts if the IP address of the root user is not in the allowed hosts list it silent sends an email to the address specified in [...]]]></description>
		<wfw:commentRss>http://abouteye.com/2008/10/31/root-login-notifier-script/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
