Make the following symlinks: lrwxrwxrwx 1 jgodwin jgodwin 24 Nov 10 14:11 cwp08 -> /data/projects/cwp/cwp08 lrwxrwxrwx 1 jgodwin jgodwin 37 Nov 11 17:52 data -> /panfs/storage/sets/cwp/data lrwxrwxrwx 1 jgodwin jgodwin 10 Nov 10 13:43 home -> /data/home lrwxrwxrwx 1 jgodwin jgodwin 22 Nov 10 13:42 rsf -> /data/projects/cwp/rsf lrwxrwxrwx 1 jgodwin jgodwin 22 Nov 10 13:43 scratch -> /panfs/storage/scratch Edit your bash_profile to have the following lines: [jgodwin@mio ~]$ vim ~/.bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs export PATH=$PATH:$HOME/bin source /data/projects/cwp/bashrc alias sfast='scons -f SConstruct-fast' Using GIT: On Mio use the following command to make an SSH key: ssh-keygen -t dsa When prompted for a key phrase enter something that you can remember. Go to http://github.com and login using your user name and password. Go to Account Settings -> SSH Public Keys, and Click Add Another public key. Enter a name for your new public Key (aka Mio), and copy and paste the key from ~/.ssh/id_dsa.pub to the text box. Click Add. Now try to SSH to github: ssh -vT git@github.com If that works, then you can go into cwp12 and use: git pull to get any new changes to the repository. |