To expand on my last post about fixing the home and end keys in Terminal here is how to fix the Page Up and Page Down keys.
Continue reading »Posts tagged leopard
Tip of the Day: Fixing Home and End Keys in Leopard's Terminal.app
05/11/2008
- Goto the Keyboard Tab as shown below

- Select the end key settings
- Change the action setting to send string to shell as below Continue reading »
Tip of the Day - SSH Keys and Mac OS X Leopard
01/18/2008
Create a standard SSH keypair by using the ssh-keygen command. When prompted for a passphrase enter one. Copy your ~/.ssh/id_rsa.pub to your destination's authorized_keys file. Now login to your destination from the Terminal with ssh. You will be pleasantly surprised with a pop-up box asking for the password associated with the id_rsa SSH key. It gives you the option to store this password in your Leopard keychain if you wish. This effectively takes place of using a ssh-agent to store SSH keys. Continue reading »
Flushing DNS Cache on Mac OS X
07/15/2008
In the name of performance Apple has in Tiger and Leopard decided that cacheing DNS lookups locally was a good idea. Normally it is, but when you are debugging DNS problems or changing DNS records it can be quite a pain if you forget about it. Well as long as you remember, its simple enough to clear the cache:
Continue reading »Setting Hostname on Mac OS X 10.5
05/15/2009
Setting Hostname on Mac OS X 10.5
So if you are a road warrior and travel around a lot. You may be annoyed by your terminal displaying your DHCP hostname rather than the real hostname of your machine. That being said here is a simple way to permanently fix your problem.
Continue reading »