Monthly Archives: April 2008

Capistrano Hangs on Upload

If you find that Capistrano is hanging when you are attempting to deploy, adding: set :synchronous_connect, true to your deploy.rb file should fix you right up.

Posted in programming | 1 Comment

A little more on editors

I have been pretty open about my editor use over the last few months. I switched to emacs a while ago, then was trying Open Komodo, etc. Then I became a consultant. It was cool at first, I have computer … Continue reading

Posted in programming | 3 Comments

Bind on Ubuntu

Oddly, when restarting Bind 9 on Ubuntu I noticed it would tell me it restarted OK, but in fact wouldn’t be running. npowell@chihiro:~$ sudo /etc/init.d/bind9 restart * Stopping domain name service… [ ok ] * Starting domain name service… [ … Continue reading

Posted in sysadmin | 2 Comments

Curve ball

Sometimes life throws us a curve ball. Hell sometimes when we know they are pitching at us, they throw that curve and it knocks you right on your can anyway. That happened to me this weekend. Due to circumstances beyond … Continue reading

Posted in running | 3 Comments

Last long run before Lehigh

Welp, that’s about it. I mean, I have two more weeks till Lehigh, but that was the last long run. I followed a very similar plan to what I did to prepare for Hands On House Half, a little over … Continue reading

Posted in running | 4 Comments

Recent Runnings

As usual I am busier than people that are only moderately busy. Work is going well, lots of interesting work to do to keep the mind ocupado. Personal life is good, and always an adventure. I want to document 3 … Continue reading

Posted in running | 1 Comment

Most Common Bash

Just in the interest of standing on the shoulders of Patrick…and a bunch of other people… npowell@delilah:~$ history|awk ‘{a[$2]++} END{for(i in a){printf “%5d\t%s\n”,a[i],i}}’|sort -rn|head 324 ls 266 cd 243 clear 105 svn 100 ssh 80 vi 58 sudo 24 cp … Continue reading

Posted in computers | 5 Comments

Lynn

I will miss you.

Posted in personal | Comments Off

Editors and IDE’s

A while ago, I switched from Vim to Emacs. I did this for a couple of reasons. Mostly I was hoping to learn elisp which would enable me to make the editor do what I want, and avoid frustration with … Continue reading

Posted in programming | 2 Comments

Training Log 04.03.08

I am still slugging away at the schedule. I ran 5 miles on Tuesday, and 5 miles tonight. Tuesday I went pretty fast. I felt like I was pushing the pace, and in the end did not have a great … Continue reading

Posted in running | 1 Comment