* Download the P4 client Binary http://www.perforce.com/perforce/downloads/linux24x86.html * Stick it into /usr/local/bin * Stick this into your .cshrc (with the appropriate modifications of course) setenv P4CLIENT oofnet_dev.www setenv P4USER babyduck setenv P4PORT localhost:1666 alias p4dev 'setenv P4CLIENT oofnet_dev.www' alias p4www 'setenv P4CLIENT oofnet.www'