If you have experience running any of the popular Linux distributions like Debian GNU/Linux, Arch Linux, Fedora, OpenSUSE, etc., and are trying out OpenBSD, one of the easiest things to get confused about is the package management, it's a bit different on OpenBSD. https://unixdigest.com/tutorials/package-management-in-openbsd.html
I decided it was time to try and revive my old Cubox that has been lying around unused for a very long time. Back then it was running a custom Armbian (Debian for ARM) release from SolidRun, but SolidRun have long since abandoned the old Cubox and deleted all content from their servers. In this tutorial I'll share how I got the Cubox up and running again with the latest Linux kernel. It is currently working as a small backup server running two USB harddrives in a Btrfs mirror. https://unixdigest
In this article I share the results of a home-lab experiment in which I threw some different problems at ZFS, Btrfs and mdadm+dm-integrity in a RAID-5 setup. https://unixdigest.com/articles/battle-testing-zfs-btrfs-and-mdadm-dm.html
In this tutorial I am going to show you how you can make a working Arch Linux USB stick with ZFS. This can be useful if you're running a homelab NAS and you want to boot of the USB stick and only use your drives for ZFS. It can also be used as a diagnostic or administration tool for dealing with ZFS on Arch Linux or some other Linux distribution. https://unixdigest.com/tutorials/installing-arch-linux-with-zfs-on-a-usb-stick.html
Some people complain about the logging capabilities of the log package from the Go standard library, but I not only find it adequate, I really like it. https://unixdigest.com/articles/go-logging-that-matters.html
If you are thinking about abstractions, design patterns, and programming principles while you are programming, you are not really programming, rather you are wasting valuable time fantasizing. The end goal is always to have good working readable code, not code that has been bent, twisted, and shoved into formations and structures in order to fulfill the vanity of someone living in a fairy tail. https://unixdigest.com/articles/when-abstractions-design-patterns-and-design-principles-lead-to-spaghe
Front-end developers are pushing JavaScript as though the web could not function without it. The fact is that JavaScript is one of the top reasons for security breaches on the client computer and client mobile phones, it is a plague that turns privacy into a public exhibition, and it has paralyzed the industry in such a way that you can hardly find a website that doesn't display "the white screen of death" if JavaScript has been disabled in the browser. https://unixdigest.com/articles/stop-pushi
On Hacker News, Reddit, and elsewhere, people often ask about favorite note-taking methods. In this post I share mine. https://unixdigest.com/articles/my-favorite-note-taking-method.html
In Go you have to deal with both errors and panics and while some people consider it one of the worst things about Go, I think it demonstrates exactly how well designed Go is. https://unixdigest.com/articles/go-errors-and-panics.html