# a small $HOME/.screenrc for use on # live CDs (such as grml or knoppix) # Latest change: Sun Mar 18 20:00:00 CET 2007 # size: 1967 bytes! # http://www.guckes.net/Setup/screenrc.knoppix # (c) Sven Guckes mailto:screenrc(at)guckes.net # ========== # revisions: # 2007-03-08 # 2007-02-10 # 2006-12-05 # 2006-07-10 # ========== # # booleans: deflogin off hardcopy_append on startup_message off vbell off defscrollback 1000 shell bash vbell on # color at the bottom line! caption always "%{kG}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{kG}%?%+Lw%?" # hardstatus alwayslastline "%{WB} CTRL-O %{= RY}%H %{BW}%l %{Gb}%Y-%m-%d %D %c%{WB} %= www.guckes.net" # hardstatus alwayslastline "%{Gk}CTRL-O %H %l %Y-%m-%d %D %c%= www.guckes.net" hardstatus alwayslastline "%{Gk} %=%H %c %Y-%m-%d" # logins: bind A screen -t antilope ssh guckes@antilope.in-berlin.de bind S screen -t sonic ssh sonic@sonic # misc: bind G screen -t Google 0 links www.google.com bind P paste . bind V screen -t vim 1 vim -X bind Y stuff http://www.guckes.net/ # unbind some keys for safety: bind . bind ^\ bind \\ # services: # 2007-02-10, 2007-03-08: bind C screen -t FONT consolechars -f /usr/share/consolefonts/lat1-10.psf.gz # bind M screen -t MOUNT 10 sudo mkdir /usb; mount -t vfat /dev/sdb1 /usb bind N screen -t PING 39 ping antilope.in-berlin.de bind Z screen -t TIME 23 sudo ntpdate time.fu-berlin.de bind S screen -t MUSI mpg123 http://sc.slayradio.org:8200/ # contrOl with CTRL-O: escape ^oo # automatic start of programs: screen -t ANTI 0 ssh guckes@antilope.in-berlin.de screen -t TIME 23 sudo ntpdate time.fu-berlin.de screen -t PING 39 ping antilope.in-berlin.de select 0 zombie z # need this now and then: # time scp -p `find -type f` guckes@antilope.in-berlin.de:.P/pics.NEW # THPXRF EOF