The CNS Public Repository

All content for the CNS laboratory tasks can be found in the CNS public repository on github. There is a folder labs/ with one subfolder for each task, containing all necessary resources to get cracking!

To clone the repo locally:

$ git clone https://github.com/systems-cs-pub-ro/cns

Before each lab, make sure to get the latest updates (if any) by pulling from the remote:

$ cd /path/to/local/cns/repo/clone
 
# Check if any changes are available
$ git fetch
 
# Pull the changes locally.
$ git pull

These few commands should be enough for basic interaction. In other cases, knowing git may come in handy.