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

help-circle
  • 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.






  • 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!