Step 1 – Download and Install VirtualBox
Step 2 – Download Centos 7 VM ISO file or Ubuntu 20.X VM ISO file
- https://www.centos.org/download/
- https://ubuntu.com/download/desktop
- https://ubuntu.com/download/server
Step 3 – Create and Configure VMs
- Centos 7 – https://www.youtube.com/watch?v=A-VZwc-0Y1M
- Ubuntu 20 – https://www.youtube.com/watch?v=x5MhydijWmc
Step 4 – Enable VMs networking setting to Bridge Adapter
Step 5 – Enable Networking using command line and Get a IP address of VMs
Step 6 – Download Putty
- https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
Step 7 – Login using Putty and Work with Server for Lab Practice
Step 8 – Run Update and Install useful utility
# REDHAT and Centos
$ yum update
$ yum install wget zip unzip
# Ubuntu
$ apt-get update
$ apt-get install wget zip unzip
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024