Earlier quoted context omitted.
Is Debian a different OS from Redhat?
Can you run Debian stuff on a RedHat chroot without needing different ABI compat libraries? Yes. Can you run FreeBSD binaries under OpenBSD? No.
OpenBSD 7.0
221–229 of 229 posts
Re: OpenBSD 7.0
#222Earlier quoted context omitted.
Openbsd has consistently scored towards the bottom in all performance benchmarks that I've seen in the last few years, when compared to FreeBSD and various linuxen. I would personally never use it for a laptop.
Scores are one thing, using it is another. I ran OpenBSD on a Thinkpad T450 for over a year, but recently switched to OpenSUSE Tumbleweed, not because of lack of speed, but some missing applications and blutooth support. Given I don't run a heavy desktop environment, rather just StumpWM, but still I did not in any way feel OpenBSD was slower than Linux, using the same applications. OpenSUSE is the most solid Linux I…
Re: OpenBSD 7.0
#223Earlier quoted context omitted.
If you cared about actual security, you would use it in a laptop thanks to bioctl and full disk encryption.
I don't think OpenBSD's reputation for security is warranted. Their vaunted claims of only two remote holes in the default install is useless because if you're using it for a daily driver you're going well beyond the default install.
Not to imply I don’t like OpenBSD, I love their first class support of old architectures.
Re: OpenBSD 7.0
#224Earlier quoted context omitted.
This is why I've setup my homelab with a hypervisor, you don't have to choose and can run each of these operating systems, for specific purposes they are best suited for. This is what I do: OpenIndiana: file server (ZFS) OpenBSD: firewall, router, network services (DHCP, DNS, NAT) DragonflyBSD: game server FreeBSD: other general application services I haven't found a personal use case for NetBSD yet, though I would l…
Is OpenIndiana really better than FreeBSD or ZFS on Linux today? I’ve had a pretty great experience using ZFS with NixOS but I’m curious if I’m missing anything.
Re: OpenBSD 7.0
#225Earlier quoted context omitted.
OpenBSD for laptops, VM guests, and VPSs. It has a very coherent userland, and the devs dogfood heavily, my go-to for anything I have to actually administer. FreeBSD for servers and NAS, desktop. FreeBSD has high performance all around, ZFS, jails, bhyve, linux compatability, etc. But it's not as nice to administer as OpenBSD. I want to love it, but it's tedious. NetBSD is an OK choice for anything, and very capable,…
Openbsd has consistently scored towards the bottom in all performance benchmarks that I've seen in the last few years, when compared to FreeBSD and various linuxen. I would personally never use it for a laptop.
Re: OpenBSD 7.0
#226Earlier quoted context omitted.
*YES*, systemd is an option. It is not the default. https://lobste.rs/s/jx3cr6/initware_systemd_fork_runs_on_ope...
I'm the first to admit that I'm ignorant of the facts here, but seeing that a systemd fork ran on OpenBSD for the first time two months ago does not give me confidence that it's "an option" in the sense that you can trust it to work well. And to be pedantic (this is an OpenBSD thread, after all), it's not "systemd", it's a fork of systemd called "InitWare", and the GitHub repo describes it as "alpha software". Someon…
Re: OpenBSD 7.0
#227Earlier quoted context omitted.
If you cared about actual security, you would use it in a laptop thanks to bioctl and full disk encryption.
OpenBSD is not really as secure as people make it out to be: https://madaidans-insecurities.github.io/openbsd.html And plenty of other OSes have FDE and everything in-between.
Re: OpenBSD 7.0
#228I'd love to try but I'm experiencing hardcore option paralysis every time I start thinking about it. FreeBSD, OpenBSD or NetBSD – _that_ is the question. Wait, maybe DragonFly actually? illumos? ...wait, I mean OpenIndiana, I think... wait, what's OmniOS? Is Darwin a thing, like I could just have BSD and macOS for free or something?
Re: OpenBSD 7.0
#229Earlier quoted context omitted.
I love zsh but it’s history doesn’t segregate based on the tty and it locks up a lot during autocompletion for me (on Ubuntu.)
This is not typically the default setting in zsh (it is if it’s acting like ksh.) Your distributor has probably “helpfully” set it up this way. man zshoptions and look for “SHARE_HISTORY”.