Visits

[+/-]
Today:
Yesterday:
Day before yesterday:
335
517
481

+36
This week:
Last week:
Week before last week:
2194
2962
3860

-898

Last month:
Month before last month:
8452
15650
24339

-8689

Visitor Data

IP ADDRESS
38.107.179.210
-
Location
United States
-
Browser
Unknown Browser
-
Operating System
Unknown Operating System


   
Add to: JBookmarks Add to: Bookmarks.cc Add to: Digg Add to: Reddit Add to: Upchuckr Add to: StumbleUpon Add to: Slashdot Add to: Blogmarks Add to: Technorati Add to: Newsvine Add to: Blinkbits Add to: Smarking Add to: Spurl Add to: Google Information
Using SCREEN for multiple sessions in a single TERM

screen - screen manager with VT100/ANSI terminal emulation

This is an excellent utility. But if you work a lot in Emacs,
then, you should place the following in your ~/.bashrc

alias s='screen -e^Pa -D -R'

After loging in again (or source .bashrc) ,
type the following to load "screen":

$ s

If you're using the not using the alias command above, substitute
CTL-a for CTL-p below. :

CTL-p CTL-C       To get a new session
CTL-p  "           To list sessions, and arrow keys to move
CTL-p SHFT-A      To name sessions
CTL-p S            To split screens
CLT-p Q            To unsplit screens
CLT-p TAB          To switch between screens
CLT-p :resize n    To resize screen to n rows, on split screen


Screen is very powerful.  Should you become disconneced, you can
still resume work after loggin in.

$ man screen