The following is done using the Ubuntu804Server_xsssi Virtual Machine found
in the usual place.
cd /virtual
mkdir /virtual/$USER
cd /virtual/$USER
scp $USER@dh2020pc01.utm.utoronto.ca:/virtual/arnold/Ubuntu804Server_xsssi.zip .
unzip Ubuntu804Server_xsssi.zip
vmplayer &
# Choose I Moved It
Once you download and start the VM, it should tell you its IP address.
Using this, you should be able to launch a browser on the host machine and
connect to the guest webserver. The important URL is
(assuming you have inet addr:10.10.10.129
as an IP address)
http://10.10.10.129/xss
Note: If the network does not come up, try
login as arnold/password
sudo bash
ifdown eth0
ifup eth0
ifconfig # should show 10.10.10.129 now