Using the server
All long jobs should be run in the batch mode with a low priority, i.e. do not forget to nice your jobs. This helps in load distribution.
Useful commands: nohup, nice and &.
Submitting jobs
How to use the &, nice, and nohup commands.
Transferring files
Files can be transferred between the client and the server using either the scp or rsync commands.