gnu-screen
embedded linux serial terminal multiplexer
I have built a custom embedded system using debian 6.0. using /etc/inittab i have m开发者_JS百科ade several (8) processes running on different /dev/ttyX terminals, which i can switch between using Al[详细]
2023-02-19 17:14 分类:问答How can I tell whether I'm in a screen?
When using screen in linux, how can I tell if I\'m in a screen or not? I could do exit 开发者_高级运维and I\'ll exit a screen if I was in one, but if I wasn\'t, then I\'ll end up closing my terminal.[详细]
2023-02-18 19:43 分类:问答Pipe Screen to PHP (or any function for that matter)
I\'m looking for a way to pipe the output of the *nix screen command to another program. In theory I would like 开发者_开发百科to be able to do something like:[详细]
2023-02-18 09:09 分类:问答Is it bad to run a long-running process on a server in a Gnu Screen session?
I have a long running process that currently logs output to stderr, and I\'m just starting it up and leaving it running on the server within a gnu screen session on the server, which I just detach whe[详细]
2023-02-18 05:49 分类:问答Hudson-ci refuses to launch screen on OSX
I have a very i开发者_开发百科ntermittent issue (and now constant failure) launching gnu-screen on OSX from hudson. I have a shell script that does just this:[详细]
2023-02-13 03:02 分类:问答Windows equivalent for Linux "screen" or another alternative?
I\'m on the lookout 开发者_JS百科for a method to control programs in a Windows environment. I would prefer it to be a bit similar to the Linux software \"screen\".[详细]
2023-02-11 22:06 分类:问答How do I get out of 'screen' without typing 'exit'?
I screen -r\'d into a Django server that\'s running and I can\'t simply Ctrl开发者_StackOverflow社区 + C and exit out of it.[详细]
2023-02-07 09:24 分类:问答How can I write a shell script that goes into a screen and invokes something?
My IRC bot sporadically dies sometimes and I have it in a screen. The way to invoke it again is node protobot.js.[详细]
2023-02-05 16:46 分类:问答Launching a Perl script without output
I\'m making a script (Perl or shell) that 开发者_如何转开发launches a second Perl script. The script that it\'s launching has thousands of lines of output. So basically I want to make a script that la[详细]
2023-02-04 14:18 分类:问答"screen" somehow unmaps my arrow keys in emacs after a ^Z
Every time I use emacs, I can use the arrow keys just fine to move the cursor around.But when I\'m running emacs within screen, and开发者_如何学编程 I push emacs to the background (ctrl-Z) then return[详细]
2023-02-02 01:02 分类:问答