Nerd Short Class: A Collection of Tutorials
| Tues. July 27:: 1-2pm | NWE and CLAS Systems |
| Thurs. July 29:: 1-2pm | MOO basics |
| Tues. August 3:: 1-2pm | Win, Mac, and UNIX basics |
| Thurs. August 5:: 1-2pm | the Mighty Shell |
- Tuesday, July 27:: 1-2pm
- Introduction, Using NWE and CLAS
- Systems technical stuff -- overview of some
technical details about the NWE system.
- Current system setup -- client/server -- how NWE works
- How CLAS works -- how NWE/CLAS differ
- Differences between client/server setup and workstation
- What all this means to you and your students.
- Server Images (sample 1 and sample 2 and sample 3)
- Internet stuff
- UF Network
- Cisco config - ipx, appletalk
- Systems technical stuff -- overview of some
technical details about the NWE system.
- Thursday, July 29:: 1-2pm
- MOO for Beginners
- Tuesday, August 3:: 1-2pm
- Windows, Mac, and Unix Basics
Not just annoyances but general practices. We'll also add some shell stuff if we have time.
Crossplatform
- Biggest problem for computers in general is File management -- file name lengths, funny characters, paths. Learn this.
- Linefeed translation -- Windows, MacOS, and Unix all different -- is second biggest problem.
- Moving files between operating systems
- Making backups -- archives vs backups
- Stuff to buy for your puter
Windows
- Macro and other viruses
- Display of files
- Windows desktop
- Safe mode -- start puter up if broke
- Registry -- what a pain in the butt
- Drive mapping -- in general, in the CLAS (C D H I etc)
MacOS
- Extensions -- off, management, etc
- Multiple file operations
- MacOS desktop -- two senses of it -- files and stuff
- Application support
Shell
- Starting it up
- General terms and concepts per line (command, arguments, switches)
- Working directory
- What's with the tilde?
- Managing files
- System organization
- Some commands to play with (cat, wc, date)
- Learning more: shell help
- Thursday, August 5:: 1-2pm
- More on the Mighty Shell
- The Shell: Basic Commands Review
- Calendar cal, date
- Orienting oneself pwd, cd, ls
- Who's logged in? w, who
- File Management cp, mv, rm, mkdir, rmdir
- More file commands touch, file, find
- Useful keystrokes up arrow, down arrows, history
- Tab completions
- Lots of other commands
- Control keys
- Permissions: Every file in a Unix system has
permissions assigned to it. This allows for the intense file-sharing
capability we love and enjoy.
- Viewing permissions: ls -l, what does all that junk mean?
- Changing permissions: user, group, others, all; read, write, execute
- Special permissions: sticky bit, Big S, Big T
- Ultra Nerd Extra! using number codes to change permissions
- Job Control: keeping track of what's going
on, who's doing what, and what you're doing.
- job control: bg, fg, jobs, top, &
- processes: ps, ps -fu, ps -fe
- Redirection: How to make the shell move
information around, send it to other places, and so on.
- Your friend, the pipe: |
- input from file: <
- redirect to file: >
- append to file: >>
- redirect standard error and standard output
- useful commands: sort, more, wc, grep, head, tail
- What else do you do with the shell?
- enscript
- Ultra Nerd Extra! perl
- The Shell: Basic Commands Review
-
Participants
- Clay Arnold (garnold@nwe.ufl.edu)
- Cathlena Martin (cathlena@ufl.edu)
- Jessica Espinosa (jespinos@ufl.edu)
- Melissa Mellon (m_mellon@hotmail.com)
- Zach Whalen
- Sarah Bleakney (bleakney@english.ufl.edu)
(This course is based on the Nerd Short Course taught by Bradley Dilger and Brendan Riley.)