I recently re-started my BGP shenanigans, and with that, re-setup some VPNs using WireGuard for my personal machines. I basically use those to whitelist connections to certain applications to only the prefix used by my machines. The host machine runs Debian and BIRD, and the end devices are diverse from standard Linux machines, to Windows […]
... Read More
2024-12-01
Setting up WireGuard tunnels from a BGP router
Comments Off on Setting up WireGuard tunnels from a BGP router
2024-11-11
Sending commands to a Docker Compose Resonite headless
After searching for a bit, I found a way to send commands to a Resonite headless within Docker programmatically without having to run docker compose attach <container> and having to manually detach. You will need the software socat installed on the host machine, given most of my machines are running Debian, this can be done […]
... Read More
... Read More
Comments Off on Sending commands to a Docker Compose Resonite headless
2024-06-21
Setting up a Resonite Headless and getting metrics from it
As you may know, I made a mod for the platform Resonite that allows you to export metrics from the game as OpenMetrics data readable by Prometheus amongst other software. In this post, we’re gonna see: First, some pre-requisites: Setting up a headless in Windows is really easy. To first get the headless files, there […]
... Read More
... Read More
Comments Off on Setting up a Resonite Headless and getting metrics from it