<?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>AdamHawkins.net &#187; CentOS</title>
	<atom:link href="http://www.adamhawkins.net/tag/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adamhawkins.net</link>
	<description></description>
	<lastBuildDate>Fri, 27 Aug 2010 13:54:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Regain Lost Root MySQL Access Permissions When Connecting From Localhost</title>
		<link>http://www.adamhawkins.net/2010/03/regain-lost-root-mysql-access-permissions-when-connecting-from-localhost/</link>
		<comments>http://www.adamhawkins.net/2010/03/regain-lost-root-mysql-access-permissions-when-connecting-from-localhost/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 00:34:16 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[HowTo's]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Root]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.adamhawkins.net/?p=761</guid>
		<description><![CDATA[To reset the root access from localhost for a MySQL instance, enter the following commands in a terminal with root/su privilages. # /etc/init.d/mysqld stop # mysqld_safe &#8211;skip-grant-tables &#38; # mysql -u root mysql&#62; use mysql; mysql&#62; CREATE USER &#8216;root&#8217;@'localhost&#8217; IDENTIFIED BY &#8216;yourpassword&#8217;; mysql&#62; GRANT ALL PRIVILEGES ON *.* TO &#8216;root&#8217;@'localhost&#8217; -&#62;     WITH GRANT OPTION; mysql&#62; [...]]]></description>
		<wfw:commentRss>http://www.adamhawkins.net/2010/03/regain-lost-root-mysql-access-permissions-when-connecting-from-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Open Source Makes You An Enemy Of The State</title>
		<link>http://www.adamhawkins.net/2010/02/using-open-source-makes-you-an-enemy-of-the-state/</link>
		<comments>http://www.adamhawkins.net/2010/02/using-open-source-makes-you-an-enemy-of-the-state/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 13:10:48 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Moral]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[RPM]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.adamhawkins.net/?p=746</guid>
		<description><![CDATA[The US copyright lobby has long argued against open source software &#8211; now Indonesia&#8217;s in the firing line for encouraging the idea in government departments. Traveller on a beach, Indonesia. Photograph: Sonny Tumbelaka/AFP/Getty It&#8217;s only Tuesday and already it&#8217;s been an interesting week for the world of digital rights. Not only did the British government [...]]]></description>
		<wfw:commentRss>http://www.adamhawkins.net/2010/02/using-open-source-makes-you-an-enemy-of-the-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>40 Linux Facts</title>
		<link>http://www.adamhawkins.net/2010/02/40-linux-facts/</link>
		<comments>http://www.adamhawkins.net/2010/02/40-linux-facts/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 21:51:50 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Facts]]></category>
		<category><![CDATA[Lesson]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.adamhawkins.net/?p=744</guid>
		<description><![CDATA[1. Linus Torvalds developed the Linux kernel while still a student at the University of Helsinki in 1991. 2. Last year, 75% of Linux code was developed by programmers working for corporations. 3. In December 2009, IBM announced a new mainframe system designed for Linux. 4. IBM chose Linux for what is expected to be [...]]]></description>
		<wfw:commentRss>http://www.adamhawkins.net/2010/02/40-linux-facts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Set Up a Secure Chrooted Jail with RSSH</title>
		<link>http://www.adamhawkins.net/2009/05/rssh-and-chrooted-jail-secured/</link>
		<comments>http://www.adamhawkins.net/2009/05/rssh-and-chrooted-jail-secured/#comments</comments>
		<pubDate>Sun, 31 May 2009 19:43:18 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[HowTo's]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[RPM]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.adamhawkins.net/?p=431</guid>
		<description><![CDATA[In this guide I will show you how to install and configure Restricted SSH (rssh) using the default port 22, create a chrooted jail for your users and how to properly secure it all afterwards. This method is tried and tested as I originally wrote this for my own benefit when building servers at work. [...]]]></description>
		<wfw:commentRss>http://www.adamhawkins.net/2009/05/rssh-and-chrooted-jail-secured/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Installing Retrospect Client on Linux Servers</title>
		<link>http://www.adamhawkins.net/2009/03/installing-retrospect-client-on-linux-servers/</link>
		<comments>http://www.adamhawkins.net/2009/03/installing-retrospect-client-on-linux-servers/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 11:52:09 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[HowTo's]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[RPM]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.adamhawkins.net/?p=344</guid>
		<description><![CDATA[Retrospect is a popular backup solution used by many large organizations, similar in functionality to Semantec Backup Exec. The main application is designed for Windows Server operating systems and includes clients for Windows, Linux, Mac OS, Solaris and Netware. These instructions are written for CentOS 5 and Red Hat Enterprise Linux 5 (not tested on [...]]]></description>
		<wfw:commentRss>http://www.adamhawkins.net/2009/03/installing-retrospect-client-on-linux-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
