Useful Resources
Programming
Low-Level programming
x86 Instruction Reference x86 Memory Map C stdlib reference The C Programming Language by De...
Linux/Unix
Linux Syscall table The art of Unix Programming Linux Man Pages FreeBSD Developer Handbook
JVM
Java 22 Language Docs Kotlin Docs (Better alternative to java) Kotlin Koans (Interactive way ...
Python
Python Documentation (Language docs) Python Language Reference (gives an overview over syntax ...
Bash
https://mywiki.wooledge.org/ (Although a bit dated, the information is still very much viable)
Operating Systems
Linux
Arch Linux Wiki (The best resource for any linux-related topic) Ubuntu Wiki (Beginner-friendly...
Unix
The FreeBSD Handbook (The best and most comprehensive source of information for BSD) FreeBSD m...
Other
The POSIX specification (Common interface for *nix-based systems) TempleOS Docs (Although esot...
Other
MIT's guide to lockpicking