Course projects must run on the CSIC Linux Lab, 3107 CSIC.
You can connect to the linuxlab remotely via SSH.
If you are having trouble logging in to the linuxlab, look on the FAQ on the linuxlab web page and/or contact the course staff.
Occasionally you will try to log in to the linuxlab and you will get a message like
Could not chdir to home directory /afs/csic/users/jfoster: Permission denied -bash: /afs/csic/users/jfoster/.bash_profile: Permission deniedIf this happens to you, email us; it means there's a problem with kerberos on the linuxlab. Try this temporary fix in the mean time:
$ ssh linuxlab.csic.umd.edu ... Could not chdir to home directory /afs/csic/users/jfoster: Permission denied -bash: /afs/csic/users/jfoster/.bash_profile: Permission denied -bash-2.05b$ csiclogin Password for jfoster@CSIC.UMD.EDU: -bash-2.05b$ cd -bash-2.05b$ source .bashrc [jfoster@churning jfoster]$