Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

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

Useful Resources

Operating Systems

Useful Resources

WebUntisNotifier

Projects

https://github.com/maxbossing/WebUntisNotifier

2024-09-26

Interesting Links

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

Useful Resources 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

Useful Resources Programming

Linux Syscall table The art of Unix Programming Linux Man Pages FreeBSD Developer Handbook

JVM

Useful Resources Programming

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

Useful Resources Programming

Python Documentation (Language docs) Python Language Reference (gives an overview over syntax etc) PEP8 (Python Style guide)

Bash

Useful Resources Programming

https://mywiki.wooledge.org/ (Although a bit dated, the information is still very much viable)

Linux

Useful Resources Operating Systems

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

Useful Resources Operating Systems

The FreeBSD Handbook (The best and most comprehensive source of information for BSD) FreeBSD man pages (Command/API Documentation) FreeBSD WIki

Other

Useful Resources Operating Systems

The POSIX specification (Common interface for *nix-based systems) TempleOS Docs (Although esoteric, gives a great overview about OS-design)

Other

Useful Resources

MIT's guide to lockpicking

Services

Homelab

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

Homelab

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

Homelab

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

Random

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

Interesting Links

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

Projects WebUntisNotifier

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

Projects WebUntisNotifier

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...