Skip to content

Instantly share code, notes, and snippets.

View ffeldner's full-sized avatar

Flora Elisabeth Feldner ffeldner

View GitHub Profile
@ffeldner
ffeldner / GUIDE.md
Last active April 23, 2026 15:13
Running a modern MATLAB under Arch in 2026

MATLAB R2026a under Arch Linux in 2026

using Podman with Distrobox and Debian stable

Podman is similar to Docker - it is a daemonless engine designed to run containers.

Distrobox is a wrapper (collection of scripts) to tightly integrate Podman containers with your host OS.

tl;dr this basically sets up MATLAB within a Debian inside a container and forwards the GUI windows to the host. Thanks to Distrobox, we also share the home directory, and can thus smoothly work within directory of the host OS.

But why?

@CappyT
CappyT / GUIDE.md
Last active April 8, 2026 07:05
Hassio Unifi Network Application hotfix

HA OS UniFi Add-on - Temporary Hotfix (CVE-2026-22557 & CVE-2026-22558)

This is a quick image-cache hijacking workaround to patch the local container without migrating volumes or waiting for the upstream release. It restores the s6-overlay entrypoint correctly so the add-on boots normally.

The Supervisor will automatically wipe this custom image and pull the official one once the maintainers release the patched update.

Prerequisites:

1. SSH access to the HA OS host on port 22222. (refer to the docs https://developers.home-assistant.io/docs/operating-system/debugging/#enabling-ssh-access-to-the-host )