User Tools

Site Tools


first_steps_for_command_line_class

This is an old revision of the document!


Beginning Linux Command Line Quick Start Instructions

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.”

If you are using Windows, you will need an “ssh client.” Either of these listed below will work. They are both freely available at no cost. (MobaXterm is recommended)

1 [[http://www.putty.org| Putty]] - provides terminal for ssh session.
2. [[http://mobaxterm.mobatek.net|MobaXterm]] - provides terminal for ssh sessions and allows remote X Windows session.

See For instructions on how to start the Virtual Machine (VM)

When the VM is started:

Open a terminal (using Putty or MobaXterm on Windows) and enter the following to log in to the LHM-VM as user “hands-on” (password=“minimal”)

  ssh hands-on@127.0.0.1 -p 2222

Once you are logged in to the LHM-VM, you should see the following prompt string:

  [hands-on@localhost ~]$

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 class notes into the LHM-VM, pull down and extract the course files (from inside the LHM-VM) as shown below:

  $ wget https://www.clustermonkey.net/download/Hands-on_Hadoop_Spark/Linux-Command-Line-V1.0.tgz
  $ tar xvzf Linux-Command-Line-V1.0.tgz

Verify that you have extracted the course material

  $ ls
  Linux-Command-Line-V1.0  Linux-Command-Line-V1.0.tgz

These steps will be performed as part of the class.

first_steps_for_command_line_class.1579730747.txt.gz · Last modified: 2020/01/22 22:05 by deadline