Open humblewizard opened 7 years ago
I found SCREEN. It takes care of my immediate question. Still pretty clumsy but I don't have to have an extra monitor setting on my navstation. I need to figure out how to make that batch file run at boot.
Simple linux bash skills solve this problem.
nohup command +space+& 2>&1 /dev/null
you can google them
and
control+z bg
I'm trying to get rid of my GUI/monitor and just use a serial port/terminal to control my server. Starting my hotspot takes over the console and I still need to talk to the server. This may be linux 101 that I don't understand.
Here is the batch I use to start the hotspot:
I wouldn't mind using systemd to start on boot but I don't think it does shell scripts???