Skip to content

Reproducible lab environments for linux-training-hogent

Notifications You must be signed in to change notification settings

HoGentTIN/linux-training-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux training labs

This repository contains lab environments to accompany the Linux training study material.

Prerequisites

In order to use these lab environments, you need to have a working installation of the following software on your physical system:

  • Git, a revision control system
  • VirtualBox, a desktop virtualization tool
  • Vagrant, a command line tool for managing reproducible virtual machine environments

If you run a recent version Windows, install these from an Administrator command prompt:

> winget install Git.Git
> winget install Oracle.VirtualBox
> winget install HashiCorp.Vagrant

Otherwise, download and install the applications from their respective home pages.

On Linux, use your package manager to install these tools.

Usage

To work on these lab assignments, it is not recommended to clone this repository directly. Instead, either create a fork under your own account, or download the code as a .zip file (and initialize a Git repository in the unpacked directory). That way, you can commit your own changes and lab notes and keep them in your own repository.

You can launch lab environments from each subdirectory that has a Vagrantfile by running:

$ vagrant up

The exercise assignment should be in the README.md file in the same directory, or in the relevant book chapter of the Linux training course material.

The lab environments are based on bertvv/vagrant-shell-skeleton that contains some scaffolding code to get you started with Vagrant without having to learn Ruby or how to write Vagrantfiles.

Contents

Labs are shown in alphabetical order, but the vagrant/ directory is the best place to start.

About

Reproducible lab environments for linux-training-hogent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published