Unsurprisingly, the transition of the Mac platform to ‘Apple Silicon’—an as of yet unspecified custom chipset—was announced. The parallels to the Intel transition announcement in 2005 were obvious and likely entirely intentional. Apple is conveying the message: “we’ve done this before, we know what we are doing.
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
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