👋 Hi! I'm Christian
… and this is my personal website.
Open Source Software and publications by Christian Kruse
… and this is my personal website.
Life of Alfons is only available in German. I write about our life with Alfons, a male Labrador dog we got at 2021-10-4. He is deaf.
An interview with Cory Doctorow about rescuing the internet from enshitification.
A snippet for the people who need it:
awk '{print $1}' /var/log/nginx/access.log | sort | uniq -c | sort -nr | head -20
I use this to identify e.g. the top 20 IPs causing the most traffic, for example when a bot hammers one of my servers.
If you are similarly annoyed as I am by the indicator / popup showing you the current keyboard layout, here is how to disable it:
defaults write kCFPreferencesAnyApplication TSMLanguageIndicatorEnabled 0