From: Chris Koeritz Date: Thu, 21 Mar 2013 22:50:56 +0000 (-0400) Subject: added cool stuff to the example .screenrc file, mostly for a status line and a better X-Git-Tag: 2.140.90~1048 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=592b96665eb93556c5b686882d66db1e69a6e16e;p=feisty_meow.git added cool stuff to the example .screenrc file, mostly for a status line and a better log file name (based on process name and timestamp now). --- diff --git a/database/configuration/screen/screenrc b/database/configuration/screen/screenrc index a953b47d..bc3f9bda 100644 --- a/database/configuration/screen/screenrc +++ b/database/configuration/screen/screenrc @@ -1,5 +1,12 @@ nethack on -logfile $HOME/.tmp/zz_screenlog.%n +logfile $HOME/.tmp/zz_screenlog_%t_%Y_%m_%d_%c.%n + +defscrollback 1024 + +# Display the status line +hardstatus on +hardstatus alwayslastline +hardstatus string "%{.kW}%-w%{.bW}%t [%n]%{-}%+w %=%{..G} %H %{..Y} %Y/%m/%d %c" diff --git a/scripts/security/start_tunnels.sh b/scripts/security/start_tunnels.sh old mode 100644 new mode 100755