This repository contains files and scripts that i've used to experiment and test various projects.
For experimentation with new tools and software you can grab the following VM's:
- ./vm/ubuntu64/
- ./vm/win10/
Each VM is configured with two network adapters. One is connected via NAT
to the Internet and the other is connected to an internal LAN 192.168.2.*
.
Also they are provisioned with basic software, settings and timezone UTC+1.
The VM's are defined using Vagrant provisioning
software. This tool reads the Vagrantfile
and makes sure it's download, booted,
and configured as specified. Follow these steps to run it:
- Install
Oracle VirtualBox
- Install
Vagrant
- Create a new folder somewhere on your system (e.g.
C:\my_vm
) - Copy the
Vagrantfile
to this folder - Run
vagrant up
- Wait until it's booted (check VirtualBox VM list if in doubt)
- Access the VM using
vagrant ssh