<?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; Linux</title>
	<atom:link href="http://www.101tech.net/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.101tech.net</link>
	<description>IT Solutions Done Right!</description>
	<lastBuildDate>Tue, 03 Jan 2012 16:12:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>APG ( automated password generator ) runs slow on CentOS</title>
		<link>http://www.101tech.net/2011/11/01/apg-automated-password-generator-runs-slow-on-centos/</link>
		<comments>http://www.101tech.net/2011/11/01/apg-automated-password-generator-runs-slow-on-centos/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 18:21:16 +0000</pubDate>
		<dc:creator>moti</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=476</guid>
		<description><![CDATA[<a href="http://www.101tech.net/2011/11/01/apg-automated-password-generator-runs-slow-on-centos/" title="APG ( automated password generator ) runs slow on CentOS"></a>I use apg to generate random password all the time. On a new vpn server I built, apg was taking a long time to generate a pass, I traced it back to &#8220;not enough entropy&#8221; You can see how much &#8230;<p class="read-more"><a href="http://www.101tech.net/2011/11/01/apg-automated-password-generator-runs-slow-on-centos/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.101tech.net/2011/11/01/apg-automated-password-generator-runs-slow-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 5.4 &#8211; install oracle client</title>
		<link>http://www.101tech.net/2009/10/22/centos-5-4-install-oracle-client/</link>
		<comments>http://www.101tech.net/2009/10/22/centos-5-4-install-oracle-client/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 02:31:39 +0000</pubDate>
		<dc:creator>moti</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=316</guid>
		<description><![CDATA[<a href="http://www.101tech.net/2009/10/22/centos-5-4-install-oracle-client/" title="CentOS 5.4 - install oracle client "></a>oracle install will need : yum install xorg-x11-deprecated-libs]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/10/22/centos-5-4-install-oracle-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 5 &#8211; add dag repo</title>
		<link>http://www.101tech.net/2009/10/22/centos-5-add-dag-repo/</link>
		<comments>http://www.101tech.net/2009/10/22/centos-5-add-dag-repo/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 20:38:04 +0000</pubDate>
		<dc:creator>moti</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=314</guid>
		<description><![CDATA[<a href="http://www.101tech.net/2009/10/22/centos-5-add-dag-repo/" title="CentOS 5 - add dag repo"></a>rpm -Uvh http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/10/22/centos-5-add-dag-repo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu &#8211; openvpn client does not update resolve.conf</title>
		<link>http://www.101tech.net/2009/08/20/ubuntu-openvpn-client-does-not-update-resolve-conf/</link>
		<comments>http://www.101tech.net/2009/08/20/ubuntu-openvpn-client-does-not-update-resolve-conf/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 18:03:28 +0000</pubDate>
		<dc:creator>moti</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=296</guid>
		<description><![CDATA[<a href="http://www.101tech.net/2009/08/20/ubuntu-openvpn-client-does-not-update-resolve-conf/" title="ubuntu - openvpn client does not update resolve.conf"></a>install resolvconf : sudo apt-get install resolvconf add to your openvpn client config : up /etc/openvpn/update-resolv-conf down /etc/openvpn/update-resolv-conf]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/08/20/ubuntu-openvpn-client-does-not-update-resolve-conf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>moti</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[<a href="http://www.101tech.net/2009/07/22/linux-ha-crm-commands/" title="Linux HA - CRM commands "></a>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 &#8230;<p class="read-more"><a href="http://www.101tech.net/2009/07/22/linux-ha-crm-commands/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/07/22/linux-ha-crm-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

