Random Command Line Inspiration:
Unread Gmail on your OSX Desktop
1) Install GeekTool
2) Run this script....#!/bin/bash USERNAME="[email protected]" PASSWORD="password" EMAIL=`curl -u $USERNAME:$PASSWORD --silent "https://mail.google.com/mail/feed/atom" | tr -d '\n' | awk -F '<entry>' '{for (i=2; i<=NF; i++) {print $i}}' | sed -n "s/<title>\(.*\)<\/title.*name>\(.*\)<\/name>.*/\2 ...
Building a free Dynamic DNS client with rackspace Cloud
As a cloud server customer you get access to rackspace's free DNS service.When I fist saw this product I had an instance light-bulb moment, I could stop paying for a dynamic DNS service and build my own private one. As a broadband (DHCP) user I have a very ...
Recover files or Undelete on mac/linux/windows
Posted here so I can find it again, and yep worked on my SDcard!
This Recovery example guides you through PhotoRec step by step to recover deleted files or lost data from a reformatted partition or corrupted file system.
Revision 443128: Donate, say thanks, you know you want to! ;)
LINICKX LifeStream Version 0.3
It's been a very long time since I've needed to look at this plugin but since linickx.com has moved to twentyeleven I wanted to take advantage of ...Revision 443100: 0.3 is ready to rock.
Revision 443091: New readme.txt section required by WP validator.
Revision 442891: Admin (Dashboard) Page updates, including help.
rackspace Cloud DNS API Tools
I've been looking at moving my nameserver to rackspace cloud dns to take advantage of the records support which my current provider lacks; the rs cloud portal supports a basic interface to their DNS API but lacks access to the records I'm interested in (DKIM/SPF/SRV/etc ...