Introduction to the Command Line and Scripting with a focus on bash
  1. Logins using putty, the free Windows telnet and SSH client. Have everyone log in, whatever way it's going to work. Mention the putty way if no one is using that.
  2. Terminals - You can do real terminals if you have them or want to user serial line networking. Mention termcap and terminfo.
  3. Shells - shells talk to the kernel with built in functions and look for external applications for you. Also have interpretive languages including loops, functions, variables and arrays. Your default shell is specified in /etc/passwd.
  4. Editors, ne, vi, emacs, gnome edit, kwrite. Demonstrate each, thump emacs manual.
  5. Basic commands and environment
  6. Simple Bash Scripts
  7. Where to go for more information.