Distributed flood on the ubuntu planet?
Not really, but it seems that the following command has been contagious across many planets:
history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
Will resist to the temptation of posting results too ;)