Host Machine
Windows or Linux laptop/desktop with virtualization enabled in BIOS (Intel VT-x / AMD-V).
Linux · Installation and Setup
Linux · Lesson 2
Step by step Linux installation on VMware and physical servers. Post installation tasks like hostname, network and user configuration. Understanding package repository basics. First boot and system hardening checklist.
In this lesson, we will create a complete Linux practice lab using VMware on your laptop or desktop so you can safely practice Linux administration without touching production systems.
We will cover the full setup flow: installing VMware → downloading Linux ISO → creating VM → installing Linux.
Before creating virtual machines, make sure your computer has enough resources for smooth Linux installation and practice.
Windows or Linux laptop/desktop with virtualization enabled in BIOS (Intel VT-x / AMD-V).
Recommended: 4 CPU cores, minimum 8 GB RAM and at least 50–80 GB free disk space for virtual machines.
VMware Workstation Pro / Player and a Linux ISO such as Ubuntu Server, Rocky Linux or Debian.
VMware will act as the virtualization platform where we create and run our Linux virtual machines.
You may also use VirtualBox or other hypervisors, but this course demonstrations and screenshots will primarily use VMware.
Next, we need a Linux installation ISO image which will be used to boot and install Linux inside the virtual machine.
Example folder:D:\ISOs\Linux
We will now create a new VM and prepare the virtual hardware for Linux installation.
After completing the wizard, your Linux VM should appear in the VMware dashboard.
Once the VM is ready, we can boot from the ISO and begin the Linux installation process.
After rebooting, you should successfully log in to your Linux system either through:
In the next lessons, we will start exploring Linux terminal commands, filesystem navigation, users, permissions and system administration fundamentals.