Advanced Search
Search Results
26 total results found
Documentation
Interesting Links
Just links I’ve found to be interesting
Useful Resources
Homelab
Homelab documentation
Random
Documentation for random programs/utilities that I found useful and for which there is not enough information available
Projects
Documentation for projects of mine that aren't big enough to get their own book
Programming
Operating Systems
WebUntisNotifier
https://github.com/maxbossing/WebUntisNotifier
2024-09-26
https://theanarchistlibrary.org/ - The Anarchists Library https://github.com/charmbracelet/soft-serve - SSH-Based git server with a beautiful GUI. https://www.envox.eu/studio/studio-introduction/- Sexy as fuck GUIs for embedded development. https://gitlab.c...
Low-Level programming
x86 Instruction Reference x86 Memory Map C stdlib reference The C Programming Language by Dennis Ritchie & Brian Kernigham The Lost art of structure packing OSDev Wiki GNU C reference manual
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 to learn Kotlin) Design Patterns: Elements of reusable Object-Oriented software (The book on OOP, a must-read!)
Python
Python Documentation (Language docs) Python Language Reference (gives an overview over syntax etc) PEP8 (Python Style guide)
Bash
https://mywiki.wooledge.org/ (Although a bit dated, the information is still very much viable)
Linux
Arch Linux Wiki (The best resource for any linux-related topic) Ubuntu Wiki (Beginner-friendly resources) Gentoo Wiki (Touches a lot of very low-level topics) Debian Handbook (Covers some debian-specifics) Linux Man Pages (Explanations for most commands ...
Unix
The FreeBSD Handbook (The best and most comprehensive source of information for BSD) FreeBSD man pages (Command/API Documentation) FreeBSD WIki
Other
The POSIX specification (Common interface for *nix-based systems) TempleOS Docs (Although esoteric, gives a great overview about OS-design)
Other
MIT's guide to lockpicking
Services
Service name Description URL Project URL Portainer Docker Orchestration https://portainer.exobyte.dev https://portainer.io NGinX Proxy Manager Reverse Proxy https://npm.exobyte.dev https://nginxproxymanager.com Aut...
Security
Service SSO Configured Type Comment Portainer yes OAuth2 - NginX Proxy Manager no - Would be stupid to proxy the proxy in case the proxy stops proxying. Ghost no - Not supported Reposilite no - Fuck you LDAP H...
Domains
Domain Purpose Comment exobyte.dev Base for all homelab services - maxbossing.de Unused Redirects to max.bossi.ng bossi.ng Hosts website and email - fsqrt.org Unused Meant as new domain for homelab
Pageant.exe
The about window of an unregistered copy of pageant.exe About Pageant.exe by Dr. Peter Koch is a proprietary replacement for the Putty Agent to support Smartcard such as Yubikeys or other devices that can hold keys (pgp for example). This can be used to nat...
2024-09-27
https://www.digi77.com/linux-kodachi/ - Highly privacy-focused linux System https://vanillaos.org - Immutable Linux distro with AB root system, OCI container image support, integrated subsystems and focus on stability and usability https://github.com/lucko...
Configuration
WebUntisNotifier is configurable through a single file, config.json. { "untis": {}, "timetable": {}, "notifications": {} } Untis untis contains configuration specific to your WebUntis instance. { "untis": { "school": "The name your school uses in ...
Setup
Run the container WebUntisNotifier is published on DockerHub. Using docker run docker run -d \ -v /path/to/config.json:/config.json -v /path/to/cache:/cache maxbossing/webuntisnotifier:tag Using docker compose (Recommended) services: notifier: im...