How to install VirtualBox, Ubuntu, Nginx, Putty & host name setup on Windows System



How to install VirtualBox, Ubuntu, Nginx, Putty & host name setup on Windows System

How to install VirtualBox, Ubuntu, Nginx, Putty & host name setup on Windows System

This video will help you how to install
VirtualBox
Ubuntu server
Nginx
Putty
Domain configuration between Ubuntu Server and Windows System using hosts file

Links
https://www.virtualbox.org/wiki/Downloads
https://ubuntu.com/download/server
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

Required Ubuntu server Commands
Check IP address – ip a
Update packages – sudo apt update
Install Nginx server – sudo apt install nginx
Check nginx server running status – sudo systemctl status nginx

Comments are closed.