Style Guide MNJK

From ITCwiki
Jump to navigation Jump to search

Introduction

Watch the video introduction

This lab assumes that you know the IP address of your Linux system and are connected to the ITCnet VPN network. If you need help with these steps please see the VPN instructions and the previous lab.

In this lab you will perform the following tasks:

  • Installing the links web browser
  • Installing the Apache webserver
  • Installing Python and its dependencies


You will use the following commands:

Lab Section Title

Watch the video of this lab

  1. Steps should be numbered using li tags.
    • Sub-steps should be bulleted using asterisks
    • Another sub-step
    • Yet another sub-step
  2. Step 2.
    • Sub-step about Step 2
    NOTE: Notes should be indented with a colon, and wrapped in double apostrophes. Also, they should start with the word NOTE capitalized, and end with a period.
  3. This is a step to show how the code tag should be used. To place it on its own line and not within the paragraph, use a colon before it.
  4. mkdir <my_directory>

    NOTE: When using a variable name, such as <my_directory>, it should be wrapped in < > to make it stand out. Also, include a br tag after using a code tag to move to the next line.
    This is how a transition sentence should appear between steps.
  5. Step 4
  6. If you have multi-line code / printout
       that needs to show indentation for whatever reason
          using pre tags
       work better than code tags.
    This is an example of a pre tag.
    
  7. Step 5
  8. If you have multi-line code / printout
    that needs to show indentation for whatever reason,
    using pre tags
    work better than code tags.
    This is an example of a code tag.