2 67.11.200.144
4 210.40.128.31
6 208.71.128.195
6 64.39.0.38
15 219.246.112.241
20 200.214.15.142
30 119.70.154.57
30 79.38.22.92
40 61.152.201.74
87 88.191.94.168
107 200.27.214.30
107 61.134.27.234
115 200.6.208.186
170 222.73.37.25
387 99.154.226.153
548 222.35.78.224
627 94.75.240.141
946 213.191.111.5
Any thoughts on this command? Does it work on your machine? Can you do the same thing with only 14 characters?
You must be signed in to comment.
commandlinefu.com is the place to record those command-line gems that you return to again and again. That way others can gain from your CLI wisdom and you from theirs too. All commands can be commented on, discussed and voted up or down.
Every new command is wrapped in a tweet and posted to Twitter. Following the stream is a great way of staying abreast of the latest commands. For the more discerning, there are Twitter accounts for commands that get a minimum of 3 and 10 votes - that way only the great commands get tweeted.
» http://twitter.com/commandlinefu
» http://twitter.com/commandlinefu3
» http://twitter.com/commandlinefu10
Use your favourite RSS aggregator to stay in touch with the latest commands. There are feeds mirroring the 3 Twitter streams as well as for virtually every other subset (users, tags, functions,…):
Subscribe to the feed for:
awk '/sshd/ && /Failed/ {sub(/invalid user/,""); print $11}' /var/log/auth.log | sort -n | uniqcat /var/log/messages | grep sshd | grep Failed | sed -e 's/invalid// ; s/user//' | awk '{print $11}' | sort | uniq -c | sort -n