https://nicolasbouliane.com/blog/nextcloud-docker-upgrade-error read more →
I have a bash script called syncoid-job which boils down to a barebones - #!/bin/bash syncoid --no-sync-snap --sendoptions=w --no-privilege-elevation $SYNOIC_USER@$SERVER:tank/encrypted/nas tank/encrypted/nas I want to run this script hourly but a ... read more →
AJAX wasn't cutting it, traditional crontab in containers doesn't make much sense to me, webcron is recommended but I don't want to register with anything outside my LAN... Turns out you can just spin up an identical container with a different entry ... read more →
AJAX wasn't cutting it, traditional crontab in containers doesn't make much sense to me, webcron is recommended but I don't want to register with anything outside my LAN... Turns out you can just spin up an identical container with a different entry ... read more →
I learned you can embed gifs and stuch in things other than GH personal pages! So here I'll keep ones I like and might use later via GIPHY read more →
Bought some DDR4-3600 speed RAM but only seeing 2666? Load up the BIOS, find DRAM config or something similar, and make sure to load the XMP profile to get that advertised RAM speed! read more →
!!! note "Babyblue v2" Ryzen 5700x + 32 GB 3200 CL16 RAM <a href="https://www.passmark.com/baselines/V10/display.php?id=503041456656"><img src="https://www.passmark.com/baselines/V10/media/503041456656.png" al ... read more →
Assuming you have a pool called tank... And assuming you have an encrypted dataset (See Jim Saltar's short intro) Create a group for permissions - in my case I have one called home Then if there's anything in /tank/encrypted his it with chgrp -R ho ... read more →
TODO: change title - add --listen or --host or something as 0.0.0.0... that way it listens not on localhost or 127.0.0.1, but on all addresses! read more →
https://www.simplified.guide/linux/disk-health-check Install For ubuntu/debian based distros (which is what I primarly use presently) sudo apt update -y && sudo apt install smartmontools -y List hard drives lsblk | grep disk is one way or su ... read more →