Assignment 3 Setup Suggested workflow For this assignment, you have the option to work remotely on any of the corn or rye machines, or you may install the software on your own machines. We have provided setup instructions for OSx/Linux/Windows if you wish to run on your local machines. If you’re having trouble setting up locally, try working remotely and do not hesitate to post to Piazza or come to office hours. Working remotely For this assignment, feel free to use any of the corn or rye machines. FarmVNC works on both for the purposes of this assignment. ssh into any of the farmshare machines and setup FarmVNC as follows: $ ssh
[email protected] #(or any of rye01 through rye06) $ corn04:~> module load farmvnc $ corn04:~> farmvnc 1440x900 # choose appropriate resolution for your screen If after you connect to FarmVNC, the desktop comes up but the launcher bar is missing from the side panel, run these few commands to get things working again. Fist, press 'ctrl + alt + t' to bring up a terminal. Inside of the terminal run: $ corn04:~> dconf reset -f /org/compiz; setsid unity To start using celltool, you must load it as a module: $ corn04:~> module load celltool You should be good to go with the rest of the assignment! Copy the assignment 3 zip file and unzip it as follows: $ corn04:~> cp /afs/ir/class/cs279/WWW/assignments/assn3.zip ~/ $ corn04:~> unzip assn3.zip Working on your own OSx/Linux machine Install PIL (Python Imaging Library), NumPy, SciPy, and matplotlib: First check if you already have these packages.