Screen Cli based screen manager for Linux/Unix. Installing Screen Debian based systems: apt-get install screen Redhat based systems including centos:

Slides:



Advertisements
Similar presentations
Microsoft Word 2010 Lesson 1: Introduction to Word.
Advertisements

CIS 240 Introduction to UNIX Instructor: Sue Sampson.
Copyright 2007, Paradigm Publishing Inc. POWERPOINT 2007 CHAPTER 1 BACKNEXTEND 1-1 LINKS TO OBJECTIVES Create Presentation Open, Save, Run, Print, Close,Delete.
The Internet. Telnet Telnet means using your computer as a terminal. All commands you type are sent to the host computer you are connected to and executed.
1 Using Editors Editors let you create and edit ASCII files UNIX normally includes two editors: vi and Emacs Vi and Emacs are screen editors: they display.
Word Processing Microsoft Office: Exploring Word 2011 for MAC.
Review of last session The Weebly Dashboard The Weebly Dashboard Controls your account and your sites Controls your account and your sites From here you.
L INUX C OMMAND L INE I NTERFACE G UNAANBAN.G
So – You want to learn how to put an advanced article submission (cut and paste) onto the state website. (Note: If you have not done so, you will need.
Using the “CLI” Unix / Linux Preparation Course May 25 Djibouti.
Do not begin Slide Show. Stay in normal view for now.
Chapter 1 – Introduction to Computer Systems & QBasic
Configuring a network os
The Network Management Lab pc pc pc pc pc Virtual Servers Your Laptop.
Chapter 9 Part II Linux Command Line Access to Linux Authenticated login using a Linux account is required to access a Linux system. The Linux prompt will.
Linux environment ● Graphical interface – X-window + window manager ● Text interface – terminal + shell.
To advance to the next slide: Press the Space key on your BlackBerry Practice Presentation.
Office 2013 and Windows 8: Essential Concepts and Skills
Guide to Linux Installation and Administration, 2e1 Chapter 8 Basic Administration Tasks.
SharePoint You must use Internet Explorer Single click only on links and buttons There are two handouts 1.Importing a Web Part into SharePoint 2.Adding.
 SAP AG SAP R/3 Getting Started Fall  SAP AG SAP R/3 Getting Started Using Sap R/3 SAP R/3 Help Demonstration Exercises.
Grades Please hand in your homework Quizzes coming back today Current grade on back with missing assignments Anything missing can be turned in late There.
®® Microsoft Windows 7 for Power Users Tutorial 13 Using the Command-Line Environment.
A few Linux basics Network Monitoring & Management.
Shell Scripting Introduction. Agenda What is Shell Scripting? Why use Shell Scripting? Writing and Running a Shell Script Basic Commands -ECHO - REM.
Chapter Three The UNIX Editors. 2 Lesson A The vi Editor.
1 Unix and the Internet Pine System and Netscape.
Dreamweaver MX Unit B CIS 205—Web Site Design and Development.
1 The EDIT Program The Edit program is a full screen text editor that allows you to: Create text files Create text files Edit an existing text files Edit.
Productivity Programs Common Features and Commands.
Unit 6- Essential Windows Skills.  Log on & off, shut down, and restart the computer  Identify elements of the OS desktop  Identify the icons used.
Review of last session Add text to your website Add text to your website Title Title Paragraph Paragraph Title and paragraph Title and paragraph Add photographs.
Getting started: Basics Outline: I.Connecting to cluster: ssh II.Connecting outside UCF firewall: VPN client III.Introduction to Linux IV.Intoduction to.
RIGHT Mouse Button Formatting Cut Copy Paste Save LEFT Mouse Button MAIN BUTTON Single clicks Double clicks Drag Highlight.
Hands On UNIX II Dorcas Muthoni. Processes A running instance of a program is called a "process" Identified by a numeric process id (pid)‏  unique while.
Compiling a C Program. Before we can begin we must open a telnet session to phobos. There are a number of ways to do this, but the easiest is to click.
CSCI-1411 F UNDAMENTALS O F C OMPUTING L AB Shane Transue Spring
VI EDITOR University of Mississippi. Vi Editor What is Vi ? ▫Vi is a screen based editor. ▫The screen of your terminal will act as a window into the file.
Isecur1ty training center Presented by : Eng. Mohammad Khreesha.
Chapter 23. Copyright 2003, Paradigm Publishing Inc. CHAPTER 23 BACKNEXTEND 23-2 LINKS TO OBJECTIVES Record, Run, Pause, and Delete Macros Record, Run,
PowerPoint Presentation Part I Creating a PowerPoint Presentation The Basics.
Lesson 3-Touring Utilities and System Features. Overview Employing fundamental utilities. Linux terminal sessions. Managing input and output. Using special.
Linux Commands C151 Multi-User Operating Systems.
1 Introduction to Microsoft Windows Lecture Outline.
1. Chapter 1 Creating, Printing, and Editing Documents.
PTA Linux Series Copyright Professional Training Academy, CSIS, University of Limerick, 2006 © Workshop III - Part A Shell Commands Professional Training.
Know your computer Make a Folder Copy from Word to Composer Format the Font Change the Alignment Format the Background Format the Colors Insert a Picture.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
THE C PROGRAMMING ENVIRONMENT. Four parts of C environment  Main menu  Editor status line and edit window  Compiler message window  “Hot Keys” quick.
Java On the ENB 116 Computers The JDK is now available on the ENB 116 computers. You can use a classroom computer rather than your own laptop or CIRCE.
Intoduction to Andriod studio Environment With a hello world program.
Section 4 The Basics of Windows 7. Windows 7 Versions  Home Premium  Professional  Specialized.
Sem 2v2 Chapter 3 Using the Router Understand the Basics of Router's Command Line Interface. Demonstrate How to Log into the Router. Demonstrate How to.
CS:414 introduction to Unix and Linux
Development Environment Basics
SUSE Linux Enterprise Desktop Administration
Getting started with CentOS Linux
Computing Fundamentals
Vim.
Text Editors Vim (Chapter 6) Emacs (Chapter 7)
LING 408/508: Computational Techniques for Linguists
Welcome to the [Course Name] course.
بسم الله الرحمن الرحيم.
Emacs CSC 135.
Getting started with CentOS Linux
Chapter 2 Basic vi Editor.
Getting around in Windows and VB
Mu Editor – New User Cheat Sheet – CircuitPython Mode
Mu Editor – New User Cheat Sheet – CircuitPython Mode
Presentation transcript:

Screen Cli based screen manager for Linux/Unix

Installing Screen Debian based systems: apt-get install screen Redhat based systems including centos: yum install screen

Basic Usage Start screen with command screen Ctrl-a is a control key combination for all basic/advanced functions!

Basic usage key combinations Ctrl-a c open a new screen Ctrl-a A rename current screen

Basic usage key combinations looking and moving around.. Ctrl-a w shows all open screen names in window’s title bar

Basic usage key combinations looking and moving around.. Ctrl-a ” opens window with all screen names visible, with arrow keys you can change to any screen on the list

Basic usage key combinations looking and moving around.. Ctrl-a 2 change to screen number 2 Ctrl-a space change to next screen

Basic usage key combinations looking and moving around.. Ctrl-a [ activates scrollback in a Screen (default value 1000 lines). To exit scrollback hit ESC.

Advanced usage key combinations copy & paste Ctrl-a [ Also enters the copy mode. How to use steps: 1) Move around with arrow keys and find the starting place for copying 2) Hit Enter key in the place where you want to start copying. 3) Move around with arrow keys to paint the area you want to copy 4) Hit Enter key to stop copy.

Advanced usage key combinations copy & paste Ctrl-a ] This command allows you to paste copied content to for example text editor.

Advanced usage key combinations logging the output Ctrl-a H Begin/end logging of the current window to the file screenlog.n.

Advanced usage key combinations stopping the output temporarily Ctrl-a s Send a stop signal (associated with Ctrl-s by terminals) to current window. Ctrl-a q To start screen output again

Splitting the screen.. Ctrl-a S Splitting screen in half, lets you see two windows at the same time. Very useful for debugging with tail.

Moving between screens and unsplit Ctrl-a tab Move between split screens Ctrl-a Q Unsplit all windows from screen

Detaching screen (closing screen temporarily) Ctrl-a d detach all screens. After this command screen program will continue to run in the background. It’s good to do this when you want to change your place from one computer to the other.

Returning back to detached screen in a ”single” user system You can open detached screen with command screen -r If you have more than one screen in the same shell, you need to define with screen to open. You’ll have to type screen –r and number of screen you want to open.

Returning back to detached screen with another user If the other user is already logged in and the screen is open for him, y ou can open detached screen with command screen -x

Links ?path=s/screen tutorial-and-how-to/