User Tools

Site Tools


first_steps_for_linux_command_line_training

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

first_steps_for_linux_command_line_training [2021/07/14 18:49]
deadline created
first_steps_for_linux_command_line_training [2021/07/14 18:56] (current)
deadline fixed link
Line 27: Line 27:
 The ''[hands-on@localhost ~]'' will not be shown in the rest of the class documentation. A ''$'' will indicate the prompt string for input. The ''[hands-on@localhost ~]'' will not be shown in the rest of the class documentation. A ''$'' will indicate the prompt string for input.
  
-To download the **Linux Command Line Quick Start** training notes into the LHM-VM, pull down and extract the course files (from inside the LHM-VM) as shown below:+To download the **Linux Command Line Quick Start** training notes into the LHM-VM, pull down and extract the course files (from inside the LHM-VM) as shown below (copy the ''wget'' line and paste it into the LHM-VM terminal): 
 +<code> 
 +  $ wget --no-check-certificate https://www.clustermonkey.net/download/Hands-on_Hadoop_Spark/Linux-CL-Quick-Start-V1.0.tgz 
 +</code> 
 +The files can be extracted using the following command:
 <code> <code>
-  $ wget --no-check-certificate https://www.clustermonkey.net/download/Linux-CL-Quick-Start-V1.0.tgz 
   $ tar xvzf Linux-CL-Quick-Start-V1.0.tgz   $ tar xvzf Linux-CL-Quick-Start-V1.0.tgz
 </code> </code>
first_steps_for_linux_command_line_training.txt · Last modified: 2021/07/14 18:56 by deadline