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 updatesudo 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 -ymkdir ~/githubcd ~/githubgit clone https://github.com/lee5378/labsetup.gitsudo bash ~/github/labsetup/labsetup.sh
- AWS Security Blog: What is a cyber range and how do you build one on AWS?
- You may alternatively wish to host these systems on AWS as EC2 instances.
- (I really hate Amazon!!)