Skip to content
Fragmented Development

Blog

This is a repository for the thoughts, notes, and achievements of Mr. Jacob Honeyhume. It contains posts on a large variety of subjects, technical and otherwise.


Creating an encrypted RAID-5 array with MDADM, LUKS and LVM

I run a 12TB RAID 5 array comprised of three 6TB hard drives. My RAID setup is defined in software, not hardware - which has served me well, as it has been migrated between three installs and two separate sets of server hardware. The raw drives have been added to a MDADM software RAID array, which is encrypted with LUKS, and partitions are managed by LVM.

Workarounds for issues in Formiko markdown editor

I've been messing around with a markdown editor called Formiko. It provides a side-by-side markdown editor, much like Jezra's Markdowner. Why was I fooling around with Formiko if I already had a working solution?

Fixing media keys in Sway

TL;DR – Jump to the bottom to find the solution I installed Sway, my favorite Wayland compositor, on Debian Trixie several weeks ago. There were bumps along the way, as Wayland does things very differently than the X display server tha I'm used to… but overall I have been pleased with the results. That said, there has been one issue that had been a thorn in my side: my media keys did not work.

Saving keys and passwords in Sway with Gnome Keyring

With the Sway WM, you get a very sparse compositor (the Wayland equivalent of a window manager) and a lot of possibilities. Right out of the box, it is often just configured to open a terminal and navigate between windows and virtual desktops. But in daily use, I do miss a lot of the niceties of a more polished desktop. I usually end up coming up with solutions to these myself, which suits me fine!

Bash while loop only getting the first value of a file

Occasionally, due to circumstances entirely within my control, I find myself in an odd situation. Bumping into edge cases, doing things the hard way... for whatever reason, I seem to have a knack for finding the approach with the most exotic issues. What follows, is one of these scenarios.


For a full list of posts, feel free to check out the Archive!