Main public logs

From Pengwings

Combined display of all available logs of Pengwings. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:53, 13 February 2026 Theleruby talk contribs created page Script to restart Pipewire if it starts bugging out (Created page with " sudo vim /usr/local/bin/fixaudio #!/bin/bash echo Attempting to restart the audio stack if pgrep -x "easyeffects" > /dev/null then echo easyeffects is running, killing it easyeffects -q sleep 3 else echo easyeffects is not currently running fi echo Restarting pipewire systemctl --user restart pipewire sleep 2 echo Restarting fluidsynth systemctl --user restart fluidsynth sleep 2 echo Restarting easyeffects easyeffects --gapplication-se...")