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 filesystem firefox fun graph graphing hardware HTML information keyboard Launchy Linux logging migration monitoring MySQL PDF Programming putty Python Ruby screenshot scripting Security ssh subversion svn sysadmin top Trac Ubuntu vim Vista web applications WindowsBlogroll
Handy Links
My Sites
My del.icio.us
- Posts 172
- Words in Posts 62,686
- Comments 311
Monthly Archives: December 2008
Improving command line efficiency via Bash history
If you work in Bash with any frequency, hopefully you collect aliases to make your life easier. Complicated and highly useful commands should be saved and re-used so that you can get to the information you need in the least … Continue reading
BlackBerry Storm: Thoughts and Tips
I picked up a BlackBerry Storm last week and have been playing with it, cursing at it, installing on it, and configuring it since. I have come across some pretty awesome applications that I wanted to share, as well as … Continue reading
Merging PDFs and the lovely gnome-open
I came across two very handy tools today: gs and gnome-open. gs (Ghostscript) is an interpreter for PDF languages. You can do lots of cool things with it, for which you can check the man page. The reason I needed … Continue reading
MySQL replication and flush tables with read lock gotcha
I ran into something that stumped me for a few minutes today while trying to setup some replicated databases in MySQL. As with any replication setup, you have to lock the master tables and note the binary log position via: … Continue reading
Multi-OS package installation and search functions
Commands to search for packages and install packages are usually too little long to have to type very often. But making an alias for them can be troublesome if you work on multiple OSes. I used to just have the … Continue reading







