Archive

Archive for the ‘osx’ Category

History

April 13th, 2008

Weirdly, that does look about right

Johns-MacBook-Pro:~ joshea$ history | awk ‘{ print $2 }’ | sort | uniq -c | sort -rn | head
100 ./client.rb
82 svn
65 ./script/backgroundrb
61 cd
57 cap
32 ssh
20 ./script/server
18 mate
17 telnet
15 pwd

aehso dev, misc, osx

Top Tip: Right Click via the trackpad on a MacBook Pro.

August 15th, 2007

If you are a MacBook Pro user on the road (sans mouse) you no longer need to reach for the ctrl key to right click. Just go to the Keyboard and Mouse preferences panel and check the box for Place two fingers on trackpad and click button for secondary click and voila!

aehso mac, osx, tip