@flashgnash@lemm.ee to Linux@lemmy.ml • 2 years agoMost of us hate Microsoft, and yet many of us use VSCodemessage-square420arrow-up1418file-text
arrow-up1418message-squareMost of us hate Microsoft, and yet many of us use VSCode@flashgnash@lemm.ee to Linux@lemmy.ml • 2 years agomessage-square420file-text
minus-square@pythonoob@programming.devlinkfedilink1•2 years agoShit tmux looks awesome. I’ve currently only really used screen while hosting a Minecraft server but I kept accidentally closing the process when trying to check if it’s still active lol. I still do 99% of my coding of windows but this is tempting.
minus-square@flashgnash@lemm.eeOPlinkfedilink1•2 years agoAnother option for Minecraft is daemonizing the process (ctrl+X in terminal, bg, then some command to disown it from your shell that I can’t remember)
minus-square@pythonoob@programming.devlinkfedilink0•2 years agoIs this different from it running as a service?
Shit tmux looks awesome. I’ve currently only really used screen while hosting a Minecraft server but I kept accidentally closing the process when trying to check if it’s still active lol.
I still do 99% of my coding of windows but this is tempting.
Another option for Minecraft is daemonizing the process (ctrl+X in terminal, bg, then some command to disown it from your shell that I can’t remember)
Is this different from it running as a service?