Tag: Linux

  • My Arch Linux emergency procedure

    Today, for the first time after a system update, I had an Arch system that wouldn’t boot properly anymore. This has not happened in about 10 years — I probably overlooked an error during the update process and rebooted without noticing. My take-away: Do not do system updates unattended. This was the error message: Basically…

  • Arch Linux: No audio device after update

    After an update all audio devices where gone. I got everything working again by wiping Pipewire: $ sudo rm -rf /etc/pipewire $ sudo pacman -S pipewire pipewire-pulse pipewire-media-session $ systemctl –user enable pipewire pipewire-pulse pipewire-media-session $ systemctl –user restart pipewire pipewire-pulse pipewire-media-session via Reddit

  • Bluetooth-Kopfhörer-Verbindung

    Ich hatte lange das Problem, dass kurz nachdem Bluetooth-Verbindungsaufbau von meinem Arch Linux (Thinkpad x220) die Verbindung wieder beendet wurde. Die Lösung: Via Ubuntu Forums Dauerhaft aktivieren sollte man vielleicht diese Zeilen in /etc/pulse/default.pa

  • Measures against Slowloris attacks

    In a Slowloris attack a client (or a botnet) opens a large amount of connections to a web server and holds them open. It does not send complete requests so you might find no request of the attacker in an Apache log — quite devious. So… The malicious client continues to open new connections using…

  • MySQL macht “Peng”…

    Heute hatte ich es wieder einmal mit einem abgeschossenen MySQL-Server zu tun, dieses Mal von einem Neukunden. Zur Abwechslung hat dieses Mal der Hoster (!) an der Maschine herumgespielt und sie ohne den Kunden zu informieren während des Betriebs neu gestartet — ohne die Dienste herunterzufahren.