This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
first_steps_for_command_line_class [2020/01/29 14:33] deadline |
first_steps_for_command_line_class [2020/09/09 19:26] (current) deadline updated versions to 1.1 |
||
|---|---|---|---|
| Line 29: | Line 29: | ||
| To download the **Beginning Command Line** class notes into the LHM-VM, pull down and extract the course files (from inside the LHM-VM) as shown below: | To download the **Beginning Command Line** class notes into the LHM-VM, pull down and extract the course files (from inside the LHM-VM) as shown below: | ||
| < | < | ||
| - | $ wget https:// | + | $ wget --no-check-certificate |
| - | $ tar xvzf Begin-Linux-Command-Line-V1.0.tgz | + | $ tar xvzf Begin-Linux-Command-Line-V1.1.tgz |
| </ | </ | ||
| Line 36: | Line 36: | ||
| < | < | ||
| - | $ wget https:// | + | $ wget --no-check-certificate |
| - | $ tar xvzf Inter-Linux-Command-Line-V1.0.tgz | + | $ tar xvzf Inter-Linux-Command-Line-V1.1.tgz |
| </ | </ | ||
| Line 43: | Line 43: | ||
| < | < | ||
| $ ls | $ ls | ||
| - | Begin-Linux-Command-Line-V1.0 | + | Begin-Linux-Command-Line-V1.1 |
| </ | </ | ||
| Line 49: | Line 49: | ||
| < | < | ||
| $ ls | $ ls | ||
| - | Inter-Linux-Command-Line-V1.0 | + | Inter-Linux-Command-Line-V1.1 |
| </ | </ | ||
| These steps will be performed as part of the class. | These steps will be performed as part of the class. | ||