Skip to content

Lab 4 β€” OS & Networking: Trace, Debug, and Read the Substrate - #1554

Open
Nik-ari-ai wants to merge 3 commits into
inno-devops-labs:mainfrom
Nik-ari-ai:feature/lab4
Open

Lab 4 β€” OS & Networking: Trace, Debug, and Read the Substrate#1554
Nik-ari-ai wants to merge 3 commits into
inno-devops-labs:mainfrom
Nik-ari-ai:feature/lab4

Conversation

@Nik-ari-ai

Copy link
Copy Markdown

Goal

Use ss, dig, tcpdump, curl -v, and journalctl to understand what happens when a POST /notes flies across the network into QuickNotes.

Changes

  • submissions/lab4.md β€” Task 1 (packet trace + 5 debug commands + 502 reflection), Task 2 (outside-in debug + blameless postmortem), Bonus (TLS 1.3 handshake decode)
  • submissions/lab4-trace.txt β€” tcpdump capture of one POST /notes

Testing

  • Real tcpdump capture on lo: TCP handshake, POST /notes, 201 Created, FIN close
  • Broken deploy reproduced (bind: address already in use), chain walked, repaired
  • TLS proxy handshake captured and decoded (ClientHello/ServerHello/cert chain, TLS 1.3)

Checklist

  • Title is a clear sentence (≀ 70 chars)
  • Commits are signed (git log --show-signature)
  • submissions/lab4.md updated

Signed-off-by: Arina Nikolaeva <a.nikolaeva@innopolis.university>
Signed-off-by: Arina Nikolaeva <a.nikolaeva@innopolis.university>
Signed-off-by: Arina Nikolaeva <a.nikolaeva@innopolis.university>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant