blackjacksepp@feddit.detoLinux@lemmy.ml•The sidepanel in Thunar v4.18.8 is complete rubbish!
19·
1 year agoIsn’t this how it always looked when treeview is enabled? Look for the option in the View
dropdown menu.
Isn’t this how it always looked when treeview is enabled? Look for the option in the View
dropdown menu.
Have a look at nginx vts. I run it on my Raspberry Pi, it works great and provides everything I need! The auto-installer is easy to use and it can output as html, json or prometheus.
True. Do you happen to know any lightweight alternatives? I’ve been wanting to check out VictoriaMetrics for a while but haven’t found the time…
I am currently running
The last three are quite niche. I use Prometheus + Grafana for Monitoring the Pi itself and for displaying MQTT Stats. Since upgrading to SSDs performance is actually quite good, especially when taking power usage into account.
I never used C++'s scoped locks but as far as I can tell they perform runtime deadlock detection while this crate is compile-time only with near to none code produced in the resulting binary.
This is done by enforcing to either lock every Mutex the thread needs at once or none at all. Thread keys are used to represent this with the type system.