Notes to Self

Alex Sokolsky's Notes on Computers and Programming

TrueNAS Scale Customization

I run it in a VM.

Enable apt for package management

sudo chmod a+x /usr/bin/apt*
sudo chmod a+x /usr/bin/dpkg

Before you install new packages, do:

sudo apt update

Then install packages as usual:

sudo apt install emacs-nox usbutils

Drive Spin Down

https://github.com/ngandrass/truenas-spindown-timer

VM Setup

Running Apps (k3s)