Skip to main content

GNU Screen: a free virtual terminal multiplexer

GNU Screen is a free virtual terminal multiplexer that allows a user to access multiple separate terminal sessions inside a single terminal window or remote terminal session.
Persistence
Similar to VNC, GNU Screen allows the user to start applications from one computer, and then reconnect from a different computer and continue using the same application without having to restart it. This makes migration between locations like work and home simple. Screen provides terminal-agnostic functionality so that users can disconnect and reconnect using different terminal types, allowing applications to continue running without being aware of the change in terminals.
Multiple windows
Multiple terminal sessions can be created, each of which usually runs a single application. The windows are numbered, and the user can use the keyboard to switch between them. Some GUI terminal emulators provide tabs or otherwise similar functionality to this. Each window has its own scroll-back buffer, so that output is captured even when the window isn't actively displayed, and that history can be saved even when migrating to another computer. Windows can be split-screened. While some text applications have this functionality built in, Screen allows any application to be split-screened alongside any number of other applications.
Session Sharing
Screen allows multiple computers to connect to the same session at once, allowing collaboration between multiple users. The same computer can also be used to make multiple simultaneous connections, providing alternative functionality to screen-splitting, particularly for computers with multiple monitors.

This is very useful for developers and people who work remotely.

A screenrc file determines the look, feel and actions and keybindings of the 'screen'.
Below is the how to setup screen in linux (ubuntu, debian).

Install screen
$ sudo apt-get install screen
The default look of the screened terminal is unacceptable.
here is my screenrc, put it into your screenrc.
Open /etc/screenrc and delete the contents and insert the below lines:
startup_message off 
deflogin on

vbell_msg " Wuff ---- Wuff!! "

defscrollback 1024

bind ^k

bind ^\

bind \\ quit

bind K kill
bind I login on
bind O login off

bind } history

termcapinfo vt100 dl=5\E[M

hardstatus on

termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007

hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %d %M %C%a "

termcapinfo xterm*|linux*|rxvt*|Eterm* OP

termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'

#altscreen on
escape ^za

Below are some how to use and screen shots:
1. start screen
2.3. Create extra terminals:
Type " Ctrl+z then press c " to create new shell

4. Close a shell:
Type " Ctrl+d " to close a shell.
5. name your shell
Type " Ctrl+z then Shift+a " to name or rename your shell
6. navigation
" Ctrl+z then n " to move to next shell
" Ctrl+z then p " to move to previous shell
" Ctrl+z then z " to toggle between two shells
" Ctrl+z then shellnumber " jumps to the shell shellnumber
7. Scroll
" Ctrl+z then { " now use up & down arrow to scroll on the shell, press Esc to exit mode.

Enjoy using terminal.
Please comment to clarify doubts or need to know any key bindings.

Thanks!

Free: A Newbie's Getting Started Guide to Linux

Download the Newbie's Initiation to Linux.

Comments

Popular posts from this blog

Howto Install BSNL wll clarity phone in Ubuntu

Hello linixians, Failed to access internet through your bsnl clarity phone.... Here is an easy way 1. Just download this executable..... bsnlclarity and save it to your home folder. 2. Connect your phone to the system with the usb cable. 3. Now at terminal type $ sudo ./bsnlclarity You will be asked for your username and password for accessing the internet enter it ..... now start surffing Ctrl+C to stop

Blank (or black) screen after boot process in Ubuntu

You may encounter a blank screen after boot in ubuntu. This will be due to some update of certain packages. Follow these steps to correct the problem. 1. Select recovery mode from the boot menu. 2. Select login as root from the menu in recovery mode. 3. Type this at the prompt # sudo apt-get remove xorg-driver-fglrx # sudo dpkg-reconfigure -phigh xserver-xorg 4. Exit # exit 5. Now select Resume normal boot from the menu. Every thing should be OK by now. Please comment about your experience.

gtalx: Howto Gtalk in ubuntu ( google talk )

Did you fail to use " gtalk in ubuntu " ... Now you can chat and talk to your gmail buddies in ubuntu... 1. check for gtk2.0 and qt4 $ sudo apt-get install libgtk2.0-dev $ sudo apt-get install libqt4-dev libogg-dev libtheora-dev $ sudo apt-get install libsdl-dev libavcodec-dev libswscale-dev $ sudo apt-get install libexpat-dev libraw1394-dev libvorbis-dev $ sudo apt-get install libgsm1-dev  libspeexdsp-dev libmediastreamer0-dev libortp-dev 2. Remove 'pulse audio sound server' Open synaptic package manager and remove pulse audio 3. "Download gtalx" from here Dowload it here 4. Extract the file.... $ tar -zxvf 0.0.4.tar.gz 5. Get into the directory.... $ cd 0.0.4 and then... $ sudo chmod u+x make $ ./make $ sudo ./make install 6. Enjoy..... Please comment about your installation(whether it was a success or not....) Take gtalx from Applications > Internet > gtalx Enter your gmail login information..and click connect...