# Title ```{instructor-note} Total: xxmin (Teaching:xxMin | Discussion:xxMin | Breaks:xxMin | Exercises:xxMin) ``` ```{objectives} - Questions - What are we going to learn ? - Objectives - Objective 1 - Keypoints - Take homes. ``` ## Sub-title ````{discussion} Question (Pause for 5min for learners to respond) ```{solution} * Solution ``` ```` ## Images Today, people coding or analyzing data typically work with laptops. ![A standard laptop](/images/laptop.svg) Images with specific size Schematic of how a computer works ```{note} A NOTE ``` ## Tab example ### Get a user account and access to a project `````{tabs} ````{tab} Tab 1 Tab 1 content ```` ````{tab} Tab 2 Tab 2 content ```` ````` ```{instructor-note} Reminder ``` ## Excersise example ```{exercise} Check ssh version [user@laptop ~]$ ssh -V OpenSSH_x.x xx, OpenSSL xxx xxx **ssh installed and OK to continue** ``` ```{danger} [user@laptop ~]$ ssh -V Command 'ssh' not found **Not OK inform instructor** ``` ## Snippet example ```{literalinclude} snippets/11-pwd.txt :language: bash ``` ## Snippet with tab example `````{tabs} ````{tab} Tab 1 ```{literalinclude} snippets/tab1/11-pwd.txt :language: bash ``` ```` ````{tab} FRAM ```{literalinclude} snippets/tab2/11-pwd.txt :language: bash ``` `````