Skip to content

Tag: linux

All the articles with the tag "linux".

NFS vs SMB vs SSHFS vs WebDAV for Home Lab

NFS vs SMB vs SSHFS vs WebDAV for Home Lab

· Updated:

Four file-sharing protocols compared for home labs: NFS speed, SMB compatibility, SSHFS convenience, WebDAV over HTTP, and which one to pick per use case.

ZFS Tuning for SSDs and NVMe

ZFS Tuning for SSDs and NVMe

· Updated:

ZFS tuning for flash: ARC sizing, recordsize, autotrim, sync modes, and SLOG advice, plus why defaults written for spinning disks waste an NVMe pool.

LXC vs Docker: Lightweight Containers

LXC vs Docker: Lightweight Containers

LXC and Docker both containerize workloads, but one runs mini-VMs with init processes while the other handles single-process apps. Here's when each wins.