<?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; Open Source</title>
	<atom:link href="http://www.101tech.net/category/open-source/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>ldap_add: Invalid syntax (21) &#8211; fix</title>
		<link>http://www.101tech.net/2010/01/21/ldap_add-invalid-syntax-21-fix/</link>
		<comments>http://www.101tech.net/2010/01/21/ldap_add-invalid-syntax-21-fix/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 18:08:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[LDAP]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=334</guid>
		<description><![CDATA[This error was driving me nuts:
ldap_add: Invalid syntax (21)
	additional info: objectClass: value #0 invalid per syntax
despite looking at my ldif a hundred times, until I relized my perl script added white space at the end of the line &#8230;. 
        print "objectClass: top\n";
	print "objectClass: person \n";
	print "objectClass: organizationalPerson [...]]]></description>
		<wfw:commentRss>http://www.101tech.net/2010/01/21/ldap_add-invalid-syntax-21-fix/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>admin</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[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>admin</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[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>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>swaks &#8211; mail server testing tool</title>
		<link>http://www.101tech.net/2009/07/08/swaks-mail-server-testing-tool/</link>
		<comments>http://www.101tech.net/2009/07/08/swaks-mail-server-testing-tool/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 06:24:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Qmail]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Mail Servers]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=281</guid>
		<description><![CDATA[If you dont like using telnet to test a remote or local smtp server , swaks is a neat little tool to do the job for you.
its also available ( suprise suprise &#8230; ) in the freebsd ports : /usr/ports/mail/swaks. 
found it first here
]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/07/08/swaks-mail-server-testing-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
