Daily Shaarli

All links of one day in a single page.

September 18, 2025

Keeping sessions alive with systemd-inhibit :: ~/kd8bny
thumbnail

alias block='systemd-inhibit --no-ask-password --what=idle --who="me" --why="cuz I said so" sh & disown; export INHIBIT_PID=$!'
alias unblock='kill -SIGKILL $INHIBIT_PID; INHIBIT_PID='