Hi 👋

Welcome to my blog :)

Streaming a webcam to Owncast using ffmpeg on k3s

To stream a webcam feed to my Owncast instance I am using ffmpeg running on my k3s cluster. I've been running this for a quite a while, so here's the deployment more or less ready to be copy and pasted: Replace all values marked with curly braces!

June 19, 2024 Â· 1 min

Cleaning up CNPG WAL

Backups are recommended My CNPG cluster for Nextcloud broke and WAL was written and not deleted, when the cluster returned to a synced state. pg_controldata -D /var/lib/postgresql/data/pgdata/ > /var/lib/postgresql/data/pgwalfile.txt pg_archivecleanup -d /var/lib/postgresql/wal/pg_wal/ $(cat /var/lib/postgresql/data/pgwalfile.txt| grep "Latest checkpoint's REDO WAL file" | awk '{print $6}') This gets the current checkpoint and cleans up dangling WAL files without breaking the database.

May 27, 2024 Â· 1 min

Boot log LIVISI (MEDION) Smarthome Zentrale

Platform information Filesystem btrfs cmdline cmdline: console=ttyS2 console=ttyS2,115200 root=/dev/mmcblk0p3 rw rootwait rootfstype=btrfs Linux version Linux version 4.1.43-pulsar-standard (svc-pulsar@d8cd0e6db2f3) (gcc version 5.2.0 (GCC) ) #1 SMP PREEMPT Thu Jul 25 06:56:18 UTC 2019 Misc MD90785 für Set MD90790 EAN: 4015625907852 Hardware revision: SHC2.0 Full boot log Terminal ready bus_id 0 bus_mfp 0 pmu_id 3 vddr_pmu_dcdc_cfg 4 ddr_clk 588 ddr_cap 1024 ddr_bits_width 0 rank 1 ddr_type 0 row_col 0 rdodt 1 wrodt 1 zpzq 12 rx_tx_adfu 1 uart_id 2 uart_baudrate 115200 uart_pad 9 jtag_pad 0 bootdev 32 version 1....

September 25, 2023 Â· 24 min