Migrate Everything from Linux to BSD
31–40 of 169 posts
Re: Migrate Everything from Linux to BSD
#32The criticisms of DoH seem to be around removing the ability of third parties to snoop on your DNS queries. Am I missing something here?
Like, yes, some of the use cases outlined in the linked wiki article [0] are arguably legitimate (parental controls, cybersecurity identification of C&C nodes), but then we quickly move into murkier territory (ISP blockages due to government mandates).
Preventing MitM attacks is an explicit design goal of DoH, not a side effect.
[0] https://en.wikipedia.org/wiki/DNS_over_HTTPS#Criticisms_and_...
Re: Migrate Everything from Linux to BSD
#33This post is mostly Linux FUD. I don’t understand what’s the use of this. Actually I always found it funny and a little brave that Linus called ZFS a buzzword. In my opinion he’s right. ZFS breaks a lot of use cases but unless you know what you’re talking about you’re going to think it’s the end-all. I slightly prefer the MD-RAID system.
Re: Migrate Everything from Linux to BSD
#34I would have installed BSD on one of my primary dev laptops by now, but there's one huge software compatibility missing for me:
https://wiki.freebsd.org/Docker
Docker's currently broken.
It's not that I need something-like-Docker, which BSD absolutely has. It's that I need straight-up-Docker. I also write a lot of books, the last one having the reader run applications in Docker and run various services from Docker, so it's important that I'm doing something on my Linux dev laptop that isn't too different than my readers who seem to be mostly on MacOS.Re: Migrate Everything from Linux to BSD
#35Ok, but then if everyone switches to BSD, won't it suffer the same fate? I.e. whenever something goes mainstream, corporations are drawn to it like insects to a lightbulb.
We'll then switch to something else, or maybe back to Linux.
Re: Migrate Everything from Linux to BSD
#36Are HiDPI displays supported in BSD?
Re: Migrate Everything from Linux to BSD
#37Re: Migrate Everything from Linux to BSD
#38Earlier quoted context omitted.
I noticed that, too: the author doesn't mention the many-splendored versions of *BSD. My personal favorite is FreeBSD. I like Linux, but I have mixed feelings about systemd, especially when I discovered that systemd runs its own DNS server, which prevents the DNS server I wrote from binding to port 53 using INADDR_ANY. Instead, I had to write code to enumerate the interfaces & corresponding IP addresses & bind to eac…
This is where I sit. I like systemd as an init system. I find its syslog replacement unneeded overreach, and its DNS server absolute insanity. So when asked if I like systemd, it's a loaded question. It's great but absolutely sucks, both.
[note] It describes itself as "a suite of basic building blocks for a Linux system" - although in my opinion that implies more modularity than it posesses.
Re: Migrate Everything from Linux to BSD
#39Earlier quoted context omitted.
If you’re doing DNS some company is going to see your DNS queries. So the objection is the new default choice?
I think the objection is the type of company that sees your requests. Traditionally, it's your ISP who gets to see your and all their users' DNS lookups. But now it's Google (on top of your ISP) and Cloudflare (on top of with 1.1.1.1 and instead of your ISP for DNS-over-HTTPS), and the claim is that they are going to misuse the data (well, it's pretty much a fact for Google). I am generally not in favour of any siloi…
List of public DoH Servers: https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Test+Serv...
Simple guide for DoH over Tor: https://github.com/piskyscan/dns_over_tls_over_tor
I don't consider 10+ public, free DoH servers as "quite limited".