Home » Archive

Articles tagged with: terminal

Code, Computing »

[30 Jul 2008 | No Comment | ]
Fix Colours in Mac OS X Terminal

just edit (or create the file) ~/.bash_profile, and enter the follwing line:
alias ls=”ls -G”
use nano/textmate, or vi

Code »

[24 Jul 2008 | No Comment | ]
SSH Authorize

scp ~/.ssh/id_dsa.pub username@arvo.suso.org:.ssh/authorized_keys