Archives for: December 2008
12/21/08
Mac OSX Terminal Page Up/Down + Home/End of line
In order to get page up and page down to work properly under Mac OSX Terminal, as well as the home and end of line, you need to go to Preferences and then Keyboard and configure the right escape key sequences:
Key
Escape Sequence
Home
\033[1~… more »
Secure SSH private keys on Mac OSX 10.5
First cool thing that everybody knows already: Mac OSX is based on Unix so you get ssh out of the box.
Second cool thing you may not know: OS X 10.5 actually also comes with an ssh key agent (ssh-agent). That means that, without any additional softwar… more »
