VM Test Activity
Goal
-
All the activities in this lab should be executed reliably with minimal slow downs with a virtual machine that meets the following criteria:
- CPU: 2 Cores
- RAM: 4 GB
- HDD: 50 GB
Applications installed:
- Code Editor: VS Code
- Text Editor: Geany
- Web Browser: Firefox, Librewolf, Chromium
Test 1: Creating Markdown Documents
- Download or clone this github repository:
https://github.com/ra559/markdown-test
- Open the directory in vs code
- Create a markdown file called: husky.md
- Use the text in the husky.txt file to create the husky.md file.
- The document should contain as much markdown format as possible.
- Convert the document to pdf
- Convert the document to html
- Preview the pdf file in vs code
- Preview the html file using live server
were you able to complete this test without major slowdowns?
Test 2: Basic Website
- Open the markdown-test directory from the previous test in vs code
- Add some css and bootstrap to the html
- Add some javascript
- Preview the website with live preview
Were you able to complete this test without major slowdowns?
Test 3: Basic Jekyll Site
- Use this guide to install Jekyll
- Use this guide to create your jekyll site.
- Add some entries to your site
- Constantly server your site with
--trace enabled
.
Were you able to complete this test without major slowdowns?
Test 3: Terminal + Vs Code + Web Browser
- Use this Linux FS guide to practice some commands.
- Create a markdown file and take screenshots.
- Add the screenshots to the markdown file and convert the file to pdf
Were you able to complete this test without major slowdowns?