Posts

Showing posts with the label screen

Screen and Byobu , again

When your linux machine have both screen and byobu. you can do below for daemon mode(-d) with name(-S) , sorry don't know about (-m) yet. >> byobu -dmS then >> byobu -r or just byobu (if there is only one session valid, i think) when you wanna go out from screen but want it still deamon >> (in byobu session) byobu -d more tips - f7 for copy mode - ctrl - a ctrl - a for switch tab(window) - f8 for change tab's title - ctrl - a ctrl - c for create new tab(window) - ctrl - a <0-9> for changing windows

Revise linux screen (knowledge)

Linux screen is useful! :) Enter to scroll/copy mode. >> Ctrl - a - [  Begin and end copy text >> press space bar to begin copy then space bar to end copy Paste copied text >> Ctrl - a - [ ref : http://www.samsarin.com/blog/2007/03/11/gnu-screen-working-with-the-scrollback-buffer/ (thank to samsarin)

How to use SCREEN app from Red Hat Magazine

http://magazine.redhat.com/2007/09/27/a-guide-to-gnu-screen/ I think Its great stuff , so Very Thank RedHat Magazine