====== How to setup a virtual machine with Ubuntu 20.04 ====== Virtualization technologies such as virtual machines allow us to experience other operating systems without affecting, removing or changing our default operating system, you can think of it as a "virtual computer" inside your "real computer", this allows us to create multiple virtual machines on our computer. Before starting it is necessary to **download and install** the software [[ https://www.vmware.com/products/workstation-player.html | VMware Workstation Player ]], if you are a **Windows 64-bit user** you can download it from this [[ https://customerconnect.vmware.com/en/downloads/details?downloadGroup=WKST-PLAYER-1612&productId=1039&rPId=66621 | link]]. If you are a **Mac OS** user you can download [[https://www.virtualbox.org/ | VirtualBox]] directly from this [[https://download.virtualbox.org/virtualbox/6.1.26/VirtualBox-6.1.26-145957-OSX.dmg | link]] The next step is to download Ubuntu 20.04, you can do it directly from this [[https://releases.ubuntu.com/20.04/ubuntu-20.04.3-desktop-amd64.iso | link]] (this step applies to Windows and Mac users). ===== Setup VMware and Ubuntu (Windows users) ===== With VMware Workstation Player installed open **vmplayer**. {{ :ip:ws2021:lets_plaiy:vmware.png?400 |}} In the interface click on **Create a New Virtual Machine**, this will open a window where you must check **Installer disc image file (iso)**, press the button **Browse**, browse and select the Ubuntu 20.04 file you downloaded earlier (usually called //ubuntu-20.04.3-desktop-amd64.iso//), then press **Next**. {{ :ip:ws2021:lets_plaiy:create_vm_vmware.png?600 |}} Fill in the information that your virtual machine will have and press **Next**. {{ :ip:ws2021:lets_plaiy:vmware_info.png?600 |}} Give a name to the virtual machine, for example Ubuntu 20.04.3 LTS (Focal Fossa) and then press **Next** {{ :ip:ws2021:lets_plaiy:vm_name.png?600 |}} Keep the next window as it is and press **Next**. {{ :ip:ws2021:lets_plaiy:vm_size.png?600 |}} In the next window VMware Workstation Player adjusts the settings based on your computer so there is no need to change anything unless you know exactly what you are doing. Finally press **Finish**. {{ :ip:ws2021:lets_plaiy:vm_end.png?600 |}} VMware will take care of configuring the operating system installation, so just wait until it is complete, you will see something like this. {{ :ip:ws2021:lets_plaiy:ubuntu_ready.png?600 |}} At this point the virtual machine is ready for you to start familiarizing yourself with the environment and the user interface. {{ :ip:ws2021:lets_plaiy:ubuntu_desktop.png?600 |}}