Site Tools


This is an old revision of the document!


Suggestions

This page is for suggestions. If you have an idea for the site, please add it to the list below.

Please fix the wiki so spammers don't overwrite it with levitra/viagra ads ;)

Yeah. I rolled it back, but it'm not sure if I rolled it back further than I had to; disabling anonymous edits and allowing us to create users ought to do the trick.

A code walkthrough would be cool.

Finish documentation

I need to finish writing out the documentation for the screen commands. <PMG>

Discussion of how to set up bash/tcsh autocompletion of attachable screen sessions

I saw a reference (http://wiki.unixpod.com/Screen) that bash would autocomplete screen sessionnames, as in

      guest@zanzibar:~$ screen -list
      There are screens on:
              2441.bar        (Detached)
              2393.foo        (Detached)
      2 Sockets in /var/run/screen/S-guest.
      guest@zanzibar:~$ screen -r b<TAB>

where hitting the TAB key at <TAB> above would complete “b” to “bar”. But it doesn't work on my system. A code snippet for the .bashrc and/or .tcshrc files would be great!


User Tools