NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Even safer - control backslash! (Score:2)
screen usage (Score:1)
I really suggest doing three things when using screen:
1. Having a screen number -> task convention (screen 0 is
editor, screen 1 is mail, etc..).
2. Using screen's bindkey to let you jump easily between the
various screens. I use the GTK-tabbed-view-compatible
alt-# convention.
3. Setting up a bindkey for MRU scr
Re:screen usage (Score:2)
Absolutely! It's the same f
Re:screen usage (Score:1)
terminal window is the client-server nature of screen. You
can have more than one screen client attach to a given
screen daemon. I leave a screen daemon running on my
machines for months, and detach when I leave the office,
then later ssh in from home and reattach. No X forwarding,
rdesktop, or VNC required -- just plain ssh, and I'm right
where I left off.
I browse use.perl.org from a w3m browser running inside a
more-or-less-permanent screen daemon on the se
Escape sequence (Score:1)