The slides are here.
Exercises tarball can be accessed here.
$ ssh zbys-sNN@acano01-g
where NN is your number (look here for the number).
$ cd exercises
You can access to the solutions of the exercises in answers.txt. Also, you can find complementary material like outputs and spreadsheets with data and scalability plots in this tarball.
sshfs
allow one to mount remote directory in the local filesystem. This is the easiest way to transfer files back and forth.
sudo apt-get install sshfs sudo adduser student fuse exec newgrp fuse mkdir /tmp/acano sshfs -o reconnect acano01-g: /tmp/acano