• 0 Posts
  • 45 Comments
Joined 2 years ago
cake
Cake day: June 6th, 2023

help-circle

  • Stay away from Chromebooks. Even if you get a Chromebook that is reported to play well with Linux, there can be issues. I have/had two different Linux Chromebooks. They both had unique pitfalls.

    I had an arm-based Chromebook that was actually the development target of a custom distro. At its best, it still required a fairly specific wifi dongle to work without kernel hacks. Even then, the processor was slooow and storage was a bit of a problem if I was using it for anything other than text editing.

    I’m running an intel-based Chromebook these days with Arch. The biggest bottleneck is the built-in nonupgradeable storage (16gb). Most of my home folder is symlinked to an SD card that I keep in the slot at all times. It works well and has great battery life, but there are easier ways to play with linux on a laptop.



  • Mint is based on Ubuntu, both of which are versioned release distributions. The idea behind versioned releases is that the kernel and a lot of the software are all chosen and tested to work well together. It gives the user a system that won’t change much for several years. Rather than getting the latest and greatest, you get a known, relatively static set that works smoothly and gets security/stability updates rather than big upgrades. Typically, distributions like Mint only get minor security updates to the chosen kernel during their lifetime. You’ll see additional patches to kernel 6.8, but nothing beyond that.

    To get a newer kernel, the safets option is to wait until Mint 23 gets released and do a full upgrade to the new version of Mint. Along with the kernel, other pieces of the operating system will get a bump to much newer versions. Mint gives you the option to try newer kernels, but this is less stable and could break your system.

    There are other types of Linux distributions that ship new versions of the kernel much more regularly. Rolling releases (to one extent or another) update the kernel and other software shortly after the new code is available and tested.







  • No argument here. It is insane to me that if I want content that isn’t locked into a particular ecosystem, I have to seek out public domain material or pick from the small subset of books that is sold DRM-free books in an open format. For anything else, money can’t buy flexibility. For most books, the only options for digital are accepting the DRM, waiting until copyright expires (good luck with that one), or privateering with out a letter of marque.





  • For me, it was getting a handle on rsync for a better method of updating backup drives. I was tired of pushing incremental changes manually, but I decided to do a bit of extra reading before making the leap. Learning about the -n option for testing prior to a sync has saved me more headaches than I’d care to enumerate. There’s a big difference between changing a handful of files and copying several TB of files into the wrong subfolder!


  • Easy if you go step by step and don’t accidentally skip anything. Archinstall will get you to the same result with lower risk of failure, in a tenth of the amount of time spent. And unless you install operating systems for a living, it doesn’t matter how you get there. Source: Installed Arch on about a dozen different devices, twice without Archinstall.

    If you’re looking to learn something, do Linux from Scratch instead. The process is way more granular, way more documented, and way more educational than parroting the steps of installing Arch from the wiki.



  • I played around with Mandrake and Debian around the turn of the century. A bit of a break, but then I started dual-booting Ubuntu in the Windows Vista/X86 OSX era. I jumped to Xubuntu and started running Linux by itself on several machines around 2012.

    I largely shifted to Arch around the time that snaps came out because they weren’t playing nice with some of my low-end machines. Nowadays, mainly Arch. Exceptions: Fedora on my M1, Debian Bookworm on an old x86 tablet and any time I set up WSL on a Windows machine.