Results 2858 comments of MichaIng

I'll keep this open as feature request, as mentioned above.

With DietPi v8.15, build-essential has been removed from `dietpi-software`, and later the software ID has been reused with microblog.pub: https://dietpi.com/docs/releases/v8_15/#removed-software Just install it via APT: ```sh apt install build-essential ```...

We'll think about it. Makes sense at least for libraries, build tools/stacks and such. The survey report script needs to define per DietPi version so that uploads from older DietPi...

Of course we won't change the microblog.pub software ID now, which would cause the exact issue you mentioned, but for a more recent and still available, hence more relevant software...

Nanu? I fixed the VMware links already. Did we fix them in parallel? 😄 Workstation Player page still exists, but cannot be found from their products overview anymore. But free...

Oh that makes sense. In containers, `sysctl` can generally not work. This is something that would need to be applied on the host. For the update, for now, please use...

Live patch merged, so the update will now go through, as well as fresh installs of affected software options: https://github.com/MichaIng/DietPi/pull/7552 However, for next release, we need to implement a warning...

Properly fixed now for next release: https://github.com/MichaIng/DietPi/commit/1dd3290 When sysctl would be called, but it is a container system, a dialogue will show the changes needed/recommended to be done on the...

Here the updates I did: - General update of `main.rs` according to examples of `flexible-hyper-server-tls` and Hyper itself. - Request type => `hyper::body::Incoming` - Response type => `http_body_util::combinators::BoxBody`, needed to...

Hey @ravenclaw900 great to hear from you. I saw your commits on the 1st and 2nd rework, so refused to further side track you with topics on the original code....