OK, let’s start with DoT definition: DNS over TLS (DoT) is a security protocol for encrypting and wrapping Domain Name System (DNS) queries and answers via the Transport Layer Security (TLS) protocol. The goal of the method is to increase user privacy and security by preventing eavesdropping and manipulation
Filip Chabik
Posts
Latest 3.1.1 update broke a lot for me (fzf integration under ⌃ + R as one example). How to downgrade? Depends on the answer of the following command: brew list --versions fish fish 3.1.0_1 3.1.1 If you see both versions as above, you may just
Load Balancing PHP-FPM with HAProxy and FastCGI - HAProxy TechnologiesThis blog post covers how you can use HAProxy and the FastCGI protocol to ensure fast, secure, and observable load balancing of your PHP-FPM applications.HAProxy TechnologiesNick Ramirez The better alternative is to run the script in its own process and
The Linux Kernel Archives As mentioned the last time, I’m still tracking and building latest kernel releases. 5.6 was on my radar for some time and I’m going to stick to it for longer period. One of the most important features of this release is addition of
Using ELK to collect Nginx logs and show TLS version and ciphers used by HTTP clientsTurning off old SSL or TLS versions or SSL ciphers is easy. But what if some clients still connect using these old protocols or ciphers? This information can be logged and analyzed in ELK!Claudio
One of my New Year’s resolution was to get back a bit closer to the lower level parts of Linux. And what’s there lower than the kernel itself? I always preferred vanilla kernel, even when I was fooling around with Gentoo, and this hasn’t changed. In December