Skip to content

Instantly share code, notes, and snippets.

View sandikata's full-sized avatar

Росен Александров sandikata

View GitHub Profile
To prevent wall messages from messing up all of your open terminals:
sudo systemctl stop systemd-ask-password-wall.service
sudo systemctl stop systemd-ask-password-wall.path
To make this change persistent over boot:
sudo systemctl mask systemd-ask-password-wall.service
sudo systemctl mask systemd-ask-password-wall.path