←back to thread

OpenBSD 7.8

(cdn.openbsd.org)
282 points paulnpace | 2 comments | | HN request time: 0.4s | source
Show context
fujigawa ◴[] No.45664664[source]
The most compact, minimalist general purpose OS out there by far. Tiny memory footprint and loaded with network services built-in.

Linux has become so bloated its users can't in good conscience make fun of Microsoft anymore, they are worse.

Debian refuses to install with less than 512MB RAM, the text only installer will choke with less than that, it's pathetic. That's a console-only install, no GUI.

replies(7): >>45664680 #>>45664683 #>>45664704 #>>45665049 #>>45665425 #>>45665994 #>>45678932 #
mycall ◴[] No.45664704[source]
Alpine Linux is similar in spirit to openbsd, slim and secure but perhaps with less features oobe.
replies(1): >>45664725 #
1. fujigawa ◴[] No.45664725[source]
They cheat and use busybox.

Meanwhile OpenBSD running all the default network services like sshd and smtpd uses < 32 MB RAM and that's with full ksh and real tools. That doesn't happen by accident.

replies(1): >>45665861 #
2. argsnd ◴[] No.45665861[source]
Is that fair? Busybox has fewer features than OpenBSD coreutils but those in turn have fewer features than GNU coreutils. All three implement the entire POSIX spec as far as I am aware.