Archive:
Month: September 2025
Linux box slow
Sometime a multi users linux box can go extremely slow even if there are not much actually. This may be caused by abandoned user sessions. To get rid of these, please run: systemctl | grep “abandoned” | cut -f3 -d ‘ ‘ | xargs systemctl stop