Categories
Ubuntu

roundhouse-kill

Gently getting rid of too many disturbing processes:

ps auxww | grep "too many processes of" | awk '{ print $2 }' | xargs -n1 kill