Ok, 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.
Migrate Everything from Linux to BSD
11–20 of 169 posts
Re: Migrate Everything from Linux to BSD
#12I'm not in the loop here. What's the "opt-out spyware" in linux distros the author mentions?
Re: Migrate Everything from Linux to BSD
#13> Proprietary operating systems like Microsoft Windows 10, Apple MacOS, and Google Android have become famous for their ill conduct... I find it mildly ironic that MacOS was based on BSD.
Re: Migrate Everything from Linux to BSD
#14This is emotion-driven drivel.
Re: Migrate Everything from Linux to BSD
#1524 mentions of systemd and 0 mentions of the word "jails", come on, you're not even trying.
Re: Migrate Everything from Linux to BSD
#16Re: Migrate Everything from Linux to BSD
#17Re: Migrate Everything from Linux to BSD
#18I'm not in the loop here. What's the "opt-out spyware" in linux distros the author mentions?
From the article, it sounds like it's that upstream systemd uses Google Public DNS as a default (if you don't configure a server or get one in your DHCP lease) and Firefox uses Cloudflare's DNS-over-HTTPS, which would allow those companies to see all your DNS queries.
Re: Migrate Everything from Linux to BSD
#19I'm not in the loop here. What's the "opt-out spyware" in linux distros the author mentions?
From the article, it sounds like it's that upstream systemd uses Google Public DNS as a default (if you don't configure a server or get one in your DHCP lease) and Firefox uses Cloudflare's DNS-over-HTTPS, which would allow those companies to see all your DNS queries.
option('dns-servers', type : 'string',
description : 'space-separated list of default DNS servers',
value : '1.1.1.1 8.8.8.8 1.0.0.1 8.8.4.4 2606:4700:4700::1111 2001:4860:4860::8888 2606:4700:4700::1001 2001:4860:4860::8844')
option('ntp-servers', type : 'string',
description : 'space-separated list of default NTP servers',
value : 'time1.google.com time2.google.com time3.google.com time4.google.com')
https://github.com/systemd/systemd/blob/main/meson_options.t...Seems like Cloudflare primary then Google primary (followed by the secondary records in the same order) is the preferred default order for both IPv4 and IPv6.
Re: Migrate Everything from Linux to BSD
#20Actually 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.