• 0 Posts
  • 198 Comments
Joined 1 year ago
cake
Cake day: July 23rd, 2023

help-circle



  • I don’t think it’s a SSD vs HDD situation (both should work perfectly fine with any DE) but rather a case of old and dieing HDD, that’s at least what caused my system to fuck up two years ago or somethimg like that. There are systems that work better on far slower than HDD (today only “achived” by dieing HDDs) speed tho so I could imagine that improving the situation, just don’t sotre important stuff on that till you got a new drive!




  • KDE should run fine on those specs, I would try to replace the hard drive, I had one of those slow down a Laptop to a point where I almost threw it away but with a new one everything worked fine again. If it doesn’t I would say as a beginner Linux Mint with ether XFCE or Mate should be a great choice but I doubt you need it with those specs tbh!






  • Did you read my comment at all? Flatpak and Snap share dependencies while Appimage doublicates all of them so unless you have no big dependencies on your system (literally impossible with Linux systems) Flatpaks and Snaps become more efficient in terms of storage usage the more you use them because they share big parts while Appimage still dublicates every single dependency because it’s a single binarie with everything in it…



  • Flatpaks aren’t very relevant for servers if I am not wrong but Canonical definitely tties to push Snaps for that usecase, I feel like other container technologies like Docker or Podman are a lot more relevant in that context and containerization in general is really nice especially for server use and not that hard to wrap your head around! ;)