What is Hackers' Pub?
Hackers' Pub is a place for software engineers to share their knowledge and experience with each other. It's also an ActivityPub-enabled social network, so you can follow your favorite hackers in the fediverse and get their latest posts in your feed.

Zioclock













![A command run on CLI that outputs the number of bans by Fail2Ban per ban type.
Command:
journalctl -u fail2ban.service --since=-10d \
| grep -o "NOTICE \[.*\] Ban" \
| awk '{print $2}' \
| sort \
| uniq -c \
| sort -nr
Output:
12402 [nginx-badbots]
750 [sshd]
545 [nginx-webexploits]
38 [nginx-botsearch]
22 [nginx-400]
3 [nginx-404]
1 [nginx-nohome]](https://fantastic.earth/system/media_attachments/files/113/009/257/435/856/825/original/dc1079a8545acd91.png)










