Time to learn about yet another cool little admin application that will change the way you think and work. screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.
Read more »Linux super-duper admin tools: screen
Category: High End Tags:
- Login to post comments
Taking Command of the Terminal with GNU Screen
GNU Screen is one of the most useful utilities you can have at your disposal if you spend any time at all working at the command line. Screen allows you to manage multiple shell sessions from one terminal window or console, view multiple shell sessions at the same time, and even log into the same session from more than one location at a time.
Read more »Category: High End Tags:
- Login to post comments
Discoveries: stumpwm and screen-profiles
"...screen has gained a purely awesome addition: screen-profiles provides something like the mode bar in emacs, configurable to add all sorts of goodies (battery monitor, wifi strength, lots of bits and pieces). My other new discovery, which rather overshadows the first, is StumpWM. If screen and emacs had a baby, and brought it up to be a window manager, that would be stumpwm..."
Read more »Category: High End Tags:
- Login to post comments
Show Unread Gmails in Gnu Screen Status Bar
Category: End User Tags:
- Login to post comments
SSH at Work: Manage Long-Running Processes with screen
"In a day of laptops and remote systems, it's often impractical to keep the same ssh session going to a specific server indefinitely. There are times when I want to reconnect from home to an ssh session that I started at work. Unfortunately, ssh doesn't support that sort of thing. But the screen utility lets you do something similar to this.
Read more »GNU Screen
"The key to being an effective administrator is understanding the software that you administer. Software administrators are nothing more than employees who are well rounded in software applications, their versions, how they are configured and installed and lastly how to troubleshoot them should something go wrong.
Read more »Emacs server + GNU screen daemon <-> Emacsclient + GNU screen
"If the server mode of Emacs is activated and files are opened through emacsclient, opening files by Emacs can be as fast as vim. But you can see it running on you desktop anyhow, a showing window or a foreground process. Can we make it a background job?
Read more »GNU screen with vertical split support
I recently recompiled screen with vertical split support on Ubuntu 8.04. This post contains copy & paste instructions so you too can have vertical split support in screen.
Read more »Category: High End Tags:
- Login to post comments
Using GNU Screen on a Remote Machine
So, what is Screen? It describes itself as: a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.
Read more »Category: End User Tags:
- Login to post comments
Headless torrent downloads with rTorrent and Screen
I have a constantly running server that would be a perfect on which to run torrent downloads. The only catch is that the server is headless -- it has no monitor or keyboard. To overcome this obstacle, I use rTorrent as my torrent client, and GNU Screen so that I can disconnect my terminal session and leave rTorrent running.
Read more »- Login to post comments
A guide to GNU Screen
The same way tabbed browsing revolutionized the web experience, GNU Screen can do the same for your experience in the command line.
Read more »Screen: Tips & Tricks
In this article I will describe a very useful program: GNU Screen. Usually this program is used by people who have a shell account on a Unix server. But it can be also helpful to people who haven’t yet started to use a terminal or even Linux/Unix at all. Screen — simply — is a program which enables users to create more system shells without the need of logging in multiple times.
Read more »Category: End User Tags:
- Login to post comments