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
  • 10:34 (UTC +02:00)
View GitHub Profile
@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 / 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)