Perfect request, Theekshana! Here's a detailed breakdown of each step in your Oracle Cloud Free Tier simulation, explaining:
What you're doing:
Creating 2 VMs on VirtualBox to mimic Oracle's free-tier cloud infrastructure.
Why:
This helps you learn how cloud services like VPN and monitoring tools behave without using real cloud credits.
What happens if not done:
You won’t have a safe, offline environment to practice before deploying on Oracle.
sudo apt update && sudo apt install wireguard -y
What you're doing: