芯が強い人になるESTJ-A

# 2023-amazon web service--CLF02

IT開発 Tags: 无标签 阅读: 168

--shell

#!/bin/bash
# Use this for your user data (script from top to bottom)
# install httpd (Linux 2 version)
yum update -y
yum install -y httpd
systemctl start httpd
systemctl enable httpd
echo "<h1>Hello World from $(hostname -f)</h1>" > /var/www/html/index.html