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

Content deleted Content added
Embri (talk | contribs)
m intro, formatting
Chill (talk | contribs)
Line 265: Line 265:
===Run the server===
===Run the server===
<div align="justify">
<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.
So, you can launch the server, but when you leave the ssh connection, the server closes. That happens because 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.
To make the server run without you being connected to the ssh, one of the solutions is to use the "screen" command.
Line 293: 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>.
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>
</div>

===Improvements===
===Improvements===
====More space====
====More space====