====== nil.home.art-core.org ======
* nil is a
* home server, as of 2020-01-16
* [[http://ark.intel.com/products/65520/Intel-Core-i5-3570K-Processor-(6M-Cache-up-to-3_80-GHz)|i5-3570K]]
* ASUS P8Z77-M, mATX
* 16 GB RAM (4x4GB) G.Skill RipJawsZ PC1600 CL9
* [[https://aerocool.io/product/qs-180/|AeroCool QS-180]] mini tower
* [[https://www.bequiet.com/en/powersupply/1285|be quiet! System Power B9 300W]] PSU
* 120 GB Crucial M4 SSD 160GB Intel SSD
* 500 GB Samsung EVO 850
* 2x 3TB WD
* running Alpine, as described in [[https://f5n.org/blog/2020/home-server/|this blog post]]
* running Arch
* nil was a
* custom-built workstation (i5-3570K) in June 2012 (until Nov 2019)
* described in [[http://f5n.org/blog/2012/hardware-upgrade/|this blog post]]
* running Win7 64bit DE
* Logitech G11 (original version with 18 extra buttons) G710+ MX brown (60 EUR, used) as of 2018-02
* Roccat Kone(+)
* PassMark: [[http://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-3570K+%40+3.40GHz|7164]]
* ASUS ROG STRIX RX 470 Gaming OC 4GB (Polaris 10 PRO/Ellesmere) (2016-xx-xx)
* Ivy Bridge-DT / Socket H2 (LGA1155)
* Dell U2715H (2017-01-03) + SyncMaster 2443BW 24"
Archlinux notes 2026-02
- archinstall / btrfs on LUKS
- hostname
- static IP
pacman -S --needed $(grep -v ^# /root/Documents/packages)
systemctl enable ssh.service
systemctl start ssh.service
vgchange -ay
mdadm --assemble --scan
/etc/exports:
/path/to/dir 192.168.178.0/24(ro,nohide)