• 21 Posts
  • 1.56K Comments
Joined 10 months ago
cake
Cake day: September 13th, 2023

help-circle










  • AVincentInSpace@pawb.socialto196@lemmy.blahaj.zonemicrulesoft
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    2 days ago

    What DE are you using? Different DEs handle VNC differently if you’re using Wayland as opposed to X11.

    Also, what exactly don’t you know that you would need to know to run the server without a GUI? If you already know how to SSH and start the server that way (or better idea – create a systemd service for it (I can show you how to do that)) and you just need to launch the server without a head attached, just modify your startup script to do java -jar minecraft_whatever_server.jar nogui. If you want to run Minecraft commands from the server console while headless, you can type them directly into the terminal while the server is running. If you set up the Minecraft server with systemd, you won’t have a terminal, so I’d recommend using Rcon/mcrcon instead. It’s built into the vanilla server and not too tough to set up. I’ll show you how if you like.

    If all else fails, of course, there’s always the low-tech solution: Amazon sells “HDMI dummy plugs”, dongles that plug into an HDMI port and pretend there’s a monitor connected. If you’re anything like me, though, that solution won’t satisfy you, so I’m here to help if you need help getting some combination of the above working.








  • Of course not. I would do my research, like any responsible consumer.

    I’m a programmer. Which libraries I pick to add to my project have effects on everyone who will use the software I publish. I owe it to them to do my homework to compare them and figure out what the differences are and which one is better for my use case. If I just picked whichever one was most popular, I could have a polyfill.io incident on my hands every week.

    I do the same thing with software I personally use, because I’m a responsible consumer. Firefox and Chrome aren’t identical. Chrome has way more downloads but I’m betting more than half the people in this thread use Firefox or one of its derivatives, like Mull or Librewolf.

    I dream of a world where doing your homework when choosing software to learn is not so rare that people assume no one does, and accuse those who do of lying.