Giter Site home page Giter Site logo

screencr_conf's Introduction

개요

This is Screen Setting.
Version : Screen 4.0.9.00

Screenshot

기능

  • display window list and current window
  • display current screensession
  • key bind
    key function
    F1~F5 Select Window 0~4
    Ctrl+a, ` Select Window 0

설치법

Just Copy the .screenrc file into your home directory.
홈 디렉터리에 .screenrc 파일을 복사하면 된다.

기본적인 Screen 사용법 정리

screen 을 기본적으로 한 세션만 사용하고, 한 세션안에서 여러 window를 사용하는 것을 권장
조합키는 동시에 누르는 것이 아니다. ctrl+a를 누르면 screen command 모드가 되고, 다음 키를 눌러 실행한다.
(ex : ctrl+a를 한번 눌렀다 때고, c를 눌렀다 땐다.)

  1. screen 기본 세션 생성

    $ screen
    
  2. screen 세션에서 빠져 나오기(백그라운드 실행)

    ctrl+a, d
    
  3. 이전에 사용한 세션으로 재접속

    $ screen -r [세션번호]
    
    • 한 세션만 사용하면 세션번호를 명시하지 않아도 됨.
  4. screen 내에서 window 추가

    ctrl+a, c
    
    • create 의 약자
  5. screen 내에서 window 이동

    ctrl+a, n
    또는
    ctrl+a, p
    
    • next, previous 의 약자
  6. screen 내에서 window 삭제

    ctrl+a, k
    
    • kill 의 약자, 위 명령을 실행하면 진짜 삭제할 것인지 물어본다. y를 눌러 진짜 삭제한다.
  7. screen 목록 보기

    $ screen -list
    
  8. screen 세션 종료

    $ kill [세션번호]
    
  9. 다른 곳에서 접속중인 세션(Attached)에 접속하는 방법

    $ screen -x [세션번호]
    
    • 한 세션만 사용하면 세션번호를 명시하지 않아도 됨.
    • 두 PC에서 동시작업이 가능하다!
  10. 만약 윈도우에 들어가서 이전의 출력을 보고 싶다면?

    ctrl+a, [
    이후 방향키, Pg Up, Pg Down 으로 이동
    esc 누르면 현재 커서로 이동
    
    • screen은 마우스 휠에 영향을 받지 않으므로, 이 방법을 써야한다!

참고

reference : https://bio-info.tistory.com/42
reference : https://unix.stackexchange.com/questions/195209/how-can-i-add-the-session-name-to-my-screen-status-display
maybe helpful : https://gist.github.com/ernstki/188e1731135874d7d69a2f1b9711f9a8

Future Work

screencr_conf's People

Contributors

hungryhj avatar

Stargazers

Minju Park avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.