Last active
November 5, 2021 18:20
-
-
Save AymanZahran/55ee2b14110e8a50138c57a85fb48e41 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yum update -y | |
| yum install -y httpd | |
| echo '<h1>Hello World</h1>' > /var/www/html/index.html | |
| systemctl start httpd | |
| systemctl enable httpd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment