<?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>KutuKupret &#187; redhat</title>
	<atom:link href="http://www.kutukupret.com/category/redhat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kutukupret.com</link>
	<description>My Colourful Website ;)</description>
	<lastBuildDate>Tue, 10 Jan 2012 03:58:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Postfix, Realtime Maildir Replication Using Dual-primary DRBD with OCFS2</title>
		<link>http://www.kutukupret.com/2011/06/19/postfix-realtime-maildir-replication-using-dual-primary-drbd-with-ocfs2/</link>
		<comments>http://www.kutukupret.com/2011/06/19/postfix-realtime-maildir-replication-using-dual-primary-drbd-with-ocfs2/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 05:56:59 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[load balance]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[drbd]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[maildir]]></category>
		<category><![CDATA[ocfs2]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=1361</guid>
		<description><![CDATA[As I&#8217;ve been written on my previous post about Maildir Replication using ChironFS in postfix, I will explain step by step it can also be done by using drbd and ocfs2. Compiling &#38; Installing note: if your Linux distribution is shipped with a kernel older than 2.6.33 you have to install a kernel module package <a href='http://www.kutukupret.com/2011/06/19/postfix-realtime-maildir-replication-using-dual-primary-drbd-with-ocfs2/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2011/06/19/postfix-realtime-maildir-replication-using-dual-primary-drbd-with-ocfs2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora Build xtables-addons1-1.24 RPM Package With Build Options</title>
		<link>http://www.kutukupret.com/2010/04/09/fedora-build-xtables-addons1-1-24-rpm-package-with-build-options/</link>
		<comments>http://www.kutukupret.com/2010/04/09/fedora-build-xtables-addons1-1-24-rpm-package-with-build-options/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 10:59:56 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[xtables-addons]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=843</guid>
		<description><![CDATA[Continuing previous article about Building xtables-addons1-1.24 RPM Package, Now added feature which allow us to build the package with optionsfor example: With this command, only ACCOUNT,ipset,geoip modules would be built, other xtables-addons modules are not built(discarded) Availble options: Here&#8217;s xtables-addons.spec file As usual, test first before applying on production server]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2010/04/09/fedora-build-xtables-addons1-1-24-rpm-package-with-build-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling Postfix-2.7.0 As RPM Package</title>
		<link>http://www.kutukupret.com/2010/02/08/compiling-postfix-2-7-0-as-rpm-package/</link>
		<comments>http://www.kutukupret.com/2010/02/08/compiling-postfix-2-7-0-as-rpm-package/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 05:43:54 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[postfix-2.7.0]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[rpmbuild]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=809</guid>
		<description><![CDATA[I used to have Simon J. Mudd when building postfix rpm package, but seems he&#8217;s not releasing official postfix 2.7.0 yet, here&#8217;s a way for impatient one First make RedHat Linux the standard directory structure in our homedir Create .rpmmacros file Create tempoerary working directory for postfix Now download postfix-2.7.0 from official website Download postfix <a href='http://www.kutukupret.com/2010/02/08/compiling-postfix-2-7-0-as-rpm-package/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2010/02/08/compiling-postfix-2-7-0-as-rpm-package/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Centos 5 and IPv6 (IPv6-in-IPv4 tunneling)</title>
		<link>http://www.kutukupret.com/2009/07/05/centos-5-and-ipv6-ipv6-in-ipv4-tunneling/</link>
		<comments>http://www.kutukupret.com/2009/07/05/centos-5-and-ipv6-ipv6-in-ipv4-tunneling/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 06:50:23 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[vlan]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[tunnel]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=79</guid>
		<description><![CDATA[Step 1: Register Account at Freenet6 Step 2: Download Gateway6 Client Step 3: Compile source rpm and install Step 4: Configure edit Step 5: Start freenet6 client Step 6: Check tunnel device with encapsulation IPv6-in-IPv4 Step 7: Test it done!]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2009/07/05/centos-5-and-ipv6-ipv6-in-ipv4-tunneling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>802.1q Non Native VLAN Tagging di CENTOS 4</title>
		<link>http://www.kutukupret.com/2009/07/01/8021q-non-native-vlan-tagging-on-centos-5/</link>
		<comments>http://www.kutukupret.com/2009/07/01/8021q-non-native-vlan-tagging-on-centos-5/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 02:31:37 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[vlan]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=76</guid>
		<description><![CDATA[Pertama, install packet vconfig, dan kernel harus support vlan (8021q) module. Copy konfigurasi eth yg sudah ada edit ifcfg-eth0 menjadi seperti ini edit ifcfg-eth0.9 menjadi seperti ini (sesuaikan dengan ip/network/netmask milik anda) Restart network that&#8217;s it]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2009/07/01/8021q-non-native-vlan-tagging-on-centos-5/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Configure Your NIC&#8217;s IP Address</title>
		<link>http://www.kutukupret.com/2008/07/22/how-to-configure-your-nics-ip-address/</link>
		<comments>http://www.kutukupret.com/2008/07/22/how-to-configure-your-nics-ip-address/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 04:30:27 +0000</pubDate>
		<dc:creator>leenoux</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[nic]]></category>

		<guid isPermaLink="false">http://www.kutukupret.com/?p=56</guid>
		<description><![CDATA[You need to know all the steps needed to configure IP addresses on a NIC card. Web site shopping cart applications frequently need an additional IP address dedicated to them. You also might need to add a secondary NIC interface to your server to handle data backups. Last but not least, you might just want <a href='http://www.kutukupret.com/2008/07/22/how-to-configure-your-nics-ip-address/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.kutukupret.com/2008/07/22/how-to-configure-your-nics-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 7/37 queries in 0.029 seconds using memcached
Object Caching 1026/1117 objects using xcache

Served from: www.kutukupret.com @ 2012-02-10 05:39:52 -->
