Keepuppy is a Python script/package I hacked together to keep
database files in sync across multiple clients via an SFTP server. It can also be configured to call a script when the
local file is updated. A script for restarting KeePassX on OS X is …
I haven't posted in ages and given I'm doing so much interesting stuff with
SpatialBuzz these days, I felt I needed to post
something, however short but sweet.
I spin up a lot of dev instances with Vagrant and VirtualBox on OS X these days and
needed them to be …
I had an issue with automounted DVDs on openSUSE 11.4 not appearing in Gnome desktop.
It seems that udisks honours UDF-mounted directory permissions even if they aren't readable. 1
The issue is fixed in udisks 1.0.3 2 however openSUSE 11.4 stopped updating udisks at 1.0 …
I'm sharing this as it caught me out for a few days and the solution wasn't obvious.
I run Plex to serve media around the home to my TV and few
LAN and Wi-Fi clients. The server runs on a Mac Mini and I keep up with updates.
The client …
Fabric is a great Python module for deploying
and running software on remote SSH-enabled machines without the need for an array of
terminal windows or mad shell-scripting skills.
Cuisine is a Python module adding high-level
administrative functions to Fabric (similar to Chef
for Ruby).