What is this?
From advanced Bash tricks to Python gotchas to MySQL tutorials, this blog covers various topics in programming and systems administration. Find out how to get more done and have fun! Keep up with the latest by subscribing to the RSS feed!About the Author
This is the tech blog of Samuel Huckins. You can check out my homepage and other websites below, or send me a message here.-
Recent Posts
Post categories
Tags
Apache Apple Bash bookmarks CLI command database Desktop disk editor efficiency Excel filesystem firefox graph graphing hardware HTML information keyboard Launchy Linux logging migration Mobile monitoring MySQL PDF Programming putty Python Ruby scripting Security ssh subversion svn sysadmin Trac Ubuntu vim Vista web web applications WindowsBlogroll
Handy Links
My Sites
My del.icio.us
- Posts 190
- Words in Posts 69,510
- Comments 465
Monthly Archives: January 2009
Maps Caps Lock key to Escape
One thing that bothered me about vim for some time was the delay in getting access to command mode. Reaching up and over to Escape just felt unnatural. So why not bind this action to a closer key? A good … Continue reading
Fixing the function keys on the Apple Keyboard in Ubuntu
As I mentioned in a previous post, I love the feel of the Apple Keyboard. It’s comfortable, fast, reliable, and looks great to boot. [EDIT, 2010-07-07: I recommend you check out this page no matter what version of Ubuntu you … Continue reading
More vim tricks and vim screencasts
I have been coming across quite a few incredible vim commands and shortcuts recently. Many are related to programming Python, which I am collecting and working into a post. For now, I wanted to mention a few unrelated items. This … Continue reading
In search of a superior terminal: yakuake
I have been content using gnome-terminal for a while now. It’s responsive, featureful, and easy to configure. But there are quite a number of terminal emulators available out there, and I had only tried a handful. So recently I went … Continue reading








Updating Trac tickets in svn commits
The ability to update and close Trac tickets associated with a given repo whenever a commit is made to that repo is pretty handy. No more committing, going to the Trac site, updating. I found several guides on setting this … Continue reading →