Archive

Archive for September, 2006

Shell history meme

September 26th, 2006 beezly 1 comment
cs1ajb@bootsy:~$ history|awk '{print $2}'|awk 'BEGIN {FS="|"} \
  {print $1}'|sort|uniq -c|sort -rn|head -10
     78 cd
     73 ls
     60 ssh
     43 sudo
     24 apt-cache
     22 vi
     16 script/server
     13 ps
     11 dpkg
      9 sqlite3

Yup, I’ve been doing some Ruby On Rails development.

Categories: Uncategorized Tags:

Vim users rejoice

September 19th, 2006 beezly No comments

Today I found an awesome new vim feature;

vim scp://<remotehost>/<remotefile>

Oh yes. It is good.

Sorry to those of you who haven’t a clue what I’m talking about.

Categories: Uncategorized Tags:

Ben

September 14th, 2006 beezly No comments
Categories: Uncategorized Tags: