This post is an update of the my 2020 home NAS setup. A few things changed since then, the most important the introduction of snapraid for the media and archiving portion of the NAS. The hardware hasn't changed much apart from a (preventive) hard-disk replacement; my admiration and gratitude goes to HP for building a … Continue reading My home NAS setup, 2022 edition
Category: hardware
Acer Nitro 5 power button broken in Ubuntu 20.04
Update 2023.03.17: a reader of this blog, W0CKY, came up with a much better solution: sudo setkeycodes 55 116 I packaged that into a script: #!/bin/bash if [[ $EUID -ne 0 ]]; then echo re-running as root exec sudo /bin/bash "$0" "$@" else echo rewriting key codes setkeycodes 55 116 fi ... configured sudoers to … Continue reading Acer Nitro 5 power button broken in Ubuntu 20.04
Higher frame rate with Microsoft LifeCam and Linux
The Microsoft LifeCam is a versatile USB Webcam family which is supported well in Ubuntu Linux. Unfortunately it records HD videos only at low fps, but there is a workaround to get high resolution with 30 fps. Install guvcviewOpen guvcview, switch to the Video Controls tab and pick the LifeCamSelect 30/1 fps in the Frame … Continue reading Higher frame rate with Microsoft LifeCam and Linux
Building the perfect, cheap DIY NAS
This post was extensively discussed on Hacker News.Alex Buznik, nas.net.ua kindly provided a two-part Russian translation: part1 and part2. This post discusses hardware considerations, installing Linux, setting up software RAID, robustness and dealing with data corruption. I've been running for a decade a self-built NAS at home, so I thought I'd write down my experience … Continue reading Building the perfect, cheap DIY NAS
Ubuntu on the Acer Nitro 5
[updated June 2021] [June 2021] New chapter about Ubuntu 20.04 The Acer Nitro 5 is an interesting breed; decent computing power, a mid-range SSD, a large screen with high contrast, a decent and solid keyboard with good haptics at an ok price - but will it run Ubuntu 18.04? (yes, it will - also with … Continue reading Ubuntu on the Acer Nitro 5