Users, Permissions, Processes
Services, Logs, Environment
SSH
DNS and TLS
CIDR and Subnets
Practice
Assignment
Cloud Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- Recap from core program: IP addresses, ports, client-server model, HTTP methods/status codes
- DNS deep dive: what happens when you type a URL — resolution chain
- DNS record types: A, AAAA, CNAME, MX, NS, TXT
dig and nslookup for DNS troubleshooting
- HTTPS and TLS: what TLS adds on top of HTTP
- TLS handshake — simplified (client hello, server hello, certificate, key exchange)
- Certificates: what they are, certificate authorities, Let's Encrypt
- Practice: use
dig to resolve domains, inspect a TLS certificate with openssl s_client
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.