←back to thread

466 points CoolCold | 6 comments | | HN request time: 0.223s | source | bottom
Show context
wkat4242 ◴[] No.40206210[source]
I'm really starting to hate the sub-community in Linux that tries to constantly change it.

I don't want to learn a new network config alternative with every update (Ubuntu changed its net config tool again with 24.04). I don't want an immutable os. I don't want to learn to write new config files. I just want to do what I've been doing but with new packages. If there's a problem with something, just fix it. Don't throw out the whole thing.

I moved to FreeBSD and am happy for its reluctance to change. If there is any, it's usually offering something genuinely new to me as a feature and to boot I only need to learn about it if I need it.

Hardware support is much lower but it's worth it IMO. I had the same irritation with macOS. Every release breaking something essential that was part of my workflow and i didn't want to change. Eventually I did change but away from Apple.

I don't want to change to LennartOS either.

replies(13): >>40206267 #>>40206415 #>>40214614 #>>40214818 #>>40215019 #>>40215088 #>>40215097 #>>40215292 #>>40215313 #>>40215361 #>>40215456 #>>40216293 #>>40217509 #
hasselhoftd ◴[] No.40206267[source]
Agreed. I've taken to treating my linux installs like I used to treat Windows: no internet access expect application specific.

For example, I run a Visionfive 2 OpenBSD install with squid, everything else has to go through that.

replies(1): >>40215121 #
1. cyberpunk ◴[] No.40215121[source]
Curious why squid and not pf?
replies(2): >>40217589 #>>40220862 #
2. Khaine ◴[] No.40217589[source]
squid is a http(s) proxy and pf is a firewall. They do not do the same thing.
replies(1): >>40219594 #
3. cyberpunk ◴[] No.40219594[source]
I assumed it wasn’t doing tls interception as simply using it to allow/disallow internet traffic from various internal hosts — pf works for that also.

Relayd also does a bunch of similar things and is closely integrated with pf too..

replies(1): >>40219987 #
4. Khaine ◴[] No.40219987{3}[source]
That's fair. I assumed he was using squid to filter/block ads and dodgy websites. You can also kind of do this with pf, but not as well.
replies(1): >>40220508 #
5. cyberpunk ◴[] No.40220508{4}[source]
I use openbsd for that purpose also, but with unbound :}
replies(1): >>40221847 #
6. Khaine ◴[] No.40221847{5}[source]
I used to do something similar with pf, unbound, and squid but on freebsd.