<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>Sirius Stuff</title>
    <link>http://www.siriusventures.com/</link>
    <description>A static blog engine/compiler</description>
    <pubDate>Thu, 28 Apr 2011 23:43:36 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>Kudos to Dell on making it easy to add parts - Dimension 9200</title>
      <link>http://www.siriusventures.com/kudos-to-dell-on-making-it-easy-to-add-parts-dimension-9200/</link>
      <pubDate>Thu, 01 Nov 2007 11:11:11 PDT</pubDate>
      <category><![CDATA[Home Computers]]></category>
      <guid>http://www.siriusventures.com/kudos-to-dell-on-making-it-easy-to-add-parts-dimension-9200/</guid>
      <description>Kudos to Dell on making it easy to add parts - Dimension 9200</description>
      <content:encoded><![CDATA[
				<p id="p1">I bought a Dell Dimension 9200 with a Quad Core processor.  It hasn’t helped a lot but I’m reserving judgment on that until I get a second hard drive into the box.   I’m suspecting that things are more I/O bound.   Anyway, I didn’t want to pay what <a href="http://www.dell.com">Dell</a> wanted for a DVD R/W drive instead of a DVD drive so I got the box with just a DVD drive.   I tried buying a DVD R/W drive at Target but the connections are wrong for my box.   So I ordered a DVD R/W drive from <a href="http://www.newegg.com">NewEgg</a>.  I thought I was getting a deal because the drive had free shipping but as an OEM model, it didn’t come with a cable … and it turns out that SATA drives use individual cables (meaning they run directly from each drive to a port on the motherboard) instead of the IDE cables I’m used to.   So I had to pop for a cable for $6.    Got the right side of the case off easily without tools but couldn’t figure out how I was going to put screws into the left side of the drive - the left side is riveted to the rest of the case and is clearly not meant to come off.   Got it and working with Ubuntu without too much trouble.  Had to enable the drive in the BIOS but that was the only issue.   After browsing for info, I came across <a href="http://support2.jp.dell.com/docs/systems/dim9200/en/SM_EN/parts.htm">Removing and Installing Parts: Dell Dimension 9200 Service Manual</a></p>
<p id="p2">Turns out that you can remove the 3 screws screwed into the back of the blank faceplate for the 5 1/4″ drive, put them into the drive you’re installing and then slide it into the case.    Very, very neat.   Gotta get my camera hooked up to the box so I can show you.   This was the nicest design that I’ve seen in a while.  </p>
]]></content:encoded>
    </item>
    <item>
      <title>Ubuntu Linux, SimpleShare NAS, and NFS</title>
      <link>http://www.siriusventures.com/ubuntu-linux-simpleshare-nas-and-nfs/</link>
      <pubDate>Wed, 27 Jun 2007 06:06:06 PDT</pubDate>
      <category><![CDATA[Home Computers]]></category>
      <guid>http://www.siriusventures.com/ubuntu-linux-simpleshare-nas-and-nfs/</guid>
      <description>Ubuntu Linux, SimpleShare NAS, and NFS</description>
      <content:encoded><![CDATA[
				<p id="p1">Had an upgrade to Ubuntu Gutsy Gibbon go badly.  Now I’m digging out from under.  Part of what was lost was my /etc directory getting scrambled so I couldn’t read my old /etc/fstab entry.  Been fighting to remember how things worked to mount my SimpleShare for backup and access to my ripped CDs.   I finally found this article on <a href="http://www.odonnellweb.com/?p=3409">Ubuntu Linux, SimpleShare NAS, and NFS</a> which includes this key part:</p>
<blockquote><p id="p2">mediaserver:/shares/SimplePool/Photos/ /mnt/photos nfs rsize=8192,wsize=8192,timeo=14,intr</p></blockquote>
<p id="p3">It still didn’t work for me, though.  Was getting “can’t read superblock” which was a little scary after not being able to boot due to Grub error 17 or the system just not coming up.  Found the solution on <a href="http://www.linuxquestions.org/questions/showthread.php?t=519292">LinuxQuestions</a>: try using the -o nolock option from the nfs mount command.  So the command is now:</p>
<blockquote><p id="p4">mediaserver:/shares/SimplePool/Photos/ /mnt/photos nfs rsize=8192,wsize=8192,timeo=14,intr,nolock</p></blockquote>
<p id="p5">and everything seems to be working well.  Well, with NFS, anyway.
</p>
]]></content:encoded>
    </item>
    <item>
      <title>HowTo Mount NTFS Filesystem Partition Read Write Access</title>
      <link>http://www.siriusventures.com/howto-mount-ntfs-filesystem-partition-read-write-access/</link>
      <pubDate>Wed, 27 Jun 2007 06:06:06 PDT</pubDate>
      <category><![CDATA[Home Computers]]></category>
      <category><![CDATA[Ubuntu]]></category>
      <guid>http://www.siriusventures.com/howto-mount-ntfs-filesystem-partition-read-write-access/</guid>
      <description>HowTo Mount NTFS Filesystem Partition Read Write Access</description>
      <content:encoded><![CDATA[
				<p id="p1">Found this article on <a href="http://www.swerdna.net.au/linhowtontfs.html">HowTo Mount NTFS Filesystem Partition Read Write Access</a> very helpful as I continue to dig out from under the Feisty Fawn -&gt; Gutsy Gibbon explosion … er, upgrade.  The key thing here is the ability to mount the files so that they’re readable and <strong>writeable</strong> by an ordinary user.  I am in the process of moving photos and music off my second NTFS-formatted drive.  I may reformat it as ext3 or I may not but I want to know that I’ve got copies on my first NTFS-formatted drive (which is split with an ext3 partition) and my <a href="http://www.siriusventures.com/ubuntu-linux-simpleshare-nas-and-nfs/">SimpleShare NFS NAS</a>.  Also am putting copies on a DVD to take to work.  Last step is to have a USB drive capable of backing up the SimpleShare and taking that to the office.  DVDs hold a lot of pictures but CDs ripped in FLAC format take a lot of space.
</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to change the root password on Ubuntu</title>
      <link>http://www.siriusventures.com/how-to-change-the-root-password-on-ubuntu/</link>
      <pubDate>Wed, 13 Jun 2007 06:06:06 PDT</pubDate>
      <category><![CDATA[Home Computers]]></category>
      <guid>http://www.siriusventures.com/how-to-change-the-root-password-on-ubuntu/</guid>
      <description>How to change the root password on Ubuntu</description>
      <content:encoded><![CDATA[
				<p id="p1">This is one of the things I meant to investigate.  I know I have a password and can use sudo to do almost anything … but what’s root’s password?  <a href="http://www.zolved.com/synapse/view_content/28041/How_to_change_the_root_password_on_Ubuntu">How to change the root password on Ubuntu</a> was one of those “duh” moments but I’m glad to have this as a prompt to change the password.  You should, too.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Pointer to Reviews of Dell computers with Ubuntu Feisty Fawn preinstalled - XPS 410n, E1505n</title>
      <link>http://www.siriusventures.com/pointer-to-reviews-of-dell-computers-with-ubuntu-feisty-fawn-preinstalled-xps-410n-e1505n/</link>
      <pubDate>Fri, 08 Jun 2007 06:06:06 PDT</pubDate>
      <category><![CDATA[Home Computers]]></category>
      <guid>http://www.siriusventures.com/pointer-to-reviews-of-dell-computers-with-ubuntu-feisty-fawn-preinstalled-xps-410n-e1505n/</guid>
      <description>Pointer to Reviews of Dell computers with Ubuntu Feisty Fawn preinstalled - XPS 410n, E1505n</description>
      <content:encoded><![CDATA[
				<p id="p1">I’ve been waiting for people to start getting and reviewing their Dell machines with Ubuntu before ordering mine.   There’s a nice article on the Ubuntu Forums:<a href="http://ubuntuforums.org/showthread.php?p=2764621#post2764621">Review of Dell XPS 410n with Ubuntu Feisty preinstalled</a>.  Also good coverage of the <a href="http://www.bryceharrington.org/Photos/DellUbuntu/index.html">Dell E1505n</a> laptop.  I’m not ready to convert my 4-year-old Inspiron laptop over to Ubuntu because of suspend/hibernate and wireless issues but it sounds better with more modern machines.  Maybe if Dell or HP or Lenovo comes out with a backlit LED screen like Apple’s I’ll be ready to switch.  Also liked the tips on <a href="http://www.ehomeupgrade.com/entry/3952/dell_what_gives">wireless with Ubuntu</a> here.</p>
]]></content:encoded>
    </item>
    <item>
      <title>Linux Audio Players Compared</title>
      <link>http://www.siriusventures.com/linux-audio-players-compared/</link>
      <pubDate>Sat, 05 May 2007 05:05:05 PDT</pubDate>
      <category><![CDATA[Home Computers]]></category>
      <guid>http://www.siriusventures.com/linux-audio-players-compared/</guid>
      <description>Linux Audio Players Compared</description>
      <content:encoded><![CDATA[
				<p id="p1">Really liked this article.  <a href="http://www.pcworld.com/printable/article/id,128636/printable.html">PC World - Linux Audio Players, Tested and Graded</a>  I’m working my way through the Linux equivalents of Windows apps.   I’ve used iTunes under Windows because it would talk easily to my iPod.  </p>
<p id="p2">I tried <a href="http://www.gnome.org/projects/rhythmbox/">Rhythmbox</a> but it was out immediately.  I want to keep my songs on a network-attached storage drive.  Basically, the <a href="http://www.simpletech.com/commercial/simpleshare/">SimpleShare</a> is a hard drive with an ethernet port.  I don’t expect it to be as vulnerable to attacks as Windows XP.  I don’t have to punch holes in its firewall that might allow people to get control of my Linux box or my wife’s Mac.   Rhythmbox wants import all my music to one local location.  <strong>No</strong>.</p>
<p id="p3">I moved on to <a href="http://www.exaile.org/">Exaile</a> because it didn’t require me to bring music locally.  It’s OK.  What I don’t like is how hard it is to play one song.  If I want to listen to song X by artist Y, I can find it easily.  But I expect to be able to double click.  Or click to select and then play.   Or something.  Also, it’s not obvious how I connect my iPod.</p>
<p id="p4">So I tried installing Banshee.  Gorgeous.  Good (apparent) support for iPods and podcasts.   But it again wants to import all my music to local disk.  <strong>No</strong>.  </p>
<p id="p5">So I found the PC World article.  Looked at exaile again.  It has simple, clear instructions on how to upgrade from the 0.2.8 version distributed with <a href="https://wiki.ubuntu.com/FeistyFawn">Feisty Fawn</a> to the current 0.2.9.  I’m not thrilled about adding sources to apt but OK.  The logo for Exaile is now a play button instead of an equals sign or whatever it was.   Good improvement.  Has plugins for SoundJuicer and iPods and other things.  Cool.</p>
<p id="p6">So I’ve removed Banshee and Rhythmbox.  One of the things I hated about most Linux distributions was that they gave you 10 ways of doing things.  None of which quite worked.  Part of the value that I see with using Ubuntu is that they’re making decisions about what players to include.   I might say that their choice was wrong for <strong>me</strong> when using Rhythmbox instead of Exaile but at least they’re making some decisions.</p>
<p id="p7">Next week’s project will be looking at movie players.  Is gxine the best for me?  Or is there something better? </p>
]]></content:encoded>
    </item>
    <item>
      <title>What’s With the Ubuntu Version Number Scheme?</title>
      <link>http://www.siriusventures.com/whats-with-the-ubuntu-version-number-scheme/</link>
      <pubDate>Tue, 01 May 2007 05:05:05 PDT</pubDate>
      <category><![CDATA[Home Computers]]></category>
      <guid>http://www.siriusventures.com/whats-with-the-ubuntu-version-number-scheme/</guid>
      <description>What’s With the Ubuntu Version Number Scheme?</description>
      <content:encoded><![CDATA[
				<p id="p1">One thing that was kind of exasperating about Ubuntu was the “weird” version numbers.  The successor to 6.06 was 6.10?  The next version was 7.04?  Huh?   Fortunately, somebody finally blogged about this:  <a href="http://blogs.tech-recipes.com/johnny/2006/10/31/whats-with-the-ubuntu-version-number-scheme/">What’s With the Ubuntu Version Number Scheme? — Johnny’s Thoughts</a></p>
<p id="p2">No big secret: the first number is the year and the second is the month.  So 7.04 translates as 200<strong>7</strong> and April or month <strong>04</strong>.  </p>
<p id="p3">Now I can sleep at night.  <img src="http://www.siriusventures.com/wp-includes/images/smilies/icon_smile.gif" alt=":-)" class="wp-smiley"/> </p>
]]></content:encoded>
    </item>
    <item>
      <title>Dell offering pre-installed Linux?</title>
      <link>http://www.siriusventures.com/dell-offering-pre-installed-linux/</link>
      <pubDate>Tue, 24 Apr 2007 04:04:04 PDT</pubDate>
      <category><![CDATA[Open Source]]></category>
      <category><![CDATA[Home Computers]]></category>
      <guid>http://www.siriusventures.com/dell-offering-pre-installed-linux/</guid>
      <description>Dell offering pre-installed Linux?</description>
      <content:encoded><![CDATA[<p id="p1">Was reading Deep Jive Interests about <a href="http://www.deepjiveinterests.com/2007/04/22/dells-crowdsourcing-more-than-hype-tells-microsoft-to-suck-it/#comments">Deep Jive Interests » Dell’s Crowdsourcing More Than Hype: Tells Microsoft to “Suck It!”</a></p>
<p id="p2">I’ve spent some time the past 10 days or so putting Ubuntu 7.04 on 3 PCs, all of them dual-booting some flavor of Windows.  Obviously there’s a lot of interest in doing this on <a href="http://direct2dell.com/one2one/archive/2007/03/13/7985.aspx">Dell’s site</a> but it’s not clear at all that Dell is going to reduce the price just because they don’t install Microsoft.  I still don’t have hibernation working properly on my desktop - haven’t tried on the kids’ or my laptop yet - so I’m a <b>lot</b> more interested in paying the same price as a Windows box just to have hibernate and wireless work without a glitch.</p>
<p id="p3">Working on the hibernate scripts is not fun for me.  I can’t imagine it’s fun for a programmer.  So, OK.  I’m willing to pay to have better support for Linux.  It would be nice to be able to either specify “just hardware that plays nice with Linux” or have Dell lean on their suppliers to just make it happen.
</p>
]]></content:encoded>
    </item>
    <item>
      <title>Ouch! Apple gets it right on Vista</title>
      <link>http://www.siriusventures.com/ouch-apple-gets-it-right-on-vista/</link>
      <pubDate>Tue, 06 Feb 2007 02:02:02 PST</pubDate>
      <category><![CDATA[User Interface]]></category>
      <category><![CDATA[Home Computers]]></category>
      <guid>http://www.siriusventures.com/ouch-apple-gets-it-right-on-vista/</guid>
      <description>Ouch! Apple gets it right on Vista</description>
      <content:encoded><![CDATA[<p id="p1">Yesterday, I referenced what it was liking <a href="http://www.siriusventures.com/living-with-vista/">living with Vista</a></p>
<p id="p2">Today I ran across an <a href="http://images.apple.com/movies/us/apple/getamac/apple-getamac-security_480x376.mov">Apple ad</a> mocking Vista.   Unfortunately, they pretty much got it right.</p>
<p id="p3">I’m hoping for an update that fixes this.  Please, <a href="http://www.microsoft.com/">Microsoft</a>?
</p>
]]></content:encoded>
    </item>
    <item>
      <title>Living with Vista</title>
      <link>http://www.siriusventures.com/living-with-vista/</link>
      <pubDate>Mon, 05 Feb 2007 02:02:02 PST</pubDate>
      <category><![CDATA[User Interface]]></category>
      <category><![CDATA[Open Source]]></category>
      <category><![CDATA[Home Computers]]></category>
      <guid>http://www.siriusventures.com/living-with-vista/</guid>
      <description>Living with Vista</description>
      <content:encoded><![CDATA[<p id="p1">OK, I’ve had Windows Vista installed for 9 days now and my verdict is … it’s not worth upgrading.  Vista is supposed to be more secure than XP but this manifests itself in really annoying ways.  The screen flashes black and a box pops up that must be dealt with.  That’d be great if it were only for important things but it happens <i>all the time</i>!</p>
<p id="p2">I’ve had it happen when I want to change the smallest system setting.  I’ve had it happen while downloading files.  C’mon, get out of my way.</p>
<p id="p3">I’m having trouble doing backups with Quicken.  Intuit probably had to do something so that they could force writes of data every time you changed something so that it wouldn’t be lost.  But wow, this was coming for a while.   </p>
<p id="p4">I wanted to look at Vista before thinking about Mac OS.  It’s tough, though, because you can get a 17″ HP or Dell laptop for $1000 less than a 17″ MacBook Pro.  Granted that it might take another $250-$300 to bring the laptops up to apples-to-Apples (heh) specs but that’s still a lot of money to spend on an OS.   Guess I could be one of the elite then, though.</p>
<p id="p5">Makes me wish for FreeBSD or Linux.  But I don’t really want to deal with an ugly, clunky windowing system as well having to reboot to run the few Windows programs I need.</p>
<p id="p6">
</p>
]]></content:encoded>
    </item>
  </channel>
</rss>

