Server Setup (Linux, Oracle Cloud): Difference between revisions

m
m (intro, formatting)
Line 265:
===Run the server===
<div align="justify">
So, you can launch the server, but when you leave the ssh connection, the server closes. That happens because together your ssh connection keeps things running.
 
To make the server run without you being connected to the ssh, one of the solutions is to use the "screen" command.
Line 293:
There are more options that you can use with this command, such as multiple named screens. You can check [https://linuxize.com/post/how-to-use-linux-screen/ this] manual for the instructions. or run the command <code>man screen</code>.
</div>
 
===Improvements===
====More space====
236

edits