Ireland - weekend in Dublin with kids
We were planning prolonged weekend holidays in Autumn and we found a cheap flight by Ryanair to Dublin International airport. The weather was overcast, but not too cold. After landing we decided to just take a bus and first drop our baggage at the hotel. (more...)
Kubernetes and Traefik v2 forward traffic to external IP
In my internal network I have couple of devices that I would love to expose to internet. However as we all know those devices are not the most secure, so providing added layer of security via Kubernetes and Traefik v2 seemed like easiest and best idea. (more...)
Hacking master plan excerpt about planting Raspberry Pi
I wrote a book about Joncy Ber robbing a bank. Since summer is over, so reading on the beach is replaced by the evening before sleep reading in the bed, Hacking master Plan remains something that will keep you engaged for some time (even though it is a thin book). (more...)
List all authors of git commits on branch in last 30 days
I wanted to have a bit of an overview about what is going on with my branch in the last 30 days. It was hijacked by some co-developers and in the end I wanted to see who contributed the most. But the problem was that while GitHub and GitLab do provide some statistics, they are for a master or main branch and they cannot be filtered by time. (more...)