Skip to content

Files

0x0D-web_stack_debugging_0

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 9, 2023
Jun 30, 2024

0x0D. Web Stack Debugging #0 🛠️

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.

Table of Contents

Tasks

0. Give me a page!

📝 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.

How to Run

  1. Clone the repository:

    git clone https://github.com/Linf0rd/alx-system_engineering-devops.git

    cd alx-system_engineering-devops/0x0D-web_stack_debugging_0

  2. Run the scripts:

    chmod +x <script_name> ./<script_name>

Dependencies

  • Curl: Ensure you have Curl installed.

    sudo apt-get install curl

Author

👨‍💻 Linf0rd