On Tue, Jun 22 at 08:51AM +0800, John Summerfield wrote:
> screen is good too. Here's what you need to get started;
> screen
> ^ac   create another virtual terminal
> ^a[0-9]  switch to  terminal [0-9]
> ^d   detach
> screen -r   # reconnect
> screen -ls # list terminal sessions (copies of termina)
> 
> With screen you can get by without a GUI at all. Unless you
> really _must_ have one.

oh MY GGODD!

screen is truly magic. wonder why i never tried it before?

start with

        $ screen

see the license, start hammering away at whatever you hammer
away at. create, edit, delete, munge, craft, invent, devise...
get interrupted, forget your session, leave for the day.

at home, log in remotely and

        $ screen -r
        There is a screen on:
                4552.pts-0.boss (Attached)
        There is no screen to be resumed.
        $ screen -d
        [4552.pts-0.boss detached.]
        
        $ screen -r

and there you are, right where you left off! reading email in
mutt, editing via vim, playing adventure, compiling the source
code from hell, filtering spam, whatever...

yow, that's paaarful stuff!

[now, if i can figure out why my delete key is borked, i'll be
blissful...]

-- 
I use Debian/GNU Linux version 3.0;
Linux boss 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i586 unknown
 
DEBIAN NEWBIE TIP #5 from Will Trillich <[EMAIL PROTECTED]>
:
What's a "MANPAGE"? It's the documentation you get when you enter
"man <something>" such as "man sources.list" or "man interfaces"
or "man bash".

Also see http://newbieDoc.sourceForge.net/ ...


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to