Skip to content

Instantly share code, notes, and snippets.

View Razuuu's full-sized avatar
🏠
Working from home

Joshua Samenfink Razuuu

🏠
Working from home
  • Germany
  • 04:58 (UTC +02:00)
View GitHub Profile
@Razuuu
Razuuu / audiorelay-pipewire.md
Created September 21, 2024 13:06 — forked from rehhouari/audiorelay-pipewire.md
How to install AudioRelay on Linux using Pipewire (through pipewire-pulse) (forked in case this will deleted)
@Razuuu
Razuuu / update_root_hints.sh
Last active May 14, 2025 23:18 — forked from lyjacky11/update_root_hints.sh
Update root.hints file for bind9
#!/bin/bash
# Vars
HEREAMI="$(dirname "$(readlink -f "${0}")")"
URL="https://www.internic.net/domain/named.root"
FILE="/usr/share/dns/root.hints"
# Check if file is the same, otherwise override
if ! diff -q <(curl -s "${URL}") "${FILE}" > /dev/null 2>&1; then
# Download root.hints file
@Razuuu
Razuuu / KodiStandaloneRaspberryPiOsLite.md
Created July 10, 2025 19:32 — forked from didi1357/KodiStandaloneRaspberryPiOsLite.md
Kodi Standalone on Raspberry Pi OS Lite 64Bit Debian 12 Bookworm

Kodi Standalone on Raspberry Pi OS Lite 64Bit Debian 12 Bookworm

This guide describes how to get Kodi running on Debian Bookworm based Raspberry Pi OS Lite 64Bit without having to run the full LXDE GUI of the desktop version.

It is based on this guide.

First, install kodi as usual with

apt install kodi