Visualize your AWS environment as isometric architecture diagrams. Snap together blocks for EC2s, ELBs, RDS and more. Connect your live AWS environment.
It's like a Let's Play, but for obscure software documentation.
I tried to learn Nix, and it was pretty hard. I kept a diary of every command I tried, every wrong assumption that I made, and every realization that I had along the way.
Stork is a dashboard for BIND 9 and Kea DHCP. It is under active development, with monthly releases. The initial priority is to provide monitoring and troubleshooting support....
I keep getting questions about how to start with Nix. I believe the way to go in 2022 is to start with Flakes, so in this post I'll describe just that.
If you want to learn Nix from first principles instead, I recommend Nix Pills and nix.dev.
The switch from Puppeteer to Playwright is easy. But is it worth it? And how exactly does one migrate existing scripts from one tool to another? What are the required code-level changes, and what new features and approaches does the switch enable?
Monitor, Control and Debug Docker Containers with WhaleDeck
Only available for MacOS, WhaleDeck connects to your Linux servers hosting Docker containers and simplifies a number of tasks associated with container management.
Setting up BIND to get the letsencrypt wildcards to work on your system using RFC 2136
(Which destination has to be used?) Wildcard Certificate with letsencrypt I have my own DNS, so I need to set it up myself to get letsencrypt to work as expected and generate a wildcard certificate for my websites. They decided to test the DNS because that way they know you are in control of the domain and its sub-domains (only the owner of a
Which exactly DNS record does Let's Encrypt use to perform DNS-01 challenge validation?
I have some SMTP servers (and others) which live behind the NAT and it is infeasible to configure DNAT for HTTP or reverse proxies for them. This means, HTTP-01 and TLS-ALPN-01 are unavailable, so ...