hey nerds, I’m getting myself a new personal laptop as a treat, but I very much do not want windows 11 shitting it up. Is there a linux distro with caveman-compatible instructions for installation and use? I want to think about my OS as little as possible while actually using it.
I’ve got one friend who uses mint, but I’ve also seen memes dunking on it so who knows. I actually really only know what I’ve seen from you all shitposting in other communities
Some caveats, though: To share the same home folder safely, it’s best to use the same desktop environment on both distros. Debian paired with Fedora makes it difficult to match the release numbers of the desktops, though, and there might be discrepancies with respect to user config files in the home folder, when you’re trying to configure features in Fedora that aren’t yet available in Debian.
Also the system folder setup (locations of libraries and include files) is different between the two, so if there’s anything in the home folder that’s linked against libraries in one distro, it won’t work in the other. Especially if you’re going to compile anything in the home folder – including stuff that package managers of scripting languages like lua and python themselves compile – that could lead to major heaadaches.
Good points. I was using KDE with both and didn’t have any issues (even though Debian’s version of KDE was older) but that might not work in all scenarios.
I don’t have compiled things in the home folder - they go in either
/usr/local/bin
or/opt
.