Difference between revisions of "Operating Systems"

From Coder Merlin
(initial summary)
 
m
Line 1: Line 1:
initial text
initial text
= h1 header =
== h2 header ==
''italic''
'''bold'''
* bullet list
** bullet list inner
# numbered list
## numbered list inner
: single indent
:: double indent
<del>strike through</del>
<ins>underline</ins>
[http://www.google.com this is a link]
<!-- [[File:Image.png|options|caption]] -->
<!-- TODO: Check overlap fix -->
[[File:Image.png|thumb|this is an image]]
{{ConsoleLine|merlin275@codermerlin:~$|console command}}
{{ConsoleLines|
line 1<br/>
line 2<br/>
}}
{{Hint|This is a helpful hint}}
{{GoingDeeper|This is going deeper}}
{{Caution|This is a caution}}
<!--
Observe, Ponder, and Journal <option param text>
message
-->
{{Observe|Section 22|This is an observe message}}
{{ComingSoon|This is coming soon}}
{{KeyConcepts|these are key concepts}}
{{W1023-Exercises}}

Revision as of 05:58, 10 November 2020

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

initial text

h1 header[edit]

h2 header[edit]

italic

bold

  • bullet list
    • bullet list inner
  1. numbered list
    1. numbered list inner
single indent
double indent

strike through

underline

this is a link

this is an image

merlin275@codermerlin:~$ console command

line 1

line 2

Hint.pngHelpful Hint
This is a helpful hint
Going DeeperGoingDeeperIcon.png
This is going deeper
CautionWarnIcon.png
This is a caution
ObserveObserveIcon.png
Observe, Ponder, and Journal: Section 22

This is an observe message

ComingSoonIcon.png
Coming Soon
This is coming soon
Key ConceptsKeyConceptsIcon.png
these are key concepts

Template:W1023-Exercises