<aside> π¨
Near the training date a link to a zip file containing the labs will be provided.
</aside>
The labs were created with Mkdocs. Each student will self-host the lab server on the provided Linux VM. To do so follow the steps below.
<aside> π‘
If you have issues with copy/paste to the VM press "ctrl+alt+shift" in the VM window to open the Guacamole user interface. You can use the box there to copy/paste data into and out of the VM.
</aside>
cd Desktop
unzip ~/Downloads/breaching_the_cloud_labs.zip
cd ~/Desktop/breaching_the_cloud_labs/
mkdocs serve
<aside> π‘
Do not close the terminal window where mkdocs is running. It needs to stay running in order for the web server to operate throughout the labs. Feel free to just minimize this terminal window for the training.
</aside>
<aside> π
BONUS! If you havenβt used Linux before or want a quick refresher I would recommend going through step 5 to familiarize yourself with it. Step 5: Additional Linux Prep (Optional)
</aside>