Style Guide MNJK: Difference between revisions
Jump to navigation
Jump to search
MikeTieden (talk | contribs) |
MikeTieden (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
*'''[https://linux.die.net/man/1/ls ls]''' | *'''[https://linux.die.net/man/1/ls ls]''' | ||
=Lab Section Titles Should Capitalize First Letters of Words except Prepositions or Conjunctions= | =Lab Procedure= | ||
==Lab Section Titles Should Capitalize First Letters of Words except Prepositions or Conjunctions== | |||
'''''[https://www.youtube.com/watch?v=dQw4w9WgXcQ Video Tutorial - Lab Section Title]''''' <br> | '''''[https://www.youtube.com/watch?v=dQw4w9WgXcQ Video Tutorial - Lab Section Title]''''' <br> | ||
If there is something at the beginning before the numbering starts don't indent it. | If there is something at the beginning before the numbering starts don't indent it. | ||
Line 45: | Line 46: | ||
<code> work better than code tags.</code><br> | <code> work better than code tags.</code><br> | ||
<code>This is an example of a code tag.</code> | <code>This is an example of a code tag.</code> | ||
=Checking Your Work= |
Revision as of 02:28, 12 February 2021
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 Procedure
Lab Section Titles Should Capitalize First Letters of Words except Prepositions or Conjunctions
Video Tutorial - Lab Section Title
If there is something at the beginning before the numbering starts don't indent it.
- Steps should be numbered using li tags.
- Sub-steps should be bulleted using asterisks.
- Another sub-step.
- Yet another sub-step.
- 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.
- 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, move it to the next line and place a colon before it.
mkdir <my_directory>
- NOTE: When using a variable name in a code tag, such as <my_directory>, it should be wrapped in < > to make it stand out.
- This is a step to show how to highlight a command, such as apt install, within the step.
- NOTE: If the command is in a note, it will be bold and italicized such as apt install.
- Example of a multi-line pre tag. Best for keeping all lines within the same box or for showing indentation.
- This is an example of the same printout, but with code tags.
- NOTE: Each line is a separate box and there is no indentation.
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.
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.