Tag: Linux

  • Recovering Data from an Netgear SC101 NAS

    I haven’t been able to do it. The short version is, I had a good conversation with Thaura (aka Qwen) and it said the NAS uses a proprietary format, and requires software installed to use it. https://thaura.ai/?share=2aa94050-af42-4a00-95cc-8b4776ef65c4 Why? Because it doesn’t have a file system. The CS101 presents the disk as a block device over…

  • The Best Way to Ease into Linux in 2026

    Why: Linux is a good way to get more out of your hardware. It runs less “spyware” like monitoring. ItΚ»s a little less automated. You donΚ»t need to log into Microsoft or Apple to do things. How: create an external SSD disk connected over USB-3 to boot the machine. This way, you can reboot into…

  • Fixing Broken Linux MINT Boot

    Symptoms: rebooting immediately goes into the grub command line. The easiest way to fix this is to use a USB boot, and run tools to fix the boot. This page explains how to fix it from the command line. The following commands are how I fixed it. grub> set root=/dev/sda2grub> linux /boot/vmlinuz.old root=/dev/sda2grub> initrd /boot/initrd.img.oldgrub>…

  • Getting Off of Big Tech

    Messaging Signal and Signal Groups Signal – a messaging app similar to Messenger, WhatsApp, SMS, Telegram, Line, KakaoTalk. Nonprofit based in the US. Telegram – business based in Russia. Others Matrix / Element – similar to Slack or Discord, but not as smooth. Alternatives to Google Docs CryptPad.fr – collaborative editing based in France Proton…

  • Configuring Regolith i3xrocks

    I upgraded my MINT 20 install to MINT 22, and everything ended up a bit of a mess, because so many things were updated. Normally, it’s easy to figure out the situation, but I couldn’t find docs to get my Regolith + i3xrocks working right. So here’s what I’m doing. First, create .config/regolith3/i3xrocks/conf.d Then, copy…

  • Cascading Failures Due to Failing RAID1 on Linux

    I recently had a partial server outage due to a failing RAID, but the problems were due to a cascade of software-based dependencies failing.