<?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>Rain City Story &#187; Linux Stuff</title>
	<atom:link href="http://www.raincitystory.com/wp/category/linux-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raincitystory.com/wp</link>
	<description></description>
	<lastBuildDate>Tue, 15 Sep 2009 20:21:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Pantech PX-500 EVDO Rev A Card on Linux</title>
		<link>http://www.raincitystory.com/wp/2007/05/31/pantech-px-500-evdo-rev-a-card-on-linux/</link>
		<comments>http://www.raincitystory.com/wp/2007/05/31/pantech-px-500-evdo-rev-a-card-on-linux/#comments</comments>
		<pubDate>Thu, 31 May 2007 19:03:36 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.raincitystory.com/wp/2007/05/31/pantech-px-500-evdo-rev-a-card-on-linux/</guid>
		<description><![CDATA[
Yes, you can use that Sprint EVDO Rev A Pantech PX-500 card on Ubuntu!&#160; Network credentials are stored on the card so all we need to do is make sure we have a couple of kernel modules loaded and write two simple scripts to get it all working.&#160; The PX-card has an OHCI compatible USB [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.raincitystory.com/wp/wp-content/uploads/2007/05/windowslivewriterpantechpx500evdorevacardonlinux-aee5px-500pantech34.jpg" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="240" src="http://www.raincitystory.com/wp/wp-content/uploads/2007/05/windowslivewriterpantechpx500evdorevacardonlinux-aee5px-500pantech-thumb14.jpg" width="128" align="right" border="0"></a>
<p>Yes, you can use that <a href="http://www.sprint.com/business/products/phones/PX500_allPcsPhones.html">Sprint EVDO Rev A Pantech PX-500 card</a> on Ubuntu!&nbsp; Network credentials are stored on the card so all we need to do is make sure we have a couple of kernel modules loaded and write two simple scripts to get it all working.&nbsp; The PX-card has an OHCI compatible USB bridge internally off of which hangs the CDC serial port so it&#8217;s pretty easy.</p>
<p>First make sure you&#8217;re running a recent kernel by running <em>uname -r</em> and a terminal prompt.</p>
<p>Then, insert the card and let&#8217;s make sure you have the necessary kernel modules loaded:</p>
<blockquote><p><a href="mailto:michael@feisty:~$">michael@feisty:~$</a> <em>sudo lsmod | grep cdc</em></p>
<p>cdc_acm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 15904 0</p>
<p>usbcore&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;134280 7 cdc_acm,ohci_hcd,xpad,usbhid,uhci_hcd,echi_hcd</p>
</blockquote>
<p>If your output matches the above, you already have the cdc_acm and ohci_hcd kernel modules loaded automatically.&nbsp;</p>
<p>1) Install the Sprint Connection software on Windows XP or Vista</p>
<p>2) Insert the card, choose yes to update the firmware and activate the card by calling Sprint and providing the necessary information.</p>
<p>3) Reboot into Linux and insert the card into a free PCMCIA slot.&nbsp; This tutorial will be done on Ubuntu 7.04 Feisty Fawn with kernel 2.6.20-16-generic.&nbsp; If you use the the 2.6.20 kernel, you won&#8217;t have to&nbsp;compile in&nbsp;any additonal modules.</p>
<p>4) We&#8217;ve already confirmed that we have the correct kernel modules above so now you&#8217;ll need to create two extra files using these steps:</p>
<blockquote><p><a href="mailto:michael@feisty:~$">michael@feisty:~$</a> <em>sudo vi /etc/ppp/peers/Sprint_EVDO</em></p>
<p>noauth <br /># Connection Script <br />connect &#8220;/usr/sbin/chat -v -f /etc/ppp/chatscripts/sprint-evdo&#8221;&nbsp; <br />defaultroute <br />replacedefaultroute <br />usepeerdns <br />/dev/ttyACM0 <br />230400 <br />local <br />novj</p>
<p><a href="mailto:michael@feisty:~$">michael@feisty:~$</a> <em>sudo mkdir /etc/ppp/chatscripts</em></p>
<p><a href="mailto:michael@feisty:~$">michael@feisty:~$</a> <em>cd /etc/ppp/chatscripts</em></p>
<p><a href="mailto:michael@fesity:~$">michael@fesity:~$</a> <em>sudo vi sprint-evdo</em></p>
<p>TIMEOUT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;5 <br />ABORT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#8217;\nBUSY\r&#8217; <br />ABORT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#8217;\nERROR\r&#8217; <br />ABORT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#8217;\nNO ANSWER\r&#8217; <br />ABORT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#8217;\nNO CARRIER\r&#8217; <br />ABORT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#8217;\nNO DIALTONE\r&#8217; <br />ABORT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#8217;\nRINGING\r\n\r\nRINGING\r&#8217; <br />&#8221;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \rAT <br />TIMEOUT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3 <br />OK&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ATE0V1&amp;F&amp;D2&amp;C1S0=0 <br />TIMEOUT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3 <br />OK&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ATS0=0 <br />TIMEOUT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3 <br />OK&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ATDT#777 <br />TIMEOUT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;20&nbsp; <br />CONNECT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#8221;"</p>
</blockquote>
<p>5) run this command to start the connection:</p>
<blockquote><p><a href="mailto:michael@feisty:~$">michael@feisty:~$</a> <em>/usr/sbin/pppd call Sprint_EVDO updetach</em></p>
</blockquote>
<p>And you&#8217;re good to go.&nbsp; Interestingly, I saw about 25% faster speeds consistently under Linux and XP compared to Vista.&nbsp; I know the card hasn&#8217;t been officially certified under Vista, but it&#8217;s not certified on Linux either and&nbsp;25% is&nbsp;a huge difference.&nbsp; Test your speed over at <a href="http://www.speedtest.net">Speedtest.net</a></p>
<p>P.S. You might get different results with another distribution (especially Suse) and kernel but if you are still having problems, drop me a line at&nbsp;mikebuckingham at gmail dot com&nbsp;and I&#8217;ll try and help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raincitystory.com/wp/2007/05/31/pantech-px-500-evdo-rev-a-card-on-linux/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Dell Starts Selling Machines with Linux Pre-Installed Today</title>
		<link>http://www.raincitystory.com/wp/2007/05/24/dell-starts-selling-machines-with-linux-pre-installed-today/</link>
		<comments>http://www.raincitystory.com/wp/2007/05/24/dell-starts-selling-machines-with-linux-pre-installed-today/#comments</comments>
		<pubDate>Thu, 24 May 2007 17:20:57 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Interesting News]]></category>
		<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.raincitystory.com/wp/2007/05/24/dell-starts-selling-machines-with-linux-pre-installed-today/</guid>
		<description><![CDATA[At 2 PM PST, Dell will start selling desktops and laptops with Ubuntu Linux pre-installed.&#160; I never actually thought I&#8217;d see this day to be honest.&#160; Sure, Linux is more than ready for the desktop, but not quite ready for me to install it for Mom.&#160; Still, this is huge and must have caused some [...]]]></description>
			<content:encoded><![CDATA[<p>At 2 PM PST, Dell will <a href="http://direct2dell.com/one2one/archive/category/1021.aspx">start selling</a> desktops and laptops with Ubuntu Linux pre-installed.&nbsp; I never actually thought I&#8217;d see this day to be honest.&nbsp; Sure, Linux is more than ready for the desktop, but not quite ready for me to install it for Mom.&nbsp; Still, this is huge and must have caused some serious riffs with the folks in Redmond.&nbsp; <a href="http://www.raincitystory.com/wp/wp-content/uploads/2007/05/windowslivewriterdellstartssellingmachineswithlinuxpreins-9d6dubuntu-dell31.jpg" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="185" src="http://www.raincitystory.com/wp/wp-content/uploads/2007/05/windowslivewriterdellstartssellingmachineswithlinuxpreins-9d6dubuntu-dell-thumb11.jpg" width="350" align="left" border="0"></a> Though I&#8217;ve used Linux on servers since late 1998, I&#8217;ve only been using it on my desktop for the past couple of years and never once thought of putting it on a laptop because if the lack of quality open source drivers for wireless cards.&nbsp; That all changed with the release of <a href="http://www.ubuntu.com/">Ubuntu 7.04, Feisty Fawn</a>.&nbsp; Prior to relocating to Colorado Springs, I purchased a laptop with Windows Vista Premium on it for the road trip and found that the laptop was not ready for Vista.&nbsp; The drivers for the screen, keyboard and wireless card never worked properly and it was only out of a troubleshooting session that I decided to install Linux to see if the blank screen was the fault of the OS.&nbsp;</p>
<p>Not only did Ubuntu install beautifully, but it recognized my wireless card and I only had to put in my WPA key to make it work.&nbsp; Hibernation also works incredibly well whereas if I did that in Vista, I&#8217;d have to start in safe mode and reboot.&nbsp;&nbsp;<a href="http://www.raincitystory.com/wp/wp-content/uploads/2007/05/windowslivewriterdellstartssellingmachineswithlinuxpreins-9d6dpenguin3.gif" atomicselection="true"><img height="68" src="http://www.raincitystory.com/wp/wp-content/uploads/2007/05/windowslivewriterdellstartssellingmachineswithlinuxpreins-9d6dpenguin-thumb1.gif" width="54" align="right"></a> I&#8217;m incredibly excited about Dell&#8217;s move and it kills me to not buy one today to support the cause and reward a company for finally getting it.&nbsp; But I don&#8217;t think the boss (Amy) really cares about the FOSS movement so it will have to wait for a few days.&nbsp; Ok, weeks.&nbsp; You&#8217;re right honey, years.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raincitystory.com/wp/2007/05/24/dell-starts-selling-machines-with-linux-pre-installed-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.06 Released</title>
		<link>http://www.raincitystory.com/wp/2007/01/06/wordpress-206-released/</link>
		<comments>http://www.raincitystory.com/wp/2007/01/06/wordpress-206-released/#comments</comments>
		<pubDate>Sun, 07 Jan 2007 00:52:06 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.raincitystory.com/wp/2007/01/06/wordpress-206-released/</guid>
		<description><![CDATA[
Yesterday Wordpress released a significant update to the world&#8217;s most popular CMS.  Mainly security fixes but also:
1) HTML quicktags now work in Safari browsers.
2) Comments are filtered to prevent long winded ones from hosing up your well crafted blog layout.
3) Compatibility with PHP/FastCGI environments
And while I&#8217;m  on this subject, you should checkout Nixcraft&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image389" src="http://www.raincitystory.com/wp/wp-content/uploads/2006/10/wp_logo_new.jpg" alt="wp_logo_new.jpg" /></p>
<p>Yesterday Wordpress <a href="http://wordpress.org/development/2007/01/wordpress-206/">released a significant update</a> to the world&#8217;s most popular CMS.  Mainly security fixes but also:</p>
<p><strong>1) HTML quicktags now work in Safari browsers.</strong><br />
<strong>2) Comments are filtered to prevent long winded ones from hosing up your well crafted blog layout.</strong><br />
<strong>3) Compatibility with PHP/FastCGI environments</strong></p>
<p>And while I&#8217;m  on this subject, you should checkout <a href="http://www.cyberciti.biz/tips/howto-upgrade-wordpress-from-linux-unix-shell-prompt.html">Nixcraft&#8217;s guide to upgrading Wordpress</a> in three simple steps via the command line.  I used it to upgrade the three Wordpress installations I manage on this server and was able to do all three in under 6 minutes (the longest thing was tarring up the directories).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raincitystory.com/wp/2007/01/06/wordpress-206-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cloning That Perfect Ubuntu Setup</title>
		<link>http://www.raincitystory.com/wp/2007/01/05/cloning-that-perfect-ubuntu-setup/</link>
		<comments>http://www.raincitystory.com/wp/2007/01/05/cloning-that-perfect-ubuntu-setup/#comments</comments>
		<pubDate>Sat, 06 Jan 2007 00:05:09 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.raincitystory.com/wp/2007/01/05/cloning-that-perfect-ubuntu-setup/</guid>
		<description><![CDATA[
After recently ending my three year love affair with Gentoo, I moved to Ubuntu when I found Mint, an Ubuntu based distribution that comes preloaded with all the codecs necesary to enjoy multimedia as well as some other tweaks.  Debian&#8217;s dpkg/apt package manager is by far the best in the biz (yes, even better [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image475" src="http://www.raincitystory.com/wp/wp-content/uploads/2007/01/deb-logo.png" alt="deb-logo.png" /></p>
<p>After recently ending my three year love affair with <a href="http://www.gentoo.org/">Gentoo</a>, I moved to Ubuntu when I found <a href="http://lt.k1011.nutime.de/">Mint</a>, an Ubuntu based distribution that comes preloaded with all the codecs necesary to enjoy multimedia as well as some other tweaks.  <a href="http://www.debian.org/">Debian&#8217;s</a> dpkg/apt package manager is by far the best in the biz (yes, even better than portage), but I had stayed away from Ubuntu because 1) it&#8217;s so popular 2) I hate that damn brown theme and 3) it took me a half day of &#8220;apt-get install&#8221; -ing just to play a damn mp3 file.  I understand why but please don&#8217;t drag me down into your ideology war RMS.</p>
<p>With Mint, it&#8217;s just install and play!  That being said, you&#8217;ll still need to install some stuff like smbfs (to mount your NAS smb shares), nmap, sshfs, etc, but once you&#8217;ve got it absolutely perfect, you can clone it easily.</p>
<p>While doing some research for this post, I found some crazy ass 50 line awk scrtipts and choked on my Mountain Dew more than once.  I&#8217;ve got a better method and no, this doesn&#8217;t involve the use of dd (which I&#8217;m thinking of writing a lengthly post on since I have some time).  The idea here is just to export all of the packages I currently have into a text file and then use dpkg to install those on any other debian based machine.</p>
<p>Run this to ask dpkg to export all of your installed packages into a text list:<br />
<code><br />
sudo dpkg --get-selections > installed_packages.txt<br />
</code></p>
<p>On the new machine, copy installed packages.txt to / and use dpkg to import and have apt-get install these packages (after you&#8217;ve run apt-get update and apt-get upgrade of course):<br />
<code><br />
sudo dpkg --set-selections < installed_packages.txt<br />
</code></p>
<p>Then do apt-get update and apt-get upgrade and you're done!</p>
<p>(Source:  <a href="http://www.knoppix.net/wiki/Dpkg">Knoppix Wiki</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raincitystory.com/wp/2007/01/05/cloning-that-perfect-ubuntu-setup/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Firefox 2 Released</title>
		<link>http://www.raincitystory.com/wp/2006/10/24/firefox-2-release/</link>
		<comments>http://www.raincitystory.com/wp/2006/10/24/firefox-2-release/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 05:15:09 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.raincitystory.com/wp/2006/10/24/firefox-2-release/</guid>
		<description><![CDATA[
Firefox 2 was released today (not yesterday as reported by most of the tech news sites).  Get it for Windows, Linux and Mac OS X (I&#8217;m having a problem compiling it on my Gentoo Linux box though).
Notable Improvements that I think you&#8217;ll notice:
1) Page rendering speed (I actually noticed)
2) Visual Refresh: Firefox 2&#8217;s theme [...]]]></description>
			<content:encoded><![CDATA[<p><a class="imagelink" href="http://www.mozilla.com/en-US/firefox/" title="firefox2_release.png"><img id="image381" src="http://www.raincitystory.com/wp/wp-content/uploads/2006/10/firefox2_release.png" alt="firefox2_release.png" /></a></p>
<p>Firefox 2 was <a href="http://www.mozilla.com/en-US/firefox/">released</a> today (<a href="http://http://weblogs.mozillazine.org/preed/2006/10/the_antirelease.html">not yesterday</a> as reported by most of the tech news sites).  Get it for Windows, Linux and Mac OS X (I&#8217;m having a problem compiling it on my <a href="http://www.gentoo.org/">Gentoo Linux</a> box though).</p>
<p>Notable Improvements that I think you&#8217;ll notice:<br />
<strong>1) </strong>Page rendering speed (I actually noticed)</p>
<p><strong>2)</strong> Visual Refresh: Firefox 2&#8217;s theme and user interface have been updated to improve usability without altering the familiarity of the browsing experience.</p>
<p><strong>3)</strong> Improved tabbed browsing: By default, Firefox will open links in new tabs instead of new windows, and each tab will now have a close tab button. Power users who open more tabs than can fit in a single window will see arrows on the left and right side of the tab strip that let them scroll back and forth between their tabs. The History menu will keep a list of recently closed tabs, and a shortcut lets users quickly re-open an accidentally closed tab.</p>
<p><strong>4)</strong> Resuming your browsing session: The Session Restore feature restores windows, tabs, text typed in forms, and in-progress downloads from the last user session. It will be activated automatically when installing an application update or extension, and users will be asked if they want to resume their previous session after a system crash.  This is already a feature of <a href="http://www.opera.com/">Opera</a> but is incredibly annoying at work as it tries ot authenticate 15 pages at once upon startup.</p>
<p><strong>5)</strong> Inline spell checking: A new built-in spell checker enables users to quickly check the spelling of text entered into Web forms (like this one) without having to use a separate application.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raincitystory.com/wp/2006/10/24/firefox-2-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The (FreeBSD) Devil Went Down To Texas&#8230;</title>
		<link>http://www.raincitystory.com/wp/2006/10/24/the-freebsd-devil-went-down-to-texas/</link>
		<comments>http://www.raincitystory.com/wp/2006/10/24/the-freebsd-devil-went-down-to-texas/#comments</comments>
		<pubDate>Tue, 24 Oct 2006 20:43:04 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.raincitystory.com/wp/2006/10/24/the-freebsd-devil-went-down-to-texas/</guid>
		<description><![CDATA[
http://rmitz.org/freebsd.daemon.html
If you use or know of the Free Berkeley Software Distribution of Unix distributions, laugh with me.  If not, move along, these are not the droids you&#8217;re looking for.
(via Reddit)
]]></description>
			<content:encoded><![CDATA[<p><img id="image379" src="http://www.raincitystory.com/wp/wp-content/uploads/2006/10/freebsd.png" alt="freebsd.png"/></p>
<p><a href="http://rmitz.org/freebsd.daemon.html">http://rmitz.org/freebsd.daemon.html</a></p>
<p>If you use or know of the <a href="http://www.freebsd.org/">Free Berkeley Software Distribution</a> of Unix distributions, laugh with me.  If not, move along, these are not the droids you&#8217;re looking for.</p>
<p>(<em>via <a href="http://www.reddit.com">Reddit</a></em>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raincitystory.com/wp/2006/10/24/the-freebsd-devil-went-down-to-texas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gettin&#8217; Out</title>
		<link>http://www.raincitystory.com/wp/2006/10/22/gettin-out/</link>
		<comments>http://www.raincitystory.com/wp/2006/10/22/gettin-out/#comments</comments>
		<pubDate>Sun, 22 Oct 2006 08:14:19 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Linux Stuff]]></category>

		<guid isPermaLink="false">http://www.raincitystory.com/wp/2006/10/22/gettin-out/</guid>
		<description><![CDATA[I&#8217;ve been managing Unix/Linux webservers now since 1999 and I&#8217;m closing the doors effective 12/1.  I got into the business originally to teach myself Linux and though I&#8217;ll never stop learning, I&#8217;ve accomplished what I&#8217;ve set out to do.  Another factor is the large amount of time I spend managing the servers and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been managing Unix/Linux webservers now since 1999 and I&#8217;m closing the doors effective 12/1.  I got into the business originally to teach myself Linux and though I&#8217;ll never stop learning, I&#8217;ve accomplished what I&#8217;ve set out to do.  Another factor is the large amount of time I spend managing the servers and how little most people appreciate my work.  I&#8217;m not talking about money but maybe a &#8220;<em>thanks for spending 14 hours fixing my mega borked perl script that took your cluster down and affected all of your other customers when I&#8217;ve never paid you a cent in five years though I&#8217;ve raked in thousands of dollars from Google Adsense</em>&#8221; would have been nice from time to time.  Some of my hosting customers (both paid and pro bono accounts) were great and helping them with their sites was a pleasure.</p>
<p>But the real reason is that I just wanna get my life back.  Earlier this year, I made a huge decision to leave a promising upper management position  and it has paid off so far.  So this is phase 2 of the life reclamation project.  I no longer want to have to limit my hiking or cycling or just hanging out with my friends just becuase one of my servers might do down or <a href="http://www.cpanel.net">Cpanel</a> is going to release a new version that will likely break <em>everything</em>.</p>
<p>Additionally, the market and economics have changed considerably.  What was once a pretty profitable and fun trade has become <a href="http://news.netcraft.com/archives/2006/10/17/price_competition_emerges_in_grid_hosting.html">a mere commodity</a> with the advent of affordable grid computing and cheap datacenter space.</p>
<p>This was an incredibly difficult decision (unlike the job thing) because this will have a significant impact on my paying and non-paying customers.  For all of my customers, I will refund every cent of the money you paid me in 2006 and will provide extensive migraion assistance (i.e. I will do it for you if needed) to minimize the impact.  The target date for shutdown is December 1st.  If you host a website with me, you have received an e-mail prior to this and I will be giving you a phone call on Monday.  I highlyrecommend the <a href="http://www.mediatemple.net/webhosting/gs/">GS product from MediaTemple</a>.  100 GBs of storage and 1 TB of monthly transfer.  Plus, these guys really know what they&#8217;re doing.  (note: I have no affiliation with MediaTemple nor received any compensation from them).  They&#8217;ve been around for a long time and have a great reputation.</p>
<p>As for this blog, it will likely relocate to Blogger or Typepad, details will follow soon and you will be able to read RCS without changing your bookmarks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raincitystory.com/wp/2006/10/22/gettin-out/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash 9 Player For Linux Released!</title>
		<link>http://www.raincitystory.com/wp/2006/10/18/flash-9-player-for-linux-released/</link>
		<comments>http://www.raincitystory.com/wp/2006/10/18/flash-9-player-for-linux-released/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 03:08:08 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.raincitystory.com/wp/2006/10/18/flash-9-player-for-linux-released/</guid>
		<description><![CDATA[Adboe has finally released Flash Player 9 for Linux.  Ok, so it&#8217;s only a pre-release version but seems to work fine for me and it&#8217;s about time.  A lot of sites had migrated to Flash 9 and us Linux users were SOL.
To install the Firefox plugin as root in the CLI:

# cd /usr/src
# [...]]]></description>
			<content:encoded><![CDATA[<p>Adboe has finally <a href="http://labs.adobe.com/downloads/flashplayer9.html">released</a> Flash Player 9 for Linux.  Ok, so it&#8217;s only a pre-release version but seems to work fine for me and it&#8217;s about time.  A lot of sites had migrated to Flash 9 and us Linux users were SOL.</p>
<p>To install the Firefox plugin as root in the CLI:</p>
<p><code><br />
# cd /usr/src<br />
# wget http://www.adobe.com/go/fp9_update_b1_installer_linuxplugin<br />
# tar -xzvf FP9_plugin_beta_101806.tar.gz<br />
# cd flash-player-plugin-9.0.21.55/<br />
# cp libflashplayer.so /usr/lib/mozilla-firefox-1.5.0.7/plugins<br />
</code></p>
<p>The above commands extracts the archive and copies the binary plugin to the Mozilla Firefox plugins directory.</p>
<p>Restart Firefox.  Enjoy.</p>
<p><img id="image375" src="http://www.raincitystory.com/wp/wp-content/uploads/2006/10/flas9player_linux.png" alt="flas9player_linux.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.raincitystory.com/wp/2006/10/18/flash-9-player-for-linux-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determine Your Most Frequently Used Linux/Unix Commands</title>
		<link>http://www.raincitystory.com/wp/2006/09/24/determine-your-most-frequently-used-linuxunix-commands/</link>
		<comments>http://www.raincitystory.com/wp/2006/09/24/determine-your-most-frequently-used-linuxunix-commands/#comments</comments>
		<pubDate>Mon, 25 Sep 2006 03:13:58 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Linux Stuff]]></category>

		<guid isPermaLink="false">http://www.raincitystory.com/wp/2006/09/24/determine-your-most-frequently-used-linuxunix-commands/</guid>
		<description><![CDATA[If you&#8217;re using the Bourne Again Shell (bash), type:
history&#124;awk '{print $2}'&#124;awk 'BEGIN {FS="&#124;"} {print $1}'&#124;sort&#124;uniq -c&#124;sort -r -n
This will print them commands you used most often to your terminal.  Why is this handy?  Well if you see a command that you use often and it&#8217;s fairly long, it might be time to make [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using the Bourne Again Shell (bash), type:</p>
<p><code>history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -r -n</code></p>
<p>This will print them commands you used most often to your terminal.  Why is this handy?  Well if you see a command that you use often and it&#8217;s fairly long, it might be time to make an alias or perhaps you see a group of commands that you can concatenate the output using pipes and a single alias.  You don&#8217;t need to be root to do this obviously but I happened to have a root terminal open on one of my webhosting machines to make this example.</p>
<p><img id="image356" src="http://www.raincitystory.com/wp/wp-content/uploads/2006/09/bash_history1.png" alt="bash_history1.png" /></p>
<p>In my example, you can see that I hit <a href="http://humdi.net/vnstat/">vnstat</a> (a simple yet incredibly accurate bandwith monitor) a lot in addition to a custom perl script I wrote to graph it&#8217;s output using <a href="http://oss.oetiker.ch/rrdtool/">rrdtool</a>.  I had some serious bandwidth concerns a few months ago due to a few of my customers&#8217; sites that had become incredibly popular in a very short period of time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raincitystory.com/wp/2006/09/24/determine-your-most-frequently-used-linuxunix-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insurance For Your Data</title>
		<link>http://www.raincitystory.com/wp/2006/09/06/insurance-for-your-data/</link>
		<comments>http://www.raincitystory.com/wp/2006/09/06/insurance-for-your-data/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 20:30:17 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.raincitystory.com/wp/2006/09/06/insurance-for-your-data/</guid>
		<description><![CDATA[
About a month ago, I had a terrible dream that there had been a fire in my house and though I&#8217;d managed to save the kids and Amy, I felt as if I&#8217;d lost something irreplaceable.  I didn&#8217;t actually solve that in the dream (from what I can remember) but on the way into [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="rsync_logo.png" src="http://www.raincitystory.com/mt/images/rsync_logo.png" width="186" height="63" /></p>
<p>About a month ago, I had a terrible dream that there had been a fire in my house and though I&#8217;d managed to save the kids and Amy, I felt as if I&#8217;d lost something irreplaceable.  I didn&#8217;t actually solve that in the dream (from what I can remember) but on the way into work the next day, I realized that I would have lost all my digital pictures and thousands of digital documents I had created over the past 10 years.  Sure, I&#8217;d been smart to back everything up multiple times on RAID 5 disk arrays (I&#8217;ve had many hard disks fail) but the problem was that all of this data was stored in one physical place.  A fire, flood or major earthquake would mean losing them forever.</p>
<p>Offsite storage isn&#8217;t new to me (I back up all of my client&#8217;s websites in two different locations (one East Coast and the other on the West Coast) which has saved my ass on a few occasions.  Also, at the time, I managed an Engineering group for a major ISP where we took data backup extrememely seriously.</p>
<p>My were requirements weren&#8217;t simple:</p>
<p>1) At least <a href="http://www.pcguide.com/ref/hdd/perf/raid/levels/singleLevel5-c.html">RAID 5</a> (preferably RAID 6 and NO SOFTWARE RAID)<br />
2) Secure datacenter in a geologically and politically stable part of the world<br />
3) Good, redundant connectivity<br />
4) Support for rsync, sftp, ssh, Webdavs, smb and fuse (specifically sshfs so I can mount it locally on my Linux box)<br />
5) A decent TOS (terms of service)</p>
<p>A week&#8217;s worth of searching led me to <a href="http://www.rsync.net/">rsync.net</a>.  They&#8217;re a little pricey ($1.80 per gig per month) but these guys know what they&#8217;re doing and only doing this one thing (most other providers also did shared web hosting).  They have a <a href="http://www.rsync.net/resources/notices/tos.html">TOS</a> that really favors the privacy of the customer and secure file transfer is their priority.  They support all the protocols I required above and just yesterday added Dupliclity which is basically rsync + gpg.  Kick ass.</p>
<p>I&#8217;ve been using them for a little over 3 weeks now and they get 5 stars.  <a href="http://fuse.sourceforge.net/sshfs.html">SSHFS</a> mounting has worked flawlessly and they even helped me with some really crazy stuff I was trying to do with rsync.  It took me only a few hours to write a shell script that rounded up all the changed data on my machines and NAS arrays and automatically upload them to my rsync share.  </p>
<p>If you are serious about protecting your data, sign up with rsync, they&#8217;re really the only game in town.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raincitystory.com/wp/2006/09/06/insurance-for-your-data/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
