Lorgres

joined 2 years ago
 

Hi, I've been running Fedora Silverblue since version 39 and with 41 now releasing I feel like it would be wise to finally upgrade my Toolbx container from 39 to 41 too. I didn't change the container when I upgraded to 40 on the OS. I read a bit online and it seemed like the general opinion was that you shouldn't upgrade containers but rather create a new container with the new version.

How do you manage migrating settings (Codium + Extensions, Toolchains etc.) between containers without having to manually recreate everything?

[–] [email protected] 4 points 7 months ago (1 children)

The problem is really down to finding places where you can actually build something like a hydroelectric power plant.

You need a large area you can safely flood. (No villages in the area or only villages you can buy out the owners of) or a high up lake.

The area to flood needs to have the geology required to construct a dam safely.

And finally, the area needs to be pretty high up and have an area below you can direct the outgoing water to.

 

Hi, I'm looking to open-source a small CLI application I wrote and I'm struggling with how to provide the built app since just providing the binary will not work. I had a friend test it and he had to compile from source due to glibc version differences.

My first thought was providing it as a flatpak but that isn't really suitable for CLI software.

I've googled around a bit and most guides I find just mention packaging separately for multiple package managers/formats (rpm, apt etc.). This seems really inefficient/hard to maintain. What is the industry standard for packaging a Linux software for multi-distro use?