Logicservers is what I use. Its good. The multicraft UI kind of blows though, its also an old version. But they provide the .minecraft folder over ftp so you get full control. A lot of minecraft hosting dont give you that control and they artificially limit you, like capping player counts. Logicservers prices things based on hardware, not "features" like player counts or modding capabilities.
rutrum
I really think the learning curve will be less than you think. Please consider at least reading the installation instructions. Here's the page for linuxserver.io's maintained plex docker container. I've linked to the usage section, where you can copy the compose file to deploy it. https://github.com/linuxserver/docker-plex?tab=readme-ov-file#usage
If you use docker, it doesnt matter the distro. And to use docker, you dont really need to understand how/why it works. As long as you can take an example compose file and spin it up (docker compose up) it'll be less complicated in the long run than managing plex on the host machine (or most software for that matter, which is why containerization is so popular.)
Whats the easiest way to contribute to the simplex communication network? When I run a relay node, how do I notify the network that my instance exists
Ive used easytag in the past.
It seemed nice at first, but one major issue: GPU passthrough was a nightmare. It cant be done in the UI and I didnt understand fully how it worked. There are many different tutorials not by promox that are outdated or may not work. It was frustrating enough I jumped to NixOS. Other hiccups included having to go to the terminal to passthrough drives for openmediavault, but that one was kind of straightforward atleast, and it worked first time.
In hindsight, I didnt actually need to virtualize everything at that level, so I never really had a good use case for it anyway. I use containers over entire VMs.
For it to contribute to the public, I would also want some sort of way to help the admin notify the oublic about it. I was even thinking that this would come with its own cli tool to check that the instance was visible on the open internet, and the present in public instance lists like searx.space. In this case, building and configuration is alrwady handled by NixOS, which is nice. I havent looked into others.
That looks like the same idea for a different set of tools. That's a great reference, thank you!
I'm pretty ignorant on crypto, I just knew that it was important to have many mining to increase transaction times, decrease transactions costs, decentralize proof of work, etc. And practically you're right, might be a good way to absolutely ruin the performance of the server.
Pff, if pandas gets me numpy that works that may not be a bad hack. I'll try this! Sorry I dont know how to fix qt!
I've had the same problem running numpy. Shockingly with a library so popular I havent found a way to make an environment with it work. I also had the most success with poetry, so I think you're on the right track.
I would love similar movement with regards to doc comment standards. My company uses numpy and its too verbose, and the style guide makes zero mention of type hints so we keep winging it. And with not many tools for enforcing the standards (like what type to actual write for a parameter) its an ongoing battle among the team.