Skip to content

Instantly share code, notes, and snippets.

View aleksasiriski's full-sized avatar

Aleksa Siriški aleksasiriski

View GitHub Profile

Install Docker on Debian 11/12/13

Prepare system:

sudo apt update && \
sudo apt install -y ca-certificates curl && \
sudo install -m 0755 -d /etc/apt/keyrings && \
sudo curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc && \
sudo chmod a+r /etc/apt/keyrings/docker.asc
@aleksasiriski
aleksasiriski / belabox-modified.md
Last active February 7, 2026 00:38
Setup Belabox modified with Wireguard remote access and BiB-Comms audio output working via Pipewire, Pulse and ALSA

Setup Belabox modified with Wireguard remote access and BiB-Comms audio output working via Pipewire, Pulse and ALSA

DO NOT RUN ON BELABOX: Flash belabox image to SD card (/dev/sdX):

sudo dd if=Downloads/belabox_rock_5b_plus-20250915-a84acea.img of=/dev/sdX bs=4M status=progress oflag=sync

Update the system:

sudo apt update -y && sudo apt upgrade -y