One of the most important decisions I had to make when building a home NAS was choosing the operating system. I ended up trying pretty much every major option out there, but the one I keep coming back ...
jrun boots a FreeBSD VM on your machine and runs lightweight, isolated environments called jails inside it — each with its own filesystem, network, and processes. Define your apps and jrun handles the ...
This backend accesses a remote machine having a ZFS pool as storage and an iSCSI target implementation via ssh. For each guest disk it creates a ZVOL and, exports it as iSCSI LUN. This LUN is used by ...
Docker is a widely used developer tool that first simplifies the assembly of an application stack (docker build), then allows ...