Exercise 1: Create a Virtual Machine
Aim: Create a virtual machine in Ubuntu using KVM.
Procedure:
$ egrep -c '(vmx|svm)' /proc/cpuinfo (verify output > 0)$ sudo kvm-ok (install cpu-checker if needed: $ sudo apt install cpu-checker)$ sudo apt install -y qemu qemu-kvm libvirt-daemon libvirt-clients bridge-utils virt-managerlibvirtd is running: $ sudo systemctl status libvirtd$ lsmod | grep -i kvm$ sudo virt-install --name=vm-name --os-variant=OS_Variant --vcpu=2 --ram=2048 --graphics spice --location=/path/to/iso.iso --network bridge:vibrovirt-manager):$ virt-managerResult: Virtual machine created and ready for OS installation.
Exercise 2: Installing Platform on GCP
Aim: Study installation of a platform on Google Cloud Platform (GCP).
Procedure:
docker pull gcr.io/iguazio/provazio-dashboard:stable && docker run --rm --name provazio-dashboard \
-v/tmp/env.yaml:/tmp/env.yaml \
-e PROVAZIO_ENV_SPEC_PATH=/tmp/env.yaml \
-p 8060:8060 \
gcr.io/iguazio/provazio-dashboard:stable
localhost:8060 in a web browser.Result: Platform installer dashboard accessible.
Exercise 3: Deploying Existing Apps
Aim: Study deployment of existing apps in the cloud (Azure).
Procedure (Azure Cloud):
default.aspx..cspkg)..cscfg).Result: Existing application deployed to Azure cloud.
Exercise 4: Create a Drop Box using Google APP
Aim: Create a Drop Box using Google Apps integration.
Procedure (Dropbox Website):
Result: Google Docs, Sheets, or Slides file created within Dropbox, linked to your Dropbox account.
Exercise 5: Transfer Data using Google APPs
Aim: Study principles of transferring data between Google Accounts.
Procedure (Google Takeout):
.vcf file from Takeout.Result: Data transferred from one Google account to another.
Exercise 6: Upload and Download Files and Folders using Google APPs
Aim: Upload and download files and folders using Google Apps (Drive).
Procedure (Google Drive App - Android/iOS):
Result: Files uploaded to and downloadable from Google Drive.
These shorter versions provide the essential steps and commands for each exercise while omitting detailed explanations and screenshots. You can use these as quick summaries or checklists.