From 76d4bc245065769cc4f5eb7962f805fcb18e5b62 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 3 Dec 2024 22:20:31 -0800 Subject: [PATCH] :memo: Notes, many notes --- NAS_recipe.txt | 16 ++++++++++++++++ updates.txt | 3 +++ 2 files changed, 19 insertions(+) create mode 100644 NAS_recipe.txt diff --git a/NAS_recipe.txt b/NAS_recipe.txt new file mode 100644 index 00000000..1c5773f4 --- /dev/null +++ b/NAS_recipe.txt @@ -0,0 +1,16 @@ +Plans for NAS. + +Perhaps look at 2J Synology line of NASs. +Do NOT do a full Hypervisor server. + +- Build a small UNRAID server. +- Buy 3 spinning disks (same size drive). +- One parity drive, two backup drives. +- Buy 1 NVME M2 hard drive around 2TB worth. +- Use NVME for VM (docker). +- All long term storage goes on spinning disk +- Buy 5400 RPM drives if that makes it cheaper (makes speed slower) +- CAT 5 or CAT 6 network. +- Buy 16GB of RAM or more. +- Intel/AMD with built-in graphics card. +- FreeNAS. diff --git a/updates.txt b/updates.txt index 670efed2..28d5b64e 100755 --- a/updates.txt +++ b/updates.txt @@ -665,3 +665,6 @@ Install minimodem paru minimodem Install cowsay doas pacman -S cowsay +Reinstall pgcli from official artix repos: +paru -Rs pgcli-git +doas pacman -S pgcli