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

Posted in CLI, Programming | Tagged , , , | 5 Comments

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

Posted in Mobile | Tagged , , , , | 1 Comment

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

Posted in Desktop | Tagged , , , , | 1 Comment

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

Posted in MySQL | Tagged , , , | 5 Comments

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

Posted in CLI | Tagged , , | 1 Comment