Screen Notes
Telnet into your server. Now run: screen -R -T vt100 Now do whatever you want, open a file with less, edit a file in vi, or start a TUI, or whatever. Now hit that big X in the upper corner. That is right, just toast your telnet session, don’t exit out if it, just toast it. Now log into your server again. Now run: screen -R -T vt100 You should be right back where you left from! Screen does not terminate when your session drops, and it holds whatever programs, or sessions you have open with it open too. Even… Continue Reading