Split Screen with Screen in Linux - BASH

Split Screen with Screen in Linux - BASH

Kris Occhipinti

13 лет назад

86,445 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@josdea
@josdea - 31.10.2019 19:39

Helpful, thank you.

Ответить
@wadanda
@wadanda - 02.05.2018 19:56

Thanks dude.. Very useful..

Ответить
@TheFakeVIP
@TheFakeVIP - 10.04.2018 15:09

Interesting. I'm used to tmux, in which panes (split windows) are within windows (entire screens) so you can't change the session in each pane. It looks like in screen, separate shell sessions are contained within windows, allowing any, including multiple, split panes to have the same shell session.

Ответить
@lbomcarvalho
@lbomcarvalho - 22.12.2017 00:26

Congratulations for the tutorial. May I ask you how to change the number of lines when you do horizontal split ? Also how to change the number of columns in vertical split? I think if it is possible in linux ubuntu, but I could not find out, and if possible would be great ...

Ответить
@henok-micrometremicrometre2563
@henok-micrometremicrometre2563 - 01.05.2017 09:35

grat thanks just gave up on tmux

Ответить
@tonychen1083
@tonychen1083 - 26.01.2017 23:49

How to delete the spliced window when you don't need it?

Ответить
@callmesummeryumi5879
@callmesummeryumi5879 - 24.02.2016 00:15

How do you get the green border between splitted screens?

Ответить
@abaqueiro
@abaqueiro - 17.02.2016 21:49

Very useful for working with terminal an leave them persistent so we can dettach them and attach them in diferent devices.

Ответить
@SoeaOu
@SoeaOu - 10.01.2016 13:58

Screen version ~>4.01 has the ability to split vertically. You can check your version by "screen --version"

Ответить
@SoeaOu
@SoeaOu - 10.01.2016 13:55

GNU Screen does not support vertical split unless it's patched (some distros have a patched version of screen in their repositories, but it's rare.)

Ответить
@SoeaOu
@SoeaOu - 10.01.2016 13:53

man screen -> A weird imagination is most useful to gain full advantage of all the features.

Ответить
@josephorlando7601
@josephorlando7601 - 19.11.2015 05:23

Is there a way to automate this?
And if so then can you make a video on it?

Ответить
@williambryant1672
@williambryant1672 - 10.11.2015 22:52

Ctrl + Shift + S + A didnt work for me. I can't split screens. Maybe outdated because this video is 2011?

Ответить
@CrashLaker
@CrashLaker - 29.09.2014 06:38

What version of screen r you using? I could only manage to patch on versions 4.0.2 & 4.0.3. And I do make another turnaround such as commenting the lines where it tried to include sys/stropts.h. At the end I cannot get to see the vertical bar between two tabs when I split it vertically. pls help D:

Ответить
@keithbrings9053
@keithbrings9053 - 16.09.2013 00:56

try man screen it should list key bindings there.

Ответить
@MxAvA
@MxAvA - 07.08.2013 00:55

Clear voice and diction. Well done.

Ответить
@MxAvA
@MxAvA - 07.08.2013 00:52

I think the lines there are just reverse-video lines. So if your terminal window is setup for green on black text, then a reverse video line would be green with black text. So just set preferences on your terminal window according to your color tastes.

Ответить
@siipikarja
@siipikarja - 23.05.2013 16:40

Thank you very much for this video, I find it very useful. Could you please consider adding the commands you issued to the video description also. Thanks.

Ответить
@qedqubit
@qedqubit - 04.02.2013 19:16

tmux, terminal multiplexer also splits screens and has tabs, like a tabbed browser.(or Konsole) dunno about the ability to pick up a session though... i saw a friend use it, who was monitoring hundreds of processes

Ответить
@paws77777
@paws77777 - 26.09.2012 00:43

Hello metalx1000, How did you manage to configure screen in a way that you have this green line between two verticaly splitted windows? Is there some configuration in your .screenrc for this line which you can share?

Ответить
@DigitalMetal
@DigitalMetal - 06.05.2012 04:29

Just do the key combination a few time. Also, look into a program called Terminator. I should have a video up on it in a few weeks.

Ответить
@agrs700
@agrs700 - 06.05.2012 02:54

Very cool video dude. Is there any way to get more than two vertical windows?

Ответить
@Guaardado44
@Guaardado44 - 26.02.2012 02:42

Thank you, very useful video!

Ответить
@DigitalMetal
@DigitalMetal - 27.01.2012 18:29

@JoshuaStevenGrant: Not that I know of. I was using Screen the other day and it was working just fine.

Ответить
@DigitalMetal
@DigitalMetal - 26.11.2011 23:43

@starxxwarsxxrules: I don't know what to tell you. I know it works. You've given me no info on your system. What version of screen are you running? What distro are you using?

Ответить
@starxxwarsxxrules
@starxxwarsxxrules - 26.11.2011 20:21

Ctrl A and tab doesn't scwitch the curser for me

Ответить
@mattcen
@mattcen - 23.08.2011 09:05

For reference, the vertical split has not been officially been released in a GNU screen version yet, but is available in the Git development tree. Red Hat and CentOS stick with the official release, while Debian (and therefore Ubuntu) cherry-pick this patch from the Git repo.

Ответить
@viyuden
@viyuden - 03.08.2011 11:29

Arch Linux users can get screen vertical patch split for the AUR

Ответить
@viyuden
@viyuden - 01.08.2011 11:26

Bash tip: instead of typing 'clear', just do ctrl+L

Ответить
@DigitalMetal
@DigitalMetal - 01.05.2011 21:47

@brusdaar: I'm not sure. What distro are you running? May be you have an older version of Screen. That's just a guess.

Ответить
@DigitalMetal
@DigitalMetal - 21.03.2011 23:11

@JumperFrank: We all have to start somewhere.

Ответить
@Kroakie
@Kroakie - 21.03.2011 20:03

@metalx1000 thanks a lot. I'm just dying to find out... but the problem is i'm too big of a noob in scripting xD so thanks again :D

Ответить
@DigitalMetal
@DigitalMetal - 21.03.2011 05:03

@John8pie: I have 2 more Screen Videos before I get to that, but I'll give you a hint. The settings are in the file "/etc/screenrc"

Ответить
@DigitalMetal
@DigitalMetal - 21.03.2011 05:02

@67576856666478964567: Your not the first person to say that. I'll have to play with it.

Ответить
@america0014
@america0014 - 20.03.2011 23:42

Very much like "Terminator" without needing X to run. Good tip, thanks Kris!

Ответить
@DigitalMetal
@DigitalMetal - 20.03.2011 23:39

@MrDavidium: That is what I meant. I didn't mean to say "Hold Down" if I did.

Ответить
@DigitalMetal
@DigitalMetal - 20.03.2011 23:35

@MetalShreader: When I first started using Linux I was trying different Linux Distros pretty much weekly. At some point in that first year with Linux I tried BSD once. I don't remember which version of BSD it was. It was a liveCD. I never installed it. I remember booting it up and saying, "This Looks just like Linux, but it has a little Demon instead of Tux" I'll try it again someday. I love playing with new software.

Ответить
@DigitalMetal
@DigitalMetal - 20.03.2011 23:29

@JumperFrank: That's a good question. If I find away I'll let you know.

Ответить
@Kroakie
@Kroakie - 20.03.2011 23:18

Thanks so much for the video, but i was wondering... would it be possible to do this without using the short-keys? So let's say from a bash file or anything like that? thanks a lot :)

Ответить