Java
A simple, object-oriented, distributed, interpreted, robust, secure, architecture-neutral, portable, multithreaded, dynamic, buzzword-compliant, general-purpose programming language developed by Sun Microsystems
JavaScript
Netscape's simple, cross-platform, World-Wide Web scripting language, only very vaguely related to Java. JavaScript is intimately tied to the World-Wide Web, and currently runs in only three environments - as a server-side scripting language, as an embedded language in server-parsed HTML, and as an embedded language run in browsers.
KDE Desktop Environment
a completely new desktop, incorporating a large suite of applications for Unix workstations. While KDE includes a window manager, file manager, panel, control center and many other components that one would expect to be part of a contemporary desktop environment, the true strength of this exceptional environment lies in the interoperability of its components
Kermit
A terminal program and file transfer protocol, kermit can be used to download files from a remote system to your home computer. Kermit is distinguished by it's ability to transfer files over telnet and other connections that would corrupt a binary transfer
kernel
the fundamental part of the operating system that handles resource management, process control, and Input/Output (I/O) support.
library
A collection of subroutines and functions stored in one or more files, usually in compiled form, for linking with other programs. Libraries are one of the earliest forms of organised code reuse
Multitasking
The ability to run more than one program at once
multithreading
native kernel support for multiple independent threads of control within a single process memory space
network
A system of hardware and software that connects a group of computers and allows them to transmit information back and forth to each other. Networks are usually classed as either local area networks (LAN) or wide-area networks (WAN)
open source
Term coined in March 1998 following the Mozilla release to describe software distributed in source under licenses guaranteeing anybody rights to freely use, modify, and redistribute, the code. The intent was to be able to sell the hackers' ways of doing software to industry and the mainstream by avoid the negative connotations (to suits) of the term "free software"
partition
A contiguous section of blocks on your hard disk that is treated like a completely separate disk by most operating systems
PHP("Personal Home Page Tools")
PHP is a script language and interpreter, similar to JavaScript and Microsoft's VBScript, that is freely available and used primarily on Linux Web servers. PHP is a cross-platform alternative to Microsoft's Active Server Page (ASP) technology (which runs only on Microsoft's Windows NT/2000 servers). As with ASP, the PHP script is embedded within a Web page along with its HTML. Before the page is sent to a user that has requested it, the Web server calls PHP to interpret and perform the operations called for in the PHP script. An HTML page that includes a PHP script is typically given a file name suffix of ".php" ".php3," or ".phtml". Like ASP, PHP can be thought of as "dynamic HTML pages," since content will vary based on the results of interpreting the script.
Ping
A network program which sends UDP packets to a host, and listens for responses. Used to check if a machine on the Internet is alive and reachable, and measure the Round Trip Time (RTT) between the local and remote host
source code
The form in which a computer program is written by the programmer. Source code is written in some formal programming language which can be compiled automatically into object code or machine code or executed by an interpreter
SQL
Structured Query Language is a language for manipulating data in relational databases. It has a very simple grammar and is a standard with wide industry support. SQL-based databases have become the core of the classical client/server database concept
TAR
An archiver that is used to combine many files and directories in single archive file. The name comes from 'Tape ARchive', since the utility was created to make tape backups of Unix systems
tarball
A file created with the "tar" command containing a collection of other files
TCP-IP
Transmission Control Protocol/Internet Protocol. It is the data communication protocol most often used on Linux machines
Torvalds, Linus
The creator of the Linux operating system, Linus Torvalds began this work back in 1991 as part of his University studies. Linus holds the Linux trademark and acts as coordinator of the linux development project.
Tux
The name of the popular Linux penguin mascot
I hope this answers your questions. If not feel free to send me more. I will collect them and compile another article for you.