<?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>101TECH &#187; CentOS</title>
	<atom:link href="http://www.101tech.net/tag/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.101tech.net</link>
	<description>IT Solutions Done Right!</description>
	<lastBuildDate>Fri, 26 Feb 2010 02:41:30 +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>Linux HA &#8211; CRM commands</title>
		<link>http://www.101tech.net/2009/07/22/linux-ha-crm-commands/</link>
		<comments>http://www.101tech.net/2009/07/22/linux-ha-crm-commands/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 08:01:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[cibadmin]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[Linux-HA]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=288</guid>
		<description><![CDATA[Small reminder as I always tend to forget these :
Dump the CRM cib db : 
cibadmin -Q  > cib.backup.xml
Modify a resource , dump the cib, modify the xml for the resources and then import using cibadmin -M 
cibadmin -V -M -o resources -x modified_resources.xml 
Add a resource , create the xml for the resource [...]]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/07/22/linux-ha-crm-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DRBD , Centos and unmount nfs resources</title>
		<link>http://www.101tech.net/2009/04/20/drbd-centos-and-unmount-nfs-resources/</link>
		<comments>http://www.101tech.net/2009/04/20/drbd-centos-and-unmount-nfs-resources/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 17:40:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[DRBD]]></category>
		<category><![CDATA[Linux-HA]]></category>
		<category><![CDATA[NFS]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=265</guid>
		<description><![CDATA[I have recently built a DRBD + Linux HA NFS cluster , part of the structure was to create a drbd disk resource and mount it on /var/lib/nfs. This allows to switch nfs over to the secondary node without getting &#8220;stale nfs handle&#8221; errors. Heartbeat was having a hardtime doing a clean umount of the [...]]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/04/20/drbd-centos-and-unmount-nfs-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mount ISO on Linux/FreeBSD</title>
		<link>http://www.101tech.net/2008/12/04/mount-iso-on-linux/</link>
		<comments>http://www.101tech.net/2008/12/04/mount-iso-on-linux/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 19:13:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/?p=102</guid>
		<description><![CDATA[On Linux
mount -o loop -t iso9660 path/to/iso.iso /mnt
On FreeBSD 
mdconfig -a -t vnode -f /isofile -u 0
mount -t cd9660 /dev/md0 /mnt

]]></description>
		<wfw:commentRss>http://www.101tech.net/2008/12/04/mount-iso-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yum Cheats</title>
		<link>http://www.101tech.net/2008/08/19/yum-cheats/</link>
		<comments>http://www.101tech.net/2008/08/19/yum-cheats/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 13:55:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Yum]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/?p=63</guid>
		<description><![CDATA[install with broken packages 
# yum -y install yum-skip-broken
]]></description>
		<wfw:commentRss>http://www.101tech.net/2008/08/19/yum-cheats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: Missing Dependency: libgaim.so.0 is needed by package nautilus-sendto</title>
		<link>http://www.101tech.net/2008/08/03/error-missing-dependency-libgaimso0-is-needed-by-package-nautilus-sendto/</link>
		<comments>http://www.101tech.net/2008/08/03/error-missing-dependency-libgaimso0-is-needed-by-package-nautilus-sendto/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 05:23:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/?p=43</guid>
		<description><![CDATA[tried installing gnome on CentOS using group installed and got the above error. there&#39;s a bug report and solutions for it here  : http://bugs.centos.org/view.php?id=2483
]]></description>
		<wfw:commentRss>http://www.101tech.net/2008/08/03/error-missing-dependency-libgaimso0-is-needed-by-package-nautilus-sendto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
