TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Using ‘screen’ - The Absolute Essentials

4 点作者 Nurdok大约 12 年前

8 条评论

jmomo大约 12 年前
I would strongly recommend tmux over screen to anyone, if it is available on your platform.<p>Screen's development is basically dead. Tmux is under active development, and the developers are responsive and intelligent.<p>Tmux is sudo safe, where screen is not.<p>Tmux lacks screen's ability to connect to serial devices, which is used by some sysadmins and router monkeys like myself, but that's okay.<p>Tmux also sucks for tee-ing it's output to a log file, which screen does nicely, but this will probably be fixed some day.
评论 #5687949 未加载
sharathms大约 12 年前
I was using screen, but figured that emacs server+client worked just fine for me. All I do now is ssh to the machine where my emacs server is running and run 'emacsclient -c' -- emacsclient works fine in the terminal, as well as a native GUI application. The only possible downside I can think of, is the lack of persistence of the buffer positions on the display, which terminal emulators like screen and tmux provide. Not a deal breaker for me.
mooism2大约 12 年前
<p><pre><code> screen -d -R </code></pre> will reconnect to your screen session if it exists, or start a new one if it doesn't.<p>People not yet proficient with screen should learn tmux instead.
txet大约 12 年前
Best screen reference/walkthrough I've found: <a href="http://www.bangmoney.org/presentations/screen.html" rel="nofollow">http://www.bangmoney.org/presentations/screen.html</a>
pixelbeat大约 12 年前
Here's an actual quick reference for screen:<p><a href="http://www.pixelbeat.org/lkdb/screen.html" rel="nofollow">http://www.pixelbeat.org/lkdb/screen.html</a>
whatthesmack大约 12 年前
"Essentials" being "how to install screen using apt". I wish I could downvote.
jjellyy大约 12 年前
step 1 - use tmux
linbo大约 12 年前
why not tmux