Learning Objectives
- What is a virtual machine
- What is Vagrant
- Who wrote Vagrant
- What is Ubuntu
- What does “Ubuntu” mean
- How to use VMs with Vagrant
- What does the command uname do
$ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get install git
$ git clone $ touch test $ git add test $ git commit -m "Initial commit" $ git push origin main