This page includes some of the useful things that I've gathered
over the web and some of my notes. I don't own most of them, yet
here I provide a listing of what they are good for. The general
property they share is being concise and pretty basic.
(Need to organize these into technical/researchy/apps/tools/etc)
- How to password authenticate
your web site:
Describes how to use the usual .htpasswd stuff
- Brief html tutorial:
About tags, etc. It comes handy when to add sound, images, MS
based data with your webmail or posting sth. to blackboard.
- Simple awk tutorial:
Mostly I use for shell scripts for i.e. batch simulations. to
parse filenames etc
- Basic Unix description:
Useful for intro to unix..
- Smtp tutorial:
One page description of smtp
- C in 21 days:
Never tried myself
- GNU
C library
To look up functions etc
- Serial
Programming
Helped me a lot to figure how to handle serial port in Linux
- Matlab
functions
To help with Matlab
- Linux cross reference
To look at linux sources
- LKM
howto
Learn to write modules
-
|