GOAD
  • Installation
    • Setup Ubuntu Server 22.04
    • Install VirtualBox & Vagrant
    • Install git and HomeLab Setup
    • Ansible Install & Playbook
    • Ansible Playbook
    • More Commands
    • Install VPN Server PrintUNL
  • Page 1
Powered by GitBook
On this page
  1. Installation

Install git and HomeLab Setup

mkdir lab && cd lab

sudo apt install git
git clone https://github.com/rabakuku/ADVULNLAB.git

cd ADVULNLAB/ansible

sudo apt install python3-pip
sudo apt install python3-venv

python3 -m pip install virtualenv
python3 -m virtualenv .ADVULNLABENV
source .ADVULNLABENV/bin/activate
PreviousInstall VirtualBox & VagrantNextAnsible Install & Playbook

Last updated 1 year ago