<?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</title>
	<atom:link href="http://www.101tech.net/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>Missing &#8220;sync with google&#8221; on mac os 10.5.8 address book</title>
		<link>http://www.101tech.net/2010/02/04/missing-sync-with-google-on-mac-os-10-5-8-address-book/</link>
		<comments>http://www.101tech.net/2010/02/04/missing-sync-with-google-on-mac-os-10-5-8-address-book/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 17:30:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=343</guid>
		<description><![CDATA[If you want to sync your address book to google, you can do it directly from your address book.
some Leopard macs will not show this options and the following will fix it.
Open terminal
Copy and paste the following:

echo "\"{ Devices = { red-herring = { 'Family ID' = 10001; }; }; }\"" >>
~/Library/Preferences/com.apple.iPod.plist

quit/start your address book
]]></description>
		<wfw:commentRss>http://www.101tech.net/2010/02/04/missing-sync-with-google-on-mac-os-10-5-8-address-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean up your mac caches</title>
		<link>http://www.101tech.net/2010/02/04/clean-up-your-mac-caches/</link>
		<comments>http://www.101tech.net/2010/02/04/clean-up-your-mac-caches/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 12:39:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Two Events]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=339</guid>
		<description><![CDATA[This is an aggressive fix, but one I had to take after numerous ( thousands ) or syslog errors : 
2/3/10 6:08:50 PM	com.apple.launchd.peruser.502[407]	(com.akamai.client.plist) Throttling respawn: Will start in 10 seconds
2/3/10 6:08:59 PM	[0x0-0x12012].com.adiumX.adiumX[452]	(process:452): Json-CRITICAL **: json_node_get_int: assertion `node != NULL' failed
2/3/10 6:09:00 PM	com.apple.launchd.peruser.502[407]	(com.akamai.client.plist[6584]) Bug: launchd_core_logic.c:4103 (23932):13
2/3/10 6:09:00 PM	com.apple.launchd.peruser.502[407]	(com.akamai.client.plist[6584]) posix_spawn("/Applications/Akamai/loader.pl", ...): No such file or directory
2/3/10 6:09:00 [...]]]></description>
		<wfw:commentRss>http://www.101tech.net/2010/02/04/clean-up-your-mac-caches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>
