How do I Use Multiple Screens on One Terminal over ssh session?
screen command Task Ctrl+a c Create new window Ctrl+a k Kill the current window / session Ctrl+a w List all windows Ctrl+a 0-9 Go to a window numbered 0 9, use Ctrl+a w to see number Ctrl+a Ctrl+a Toggle / switch between the current and previous window Ct...