in reply to Best/Fast/Simple way to add a GUI to a batch process
The nice thing about tmux, is that it will display correctly over a ssh connection, giving you a multipane window, each of which can run different commands. You can also easily put the commands in the background, detached, and come back hours later to reattach to it. A very professional approach. BTW, you can also run mc "Midnight Commander" over ssh, this comes in very handy, and between tmux and mc, you may have a simple, secure solution.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Best/Fast/Simple way to add a GUI to a batch process
by vitoco (Hermit) on Aug 28, 2018 at 19:42 UTC |