TIL how to create Github repos with Github

I needed to create multiple Github repositories and grant access to them for different users. After creating the first repository by hand and granting access to it, I had enough of it. There are just too many damn clicks!

So I used the CLI. Github has a nice cli-program called …

more ...

TIL that Hetzner offers a free DNS service

I host my private servers at Hetzner, a really nice, reliable and cheap german webhoster.

Previously I managed my DNS zones with Route 53 from Amazon. There I paid 50 cents per zone per month. I have multiple zones so this adds up at the end of the year.

Then …

more ...

Manual RDS Backups save the day

Suppose you run a database as a service (DBaaS) for example in Azure. You have automated backups configured in case something bad happens. However these backups do not save you against a accidental database deletion as the backups get deleted, too!

Then there’s the Open Telekom Cloud (OTC). The …

more ...