<?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>Linux Admin Zone</title>
	<atom:link href="http://linuxadminzone.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxadminzone.com</link>
	<description>Adding more reasons to celebrate Open Source.</description>
	<lastBuildDate>Tue, 02 Mar 2010 16:09:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting up a MySQL cluster 7.0 in Redhat based linux</title>
		<link>http://linuxadminzone.com/setting-up-a-mysql-cluster-7-0-in-redhat-based-linux/</link>
		<comments>http://linuxadminzone.com/setting-up-a-mysql-cluster-7-0-in-redhat-based-linux/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 10:40:05 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[mysql cluster]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=173</guid>
		<description><![CDATA[MySQL Cluster is used to provide high-availability, high-redundancy for the distributed computing environment. You might know that beginning with MySQL 5.1.24, support for the NDBCLUSTER storage engine was removed from the standard MySQL server binaries built by MySQL. Therefore, here I&#8217;m using MySQL Cluster edition instead of MySQL Community edition. I&#8217;m using 3 servers (1 [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/setting-up-a-mysql-cluster-7-0-in-redhat-based-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash script to backup essential log files of Linux Server</title>
		<link>http://linuxadminzone.com/bash-script-to-backup-essential-log-files-of-linux-server/</link>
		<comments>http://linuxadminzone.com/bash-script-to-backup-essential-log-files-of-linux-server/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 08:03:48 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[backup]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=171</guid>
		<description><![CDATA[Here&#8217;s small bash script to backup important log files from a server to a backup server. You should customize it per your environment. I&#8217;ve deployed this script in some hosts and its working fine for me but I&#8217;m not making any guarantee that this will work for you as well. 
Task: Two most imporant log [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/bash-script-to-backup-essential-log-files-of-linux-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickTip use exim for normal mail but stop for secure smtp server</title>
		<link>http://linuxadminzone.com/exim-for-normal-mail-but-stop-for-secure-smtp-server/</link>
		<comments>http://linuxadminzone.com/exim-for-normal-mail-but-stop-for-secure-smtp-server/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 07:38:57 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[mail]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[ssmtp]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=165</guid>
		<description><![CDATA[Isn&#8217;t this weird? most people ask how to configure a mail server for secure smtp but one of my friend told me that he has a server which running Exim mail server on both port 25 (normal) and port 465 (secure smtp) now he is facing difficulties because the SSL certificates which Exim uses are [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/exim-for-normal-mail-but-stop-for-secure-smtp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable ssl ver 2 in apache for pci compliance</title>
		<link>http://linuxadminzone.com/disable-ssl-ver-2-in-apache-for-pci-compliance/</link>
		<comments>http://linuxadminzone.com/disable-ssl-ver-2-in-apache-for-pci-compliance/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 16:36:51 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=157</guid>
		<description><![CDATA[You need to disable SSL ver 2 and enable SSL ver 3 in apache for PCI compliance. Its very easy to do. Following settings will set SSL ver 3 and also disable older/unsecure cipher suite in Redhat/centos/fedora Linux server:
1. Open /etc/httpd/conf.d/ssl.conf and add or if these lines already there, edit them as per follows:

## Disbale [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/disable-ssl-ver-2-in-apache-for-pci-compliance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting up mutiple MySQL Database servers on a single linux machine</title>
		<link>http://linuxadminzone.com/setting-up-mutiple-mysql-database-servers-on-a-single-linux-machine/</link>
		<comments>http://linuxadminzone.com/setting-up-mutiple-mysql-database-servers-on-a-single-linux-machine/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 09:35:53 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=149</guid>
		<description><![CDATA[One of my friend requested to setup two independent MySQL DB servers in his CentOS 5.4 server box. One MySQL (5.0.77) service was already running on the machine, So I had to install another one. Though, I dont recommend running multiple instances on a single server, instead due to cheap hardware you may better setup [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/setting-up-mutiple-mysql-database-servers-on-a-single-linux-machine/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>
