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 191
- Words in Posts 69,962
- Comments 482
Monthly Archives: November 2008
Bash history tips and tricks
Commands you type at a bash prompt are likely stored in what is known as your bash history. Some minor tweaks to how this history is written can be quite handy. Here are the ones I have found most useful, … Continue reading
PuTTY + Launchy = FTW
I had some problems using Launchy on Vista a while ago (slow, crashed), but the latest version has been working like Ajax on the plains of Scamander. I won’t go into the details of Launchy here, as much has been … Continue reading
Exposé on Vista
A handy Exposé clone for Vista: Install Microsoft Visual C++ 2005 Redistributable Package (unless you have Visual Studio installed) Install My Exposé Once installed, just press F9 to get something almost like Exposé! If you have any funny mappings on … Continue reading
Show processes as a tree
The 1<a href="http://www.bellevuelinux.org/pstree.html">pstree command</a> shows the ancestral relationships between processes running on a machine. What does that mean? It means you can see an awesome tree of what’s running on your box, instead of the boring output of ps. Check … Continue reading
Tortoise and SSH key authentication
While setting up Tortoise recently, I couldn’t easily find how to tell it I wanted to use keys for SSH authentication. This post helpfully described how Tortoise actually uses PuTTY for its SSH connections, and how to get key-based auth … Continue reading







