Skip to content

Instantly share code, notes, and snippets.

@AymanZahran
Last active November 5, 2021 18:20
Show Gist options
  • Select an option

  • Save AymanZahran/55ee2b14110e8a50138c57a85fb48e41 to your computer and use it in GitHub Desktop.

Select an option

Save AymanZahran/55ee2b14110e8a50138c57a85fb48e41 to your computer and use it in GitHub Desktop.
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