Axel Hahn
-
My ahCrawler got a few updates. The focus in the last versions was on
- update of http response header meta data
- http header analysis page
- remove deprecated http headers by ahCrawlerMy lessons learnt: http header analysis is not such an easy thing. And: the header definitions are changing more often than I thought.
🧾 Source: https://github.com/axelhahn/ahcrawler/
📜 License: GNU GPL 3.0
📗 Docs: see https://www.axel-hahn.de/docs/ahcrawler/ -
If I tried Topgrade <https://github.com/topgrade-rs/topgrade> to update my system I liked it from the beginning!
I put it into a cronjob. To stay informed when an update starts or ends I wrote a wrapper using notify-send. The notification window stays until confirmation on exitcode <> 0.
-
Are you curious to learn how Icinga 2 worked for us at the University of Bern? Come to the #IcingaSummit and learn how it went from Zero to hero.
Don't miss https://icinga.com/summit/program/icinga-2-from-zero-to-hero-how-icinga2-became-our-central-monitor/
Reserve your spot now: https://icinga.com/summit/tickets/
I started to prepare the first slides But there is enough time left :-)
-
To listen internet radio on Linux I installed #streamtuner2 - and was frustrated about the (non)functionality of the [record] button after configuring #streamripper.
So I got a challenge: instead of "nothing happens" - show information on a terminal that a user can analyze.
https://github.com/axelhahn/st2_record_helper
UPDATE:
The script reached version 1.0 now. Who tried a version 0.x before should update it now, eg. `git pull` if you used git clone to install it.