<?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>usefulgeek &#187; projects</title>
	<atom:link href="http://www.usefulgeek.com/blog/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usefulgeek.com/blog</link>
	<description>rants, reviews and kind hearted messages from some geeks</description>
	<lastBuildDate>Mon, 19 Jul 2010 16:48:21 +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>Open Source storage server</title>
		<link>http://www.usefulgeek.com/blog/2009/10/open-source-storage-server/</link>
		<comments>http://www.usefulgeek.com/blog/2009/10/open-source-storage-server/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 02:29:28 +0000</pubDate>
		<dc:creator>jonmoore</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openfiler]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.usefulgeek.com/blog/?p=152</guid>
		<description><![CDATA[This is not going to be a full review, but more a general take on things.
Since moving from VMware Server to ESXi to host my virtual machines, I&#8217;ve been very interested in looking into some more of the advanced features of ESX and ESXi yet most of these require iSCSI.  I remember from a few [...]


Related posts:<ol><li><a href='http://www.usefulgeek.com/blog/2009/10/remove-bonded-interface-in-openfiler/' rel='bookmark' title='Permanent Link: Remove bonded interface in OpenFiler'>Remove bonded interface in OpenFiler</a> <small>I decided to try and use NIC bonding in OpenFiler...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This is not going to be a full review, but more a general take on things.</p>
<p>Since moving from VMware Server to ESXi to host my virtual machines, I&#8217;ve been very interested in looking into some more of the advanced features of ESX and ESXi yet most of these require iSCSI.  I remember from a few years back using <a href="http://openfiler.com/">Openfiler</a> to do some simple samba file sharing, and remembered it supported iSCSI as one method of giving out storage.</p>
<p>Now, I&#8217;ve yet to use any of the features of ESX that require iSCSI, or even setup <a href="http://openfiler.com/">Openfiler</a> to export storage via iSCSI, but I have been using it for simple file sharing and must say I&#8217;m quite impressed.</p>
<p>Setup is a breeze, taking about 20 minutes on an older PC. Management is done almost entirely through a <a href="http://openfiler.com/products/screenshots/">web interface</a>, that is very easy to use.  Unlink many of the other appliance packages out there, the web interface is very simple and straight forward.  Very much impressed with that.</p>
<p>Over the next few months I&#8217;ll be exploring <a href="http://openfiler.com/">Openfiler</a> much more, and hopefully getting into some of it&#8217;s more advanced features including interface bonding, md devices and clustering.  I plan to keep updating as things more along.</p>


<p>Related posts:<ol><li><a href='http://www.usefulgeek.com/blog/2009/10/remove-bonded-interface-in-openfiler/' rel='bookmark' title='Permanent Link: Remove bonded interface in OpenFiler'>Remove bonded interface in OpenFiler</a> <small>I decided to try and use NIC bonding in OpenFiler...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.usefulgeek.com/blog/2009/10/open-source-storage-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using source control for config management</title>
		<link>http://www.usefulgeek.com/blog/2009/04/using-source-control-for-config-management/</link>
		<comments>http://www.usefulgeek.com/blog/2009/04/using-source-control-for-config-management/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 20:13:26 +0000</pubDate>
		<dc:creator>jonmoore</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.usefulgeek.com/blog/?p=98</guid>
		<description><![CDATA[A project involving asterisk has forced me to find a way to help manage my configurations.  I&#8217;m going to give using subversion a go at helping me to keep some level of change control and really simple backups, and I&#8217;m going to share my thoughts on that here.  This post doesn&#8217;t have any [...]


Related posts:<ol><li><a href='http://www.usefulgeek.com/blog/2009/10/open-source-storage-server/' rel='bookmark' title='Permanent Link: Open Source storage server'>Open Source storage server</a> <small>This is not going to be a full review, but...</small></li>
<li><a href='http://www.usefulgeek.com/blog/2010/02/rewrite-incoming-callerid/' rel='bookmark' title='Permanent Link: Rewrite incoming CallerID'>Rewrite incoming CallerID</a> <small>We&#8217;re using asterisk, and as part of the dial plan,...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>A project involving asterisk has forced me to find a way to help manage my configurations.  I&#8217;m going to give using subversion a go at helping me to keep some level of change control and really simple backups, and I&#8217;m going to share my thoughts on that here.  This post doesn&#8217;t have any new details, it&#8217;s simply a way for me to remember to update <img src='http://www.usefulgeek.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Stay tuned.</p>


<p>Related posts:<ol><li><a href='http://www.usefulgeek.com/blog/2009/10/open-source-storage-server/' rel='bookmark' title='Permanent Link: Open Source storage server'>Open Source storage server</a> <small>This is not going to be a full review, but...</small></li>
<li><a href='http://www.usefulgeek.com/blog/2010/02/rewrite-incoming-callerid/' rel='bookmark' title='Permanent Link: Rewrite incoming CallerID'>Rewrite incoming CallerID</a> <small>We&#8217;re using asterisk, and as part of the dial plan,...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.usefulgeek.com/blog/2009/04/using-source-control-for-config-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
