• 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle
  • It should be noted that linux corporate is a bit different than other corporate. Ubuntu is still open source and doesn’t track you, and Canonical (their owner) knows if they piss off users too much, they’ll just switch distros.

    But they do sometimes make top-level decisions that annoy the community (a lot of people hate their proprietary snap packages,) and have a different feel from community-based distros.



  • Choosing a distro is sort of like driving a car. If you’re not a car person, you probably don’t particularly care what your vehicle’s 0-60 is, or how much torque your engine gets, or something else. You probably just want something that’s comfortable and looks nice.

    As you learn about linux, you may become very interested in it, to the degree that you care about things like init systems and package management. In that case, there will be distros that suit your tastes. But if you don’t care, it’s perfectly ok to just something that feels comfortable and looks nice.

    The people who are passionate about linux will have the loudest voices, and will make their favorite distro sound really good, because they are passionate. You don’t have to be that passionate, though. And if at some point you do become that passionate, you will likely be motivated to learn all the fine details on your own so you can make an informed decision that suits your own tastes, so you really won’t have to worry about matching someone else’s.

    It’s good that people get excited about linux, but under the hood the distros are more alike than they are different. Don’t feel you need to have some specific distro experience to be part of the discussion: just use what you like, and if at some point you become dissatisfied, then consider changing.












  • Minecraft is a procedurally generated open world video game.

    For multiplayer, the computer hosting the game has to be able to load the portion of the world for each player. Having a dedicated computer hosting the server allows for much smoother gameplay experience then trying to have a single PC both run the server and client.

    The machine we used for the server was literally one of my wife’s old work PCs and we just use it to host these types of games. We previously ran an ARC: Survival Evolved server on it.




  • You’ve gotten a lot of good replies, so I’ll give you an example:

    My wife and I set up a Minecraft server on an old work computer of hers. We would SSH in, start the server, and play. However, if the host lost the SSH session, the entire server would crash because the session would close.

    With tmux, we could attach, start the server, and unattach. I could start the server and later my wife could attach to close it. I could SSH on my phone via iSH, attach, start the server, unattach, and close the app. We could troubleshoot mods together, since we could both see everything that happened in the session on our screens.

    It offered a level of flexibility a traditional SSH session doesn’t give.