Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.19 KB

linux-cli-http.md

File metadata and controls

48 lines (30 loc) · 1.19 KB

Linux, Command Line, HTTP Tools

  1. Complete the course "Linux Survival" (4 modules):
First Quiz

linuxsurvival.com first quiz screenshot

Second Quiz

linuxsurvival.com second quiz screenshot

Third Quiz

linuxsurvival.com third quiz screenshot

Fourth Quiz

linuxsurvival.com fourth quiz screenshot

  1. Read the articles about http requests:
  • HTTP Basics
    • URLs
    • Methods (get, post, put, delete)
    • Status codes (1xx, 2xx, 3xx, 4xx, 5xx)
    • Format of HTTP messages
  • HTTP connection
  • Identification and authentication
  • Hashing

Summary:

I have never been well-acquainted with with Linux before, but some commands were familiar to me, I used them before in bash. The tasks were very interesting and useful for me. I will use Linux OS in the future.

Two articles was very interesting for me and now it's clear, how occur interaction between client and server.