Welcome to this project of the ALX System Engineering DevOps curriculum! This repository contains tasks focused on the initial steps of web stack debugging. Each task here serves a specific purpose to help understand how to identify and resolve issues in web infrastructure.
📝 Task: Write a Bash script that uses curl
to fetch a page from a web server and verify that the HTTP status code is 200.
-
Clone the repository:
git clone https://github.com/Linf0rd/alx-system_engineering-devops.git
cd alx-system_engineering-devops/0x0D-web_stack_debugging_0
-
Run the scripts:
chmod +x <script_name> ./<script_name>
-
Curl: Ensure you have Curl installed.
sudo apt-get install curl
👨💻 Linf0rd