I am moving a hefty amount of data to a new ZFS pool due to some corruption and I want to avoid using zfs send/recv for this just to make sure I don't propagate any corrupted data to my new pool. I've used rsync for simple things before but I needed ... read more →
Htop I recently have been having significant home server issues, and that's not the point of this - today I learned what D state is when looking at htop. Apparently this means "uninterruptable sleep" and it's a dev's nightmare... Context ... read more →
hostnamectl is apparently a linux utility for easily changing your hostname in a variety of ways ❯ hostnamectl --help hostnamectl [OPTIONS...] COMMAND ... Query or change system hostname. Commands: status Show current hostname s ... read more →
the Logos web app is DISGUSTINGY bright/white - enough to actually ruin your morning... Thankfully there's an extension called stylus and some kind folks in the Logos community created a nice dark theme here. You simply install the extension, then g ... read more →
I rebooted by server and DNS broke randomly. I have no idea if it was from a kernel update or what but that's the issue with Ubuntu I guess... After much toil and none of the other options working for me (sorry to not have those documented here) thi ... read more →
Plasma shits the bed a little too often on Fedora for me right now but I finally have a quick fix... sudo killall plasmashell kstart plasmashell read more →
enabling DHCP WAN port (dhclient <iface>)- running the bootstrap script - sh /usr/local/sbin/opnsense-bootstrap read more →
Add from url?? ADD http://example.com/cars.csv /tmp/cars.csv Unpack automatically!? (.tar, .tar.gz, .tgz, .bz2, .tbz2, .txz, .zip) ADD myapp.tar.gz /opt/myapp/ read more →
COPY --chown=myuser:mygroup source-file target-file read more →
I was using a fun LaTex-based project for managing my resume called AltaCV. I loved the customization and was familiar with Tek from school. However, I update my resume so infrequently that anytime I'd hop back to it I'd have to remember how to work ... read more →