Let’s learn how to install EVE-NG in Google Cloud Platform (GPC).
EVE – The Emulated Virtual Environment For Network, Security and DevOps Professionals
Commands utilized in the video:
Create a nested Ubuntu 20.04 image model:
gcloud compute images create nested-ubuntu-focal --source-image-family=ubuntu-2004-lts --source-image-project=ubuntu-os-cloud --licenses https://www.googleapis.com/compute/v1/projects/vm-options/global/licenses/enable-vmx
Type the below command to become root:
sudo -i
Start EVE-COMM installation:
wget -O - https://www.eve-ng.net/focal/install-eve.sh | bash -i
Update and upgrade your new EVE-COMM:
apt update
apt upgrade