

3·
2 months agoDisable any file indexing service and/or repositories update that may be running on the background


Disable any file indexing service and/or repositories update that may be running on the background


I have it setup on each of my laptops, so I have it available at all time with no need to expose it on my home setup.
Automatically start the container on my laptop, and add it to my browser’s search engines as default. Pretty simple.


Opensuse MicroOS is not only minimal, but also inmutable. Or their variations Aeon (Gnome) or Kalpa (Plasma) if you are looking for a desktop env.
On top of that, if you enable Cockpit it would enable your VM and containers management.
I sugest you to install/enable sysstat if you have not done that already, and with those metrics you will have some great starting point about what resources may be the culprit next time it happens. It will help you pinpoint if there is a hardware related issue.
Do you have kdump enabled? If so, you can try to force a coredump when the system freezes, so you can uater analyze what the issue is. It is harder to follow this path, as you may need analyzing such dump, but it will help you identify issues not only on the hardware side, but on the software side as well.
Both tools are our bread and butter for RCAs/postmortems