diff options
author | bnewbold <bnewbold@robocracy.org> | 2013-06-05 14:26:34 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2013-06-05 14:26:34 -0400 |
commit | c1d56f67102c0113d35664e7d726559ac846fd7f (patch) | |
tree | c6d387577f69529794e0fd75fe2a794da2929fca | |
parent | 0dc5b74e6f3714f2c481e164ac4b94cb476587bc (diff) | |
download | knowledge-c1d56f67102c0113d35664e7d726559ac846fd7f.tar.gz knowledge-c1d56f67102c0113d35664e7d726559ac846fd7f.zip |
annoying screen thing
-rw-r--r-- | software/screen.page | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/software/screen.page b/software/screen.page new file mode 100644 index 0000000..bf82196 --- /dev/null +++ b/software/screen.page @@ -0,0 +1,13 @@ + +Re-attach uniquely +-------------------- + +If you are attached to a remote screen over SSH and the connection drops, then +you re-attach later with ``screen -x``, there will still be some pseudo-zombie +sessions attached. This is annoying because the new sessions will have their +display dimensions locked to the dimensions of the old sessions. To connect to +a screen session as the only client (disconnecting all the old half-dead +sessions), use: + + $ screen -d -r + |