Learning GNU screen
I recently started to remotely log into several servers quite often so I felt a need to maintain reliable connections to them and I considered a few choices:
As the beginner, I decided to stick to the easiest option - screen. It comes preinstalled on many server and many administrators install them alongside vim, emacs and git.
I decided to use this blog post for two purposes: to collect the most helpful links to learn screen; and to plan for deeper explorations in future (in this case, Mosh and Tmux).
Useful screen resources
- http://aperiodic.net/screen/quick_reference#window_management
- http://www.mattcutts.com/blog/a-quick-tutorial-on-screen/
- http://www.howtoforge.com/linux_screen
- http://www.rackaid.com/blog/linux-screen-tutorial-and-how-to/
- http://www.cyberciti.biz/tips/linux-screen-command-howto.html
- http://magazine.redhat.com/2007/09/27/a-guide-to-gnu-screen/
Category: unix
Comments