home.social
  1. 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 ahCrawler

    My lessons learnt: http header analysis is not such an easy thing. And: the header definitions are changing more often than I thought.

    🧾 Source: github.com/axelhahn/ahcrawler/
    📜 License: GNU GPL 3.0
    📗 Docs: see axel-hahn.de/docs/ahcrawler/

  2. If I tried Topgrade <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.

    See
    <github.com/axelhahn/bash-topgr>

  3. Are you curious to learn how Icinga 2 worked for us at the University of Bern? Come to the and learn how it went from Zero to hero.

    Don't miss icinga.com/summit/program/icin

    Reserve your spot now: icinga.com/summit/tickets/

    I started to prepare the first slides But there is enough time left :-)

  4. To listen internet radio on Linux I installed - and was frustrated about the (non)functionality of the [record] button after configuring .

    So I got a challenge: instead of "nothing happens" - show information on a terminal that a user can analyze.

    github.com/axelhahn/st2_record

    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.