<?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>Randquist Rants &#187; Linux</title>
	<atom:link href="http://randquist.us/blog/tags/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://randquist.us/blog</link>
	<description>Random ramblings of a Software Engineer and Entrepreneur.</description>
	<lastBuildDate>Mon, 26 Jul 2010 03:53:00 +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>CentOS &#8211; Parallels Virtual Appliance</title>
		<link>http://randquist.us/blog/2008/09/23/centos-parallels-virtual-appliance/</link>
		<comments>http://randquist.us/blog/2008/09/23/centos-parallels-virtual-appliance/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 16:56:49 +0000</pubDate>
		<dc:creator>CobyR</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[parallels]]></category>

		<guid isPermaLink="false">http://www.randquist.us/blog/?p=94</guid>
		<description><![CDATA[Parallels, provides as part of their community section a nice directory of virtual appliances for download with Parallels 2.0 and above.  You can find it at Parallels Appliance Directory.  The CentOS 5 Server application has been a great starting point for me for testing deployments of some of our applications.  I really do love the [...]]]></description>
			<content:encoded><![CDATA[<p>Parallels, provides as part of their community section a nice directory of virtual appliances for download with Parallels 2.0 and above.  You can find it at <a title="Parallels Appliance Directory" href="http://ptn.parallels.com/ptn/dir/" target="_blank">Parallels Appliance Directory</a>.  The CentOS 5 Server application has been a great starting point for me for testing deployments of some of our applications.  I really do love the ability to spin up multiple virtual machines for development and testing purposes.</p>
]]></content:encoded>
			<wfw:commentRss>http://randquist.us/blog/2008/09/23/centos-parallels-virtual-appliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cleaning up the .svn directories from OS X or Linux</title>
		<link>http://randquist.us/blog/2008/03/26/cleaning-up-the-svn-directories-from-os-x-or-linux/</link>
		<comments>http://randquist.us/blog/2008/03/26/cleaning-up-the-svn-directories-from-os-x-or-linux/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 22:38:42 +0000</pubDate>
		<dc:creator>CobyR</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac Stuff]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Shell programming on Linux]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://www.randquist.us/blog/?p=60</guid>
		<description><![CDATA[Handy little command to quickly remove all those .svn subdirectories from a project. find . -type d -name .svn &#124; xargs rm -rf another alternative find . -type d -name &#8216;.svn&#8217; -print0 &#124; xargs -0 rm -rdf]]></description>
			<content:encoded><![CDATA[<p>Handy little command to quickly remove all those .svn subdirectories from a project.</p>
<div style="font-weight: normal; font-family: 'Courier New',Courier,monospace;">find . -type d -name .svn | xargs rm -rf</div>
<p>another alternative</p>
<div style="font-weight: normal; font-family: 'Courier New',Courier,monospace;">find  . -type d -name <span style="color: #cc0000;">&#8216;.svn&#8217;</span> -print0 | xargs  -<span style="color: #800000;">0</span> rm -rdf</div>
]]></content:encoded>
			<wfw:commentRss>http://randquist.us/blog/2008/03/26/cleaning-up-the-svn-directories-from-os-x-or-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personal Brain 4.0</title>
		<link>http://randquist.us/blog/2007/11/22/personal-brain-40/</link>
		<comments>http://randquist.us/blog/2007/11/22/personal-brain-40/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 08:35:55 +0000</pubDate>
		<dc:creator>CobyR</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[personal brain]]></category>

		<guid isPermaLink="false">http://www.randquist.us/blog/?p=55</guid>
		<description><![CDATA[I&#8217;ve been using Personal Brain (http://www.thebrain.com) for a little over five years now. With this latest version they have finally released a client for OS X as well as for Linux. It is great to not have to use Parallels to access it. For a while I switched to Journlr under OS X, but I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Personal Brain <a title="www.thebrain.com" href="http://www.thebrain.com" target="_blank">(http://www.thebrain.com)</a> for a little over five years now.  With this latest version they  have finally released a client for OS X as well as for Linux.</p>
<p>It is great to not have to use Parallels to access it.  For a while I switched to Journlr under OS X, but I have so much stuff and time into Personal Brains that Journlr inspite of some really cool features, couldn&#8217;t overcome my history.</p>
<p>Now with PB 4.0 on the mac, I have made a couple of additional utilities.  I wrote a small ruby script that I can run from a command line that creates entries into a text file.  Then I wrote an applescript that will read the log file and locate the appropriate thoughts in my brain and add the children thoughts to it.</p>
<p>It&#8217;s been fun and interesting&#8230; next step is to play with RubyOSA, although I don&#8217;t think that will go very far.  Currently Personal Brain is not a scriptable app with apple script, so RubyOSA can&#8217;t find a definition.</p>
]]></content:encoded>
			<wfw:commentRss>http://randquist.us/blog/2007/11/22/personal-brain-40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RoR on Debian on Sparc</title>
		<link>http://randquist.us/blog/2006/10/08/ror-on-debian-on-sparc/</link>
		<comments>http://randquist.us/blog/2006/10/08/ror-on-debian-on-sparc/#comments</comments>
		<pubDate>Mon, 09 Oct 2006 01:59:29 +0000</pubDate>
		<dc:creator>CobyR</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux on Sparc]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sparc]]></category>

		<guid isPermaLink="false">http://www.randquist.us/blog/?p=37</guid>
		<description><![CDATA[Installing Ruby on Rails from Source on a Debian Linux running on a Sun Ultra 5 Workstation, has been an adventure. Actually getting ruby on &#8211; no problem, download, make etc&#8230; Then getting Gems installed so I can install rails&#8230; not so easy. When attempting to run ruby setup.rb for Gems I encountered an error [...]]]></description>
			<content:encoded><![CDATA[<p>Installing Ruby on Rails from Source on a Debian Linux running on a Sun Ultra 5 Workstation, has been an adventure.</p>
<p>Actually getting ruby on &#8211; no problem, download, make etc&#8230;</p>
<p>Then getting Gems installed so I can install rails&#8230;  not so easy.</p>
<p>When attempting to run ruby setup.rb for Gems I encountered an error regarding zlib not being installed.</p>
<p>After downloading ruby-zlib-0.6.0 and attempting to run ruby extconf.rb I got back a message saying that it couldn&#8217;t create the makefile due to some reason, probably lack of necessary libraries and/or headers.</p>
<p>So then I did an apt-get install zlib1g zlib1g-dev.</p>
<p>Then ran ruby extconf.rb &#8211; it worked.</p>
<p>Then ran ruby setup.rb in my gems directory &#8211; it worked.</p>
<p>Then I ran gem install rails &#8211; it worked.</p>
<p>Now I need to get the latest subversion in place and the sparc box is fully ready to go as a RoR development machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://randquist.us/blog/2006/10/08/ror-on-debian-on-sparc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu &#8211; Dapper Drake</title>
		<link>http://randquist.us/blog/2006/07/26/ubuntu-dapper-drake/</link>
		<comments>http://randquist.us/blog/2006/07/26/ubuntu-dapper-drake/#comments</comments>
		<pubDate>Thu, 27 Jul 2006 04:48:18 +0000</pubDate>
		<dc:creator>CobyR</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux on Sparc]]></category>
		<category><![CDATA[sparc]]></category>

		<guid isPermaLink="false">http://www.randquist.us/blog/?p=28</guid>
		<description><![CDATA[I&#8217;ve been playing with my Ultra 5 Workstations again. I decided that with a bit more memory and a current linux current and Gnome or KDE that they would make nice introductory/development machines for my kids. I pulled Debian Sarge R2, which is still using the 2.4.2x Kernl, and got things running smoothly, except when [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing with my Ultra 5 Workstations again.  I decided that with a bit more memory and a current linux current and Gnome or KDE that they would make nice introductory/development machines for my kids.  I pulled Debian Sarge R2, which is still using the 2.4.2x Kernl, and got things running smoothly, except when in KDE the B key on the keyboard dies.  I thought it was a hardware issue at first, but after playing with three different workstations and three different keyboards it was obvious it has to do with the mappings in KDE, works fine under Gnome.</p>
<p>I wasn&#8217;t really happy with using the 2.4.x kernel though, would prefer 2.6.x, so I pulled the latest Ubuntu release for the sparc architecture and have installed that.  It&#8217;s up and running on one machine, now I&#8217;m trying to figure out exactly which packages to install to get the GDM up and running properly.</p>
<p>I installed Dapper in a VPC on Windows box, with minimal problems, had to escape out during the GRUB loader and reconfigure X to use 16 bit color instead of 24 but other than that it went smoothly.</p>
<p>So more on X and Ubuntu on Sparc in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://randquist.us/blog/2006/07/26/ubuntu-dapper-drake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux on MIPS</title>
		<link>http://randquist.us/blog/2006/03/27/linux-on-mips/</link>
		<comments>http://randquist.us/blog/2006/03/27/linux-on-mips/#comments</comments>
		<pubDate>Mon, 27 Mar 2006 18:40:05 +0000</pubDate>
		<dc:creator>CobyR</dc:creator>
				<category><![CDATA[Confreaks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux on Mips]]></category>
		<category><![CDATA[mips]]></category>

		<guid isPermaLink="false">http://www.randquist.us/blog/?p=10</guid>
		<description><![CDATA[The ISO to CD approach for my Indy was flat wrong. I was unable to actually boot from CD&#8217;s. So I setup a TFTP server and DHCP server on one of my Ultra 5 workstations and booted the Indy using bootp to start from the network. I was able to get a debian linux 2.4.18 [...]]]></description>
			<content:encoded><![CDATA[<p>The ISO to CD approach for my Indy was flat wrong.  I was unable to actually boot from CD&#8217;s.  So I setup a TFTP server and DHCP server on one of my Ultra 5 workstations and booted the Indy using bootp to start from the network.</p>
<p>I was able to get a debian linux 2.4.18 kernel up and running successfully.</p>
<p>Started on X-Windows configuration and ran into some issues with the version of the kernel, need to upgrade kernel to 2.4.27.</p>
<p>Hopefully I&#8217;ll get back to that sometime this week.</p>
]]></content:encoded>
			<wfw:commentRss>http://randquist.us/blog/2006/03/27/linux-on-mips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux on different architectures</title>
		<link>http://randquist.us/blog/2006/03/25/linux-on-different-architectures/</link>
		<comments>http://randquist.us/blog/2006/03/25/linux-on-different-architectures/#comments</comments>
		<pubDate>Sun, 26 Mar 2006 02:09:01 +0000</pubDate>
		<dc:creator>CobyR</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mips]]></category>
		<category><![CDATA[sparc]]></category>

		<guid isPermaLink="false">http://www.randquist.us/blog/?p=9</guid>
		<description><![CDATA[Well as I have been spending more and more time on linux, I decided it was time to break out some of the old hardware. I have an SGI Indy, and several Sun Ultra 5 machines, that still have their native OS&#8217;s installed. It&#8217;s time to move them to Linux, I&#8217;ve decided to use debian [...]]]></description>
			<content:encoded><![CDATA[<p>Well as I have been spending more and more time on linux, I decided it was time to break out some of the old hardware. I have an SGI Indy, and several Sun Ultra 5 machines, that still have their native OS&#8217;s installed. It&#8217;s time to move them to Linux, I&#8217;ve decided to use debian since there are distros available for both the sparc and mips architectures.</p>
<p>Installed Jigdo and have been downloading ISO&#8217;s.  Gotta burn them and start installing tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://randquist.us/blog/2006/03/25/linux-on-different-architectures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A little bit of shell scripting&#8230;</title>
		<link>http://randquist.us/blog/2006/03/22/a-little-bit-of-shell-scripting/</link>
		<comments>http://randquist.us/blog/2006/03/22/a-little-bit-of-shell-scripting/#comments</comments>
		<pubDate>Thu, 23 Mar 2006 05:11:26 +0000</pubDate>
		<dc:creator>CobyR</dc:creator>
				<category><![CDATA[Shell programming on Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[shell script]]></category>

		<guid isPermaLink="false">http://www.randquist.us/blog/?p=7</guid>
		<description><![CDATA[The following information was handy since I have not done much in the way of shell scripting in a very long time. Borrowed this information from: http://research.imb.uq.edu.au/~ksteube/Bshell/ Update: (10/7/2008) The above link is no longer valid, and since I didn&#8217;t reference enough of it to be useful, this post is now pointless.]]></description>
			<content:encoded><![CDATA[<p>The following information was handy since I have not done much in the way of shell scripting in a very long time.</p>
<p>Borrowed this information from:</p>
<p><a title="Shell Scripting Info" href="http://research.imb.uq.edu.au/~ksteube/Bshell/" target="_blank">http://research.imb.uq.edu.au/~ksteube/Bshell/</a></p>
<p>Update: (10/7/2008) The above link is no longer valid, and since I didn&#8217;t reference enough of it to be useful, this post is now pointless.</p>
]]></content:encoded>
			<wfw:commentRss>http://randquist.us/blog/2006/03/22/a-little-bit-of-shell-scripting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
