Hello, RISC-V and QEMU
To experiment with RISC-V assembly, I've been trying to run and debug RISC-V binaries using QEMU.
To experiment with RISC-V assembly, I've been trying to run and debug RISC-V binaries using QEMU.
To remotely reboot a system with an encrypted root file system, one can provide the encryption keys via SSH during early boot. To that end, networking utilities and an SSH server need to be installed in the initial ramdisk.
When the kernel is compiled with the EFI boot stub like the one packaged in Void, UEFI firmware can load the kernel directly as an EFI executable, eliminating the need for a bootloader.
We configure a network namespace (as described in the WireGuard documentation) containing solely a WireGuard interface whereto systemd services can be confined.
By default, serde
includes all fields when serializing a struct, even when their value is the default. This can lead to noisy output containing empty values.
Store data in flat text files
The UNIX Philosophy, Mike Gancarz
We extend this idea by introducing the concept of plain applications, presenting their advantages and illustrating it with examples.
While you may want to get rid of the outlines showing up when clicking on links, it's important not to completely remove focus styles. (outlinenone.com advocates against such behavior)
Fortunately, we can preserve outline styles when tabbing, but remove them when clicking, using only CSS.
To format a date with an ordinal suffix (like '1st' or '2nd') with Hugo, the trick is to format the day separately, and use the humanize
function to add a suffix to the number.