<?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; Sys Admin</title>
	<atom:link href="http://www.101tech.net/category/sys-admin/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.1</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>Parse a csv file using perl</title>
		<link>http://www.101tech.net/2010/01/21/parse-a-csv-file-using-perl/</link>
		<comments>http://www.101tech.net/2010/01/21/parse-a-csv-file-using-perl/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 18:01:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=330</guid>
		<description><![CDATA[While parsing and converting some CSV files to ldif&#8217;s I needed a perl script, the Test::CSV module is helpful :

    #!/usr/bin/perl
    use strict;
    use warnings;
    use Text::CSV;
    my $file = &#8216;prospects.csv&#8217;;
    my $csv = Text::CSV->new();
   [...]]]></description>
		<wfw:commentRss>http://www.101tech.net/2010/01/21/parse-a-csv-file-using-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centos : permission denied when mounting nfs share from client</title>
		<link>http://www.101tech.net/2010/01/21/centos-permission-denied-when-mounting-nfs-share-from-client/</link>
		<comments>http://www.101tech.net/2010/01/21/centos-permission-denied-when-mounting-nfs-share-from-client/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 15:46:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=328</guid>
		<description><![CDATA[one thing to check is that /proc/nfs is there, if not , mount it.
mount -t nfsd nodev /proc/fs/nfsd
]]></description>
		<wfw:commentRss>http://www.101tech.net/2010/01/21/centos-permission-denied-when-mounting-nfs-share-from-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAC &#8211; Change default umask in Snow Leopard</title>
		<link>http://www.101tech.net/2009/12/22/mac-change-default-umask-in-snow-leopard/</link>
		<comments>http://www.101tech.net/2009/12/22/mac-change-default-umask-in-snow-leopard/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 16:35:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=319</guid>
		<description><![CDATA[echo "umask 002" >>  /etc/launchd-user.conf.
reboot
Read more about it here: apple kb

]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/12/22/mac-change-default-umask-in-snow-leopard/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>admin</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[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>
	</channel>
</rss>
