Virtually Shocking Main Header Image

Entries Tagged as 'Tools of the Trade'

How to Cook a Server (Sunny Side Up?)

February 18th, 2008 · No Comments

Last night, just as I was falling asleep, I heard my phone ring out a text message tone. (Incidentally, it’s this sound, a customized version of one found on the Monty Python website. It can be startling.)
I leaned over to look at it. The head node from the cluster was checking in to let me [...]

[Read more →]

Tags: Lifehacks · Linux · Tech · Tools of the Trade

What are the best utilities in Mac OS X?

February 13th, 2008 · No Comments

There are whole websites dedicated to answering these kinds of questions. However, for the kind of work I do as a computational scientist, I have found some favorites over the last seven years of using Mac OS X. From now on, my current favorites with brief rationale for each one will be posted on [...]

[Read more →]

Tags: Mac OS X · Science · Tech · Tools of the Trade

Posting Rate for January

February 5th, 2008 · No Comments

So far my attempt at making one post per day on average, aided by my little PHP tool is going well. Here’s a plot made with the output and Google Spreadsheets showing how I’m doing as of today:

[Read more →]

Tags: Lifehacks · My Code · Tech · Tools of the Trade · Writing

Command Line Tricks - Using mdfind and mdls in Mac OS X

February 5th, 2008 · 1 Comment

Beginning with version 10.4 (”Tiger”), Mac OS X has had a powerful indexing and search engine built in. This can be used from the graphical interface, which is how most mac users interact with it. However, a command-line interface allows for some powerful searching and scripting.
This article by Andy Lester goes through the basic [...]

[Read more →]

Tags: Lifehacks · Mac OS X · Tech · Tools of the Trade

UNIX Toolbox

February 4th, 2008 · No Comments

UNIX-like operating systems are immensely powerful. They give one access to the minutest details of the operating system with command-line utilities. The major downside of command-line interfaces is that it is not readily apparent which commands are available and what they do. One can spend hours poring through man pages looking for related program names, [...]

[Read more →]

Tags: Linux · Mac OS X · Tech · Tools of the Trade