Installing screen on CentOS 5.x | MyLiteratureTechLife.COM

Installing screen on CentOS 5.x

February 18th, 2010 1 Comment






















Screen … It let you have multiple virtual windows in one physical terminal session, and very necessary to use if you are compiling remotely and your internet connection is not reliable.

1) Download latest RPM

http://www.rpmfind.net/linux/rpm2html/search.php?query=screen

2) Install screen dependencies

#yum -y install ncurses-devel texinfo pam-devel libtool

3) Install screen

#rpmbuild --rebuild screen-4.0.2-5.src.rpm
#rpm -ivh /usr/src/redhat/RPMS/i386/screen-4.0.2-5.src.rpm

4) Show screen

#screen -ls

5)Create Screen Session

#screen

6) Create Screen Virtual window

press ctrl+a,c

7) Change between Screens

press ctrl+a, 0 Session 0
 
press ctrl+a, 1 Session 1
 
press ctrl+a, 2 Session 2

8 ) To resume a Screen session

#screen -r session name

Related posts:

  1. Installing RED5 server in CentOS 5.x
  2. Installing OpenVZ on CentOS 5.2
  3. How to mount second hard drive in CentOS 5.x
  4. Installing yum in CentOS 5.3
  5. Installing BFD (Brute Force Detection)
  6. Installing ImageMagick in Cpanel
 

If You Like This Post, Share it With Your Friends & Peers

Digg
stumbleupon
Delicious
facebook
twitter
reddit
rss feed bookmar
 

One Comment to “Installing screen on CentOS 5.x”

  1. Eddie says:

    The download link wasn’t working but #yum install screen worked like a charm.

Leave your comment here:

*

Alexa Rank