<?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>byronc bits</title>
    <link>http://byron.theclarkfamily.name/blog</link>
    <description>breaking old technology, one bit at a time</description>
    <pubDate>Wed, 11 Jan 2012 04:59:47 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>udiskie</title>
      <link>http://byron.theclarkfamily.name/blog/2010/06/03/udiskie</link>
      <pubDate>Thu, 03 Jun 2010 20:55:02 MDT</pubDate>
      <category><![CDATA[archlinux]]></category>
      <category><![CDATA[tools]]></category>
      <guid isPermaLink="true">http://byron.theclarkfamily.name/blog/2010/06/03/udiskie</guid>
      <description>udiskie</description>
      <content:encoded><![CDATA[<p>With the <a href="http://fedoraproject.org/wiki/Features/HalRemoval">deprecation</a>
<a href="http://wiki.debian.org/HALRemoval">of</a>
<a href="https://wiki.ubuntu.com/Halsectomy">HAL</a> proceeding at full speed it's time to
find a new solution for automounting disks on my Linux box.  I've been happily
using <a href="http://www.nongnu.org/halevt/">halevt</a>, which does a lot more than disk
mounting, but won't be of much use once HAL really goes away.
<a href="http://www.freedesktop.org/wiki/Software/udisks">udisks</a> is the replacement
that the major desktops are moving to, so I decided to write a simple
automounting daemon for those of us not using a major desktop:
<a href="http://www.bitbucket.org/byronclark/udiskie">udiskie</a>.  It's a simple udisks
client that just takes care of mounting removable media right now.  I run it by
adding <code>udiskie &amp;</code> to <code>~/.xinitrc</code>.  When I'm done using a removable disk,
<code>udiskie-umount</code> will take care of the unmount.  I probably can't stress enough
how simplistic and undocumented this approach is, but it works for me.</p>
<p>And, of course, for the Archlinux users, it's already packaged in the AUR:
<a href="http://aur.archlinux.org/packages.php?ID=37279">udiskie</a></p>]]></content:encoded>
    </item>
    <item>
      <title>pm-utils and Locked Screens</title>
      <link>http://byron.theclarkfamily.name/blog/2010/04/06/pm-utils-and-locked-screens</link>
      <pubDate>Tue, 06 Apr 2010 05:54:54 MDT</pubDate>
      <category><![CDATA[tips]]></category>
      <category><![CDATA[archlinux]]></category>
      <guid isPermaLink="true">http://byron.theclarkfamily.name/blog/2010/04/06/pm-utils-and-locked-screens</guid>
      <description>pm-utils and Locked Screens</description>
      <content:encoded><![CDATA[<p><a href="http://pm-utils.freedesktop.org/wiki/">pm-utils</a> seems to be the clear winner
to userspace suspend and hibernate setup.  It's a great back, but, for those of
us who don't run a desktop environment with a power manager, there's one thing
missing: screen locking.  I'd like the screen to be locked when my computer
resumes from either suspend or hibernate, and I don't want to run
gnome-power-manager to get that functionality.  So,
<a href="/dump/00lock-screen">00lock-screen</a> to the rescue.  Just drop that file in
<code>/etc/pm/sleep.d</code> and, as long as you have <code>xscreensaver</code>, <code>gnome-screensaver</code>,
<code>i3lock</code>, or <code>xlock</code> setup, the screen will lock as your computer suspends or
hibernates.</p>
<p>For the Archlinux users, it's already packaged in the AUR:
<a href="http://aur.archlinux.org/packages.php?ID=36219">pm-utils-screen-lock</a></p>]]></content:encoded>
    </item>
  </channel>
</rss>

