CSCC69 Assignment 1

Basic Setup

Version Control

You ideally want to use version control on your VM so you can transfer your files over and ensure that they are backed up in case you crash the kernel. This is a bit tricky since you will get an HTTP error if you try to use Git (at least from Github). Solution? Use an SSH key.


scp ~/.ssh/id_rsa.pub <utorid>@mathlab.utsc.utoronto.ca:~/Desktop/vm.pub

You will now see this file (renamed to vm.pub) on your Desktop on the lab machines.


git clone git@github.com:<git_username>/<repo>.git

Miscellaneous Tips / Resources: