Tagged Questions
2
votes
2answers
160 views
I would like to send commands and requests from a client side app to a Linux server
So I am planning/designing an app running on Mac that will send commands and make data requests to a linux server. Some of the things I would need to do will be send file manipulation commands, zip ...
1
vote
2answers
667 views
How can I keep processes running on a remote server even after turning off the terminal machine?
..and then still be able to return to the same session/screen after restarting the terminal machine.
I've tried screen but once I restarted my computer screen -d showed no sessions. Nohup seems to be ...