Skip to content

Title

Use tabs for a task that has more than 1 step with a picture.

(Optional) task explanation.

(Optional) step explanation.

(Optional) step explanation.

No need for tabs for a task with only 1 step with a picture.

(Optional) task explanation.

A shell command shows the syntax + output in tabs.

(Optional) task explanation.

(Optional) step explanation.

sudo <execute some command>

(Optional) step explanation.

1
2
3
4
guru@hp:~$ sudo <execute some command>
[sudo] password for guru:     
...
...

Changing contents of a file shows the command and the contents of that file in tabs.

(Optional) task explanation.

(Optional) step explanation.

sudo <edit some file>

(Optional) step explanation.

1
2
3
4
...
...
...
...