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