Resources
Nate Chambers, Michelson 366, x36838
Gavin Taylor, Michelson 355
Maj Brian Hawkins, Michelson 348 (via 346)
The official course policy.
sudo apt-get install gnuplot-x11You'll have to enter your VM password. After this, gnuplot should be available. To make sure everything's good, try the command:
echo "plot sin(x) with lines" | gnuplot -pIf a window with a plot of the sine function pops up, you're good to go.
Please follow our detailed instructions.
In a terminal window of your virtual machine, type the command csmount. This creates a directory named csunix/ in your home directory on the VM, and mounts your CS Department Unix home directory there. i.e. ~/csunix on the VM is the same as ~/ on your CS Department Unix account. In case you need to un-mount your CS Department Unix home directory, the command is csunmount
For an assignment called, e.g., "hw01", you should be writing your code in a directory with that same name, like ~/csunix/hw01 or, to be a bit more organized, ~/csunix/ic211/hw01.