I'm trying to declare a bind mount in my NixOS configuration. I'm trying the configuration snippet below, but it sends the OS into recovery mode when I test it out (using nixos-rebuild test). To be...
Other Posts Part I – JSON, Objects and Arrays Part II – The jq Command Part III – Filters Pipes The pipe is the next-most used feature of jq after filters. If you are already fami…
The computer serving jwz.org, dnalounge.com, mcom.com and others has been replaced. Please let me know if you experience any weirdness. The old one was CentOS 7 on r5a.xlarge (x86 AMD EPYC 7000, 4 CPU, 32 GB, 10 Gbps) and the new one is Amazon Linux 2023 on r6g.xlarge (ARM Graviton2, 4 CPU, 32 GB, 10 Gbps). Root volume remains st1 xfs; home-and-everything-else volume changed from gp2 ext4 to ...
The Filesystem
in Userspace (FUSE) framework can be used to create a "stacked"
filesystem, where the FUSE piece adds specialized functionality
(e.g. reporting different file metadata) atop an
underlying kernel filesystem. The performance of such filesystems leaves a
lot to be desired, however, so
the FUSE
BPF filesystem has been proposed to try to improve the performance to
be close to that of the underlying native filesystem. It came up in the
context of a session on FUSE passthrough
earlier in the
2023 Linux Storage, Filesystem,
Memory-Management and BPF Summit, but the details of FUSE BPF were more
fully described by Daniel Rosenberg in a combined filesystem and BPF
session on the final day of the summit.
OrbStack · Fast, light, simple Docker & Linux on macOS
Say goodbye to slow, clunky containers and VMs. Seamless & efficient Docker and Linux on your Mac. Fast, light, simple Docker Desktop alternative to glide through your work.
git diff is used to show changes between various git data sources. It supports a total of 4 diff algorithms, namely myers, minimal, patience, and histogram. In this post, I give my take on when eac…
How to Check a Linux Laptop’s Battery From the Command Line
Laptop computers let you work where ever you want. Well, just so long as there is life in your laptop’s battery. Here’s how to check your battery on the Linux command line.
In this post, I'll try to explain the syntax and use of an URL and the difference between URI, URL, URN, and URC.
URL explained #
This will be our example for this post:
https://username:password@www
SELinux is the most popular Linux Security Module used to isolate and protect system components from one another. Learn about different access control systems and Linux security as I introduce the foundations of a popular type system.