This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
first_steps_for_command_line_class [2020/01/22 22:05] deadline created |
first_steps_for_command_line_class [2020/09/09 19:26] (current) deadline updated versions to 1.1 |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Beginning Linux Command Line Quick Start Instructions====== | + | ====== Beginning/ |
| - | The following steps explain how load and start the Linux Hadoop Minimal Virtual Machine (LHM-VM) and download the course notes files. A full explanation is provided as part of the class. The following steps are a "quick start." | + | The following steps explain how load and start the Linux Hadoop Minimal Virtual Machine (LHM-VM) and download the course notes files. A full and expanded |
| + | |||
| + | If you are using Linux or Mac, a terminal application is available that includes and "ssh client." | ||
| If you are using Windows, you will need an "ssh client." | If you are using Windows, you will need an "ssh client." | ||
| below will work. They are both freely available at no cost. (MobaXterm is recommended) | below will work. They are both freely available at no cost. (MobaXterm is recommended) | ||
| - | | + | |
| - | | + | |
| - | See For instructions on how to start the Virtual Machine (VM) | + | See [[Linux Hadoop Minimal Installation Instructions]] for instructions on how to start the Linux Hadoop Minimal |
| - | ==== When the VM is started: ==== | + | ==== When the VM is Started: ==== |
| Open a terminal (using '' | Open a terminal (using '' | ||
| Line 25: | Line 27: | ||
| The '' | The '' | ||
| - | To download the 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** |
| < | < | ||
| - | $ wget https:// | + | $ wget --no-check-certificate |
| - | $ tar xvzf Linux-Command-Line-V1.0.tgz | + | $ tar xvzf Begin-Linux-Command-Line-V1.1.tgz |
| </ | </ | ||
| - | Verify that you have extracted the course material | + | If you need the class notes for the **Intermediate Command Line** class use the following: |
| + | |||
| + | < | ||
| + | $ wget --no-check-certificate https:// | ||
| + | $ tar xvzf Inter-Linux-Command-Line-V1.1.tgz | ||
| + | </ | ||
| + | |||
| + | Verify that you have extracted the **Beginning Command Line** | ||
| < | < | ||
| $ ls | $ ls | ||
| - | Linux-Command-Line-V1.0 | + | |
| </ | </ | ||
| + | For the **Intermediate Command Line** course your should see: | ||
| + | < | ||
| + | $ ls | ||
| + | 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. | ||