Skip to main content

Linux Documentation

This book contains various documentation specifics that I've found are worth writing down

NetPlan

Ubuntu 18.04 and up ships with NetPlan instead of the standard /etc/network/interfaces file. I fo...

LXD (w/ NFS Shares)

I have a fairly cheap Synology system managing my spinning rust storage. Block storage over iSCSI...

ZFS

Decisions While encrypting the pool volume is possible, I decided to go with a sub-volume, just ...

Plex Troubleshooting

Codex Issues Source All codecs can be deleted safely, they'll be re-downloaded as needed. Remo...

DNS over HTTPS w/ cloudflared

Installation & Configuration Cloudflare does a lot for me, I'm using their DNS hosting, as well a...

Raspberry Pi Moonlight Host

My specifics: Hardware: Raspberry Pi 4b Controller: Xbox One S via Bluetooth Moonlight-qt ...

One-Liners

Full System Updates on Ubuntu apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get dist-u...

AMD APU & Parsec on Ubuntu 20.04/20.10

I have two AMD integrated graphics systems: Dell Insipiron 5585 w/ AMD Ryzen 3500U APU Desktop w...

Citrix Workspace App with Wayland

I discovered with Wayland that grabbing the screen no longer works, so everytime I hit the Super ...

Ubuntu >= 22.04 Keyserver Repositories using Ansible

Ubuntu 22.04 and greater has deprecated the use of apt-key to install GPG keys to your system. I'...

Bashrc Update Alias

These days we have all sorts of methods for updating software on Linux systems. Personally, I hav...

Using Ansible & Terraform w/ LXD

I've been making more and more use of infrastructure as code tools, specifically Ansible & Terraf...

Docker inside NixOS Containers

Okay but why? I don't like Docker. I mean, I like the image, updates, packaging bits, but I very ...

July 2024 NixOS Prometheus Config

Monitored Host Snippets services.prometheus.exporters = { apcupsd.enable = true; node = { ...