Renaming batch of files (with spaces) in linux
I rename a lot of files. Often by hand as it's just easier. I've tried various combinations of find -print0 | xargs -0, and find -exec…
Published on Sat Sep 28 2013 22:26:57 GMT+0000 (Coordinated Universal Time)
Updating Wordpress Plugins Helper
Note, I've recently found WP Cli which makes all of this moot because i can now just do "wp plugin upgrade --all" or "wp plugin install blah…
Published on Tue Aug 20 2013 16:13:36 GMT+0000 (Coordinated Universal Time)
How to change from mate-terminal to xfce4-terminal
Mostly for my own purposes I'm not a big fan of mate terminal, seems to hurt my eyes, like xfce better, so this still makes the "launch…
Published on Mon Jul 16 2012 12:17:55 GMT+0000 (Coordinated Universal Time)
Busy Week here
Got lots of things committed this week. Gitolite support for Gitalist RetweetBot has been upgraded. It now has a ruby script to grab latest…
Published on Fri Apr 06 2012 16:46:08 GMT+0000 (Coordinated Universal Time)
How to output pretty json in puppet
It kept seeming like it should be straight forward. Various attempts by myself (mostly because I don't know ruby) seemed to fail. I'm just…
Published on Wed Mar 14 2012 11:12:00 GMT+0000 (Coordinated Universal Time)