In this tutorial, created using Github Flavored Markdown, fenced code blocks are commands necessary to complete the tutorial. Some sections are marked as optional and can be skipped.
A fenced code block will look like this:
sudo apt-get install tree
cd ~
# comment
tree -I workspace/tools
All lines contained within the highlighted boxes will need to be executed at the command line. When copy/paste is used be sure to hit Return or Enter after pasting each command or set of commands. All lines starting with a '#' are comments and will not be interpretted by the shell.
[[Previous Section|Citation]] | [[This Section|Syntax]] | [[Next Section|Intro-to-AWS-Cloud-Computing]] |
---|---|---|
[[Citation|Citation]] | [[Syntax|Syntax]] | [[Intro to AWS Cloud Computing|Intro-to-AWS-Cloud-Computing]] |