From 7494ee246fd068b678f449af81d550f5376bd310 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sat, 27 Jul 2024 20:34:53 +0000 Subject: Organized my images --- public/posts/3FreeBSD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/posts/3FreeBSD') diff --git a/public/posts/3FreeBSD b/public/posts/3FreeBSD index a91099e..3865c78 100644 --- a/public/posts/3FreeBSD +++ b/public/posts/3FreeBSD @@ -25,7 +25,7 @@

Today, I had the pleasure of trying out FreeBSD, the open source, Unix-like operating system. In this post, I will share my experience with FreeBSD based on my time using it.

Instillation

Installing FreeBSD is relatively easy; you are provided with a nice graphical interface that supports mouse input. Below is a screenshot.

- BSD Installer + BSD Installer

I had no issues with the install script. The only problem I encountered was with using Ventoy; for some reason, FreeBSD does not work with Ventoy, so I had to burn it to a standard USB stick.

I downloaded the amd64-memstick.img for my installation of FreeBSD.

I encountered some internet issues because my test computer has an unusual Wi-Fi card. I resolved this by plugging in an Ethernet cable and would recommend doing the same for anyone installing FreeBSD or any other operating system for that matter. Using Ethernet makes the setup process so much faster.

@@ -46,7 +46,7 @@

shipwreckt ALL=(ALL) ALL

After updating `sudo`, I was able to use the command. The next step was installing X.Org and dwm. I didn't need a display manager (login prompt) since I could use `startx`, so I focused on installing the X.Org package and `git` to use my own `dwm` configuration that I uploaded there. I tested X.Org with `startx`, and it worked fine. However, when I cloned my configuration files and tried to compile `dwm`, I encountered a problem. Fortunately, it was an easy fix thanks to a helpful post on the FreeBSD forums. After applying that fix, I was able to use my `dwm` setup successfully. I then checked if my two most-used programs, Alacritty and Librewolf, were available on FreeBSD. To my surprise, they were, and both were fully functional. Below is a photo of FreeBSD running with `neofetch` (`fakefetch` only works on Linux).

- BSD with DWM + BSD with DWM

Conclusion

Overall, I like FreeBSD and could use it as a daily driver since it supports three of my most-used programs: `git`, `Librewolf`, and `Alacritty`. I appreciate how it works, but for now, I’m sticking with Linux because I am more comfortable with it and prefer Linux over BSD. In the future, I plan to set up a server with OpenBSD, as I’ve heard excellent things about BSD servers.

Thank you for reading!

-- cgit v1.2.3