inetshell

Runbooks: command first, why after. ZFS, iLO, Linux, and Windows.

Browse the modern web on Windows XP and Server 2003

XP and 2003 are EOL. Chrome and Firefox will not run. Supermium will.

August 20, 2026 · 3 min

Move k3s data to another disk

Root disk is full. Stop k3s, move the directories, leave a symlink, start again.

August 20, 2026 · 2 min

Netcat equivalent on Windows: Test-NetConnection

Windows has no nc. Test-NetConnection -Port is the port check.

August 20, 2026 · 1 min

SSH into Windows Server 2003 with Bitvise

2003 has no SSH. Windows OpenSSH does not apply. Bitvise does.

August 20, 2026 · 3 min

WinDirStat: see what is eating the disk on Windows

du gives numbers. WinDirStat gives the map: which folder and which extension own the disk.

August 20, 2026 · 2 min

Export a ZFS ZVOL to a RAW image

A ZVOL is a block device. dd (or qemu-img convert) to .raw. Snapshot first if the VM is up.

August 19, 2026 · 1 min

HP iLO CLI: users, network, ISO, and power

iLO CLP cheat sheet: accounts, network, virtual media, and power.

August 19, 2026 · 1 min

Import a ZFS pool after a power outage

Pool will not import. -f force, -F rewind txgs, then scrub.

August 19, 2026 · 1 min

Native ZFS encryption (OpenZFS): create, inherit, change-key

encryption=on at create. Children inherit. On Linux, rotate with zfs change-key.

August 19, 2026 · 2 min

Protect ZFS snapshots from destroy with hold

zfs destroy says dataset is busy. That is a hold. How to set one and drop it.

August 19, 2026 · 1 min