Results 2858 comments of MichaIng

Awesome test, great work. Also good to know that any temperature works, as raspi-config only allows to set 60 - 120 °C so I was not sure whether this is...

Jep, my RPi 2 idles around 32 °C and I never saw it above 50 °C. Not the temps need to be different, but it doesn't make sense to put...

Applying a proper temperature, like 60 °C, so that the fan really only turns on to prevent thermal throttling, is not an option? Like here: https://github.com/MichaIng/DietPi/issues/4003#issuecomment-751254845 There is no hysteresis...

Many thanks for your report. I have no idea how the SSH connection IP family should affect whether X can be tunnelled through it or not. The SSH connection otherwise...

What is the client OS, X server implementation and SSH client you use for X forwarding? The server side is clear, but the client side is important if we want...

Logs server side: ```sh journalctl -u ssh ``` The SSH connection otherwise works fine with IPv6 enabled? Have you tried a very simple X application, like `xterm`? Also check the...

Ah interesting, I totally forgot about that forum thread 😄. An annoying bug indeed, probably we should report this to Debian or upstream directly. It shouldn't be required to explicitly...

> I have an other pc installed with the restore image Not sure what you mean by this, another DietPi system? Based on the linked threads it seems to be...

Many thanks for your feedback and suggestion. Generally I agree to use SQLite whenever it is better suited, especially when the stored data is not expected to be large so...

MariaDB is a caching database server, it keeps everything in memory and also holds writes in a dedicated caching layer, when required. Also it has and uses compression where applicable,...