SMF: Small Machines Forum, it's the name of the software that run this board (and Karla's)
Debian: A Linux distribution. A Linux operating system is made of many, many parts. When you put them all together, it's called a distribution. Debian is a popular one for servers.
Lexing: The act of taking tokens from source code and giving them meaning. For instance it would transform the 4 letters of "goto" in a single token that have a meaning
Parsing: The act of assembling the tokens previously lexed according to the rules of the language
Zend: The company now behind PHP
PHP: A popular quick and dirty programming language targeted toward the web, SMF is written in it.