From cf5b2f31dc4070667c85108c6e2f5f9d79b9ace9 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Mon, 10 Jun 2024 12:45:03 +0100 Subject: [PATCH] Minor tweak --- content/posts/linux-vs-freebsd-vs-openbsd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/linux-vs-freebsd-vs-openbsd.md b/content/posts/linux-vs-freebsd-vs-openbsd.md index 642aac2..c1fe722 100644 --- a/content/posts/linux-vs-freebsd-vs-openbsd.md +++ b/content/posts/linux-vs-freebsd-vs-openbsd.md @@ -39,7 +39,7 @@ First, we'll take a look at Linux Distros and how they compare. ~~(I'd just like All Linux distros use the Linux Kernel, and most (but not all) use GNU utilities and SystemD. -The Linux Kernel is very large, and so, much less minimal than any BSD Kernels. However, the code is there for a reason, and it is mainly for hardware support. +The Linux Kernel is very large, and so, much less minimal than any BSD Kernels. However, the code is there for a reason, and it is mainly for hardware support. Linux also develops faster and tools are often replaced, making it more up-to-date but less stable. In short, these are the advantages of Linux over BSDs: