browser icon
You are using an insecure version of your web browser. Please update your browser!
Using an outdated browser makes your computer unsafe. For a safer, faster, more enjoyable user experience, please update your browser today or try a newer browser.

Daily Archives: March 12, 2009

Ran Hetch Hetchy and Stevens Creek Trail today

I ran the Hetch Hetchy and Stevens Creek Trail today after work. I felt a bit sluggish at the beginning, but I loosened up after a mile. The breeze blowing against me on the way out was refreshing, but my feet started to hurt on the way back, and I walked/ran the last half mile. … Continue reading »

Categories: Running | Leave a comment

Script to check whether IPNetSentryX process is running on Macintosh OS X

I recently installed IPNetSentryX on our Macintosh OS X 10.4.11 webserver in order to filter out abusive IPs. In order to make sure this firewall is running all the time, here’s a script I’m calling every minute via cron: # check daemon ps ax | grep -v grep | grep IPNetSentryX # if not found … Continue reading »

Categories: Technology | Leave a comment