Shortcut resuming screen
Whenever I SSH to my desktop machine the first thing I do— always— is resume my previous screen session. The following command runs ssh and resumes screen in one fell swoop:
ssh -t ulysses "screen -d -r"
I stick that in a script called homebase and bind a hotkey, [Windows]-h, to
gnome-terminal -e ~/scripts/homebase
in Openbox so I’m only ever one key away.







