<?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:35 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>Why I hate Ubuntu sometimes - crontab not enabled</title>
      <link>http://www.siriusventures.com/why-i-hate-ubuntu-sometimes-crontab-not-enabled/</link>
      <pubDate>Thu, 09 Aug 2007 08:08:08 PDT</pubDate>
      <category><![CDATA[Ubuntu]]></category>
      <guid>http://www.siriusventures.com/why-i-hate-ubuntu-sometimes-crontab-not-enabled/</guid>
      <description>Why I hate Ubuntu sometimes - crontab not enabled</description>
      <content:encoded><![CDATA[
				<p id="p1">I’m trying to set up cron to run jobs for me.   I have to go look up the weird syntax but OK.   Found it.  Everything looks fine but the jobs don’t work.  Go on vacation.   Come back and try again.   Syntax is OK.  Everything looks fine but the jobs don’t work.  Dig, dig, dig.   Find this <a href="http://www.adminschoice.com/docs/crontab.htm">Unix Crontab - setting up cron jobs using crontab</a></p>
<blockquote><p id="p2">You can execute crontab if your name appears in the file /usr/lib/cron/cron.allow. If that file does not exist, you can use<br/>
crontab if your name does not appear in the file /usr/lib/cron/cron.deny.<br/>
If only cron.deny exists and is empty, all users can use crontab. If neither file exists, only the root user can use crontab.</p></blockquote>
<p id="p3">and, of course, there isn’t an empty cron.deny in /usr/lib/cron.  OK, Ubuntu uses /etc a lot and that - according to <em>man cron</em> - is where the cron.deny file should be.  </p>
<p id="p4">Granted that a lot of people might never have need for cron but doesn’t it seem reasonable that there would be an empty /etc/cron.deny file so people who are using Ubuntu and aren’t power users and just want to back up their files automatically have things work?
</p>
]]></content:encoded>
    </item>
    <item>
      <title>SSH your Debian servers without password - sftp</title>
      <link>http://www.siriusventures.com/ssh-your-debian-servers-without-password-sftp/</link>
      <pubDate>Sun, 01 Jul 2007 07:07:07 PDT</pubDate>
      <category><![CDATA[Ubuntu]]></category>
      <guid>http://www.siriusventures.com/ssh-your-debian-servers-without-password-sftp/</guid>
      <description>SSH your Debian servers without password - sftp</description>
      <content:encoded><![CDATA[
				<p id="p1">I was looking to do an unattended backup of some important files and found this very helpful: <a href="http://www.debianadmin.com/ssh-your-debian-servers-without-password.html">SSH your Debian servers without password</a>.  </p>
]]></content:encoded>
    </item>
    <item>
      <title>Feisty Performance - “Fly Like A Butterfly” Ubuntu</title>
      <link>http://www.siriusventures.com/feisty-performance-%e2%80%9cfly-like-a-butterfly%e2%80%9d-ubuntu/</link>
      <pubDate>Sun, 01 Jul 2007 07:07:07 PDT</pubDate>
      <category><![CDATA[Ubuntu]]></category>
      <guid>http://www.siriusventures.com/feisty-performance-%e2%80%9cfly-like-a-butterfly%e2%80%9d-ubuntu/</guid>
      <description>Feisty Performance - “Fly Like A Butterfly” Ubuntu</description>
      <content:encoded><![CDATA[
				<p id="p1">Haven’t implemented all of the things here but this looked promising on speeding up Ubuntu: <a href="http://www.xsol.se/index.php/2007/04/29/feisty-performance-fly-like-a-butterfly/">» Blog Archive » Feisty Performance - “Fly Like A Butterfly”</a></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>Local DNS Cache for Faster Browsing using dnsmasq</title>
      <link>http://www.siriusventures.com/local-dns-cache-for-faster-browsing-using-dnsmasq/</link>
      <pubDate>Tue, 26 Jun 2007 06:06:06 PDT</pubDate>
      <category><![CDATA[Ubuntu]]></category>
      <guid>http://www.siriusventures.com/local-dns-cache-for-faster-browsing-using-dnsmasq/</guid>
      <description>Local DNS Cache for Faster Browsing using dnsmasq</description>
      <content:encoded><![CDATA[
				<p id="p1">Looking for a way to speed up recurring DNS lookups on my Ubuntu box.  I found a reference to <a href="http://ubuntu.wordpress.com/2006/08/02/local-dns-cache-for-faster-browsing/">Local DNS Cache for Faster Browsing</a> on <a href="http://ubuntu.wordpress.com/">Ubuntu Blog</a>.  Works like a champ.  I like that dnsmasq allows me to configure the size of the cache easily.  I don’t like that I had to chattr +i /etc/resolv.conf to make it immutable so that the system wouldn’t drop looking at 127.0.0.1 (localhost) first.  I tried using the package resolvconf but it caused all lookups to fail.  So I used apt-get again to remove it and stayed with just the dnsmasq package.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to create a PDF printer (print to PDF) in Ubuntu</title>
      <link>http://www.siriusventures.com/how-to-create-a-pdf-printer-print-to-pdf-in-ubuntu/</link>
      <pubDate>Sun, 17 Jun 2007 06:06:06 PDT</pubDate>
      <category><![CDATA[Ubuntu]]></category>
      <guid>http://www.siriusventures.com/how-to-create-a-pdf-printer-print-to-pdf-in-ubuntu/</guid>
      <description>How to create a PDF printer (print to PDF) in Ubuntu</description>
      <content:encoded><![CDATA[
				<p id="p1">I found printing to a PDF file useful occasionally useful under Windows.  Neat to have a way to do it in Ubuntu: <a href="http://www.arsgeek.com/?p=1720">5 steps to create a PDF printer (print to PDF) in Ubuntu</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Things I can do in Linux that I can&#8217;t do on Windows. | dmartin.org</title>
      <link>http://www.siriusventures.com/things-i-can-do-in-linux-that-i-cant-do-on-windows-dmartinorg/</link>
      <pubDate>Fri, 18 May 2007 05:05:05 PDT</pubDate>
      <category><![CDATA[Open Source]]></category>
      <category><![CDATA[Ubuntu]]></category>
      <guid>http://www.siriusventures.com/things-i-can-do-in-linux-that-i-cant-do-on-windows-dmartinorg/</guid>
      <description>Things I can do in Linux that I can&#8217;t do on Windows. | dmartin.org</description>
      <content:encoded><![CDATA[
				<p id="p1">This article lists some of the <a href="http://dmartin.org/weblog/things-i-can-do-in-linux-that-i-cant-do-on-windows">things I can do in Linux that I can’t do on Windows</a>.  Nice article.</p>
]]></content:encoded>
    </item>
    <item>
      <title>You Can Switch to Linux! - willsmith - Maximum PC</title>
      <link>http://www.siriusventures.com/you-can-switch-to-linux-willsmith-maximum-pc/</link>
      <pubDate>Fri, 18 May 2007 05:05:05 PDT</pubDate>
      <category><![CDATA[Open Source]]></category>
      <category><![CDATA[Ubuntu]]></category>
      <guid>http://www.siriusventures.com/you-can-switch-to-linux-willsmith-maximum-pc/</guid>
      <description>You Can Switch to Linux! - willsmith - Maximum PC</description>
      <content:encoded><![CDATA[
				<p id="p1">Apparently it’s Ubuntu day for me.   Wondering if <a href="http://www.maximumpc.com/linux?page=0%2C1">you can switch to Linux</a>?  Here’s a nice article on how to do so.  Published in Maximum PC magazine, it’s clear and current with Feisty Fawn, released just less than a month ago.  Good stuff.</p>
]]></content:encoded>
    </item>
    <item>
      <title>How to choose the right screenshot program</title>
      <link>http://www.siriusventures.com/how-to-choose-the-right-screenshot-program/</link>
      <pubDate>Mon, 07 May 2007 05:05:05 PDT</pubDate>
      <category><![CDATA[Ubuntu]]></category>
      <guid>http://www.siriusventures.com/how-to-choose-the-right-screenshot-program/</guid>
      <description>How to choose the right screenshot program</description>
      <content:encoded><![CDATA[
				<p id="p1">I need to get pictures of screens for reporting problems.  I don’t usually want to take the full screen or even a window - I want the smallest section that will show the problem.  Using Ubuntu, I wasn’t able to find anything that would do it as easily as I would like.  I’m guessing with some certainty that I could have rigged The Gimp or something to capture the screen but then I would have to work at reducing the size, etc.  In <a href="http://www.linux.com/article.pl?sid=06/10/12/1843204">Linux.com | How to choose the right screenshot program</a> there was a reference to Ksnapshot.  It installed with just one file, though it referenced khelpcenter as suggested.  With a bit of clicking, I found that the “region” mode was what I wanted.  It works nicely with Gnome-based Ubuntu.</p>
]]></content:encoded>
    </item>
  </channel>
</rss>

