Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
fduran committed Oct 29, 2024
1 parent 7b8160f commit 27fa2e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ The DevOps Upskill Challenge project can be abbreviated as "DOUC".

## Challenges

### [1. Linux Server](1.%20Linux%20Server/README.md)
### [1. Linux Server](1.%20Linux%20Server/README)

- 1.1 Objective: characterize a server: what’s its purpose, is it busy, does it have errors?
- 1.2 Objective: parsing logs and metrics (find/grep/cut/uniq etc )

### [2. HTTP](2.%20HTTP/README.md))
### [2. HTTP](2.%20HTTP/README))
- 2.1 Objective: create code that responds to HTTP requests (eg browser http://localhost:8080) with "Hello World". Examples with: Code (Java, Python, Golang, Java) and Web servers (Nginx, Apache)
Concepts:
- HTTP protocol, header/body, response codes, curl
Expand Down

0 comments on commit 27fa2e7

Please sign in to comment.