A lot like real excrement, it’s a lot harder to give shit away than it is to make it! It’s hard to believe just how much work we put into being ready to give this software away. You see, when you write something for yourself –and remember that YaketyStats has been in use for 3 …
Monthly Archives: October 2008
Type less, smile more
How many times a week do you type /etc/init.d/blah start and then you realize you’re on HP-UX and it’s /sbin/init.d/blah Forget it. # Turn on extended globbing and programmable completion shopt -s extglob progcomp export MYOS=$(uname -s) if [[ “${MYOS}” = “Linux” || “${MYOS}” = “SunOS” ]] ; then INITDIR=’/etc/init.d’; else INITDIR=’/sbin/init.d’; fi export INITDIR; …
Meme take 1
So as I’m sure you’ll imagine I’m not big on blog memes or chain letters, but I thought of one that might be fun, so I thought I’d give it a shot especially since my blogging has dwindled a bit lately. So the meme is Today’s Hell, the idea being that you describe a situation …