Select n2-standard-4 Intel Cascade Lake
<b>Create a nested Ubuntu 20.04 image, and use this as the image for the VM:</b>
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
<b>Log-in on the newly instantiated VM, and type the below command to become root:</b>
sudo -i
<b>Start EVE-COMM installation:</b>
wget -O - https://www.eve-ng.net/focal/install-eve.sh | bash -i
<b>Update and upgrade your new EVE-COMM:</b>
apt update apt upgrade
<b>Reboot:</b>
reboot
<b>After reboot:</b>
Ctrl-c
sudo -i
type root password
select dhcp
select direct connection
type ca.pool.ntp.org for ntp
and system will reboot
Credits to: https://jmcristobal.com/author/jmcristobal/
No comments:
Post a Comment