This is the companion site for the 420-2W6 course.
In this website you will find all the notes, labs and exercises for the course.
This site is live at maubuz.github.io/2W6-Notes
The previous GitBook interface had a few limitations, namely:
-
HTML code could not be imbedded directly into the Markdown;
-
Images could not be resized at will;
-
Lack of HTML support created discrepancies with local repository;
-
GitBook's pdf export was a paid feature;
This webpage is written in Markdown, built with Docsify and deployed via GitHub Page .
This page is open source, visit the source code on GitHub.
You can have your own local copy of these notes:
-
Clone the GitHub repository listed above
-
From the command-line, navigate to the repository folder named docs
-
Start a simple python web-server inside the docs folder (make sure python is installed)
python -m http.server