A guide to GNU Screen
redhatmagazine.com
A guide to GNU Screen
1–10 of 26 posts
Re: A guide to GNU Screen
#2The two second tutorial:
$ dtach -A /tmp/ek -z emacs # start or resume session identified by /tmp/ek
To detach from the session, type control-backslash. (The -z disables suspend with Control-Z.)
Re: A guide to GNU Screen
#3I tend to spend all my time in emacs, and for me the paging stuff and special keystrokes just get in the way -- but the ability to detach from a session and resume it later is awesome. For a program that just does that and otherwise gets out of your way, I recommend checking out dtach: http://dtach.sourceforge.net/ The two second tutorial: $ dtach -A /tmp/ek -z emacs # start or resume session identified by /tmp/ek To…
Re: A guide to GNU Screen
#4Re: A guide to GNU Screen
#5I tend to spend all my time in emacs, and for me the paging stuff and special keystrokes just get in the way -- but the ability to detach from a session and resume it later is awesome. For a program that just does that and otherwise gets out of your way, I recommend checking out dtach: http://dtach.sourceforge.net/ The two second tutorial: $ dtach -A /tmp/ek -z emacs # start or resume session identified by /tmp/ek To…
Re: A guide to GNU Screen
#6I tend to spend all my time in emacs, and for me the paging stuff and special keystrokes just get in the way -- but the ability to detach from a session and resume it later is awesome. For a program that just does that and otherwise gets out of your way, I recommend checking out dtach: http://dtach.sourceforge.net/ The two second tutorial: $ dtach -A /tmp/ek -z emacs # start or resume session identified by /tmp/ek To…
I use a .screenrc that provides a textural "toolbar" at the bottom of the terminal so it's easy to see how many you've got running. Configuration is listed on this page: http://bc.tech.coop/blog/060422.html
Re: A guide to GNU Screen
#7Re: A guide to GNU Screen
#8Re: A guide to GNU Screen
#9I tend to spend all my time in emacs, and for me the paging stuff and special keystrokes just get in the way -- but the ability to detach from a session and resume it later is awesome. For a program that just does that and otherwise gets out of your way, I recommend checking out dtach: http://dtach.sourceforge.net/ The two second tutorial: $ dtach -A /tmp/ek -z emacs # start or resume session identified by /tmp/ek To…
To be clear: dtach implements just one of screen's many features, the ability to detach and resume a session.
If you want all the other stuff that screen does, great! But if you don't then those other things can get in your way, and you might want to give dtach a try.
(E.G., my own personal style is to launch multiple terminals from within emacs, so I don't need screen's multiterminal ability or it's cut and paste, &c.)