<?xml version="1.0" encoding="UTF-8"?>
<feed
  xmlns="http://www.w3.org/2005/Atom"
  xmlns:thr="http://purl.org/syndication/thread/1.0"
  xml:lang="en"
   >
  <title type="text">byronc bits</title>
  <subtitle type="text">breaking old technology, one bit at a time</subtitle>

  <updated>2012-01-11T04:59:47Z</updated>
  <generator uri="http://blogofile.com/">Blogofile</generator>

  <link rel="alternate" type="text/html" href="http://byron.theclarkfamily.name/blog" />
  <id>http://byron.theclarkfamily.name/blog/feed/atom/</id>
  <link rel="self" type="application/atom+xml" href="http://byron.theclarkfamily.name/blog/feed/atom/" />
  <entry>
    <author>
      <name></name>
      <uri>http://byron.theclarkfamily.name/blog</uri>
    </author>
    <title type="html"><![CDATA[udiskie]]></title>
    <link rel="alternate" type="text/html" href="http://byron.theclarkfamily.name/blog/2010/06/03/udiskie" />
    <id>http://byron.theclarkfamily.name/blog/2010/06/03/udiskie</id>
    <updated>2010-06-03T20:55:02Z</updated>
    <published>2010-06-03T20:55:02Z</published>
    <category scheme="http://byron.theclarkfamily.name/blog" term="archlinux" />
    <category scheme="http://byron.theclarkfamily.name/blog" term="tools" />
    <summary type="html"><![CDATA[udiskie]]></summary>
    <content type="html" xml:base="http://byron.theclarkfamily.name/blog/2010/06/03/udiskie"><![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>
  </entry>
  <entry>
    <author>
      <name></name>
      <uri>http://byron.theclarkfamily.name/blog</uri>
    </author>
    <title type="html"><![CDATA[pm-utils and Locked Screens]]></title>
    <link rel="alternate" type="text/html" href="http://byron.theclarkfamily.name/blog/2010/04/06/pm-utils-and-locked-screens" />
    <id>http://byron.theclarkfamily.name/blog/2010/04/06/pm-utils-and-locked-screens</id>
    <updated>2010-04-06T05:54:54Z</updated>
    <published>2010-04-06T05:54:54Z</published>
    <category scheme="http://byron.theclarkfamily.name/blog" term="tips" />
    <category scheme="http://byron.theclarkfamily.name/blog" term="archlinux" />
    <summary type="html"><![CDATA[pm-utils and Locked Screens]]></summary>
    <content type="html" xml:base="http://byron.theclarkfamily.name/blog/2010/04/06/pm-utils-and-locked-screens"><![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>
  </entry>
</feed>

