Skip to content

munkycool/labsetup

 
 

Repository files navigation

VirtualBox Lab Setup

This repo contains automation for a faster standup of a Ubuntu virtualization server PC. These are my personal changes to the orgiginal project, that, in my huble opinion, make it better. This version of the scrpit hasn't been tested at all, but me, in my infinite wisdom, garentee that it'll at least do something

Step by step:

  • On your personal computer, create a bootable USB flash drive of Ubuntu Linux whatever version you want, latest LTS or regular release version would probably be best
  • Plug monitor, power, keyboard, mouse, and ethernet into your new PC.
  • Insert the bootable USB flash drive of Ubuntu **.** into your new PC.
  • Boot into the installer software and install Ubuntu OS.
  • Reboot and remove your USB flash drive.
  • Log in and open a Terminal session.
  • sudo apt update
  • sudo apt install xrdp -y
  • Check your IP address with ip a
  • At this stage, remote into your Ubuntu computer from your host computer using RDP.
    • (This makes no sense because all of the directions up till know indicate that you have phisical access to the PC, so why you would remote into the Ubuntu PC I don't know)
  • sudo apt install git -y
  • mkdir ~/github
  • cd ~/github
  • git clone https://github.com/lee5378/labsetup.git
  • sudo bash ~/github/labsetup/labsetup.sh

Resources

About

Notes on running effective home labs for cyber ranges, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%