Log output for screen

Posted by & filed under Linux.

The one thing that annoys me when I use screen is that I can’t scroll up after a long output has printed. To log outputs, add the following near the top (required!) of your screenrc file ($HOME/.screenrc): # auto-log http://www.cmdln.org/2007/07/20/automatic-session-logging-and-monitoring-with-gnu-screen-for-the-paranoid/ ## search for “STRING ESCAPES” in the manpage # logfile /tmp/screen_%Y-%m-%d-%c:%s_%n.log ## not using above… Read more »

Byobu, an enhanced screen

Posted by & filed under Linux.

I use screen on a daily basis. I recently discovered byobu, an enhanced add-on for screen that makes it even more customizable. A screencast can be found here. After reading some descriptions of byobu here and here, I re-discovered screen’s ability to split screens. I’ll probably begin to use this feature. Not sure if I’ll… Read more »

StumpWM

Posted by & filed under Linux.

Since Canonical decided to ship Ubuntu with Unity as opposed to GNOME as the default desktop in their next release, I decided to take a look at StumpWM again. Although I like keyboard driven apps like emacs, conkeror, and screen, GNOME with Tracker + deskbar-applet (similar to Mac OS X’s Spotlight) has been sufficient; I… Read more »