• 1 Post
  • 22 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle





  • This is interesting to me for my use case scenario, specifically SteamOS.

    What I’m trying to do is run an emulated Everquest server (lookup EQEmu). The community there has several methods of installation of the server, Windows, Linux, and Docker. The hurdle to overcome is the immutable file system, specifically when it comes to the database (MariaDB). I think I may have found a work around via Linux brew and installing MariaDB through that (which I’ve done, I just have to make the final connection). However the Docker setup, when running it on a separate distro is stupid easy. If they make this a Flatpak, it can potentially be the solution I’m looking for.

    Really the end goal is creating a Single player Everquest. I have a dual boot with it operating via Windows, but would much prefer to have it on the SteamOS side of the house.


  • Edit: My bad. I did the thing where I read like the first two sentences and didn’t read the rest. Reading the rest of the reply basically acknowledged my refute.

    The majority of this waste is coming from businesses that now need to upgrade. That’s why there are IT departments to figure it out for the tech illiterate. As long as they can open their email client, a text editor and excel, you’ve overcome 90% of what a business needs for their computers.

    You are right, Grandma Jones with her 800x600 resolution screen, 10 downloaded tool bars and Microsoft Edge ain’t going to get it, but Grandma Jones is still using XP, a CRT and a Gateway Computer she bought back in 2006





  • I’ve seen virt-manager recommended in similar situations like mine. I’ll explore it - at first my thought was it may not be ideal as I’ll most likely need to overcome the immutable file system that comes with SteamOS. You can bypass it, but it isn’t ideal as anything written into the innate read only section of the OS is wiped on update. But thinking about it more, I may be able to use distrobox as a way to bypass it. Thanks for the recommendation, I’ll report back with my findings. I also appreciate you mentioning the qemu user mode networking with gnome boxes, that makes sense.