csunixmount.
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
csunixunmount .
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.