<?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>Esposito Technical Services - Blog</title>
	<atom:link href="http://www.j-espo.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.j-espo.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 08 Nov 2009 04:38:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>New Isn&#8217;t Always Worth It</title>
		<link>http://www.j-espo.com/blog/?p=26</link>
		<comments>http://www.j-espo.com/blog/?p=26#comments</comments>
		<pubDate>Wed, 25 Mar 2009 14:57:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.j-espo.com/blog/?p=26</guid>
		<description><![CDATA[Let&#8217;s face it, for most of us computers have been fast enough for the past several years. If you have an old computer that you are still trying to use, a &#8220;surplus&#8221; machine with the addition of Open Source Software can make a fine replacement. For example, here&#8217;s a $109 PC with a Windows XP [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s face it, for most of us computers have been fast enough for the past several years.  If you have an old computer that you are still trying to use, a &#8220;surplus&#8221; machine with the addition of Open Source Software can make a fine replacement.</p>
<p>For example, here&#8217;s a <a href="http://www.surpluscomputers.com/348157/dell-gx-p4-2.8ghz-512mb.html">$109 PC with a Windows XP license</a>. Add OpenOffice.org, Firefox, and a few other free apps and you have a solid day to day PC.  Could it use a bit more RAM? Sure.  Is the hard drive a bit small for a large movie or music library? Certainly.  Will it check email, edit photos, blog, and web surf fine?  Most Certainly.  And for most of us, that&#8217;s good enough!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.j-espo.com/blog/?feed=rss2&#038;p=26</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I don&#8217;t Pay for Backup Software</title>
		<link>http://www.j-espo.com/blog/?p=13</link>
		<comments>http://www.j-espo.com/blog/?p=13#comments</comments>
		<pubDate>Wed, 11 Feb 2009 00:55:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA["Free" Software]]></category>
		<category><![CDATA[Business Computing]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.j-espo.com/blog/?p=13</guid>
		<description><![CDATA[Here&#8217;s my secret: I don&#8217;t pay for Backup Software. With fast Internet connections, cheap disks, and Open Source Software, I just don&#8217;t see the need.  I&#8217;ve been running the web hosting side of this business for 2 years now.  This business started as a hobby.   Some friends were starting up companies, and needed help. [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s my secret:  I don&#8217;t pay for Backup Software.  With fast Internet connections, cheap disks, and <a href="http://opensource.org/">Open Source Software</a>, I just don&#8217;t see the need.</p>
<p> I&#8217;ve been running the web hosting side of this business for 2 years now.  This business started as a hobby.   <a href="http://www.geraldinenelson.com">Some </a><a href="http://www.radiancefinejewelry.com">friends </a>were starting up companies, and needed help.  I justified the expense by running IRC on the machine and chatting with friends.  Even with this hobby, I focused on data redundancy and backups.  </p>
<p>I had heard of and followed <a href="http://episteme.arstechnica.com/eve/forums/a/tpc/f/599009962631/m/279003894731">Leafy Host</a>, and didn&#8217;t want to go down that road, ever.  Enter <a href="http://samba.anu.edu.au/rsync/">Rsync </a>and <a href="http://www.openssh.com/">OpenSSH</a>.  </p>
<p><span id="more-13"></span></p>
<p>Every day I run a simple script that copies new files from the web server to the backup server.  The backup server itself contains redundant disks, but that&#8217;s another story.<br />
<code><br />
rsync  -av --progress  \<br />
--compress  --delete  --archive \<br />
--backup --backup-dir=`date +%Y%m%d` \<br />
/data username@hostname.com:/data/consulting/webserverbackup/<br />
</code><br />
There it is.  My script is a bit more complex, as it iterates over multiple directories, but this is the one that matters.  Not only does this transfer the files every day, but it saves a snapshot of the files removed since the day before in a directory with the date as a name.    </p>
<p>It works, it&#8217;s resiliant, and it&#8217;s free.  This technique works great with Linux, Solaris, or even Windows with the <a href="http://cygwin.org/">Cygwin Environment</a> installed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.j-espo.com/blog/?feed=rss2&#038;p=13</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>www.j-espo.com goes live</title>
		<link>http://www.j-espo.com/blog/?p=3</link>
		<comments>http://www.j-espo.com/blog/?p=3#comments</comments>
		<pubDate>Tue, 10 Feb 2009 02:15:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.j-espo.com/blog/?p=3</guid>
		<description><![CDATA[  I&#8217;m well on my way towards getting my new website up and running. Several evenings spent in front of the laptop have brought about the site and blog, skinned to look the same. My site is an example of how I like to work. By leveraging Creative Commons licensed templates (this one had a [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>I&#8217;m well on my way towards getting <a href="http://www.j-espo.com">my new website</a> up and running.  Several evenings spent in front of the laptop have brought about the site and blog, skinned to look the same.</p>
<p>My site is an example of how I like to work.  By leveraging Creative Commons licensed templates (this one had a requested $15 donation to remove the link back to the designer), I&#8217;m able to get the site protyped quickly.  I left the links in the css code, but didn&#8217;t want to link directly in the html in case the site turned NSFW or something.  <a href="http://www.nuviotemplates.com/">Here&#8217;s the link,</a> though if anyone&#8217;s interested:</p>
<p>The photography <a href="http://www.istockphoto.com">is stock</a>.  Since we&#8217;re just looking for web graphcis, the smallest $1 graphics are fine.  They are actually too big.</p>
<p><img src="http://www.j-espo.com/blog/wp-content/uploads/2009/02/code0022_1.gif" alt="code0022_1" title="code0022_1" width="600" height="149" class="aligncenter size-full wp-image-7" /></p>
<p>The hardest part of this project was modifying enough of the WordPress theme to match the theme of the site itself.  Besides that the site was chopped up, wrapped in PHP code to templatize it, and had some variables added to make it a bit smarter.</p>
<p>Still didn&#8217;t happen instantly, but we&#8217;re off and running in about 4-5 hours.  Not bad for $18 worth of expense.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.j-espo.com/blog/?feed=rss2&#038;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

