This server provides a standard reference Ubuntu 20.04 environment for students to use for various assignments
It includes a student runnable testing system that allows students to perform litmus checks on their assignments
Fill out the course server account form whose link can also be found on the course website.
This server can only be logged into via SSH keys. Your account name is the same as your uniqname and the domain
is peritia.eecs.umich.edu.
You can set this up in any SSH client you want or SSH directly from your local command line.
For example, for a student whose uniqname is "uniq", they would run
$ ssh uniq@peritia.eecs.umich.edu
at the command line.
The server comes with a utility called eecs201-test
.
When logged in, you can use it to test various assignments e.g.
$ eecs201-test basic2
.