=== bddebian2 is now known as bddebian [18:28] join/ #x10 [18:51] hallo zusammen :) === Amaranth__ is now known as Amaranth [23:17] hi all, I thought that the following might be interesting for some edubuntu users: [23:18] I made a tiny one line bash script that kills all human processes [23:18] cat /usr/sbin/killhumanprocesses [23:18] #! /bin/bash [23:18] pkill -U `cut /etc/passwd -d: -f3 | egrep ^[0-9]{4}$ | tr '\n' ',' | sed 's/,$/\n/'`