ASACDE2-1 ~ 15
1
---------------------------------------------
1
실습 1
#!/bin/bash
yum -y install httpd
systemctl enable httpd
systemctl start httpd
echo '<html><h1>Hello From Your Web Server!</h1></html>' > /var/www/html/index.html
dnf install mariadb105 -y
서버 로그인해서 IP index.html 수정
2
다음
https://brunch.co.kr/@topasvga/5438