From a4a98e2b7fa937d786b5a49d1a437eeadd33e5a2 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sat, 7 Sep 2024 15:13:07 +0200 Subject: [PATCH] update and publish FreeBSD notes page --- content/notes/freebsd/index.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/content/notes/freebsd/index.md b/content/notes/freebsd/index.md index 78cba70..2d10d42 100644 --- a/content/notes/freebsd/index.md +++ b/content/notes/freebsd/index.md @@ -1,7 +1,7 @@ --- title: FreeBSD date: 2024-08-31T08:35:46+02:00 -#lastmod: +lastmod: 2024-09-07T13:13:07+0000 description: summary: tags: @@ -18,12 +18,23 @@ showBreadcrumbs: true feed_exclude: true # site_exclude: true -draft: true - --- Some basic and random information about FreeBSD. +## What I miss on FreeBSD + +Currently, I run stable/14 on my X1 Carbon Gen7 laptop. +I do not run this as a daily driver but I insert the BSD disk from time to time +to see if things work better or not. + +- stable wifi drivers (I use wifibox for now but I'd love to ditch the + virtual linux network card) +- ranger quits whenever a key is pressed (haven't found an alternative to ranger + combined with ueberzug as a command line file explorer (that can preview images)) +- generally speaking, the boot time and overall responsiveness is a bit slower than + on a linux based os + ## Tracking FreeBSD STABLE A quick checklist. Read along [on the FreeBSD website][1] for further information.