Creating Ubuntu Virtual Machine on AWS and Installing Apache Web Server
ฝัง
- เผยแพร่เมื่อ 8 ก.พ. 2025
- The agenda of this video is :
1. Creating Ubuntu Virtual Machine on AWS Cloud
2. Instaling Apache Web Server on Ubuntu Virtual Machine.
Test script : to update and install apache.
sudo apt update -y
sudo apt install -y apache2
sudo systemctl start apache2
sudo systemctl enable apache2