<?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>Tue, 20 Jul 2010 19:45:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>[Note] Slave I/O thread: Failed reading log event, reconnecting to retry, log &#8216;server-bin.000001&#8242; at postion</title>
		<link>http://www.101tech.net/2010/07/20/note-slave-io-thread-failed-reading-log-event-reconnecting-to-retry-log-server-bin-000001-at-postion/</link>
		<comments>http://www.101tech.net/2010/07/20/note-slave-io-thread-failed-reading-log-event-reconnecting-to-retry-log-server-bin-000001-at-postion/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 19:45:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=376</guid>
		<description><![CDATA[I&#8217;ve got this on one of my mysql powerdns replication slaves. I restored the server from another slave and forgot to change the server-id in my.cnf. hope it saves someone sometime &#8230;]]></description>
		<wfw:commentRss>http://www.101tech.net/2010/07/20/note-slave-io-thread-failed-reading-log-event-reconnecting-to-retry-log-server-bin-000001-at-postion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Apps BES Connector : Invalid Credentials. Please try again</title>
		<link>http://www.101tech.net/2010/07/09/google-apps-bes-connector-invalid-credentials-please-try-again/</link>
		<comments>http://www.101tech.net/2010/07/09/google-apps-bes-connector-invalid-credentials-please-try-again/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 12:23:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=374</guid>
		<description><![CDATA[Make sure your time on the BES server is correct &#8230;]]></description>
		<wfw:commentRss>http://www.101tech.net/2010/07/09/google-apps-bes-connector-invalid-credentials-please-try-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create ISO in MacOS</title>
		<link>http://www.101tech.net/2010/07/07/create-iso-in-macos/</link>
		<comments>http://www.101tech.net/2010/07/07/create-iso-in-macos/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 14:04:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=371</guid>
		<description><![CDATA[open terminal ( of course ) # get drive name $ drutil status #un mount $ diskutil unmountDisk /dev/disk1 #make iso $ dd if=/dev/disk1 of=file.iso bs=2048 #test iso $ hdid file.iso kudos to the original post]]></description>
		<wfw:commentRss>http://www.101tech.net/2010/07/07/create-iso-in-macos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete all OSSIM incidents</title>
		<link>http://www.101tech.net/2010/04/08/delete-all-ossim-incidents/</link>
		<comments>http://www.101tech.net/2010/04/08/delete-all-ossim-incidents/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 12:38:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OSSIM]]></category>
		<category><![CDATA[IDS]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SIEM]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=361</guid>
		<description><![CDATA[If you&#8217;re just starting out with OSSIM, chances are you have thousands of incidents due to misconfiguration. One way to &#8220;start fresh&#8221; is to to launch ossim-db and run the following : DELETE FROM incident; This will delete ALL incidents and tickets. Note: Backup first, and keep that backup for reference.]]></description>
		<wfw:commentRss>http://www.101tech.net/2010/04/08/delete-all-ossim-incidents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issues with FTP on CentOS 5.4</title>
		<link>http://www.101tech.net/2010/04/07/issues-with-ftp-on-centos-5-4/</link>
		<comments>http://www.101tech.net/2010/04/07/issues-with-ftp-on-centos-5-4/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 18:42:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=359</guid>
		<description><![CDATA[If you&#8217;re getting &#8220;data connection refused errors&#8221; when trying to ftp onto a CentOS box, make sure your ip_conntrack_ftp is loaded. The default RH/CentOS iptables script includes a conntrack statement : -A RH-Firewall-1-INPUT -m state &#8211;state ESTABLISHED,RELATED -j ACCEPT but does not load the ftp module. to fix on the fly run : modprove ip_conntrack_ftp [...]]]></description>
		<wfw:commentRss>http://www.101tech.net/2010/04/07/issues-with-ftp-on-centos-5-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
