Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.11 KB

Linux Fundamentals

Pre-requisites:

  1. Navigate and login to Google Cloud Shell via web browser.

  2. Clone the Kubermatic trainings git repository:

    git clone https://github.com/kubermatic-labs/trainings.git
  3. Navigate to Linux Fundamentals training folder to get started

    cd trainings/linux_fundamentals/
  4. Setup - the training playground

If you do not have Google Cloud Account, instead you are working on your local machine then you can simply skip #1 and #4 steps.

Hands-On:

  1. Hello Linux
  2. Package Management
  3. Executables
  4. Files
  5. Users
  6. Networking
  7. Bash Scripts
  8. Cron
  9. SSH
  10. Bash
  11. ZSH

TearDown Setup - Optional, for the training playground cleanup only.

Back to Main