2004-08-16
This document is designed to be a resource for those Linux users wishing to seek clarification on Linux/UNIX/POSIX related terms and jargon. At approximately 24000 definitions and two thousand pages it is one of the largest Linux related dictionaries currently available. Due to the rapid rate at which new terms are being created it has been decided that this will be an active project. We welcome input into the content of this document. At this moment in time half yearly updates are being envisaged.
Please note that if you wish to find a 'Computer Dictionary' then see the 'Computer Dictionary Project' at http://computerdictionary.tsf.org.za/
Searchable databases exist at locations such as:
http://www.swpearl.com/eng/scripts/dictionary/
(SWP) Sun Wah-PearL Linux Training and Development Centre is a centre of the Hong Kong Polytechnic University, established in 2000. Presently SWP is delivering professional grade Linux and related Open Source Software (OSS) technology training and consultant service in Hong Kong. SWP has an ambitious aim to promote the use of Linux and related Open Source Software (OSS) and Standards. The vendor independent positioning of SWP has been very well perceived by the market. Throughout the last couple of years, SWP becomes the Top Leading OSS training and service provider in Hong Kong.
http://www.geona.com/dictionary?b=
Geona, operated by Gold Vision Communications, is a new powerful search engine and internet directory, delivering quick and relevant results on almost any topic or subject you can imagine. The term "Geona" is an Italian and Hebrew name, meaning wisdom, exaltation, pride or majesty. We use our own database of spidered web sites and the Open Directory database, the same database which powers the core directory services for the Web's largest and most popular search engines and portals. Geona is spidering all domains listed in the non-adult part of the Open Directory and millions of additional sites of general interest to maintain a fulltext index of highly relevant web sites.
http://www.linuxdig.com/documents/dictionary.php
LINUXDIG.COM, "Yours News and Resource Site", LinuxDig.com was started in May 2001 as a hobby site with the original intention of getting the RFC's online and becoming an Open Source software link/download site. But since that time the site has evolved to become a RFC distribution site, linux news site and a locally written technology news site (with bad grammer :)) with focus on Linux while also containing articles about anything and everything we find interesting in the computer world. LinuxDig.Com contains about 20,000 documents and this number is growing everyday!
http://linux.about.com/library/glossary/blglossary.htm
Each month more than 20 million people visit About.com. Whether it be home repair and decorating ideas, recipes, movie trailers, or car buying tips, our Guides offer practical advice and solutions for every day life. Wherever you land on the new About.com, you'll find other content that is relevant to your interests. If you're looking for "How To" advice on planning to re-finish your deck, we'll also show you the tools you need to get the job done. If you've been to About before, we'll show you the latest updates, so you don't see the same thing twice. No matter where you are on About.com, or how you got here, you'll always find content that is relevant to your needs.
Should you wish to possess your own localised searcheable version please make use of the available "dict", http://www.dict.org/ version at the Linux Documentation Project home page, http://www.tldp.org/ The author has decided to leave it up to readers to determine how to install and run it on their specific systems.
An alternative form of the dictionary is available at:
http://elibrary.fultus.com/covers/technical/linux/guides/Linux-Dictionary/cover.html
Fultus Corporation helps writers and companies to publish, promote, market, and sell books and eBooks. Fultus combines traditional self-publishing practices with modern technology to produce paperback and hardcover print-on-demand (POD) books and electronic books (eBooks). Fultus publishes works (fiction, non-fiction, science fiction, mystery, ...) by both published and unpublished authors. We enable you to self-publish easily and cost-effectively, creating your book as a print-ready paperback or hardcover POD book or as an electronic book (eBook) in multiple eBook's formats. You retain all rights to your work. We provide distribution to bookstores worldwide. And all at a fraction of the cost of traditional publishing. We also offer corporate publishing solutions that enable businesses to produce and deliver manuals and documentation more efficiently and economically. Our use of electronic delivery and print-on-demand technologies reduces printed inventory and saves time.
Please inform the author as to whether you would like to create a database or an alternative form of the dictionary so that he can include you in this list. Also note that the author considers breaches of copyright to be extremely serious. He will pursue all claims to the fullest extent of the law.
Copyright 2003 Binh Nguyen
Trademarks are owned by their owners.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
The source code and other machine readable formats of this book can be found on the Internet at the Linux Documentation Project home page http://www.tldp.org/ The latest version of this document can be found at http://cvsview.tldp.org/index.cgi/LDP/guide/docbook/Linux-Dictionary/
Expands to the full pathname used to invoke this instance of bash. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Expands to the version number of this instance of bash. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The search path for the cd command. This is a colon-separated list of directories in which the shell looks for destination directories specified by the cd command. A sample value is ``.:~:/usr''. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
If this parameter is set when bash is executing a shell script, its value is interpreted as a filename containing commands to initialize the shell, as in .bashrc. The value of ENV is subjected to parameter expansion, command substitution, and arithmetic expansion before being interpreted as a pathname. PATH is not used to search for the resultant pathname. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A colon-separated list of suffixes to ignore when performing filename completion (see READLINE below). A filename whose suffix matches one of the entries in FIGNORE is excluded from the list of matched filenames. A sample value is ``.o:~''. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The history number, or index in the history list, of the current command. If HISTCMD is unset, it loses its special properties, even if it is subsequently reset. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
If set to a value of ignorespace, lines which begin with a space character are not entered on the history list. If set to a value of ignoredups, lines matching the last history line are not entered. A value of ignoreboth combines the two options. If unset, or if set to any other value than those above, all lines read by the parser are saved on the history list. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The name of the file in which command history is saved. (See HISTORY below.) The default value is ~/.bash_history. If unset, the command history is not saved when an interactive shell exits. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The maximum number of lines contained in the history file. When this variable is assigned a value, the history file is truncated, if necessary, to contain no more than that number of lines. The default value is 500. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The number of commands to remember in the command history (see HISTORY below). The default value is 500. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The home directory of the current user; the default argument for the cd builtin command. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Contains the name of a file in the same format as /etc/hosts that should be read when the shell needs to complete a hostname. The file may be changed interactively; the next time hostname completion is attempted bash adds the contents of the new file to the already existing database. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatically set to a string that uniquely describes the type of machine on which bash is executing. The default is system-dependent. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In UNIX, the $IFS variable separates commands. It is usually conigured to be the semicolon (;) and newline characters. However, it can be reconfigured to be other characters as well. Data-driven attacks will sometimes seek to reset the IFS variable (e.g. IFS=x), then cause execution within the data field wihtout having to insert shell metacharacters. Tidbit: On Linux, the $FF variable may also be used like $IFS. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Internal Field Separator that is used for word splitting after expansion and to split lines into words with the read builtin command. The default value is ``<space><tab><newline>''. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Controls the action of the shell on receipt of an EOF character as the sole input. If set, the value is the number of consecutive EOF characters typed as the first characters on an input line before bash exits. If the variable exists but does not have a numeric value, or has no value, the default value is 10. If it does not exist, EOF signifies the end of input to the shell. This is only in effect for interactive shells. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The filename for the readline startup file, overriding the default of ~/.inputrc (see READLINE below). From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Each time this parameter is referenced, the shell substitutes a decimal number representing the current sequential line number (starting with 1) within a script or function. When not in a script or function, the value substituted is not guaranteed to be meaningful. When in a function, the value is not the number of the source line that the command appears on (that information has been lost by the time the function is executed), but is an approximation of the number of simple commands executed in the current function. If LINENO is unset, it loses its special properties, even if it is subsequently reset. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
If this parameter is set to a filename and the MAILPATH variable is not set, bash informs the user of the arrival of mail in the specified file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Specifies how often (in seconds) bash checks for mail. The default is 60 seconds. When it is time to check for mail, the shell does so before prompting. If this variable is unset, the shell disables mail checking. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A colon-separated list of pathnames to be checked for mail. The message to be printed may be specified by separating the pathname from the message with a `?'. $_ stands for the name of the current mailfile. Example: MAILPATH='/usr/spool/mail/bfox?"You have mail":~/shell-mail?"$_ has mail!"' Bash supplies a default value for this variable, but the location of the user mail files that it uses is system dependent (e.g., /usr/spool/mail/$USER). From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
If set, and a file that bash is checking for mail has been accessed since the last time it was checked, the message ``The mail in mailfile has been read'' is printed. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The previous working directory as set by the cd command. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatically set to a string that describes the operating system on which bash is executing. The default is system-dependent. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The search path for commands. It is a colon-separated list of directories in which the shell looks for commands (see COMMAND EXECUTION below). The default path is system-dependent, and is set by the administrator who installs bash. A common value is ``/usr/gnu/bin:/usr/local/bin:/usr/ucb:/bin:/usr/bin:.''. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The shell looks for commands and programs in a list of file paths stored in the PATH environment variable. An environment variable stores information in a place where other programs and commands can access it. Environment variables store information such as the shell that you are using, your login name, and your current working directory. To see a list of all the environment variables currently defined; type 'set' at the prompt. When you type a command at the shell prompt, the shell will look for that command's program file in each directory listed in the PATH variable, in order. The first program found matching the command you typed will be run. If the command's program file is not in a directory listed in you PATH environment variable, the shell returns a "commands not found" error. By default, the shell does not look in your current working directory or your home directory for commands This is really a security mechanism so that you don't execute programs by accident. What if a malicious user put a harmful program called ls in your home directory? If you typed ls and the shell looked for the fake program in your home directory before the real program in the /bin directory, what do you think woul dhappen? If you thought bad things, you are on the right track. Since your PATH doesn't have the current directory as one of its search locations, programs in your current directory must be called with an absolute path of a relative path specified as './program-name'. To see what directories are part of your PATH enter this command: # echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11 From Complete-Idiot's Guide to Linux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
If set, the value is executed as a command prior to issuing each primary prompt. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The value of this parameter is expanded (see PROMPTING below) and used as the primary prompt string. The default value is ``bash\$ ''. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The value of this parameter is expanded and used as the secondary prompt string. The default is ``> ''. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The value of this parameter is used as the prompt for the select command (see SHELL GRAMMAR above). From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The value of this parameter is expanded and the value is printed before each command bash displays during an execution trace. The first character of PS4 is replicated multiple times, as necessary, to indicate multiple levels of indirection. The default is ``+ ''. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The current working directory as set by the cd command. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Each time this parameter is referenced, a random integer is generated. The sequence of random numbers may be initialized by assigning a value to RANDOM. If RANDOM is unset, it loses its special properties, even if it is subsequently reset. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Each time this parameter is referenced, the number of seconds since shell invocation is returned. If a value is assigned to SECONDS. the value returned upon subsequent references is the number of seconds since the assignment plus the value assigned. If SECONDS is unset, it loses its special properties, even if it is subsequently reset. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Incremented by one each time an instance of bash is started. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
and higher A method of numbering picture files for a roll of film that has been scanned for computer presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Used by OS/2 to keep track of archived files From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
native format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (GEOWorks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Used to number old (backup) versions of files (for example, CONFIG.SYS when changed by an installation program); also used to number From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database index files used by (Superbase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup file (Iomega Backup) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup data file (Iomega Backup) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus 123 97 file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Smartmaster file (Lotus 1-2-3 '97) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Documenting wizard list (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Two-dimensional drawing file (VersaCAD) (http://www.versacad.com/vcadhome.htm) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
and 3GR VGA Graphics driver/configuration files (Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A file for use in an 80386 or higher microprocessor From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Three-dimensional drawing file (VersaCAD) (http://www.versacad.com/vcadhome.htm) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D NURBS modeler, (Rhino) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A file in 3D Studio (for DOS) format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Used by digital cameras) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled code (Informix 4GL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code (Informix 4GL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music file (Quartet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music mod file (Composer 669)(Unis Composer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tracker module (Composer 669) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source file (Assembly) (Similar to Microsoft Assembler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screen files used in the installation and instruction on use of such applications as Microsoft Codeview for C From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Archive. lib*.a is a static library. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Library file (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object code library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware 3.x library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware MacIntosh file (unpackaged) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware Windows file (unpackaged) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware 4.x library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware MacIntosh file (unpackaged) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware file (packaged without runtime) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware Windows file (unpackaged) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware 5.x library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware Windows file (unpackaged) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audible audio file (commonly used for downloadable audio books) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware shocked file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorware shocked packet From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applix Builder file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adobe Binary Screen Font From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup file (PrintMaster Gold) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Draw AutoBackup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio album file (HitPlayer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applix Builder Turbo file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG Audio Sound file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sometimes used to denote an abstract (as in an abstract or summary of a scientific paper) AutoBackup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Standard GNU compiler output file for a PC platform From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HTTP animation file (Microsoft Agent) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project Manager Workbench file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ACBM Graphic image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DR-DOS Viewmax file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Character definiton file (Microsoft Agent) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ACE Archiver Compression <http://searchStorage.techtarget.com/sDefinition/0,,sid5_gci211828,00.html> file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HTTP character file (Microsoft Agent) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ACI development appraisal (ACIWEB) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Draw 6 keyboard accelerator file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dynamic Link Library (DLL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interplay compressed sound file (Fallout 1,2, Baulder's Gate) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows system directory file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Office Assistant Preview file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American College of Radiology file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Character structered storage file (Microsoft Agent) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Action Presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Documenting wizard action diagram (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FoxPro Foxdoc Action Diagram From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Office Assistant Actor file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Used to Compress and decompress audio data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
After Dark screensaver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://search390.techtarget.com/sDefinition/0,,sid10_gci211523,00.html> Ada source text file (non-GNAT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ada source text body file (GNAT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HP 100LX Organizer Appointment database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Scanstudio 16 color Bitmap Graphic file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
OS/2 adapter driver file used in the boot process From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Amiga <http://WhatIs.techtarget.com/definition/0,,sid9_gci211557,00.html> disk file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AutoCAD device-independent binary plotter file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
QEMM Mca adaptor description library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
After Dark MultiModule screensaver (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows NT <http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci213368,00.html> policy template From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus 1-2-3 Add-In file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Astound Dynamite file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dynamic Page file (AOLserver) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FaxWorks Faxmodem setup file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
After Dark Randomizer screensaver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Smart Address address book From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ada source text specification file (GNAT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AdTech Fax file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HP NewWave datafile for card applications From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Archetype Designer Document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dynazip Active Delivery script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus Approach dBase Index From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Packed ADF file (Extracts with WinZip) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Author/Editor file (SoftQuad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ArcExplorer project file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ABC FlowCharter 2.0 Flowchart From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ABC Flowchart From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Sound file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Truevision Bitmap graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adobe metrics From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HP NewWave Cardfile application From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applix graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adobe Illustrator drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Trace drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio Interchange File, a sound format used by Silicon Graphics and Macintosh applications From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Similar to AIF (compressed) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://WhatIs.techtarget.com/definition/0,,sid9_gci213472,00.html> Similar to AIF From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AOL Instant Messenger Launch file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AIN Compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
APL transfer file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ACDSee Image Sequence From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Velvet Studio Instruments file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Xerox Arry of Intensity Samples Graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HP NewWave Cardfile Application data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Contains all A-keywords in the RoboHELP Help Project Index Designer not associated with topics From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
European Telephony audio From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JASC Image Commander album From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (SAP proprietary format) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alias Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
X Window System font alias catalog. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arts & Letters Library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows General printer information file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alias Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect Library Menu From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applix SHELF Macro From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DSMIA/Asylum module music (Crusader,No Remorse,Aladdin) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music file (Advanced Module Format) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ACTOR System image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AMGC Compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Annotation file (Cocreate SolidDesigner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Extreme's Tracker module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Velvet Studio music module (MOD) file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Sterling Software) (Groundworks COOL Business Team Model) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Canon Computer Pattern Maker file that is a selectable list of From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Windows Animated cursor From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DeluxPaint Animation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows 3.x Help annotation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ANSI <http://searchCIO.techtarget.com/sDefinition/0,,sid19_gci213776,00.html> Text file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SimAnt for Windows saved game From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Nokia 9000 Add-on software From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applicatio binary object template file (ZenWorks snAPPshot) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applix Presents file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WHAP Compressed Amiga archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled application file (Centura Team Developer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus 1-2-3 Printer driver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dynamic application library file (Centura Team Developer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus 1-2-3 Printer driver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus 1-2-3 Printer driver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project file (Allaire) (Created by Homesite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Program Interface; used by Adobe Acrobat <http://searchCIO.techtarget.com/sDefinition/0,,sid19_gci211517,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus 1-2-3 Printer driver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
APL Workspace file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application library file (Centura Team Developer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase Application Generator Object From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DR-DOS Executable Application From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FoxPro Generated Application From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Generated application or active document (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Normal mode application file (Centura Team Developer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symphony Add-in Application From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ArcView project file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Employee Appraiser Performance Review file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus Approach 97 View file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced patching systems with error checking, (Similar to IPS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Visual C++ file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus Approach Data view file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text mode application file (Centura Team Developer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland C++ Appexpert database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus Approach Paradox-Specific information file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applix data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
LH ARC (old version) compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SQUASH Compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Response file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ARI Compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Aristotle audio file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Robert Jung ARJ compressed archive (ARJ) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ARC File Archiver CPM/Port archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AOL v4.0 organizer file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atari Cubase Arrangement From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AOL Image file compressed using the Johson-Grace compression algorithm From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Canon Crayola art From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Clip Art From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
First Publisher Raster graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ray Tracer file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Xara Studio drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ARX Compressed Archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applix Spreadsheet From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Visual InterDev <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213682,00.html> file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASCII <http://WhatIs.techtarget.com/definition/0,,sid9_gci211600,00.html> text file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PGP <http://searchSecurity.techtarget.com/sDefinition/0,,sid14_gci214292,00.html> armored encrypted <encrypti.htm> file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Astound Presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus 1-2-3 Screen driver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Advanced Streaming Format (ASF) description file; opens From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WinWord AutoSave file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Velvet Studio Sample file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus 1-2-3 Screen font From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Advanced Streaming Format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music file (Electronic Arts) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
StratGraphics Datafile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TASM 3.0 Assembly language header From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland C++/Turbo C Assembler Include file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Assembler <http://search390.techtarget.com/sDefinition/0,,sid10_gci211604,00.html> Language source file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pro/E assembly file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Astound Dynamite Object From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci213787,00.html> Active Server Page (an HTML file containing a Microsoft server-processed script) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Astound Presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Procomm Plus setup and connection script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Astound multimedia file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Claris Works "assistant" file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DataCAD Autosave file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cheyenne Backup script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Advanced Streaming Redirector file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Aldus Persuasion 2.0 Auto Template From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adobe Type Manager data/info file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AT&T Group 4 bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AnyTime Deluxe for Windows personal information manager file from From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio format (original Sun Microsystems generic sound file). From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio U-law (pronounced mu-law) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sun/NeXT/DEC/UNIX sound file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio file (Westwood Studios) (Kyrandia 3,C&C,RedAlert,C&C:TS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ChiWriter Auxilliary Dictionary file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TeX/LaTeX Auxilliary Reference file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Avagio Publication From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Inculan Anti-Virus virus infected file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Audio Video Interleaved file for Windows movie From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video format. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio Visual Research file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Visualization System file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Stardent AVS-X Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File Extension (ArcView) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applix Words file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HP AdvanceWrite Text file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FaxView Document image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
awk program source file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AWK Script/Program From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Animation Works Movie From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Telsis file for digitally stored audio From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
StatGraphics Data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ArcIMS XML project file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASCII application object template (ZenWorks snAPPshot) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ARJ compressed file from a multi-volume archive (xx = a number from 01 to 99) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applause Batch list From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
1st Reader Mono binary screen image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atari/Macintosh black and white graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
1st Reader Mono and color binary screen image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ABC Ventura publisher printer font From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Helix Nuts and Bolts file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw graphic file (Piclab Plane II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Oracle bad file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ballade Music score From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase Application Generator Horizontal menu object From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BASIC <http://searchVB.techtarget.com/sDefinition/0,,sid8_gci213805,00.html> source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Batch file <http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci211642,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Papyrus Database backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TeX/BibTeX Bibliographic reference file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Deluxe Paint Bitmap image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bulletin Board Sytem text From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Batch Process Object (dBase Application Generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datalex Entry Point 90 Data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Works Communications file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitstream Outline font description file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland C++ Makefile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland C++ 4.5 Environment settings file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Works Dababase file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Egret Datafile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
West Point Bridge Designer file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Publisher Border From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitstream Outline font description From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bradford 2 Font From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows 95 Briefcase Document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font Metrics file (Unix/Mainframe) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax document file (BitFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Backgammon Game file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
OS/2 Graphic array From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland Graphics Interface Driver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Flight Simulator Scenery file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
pcAnywhere Host file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary <http://WhatIs.techtarget.com/definition/0,,sid9_gci211661,00.html> file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bibliography file (ASCII) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
bibtex LATEX bibliography source file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TeX/BibTeX Literature Database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GroupWise initialization file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image Capture Board Binary Image black & white graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
XLITE 3D file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary <http://WhatIs.techtarget.com/definition/0,,sid9_gci211661,00.html> file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
OS/2 Bios file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
X11 Bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JetFax Faxbook file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Document backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Timed backup file for document window 1 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Timed backup file for document window 2 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Timed backup file for document window 3 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Timed backup file for document window 4 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Timed backup file for document window 5 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Timed backup file for document window 6 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Timed backup file for document window 7 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Timed backup file for document window 8 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Timed backup file for document window 9 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TurboVidion Dialog Designer Backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
IBM BookManager Read bookshelf file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Works Spreadsheet Backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FontEdit Fontset mirror image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource archive (DreamWorks),(Neverhood) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BASIC Bloadable picture file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alias Wavefront Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Temporary file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows system Bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apogee BioMenace data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Gallery file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows Help bookmark From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Bitmap file image format. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows or OS/2 bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Instrument bank file (AdLib) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Instrument Bank file (AdLib) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound effects bank file (Electronic Arts) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive library file (Microsoft Booasm.arc) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bill of materials file (Orcad Schematic Capture) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Booasm.arc Compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adobe FrameMaker Book From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus Notes file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Business Plan Toolkit Chart From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland Delphi 4 packed library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Works Document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CorelDraw Bitmap fills file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Truevision Targa Bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BrioQuery file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bridge Script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Eagle Layout file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Brooktrout Fax-Mail file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application file associated with financial institution(s) loan applications From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A file for browsing an index of multimedia options From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DbBRZ file for very large Db backup or restore From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apogee Blake Stone data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BSARC Compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple II Compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fortran Pwbrmake Object From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MS Developer Studio (MSDev) browser information From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Quake map file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Bookshelf Find Menu shell extension From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Batch <http://search390.techtarget.com/sDefinition/0,,sid10_gci211641,00.html> file used by Norton Utilities From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file (Btrieve 5.1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup disk for Quicken From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bugs and Problems file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CakeWalk Audio Bundle (a MIDI <http://WhatIs.techtarget.com/definition/0,,sid9_gci212572,00.html> program) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Buttons! Button definition From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Movie data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Overflow file below insert point in document 1 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Overflow file below insert point in document 2 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Overflow file below insert point in document 3 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Overflow file below insert point in document 4 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Overflow file below insert point in document 5 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Overflow file below insert point in document 6 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wordperfect for Windows Overflow file below insert point in document 7 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Overflow file below insert point in document 8 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Overflow file below insert point in document 9 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SGI Black and White image file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Silicon Graphics Raw red,green and blue bytes file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Baler Spreadsheet application From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Kermit Beware buglist From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Business Wave file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BYU Movie From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bzip compressed file (Inix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File compressed with the bzip compression algorithm/program. These files are mostly redundant now. The vast majority of files are compressed using the superior bzip2 program. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bzip compressed file (Unix) (replaces Bz) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File compressed with the bzip2 compression program. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atari/Macintosh black and white graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C program source code. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Site configuration for Secure Remote (CheckPoint VPN) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sphinx C-- Source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ventura Publisher Print file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Typhoon wave From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Innovation (C86) Source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Telnet Server Initial cache data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft cabinet file (program files compressed for software distribution) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase IV Executable file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Softdesk Drafix Cad file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Catalog file (Microsoft Clip Gallery v. 2.x,3.x,4.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Calendar schedule data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CALS Compressed Bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SuperCalc 4/5 Spreadsheet From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Casio camera file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Navigator Fax From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed music file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Telix Session Capture file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ventura Publisher Caption From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AtHome assistant file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Comma-delimited ASCII file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase Catalogue file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Quicken IntelliCharge categorization file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft clean boot <http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci211696,00.html> file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CubiCalc Fuzzy Logic System file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Column binary file (used in IBM mainframe systems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cobol Source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
XLib Compiled Bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Generic Computer based training file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C++ Source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual dBASE custom class file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C++ program source code. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
cc:mail archive file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Basic Animated Button configuration file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Curtain Call Native bitmap graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Calendar Creator Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multimedia Viewer configuration file used in OS/2 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symphony Communications Configuration file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Chart From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Intalk Communication Command Language From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus CC:Mail "box" file (for example, INBOX.CCM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CyberChat data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
XBTX Graphics From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macromedia Director Shockwave cast file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CD Audio Track From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CardScan Database (CardScan) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Clipboard file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Conceptual model backup file (PowerDesigner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TCU Turbo C Utilities Main database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci213841,00.html> Microsoft Channel Definition Format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Netcdf Graphic file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Disk filing system (WindRiver) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Phillips Compact Disk Interactive file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atari Calamus Document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Conceptual data model file (PowerDesigner Data Architect) (Sybase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Conceptual model file (PowerDesigner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual dBASE custom data module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Draw Vector drawing file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw Audio-CD data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Draw template From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CorelDraw Data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Draw compressed drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft's Visual Foxpro <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213705,00.html> index From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The FarSide Computer Calendar Main CE file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tempra Show Bitmap graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AutoDesk Animator Cel Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CIMFast Event Language file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Certificate file (MIME x-x509-ca-cert) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Imake Configurtion file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file or script. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Comptons Multimedia file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CorelFLOW Chart From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ColdFusion <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci211812,00.html> template From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel FontMaster file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Creative FM-Music From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual dBASE Windows customer form From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atari Calamus Font data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TCU Turbo C Utilities C form object From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Complete Fax Portable fax file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ventura Publisher Display font file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213846,00.html> Common gateway interface script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Executable script that produces web page output. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Graphic Metafile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Clipper 5 Header From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
OS/2 configuration file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Harvard Graphics 3.0 Chart From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Charisma 4.0 Presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FontChameleon Font descriptor From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
pcAnywhere remote control file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ChiWriter Document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File fragments saved by Windows Disk Defragmenter or ScanDisk From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Temporary file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration History Log From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled HTML file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ethnograph Data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ventura Publisher Chapter file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Character Sets (Font file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ChartMaster dBase Interface file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ChartViewer file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Harvard Graphics Vector <http://WhatIs.techtarget.com/definition/0,,sid9_gci528553,00.html> file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CalTech Intermediate Graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Easy CD Creator image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
pcAnywhere caller file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Clip Gallery download package file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sim City 2000 file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
OS/2 change control file that tracks changes to an INI file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TCU Turbo C Utilities Database Index From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
iD/Apogee Commander Keen 1 data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
iD/Apogee Commander Keen 2 data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
iD/Apogee Commander Keen 3 data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
iD/Apogee Commander Keen 4 data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
iD/Apogee Commander Keen 5 data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
iD/Apogee Commander Keen 6 data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland C++ Keyboard mapping file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Generic LISP Source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Layout file (Adaptec Easy CD Creator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Java class From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Disk Catalog database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cricket Software Clicker File From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cloe Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Clipper 5 Compiler Script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Quattro Pro Clip art From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows Clipboard From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
1st Reader Binary color screen image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PhotStyler Color defintion From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C++ Class Definition From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Basic Class Module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Craftman Data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file in plain text format (APPLIX TM1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
1st Reader External Command Menu From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command file for Windows NT (similar to a DOS .BAT file), OS/2 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase-II program file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DOS CP/M command file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Metafile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chessmaster saved game From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Card Shop Plus file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CEnvi Batch file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Address document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CorelDRAW 4.0 Postscript Printer Header From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JPEG <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212425,00.html> Bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Word for DOS User dictionary From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Route 66 Address Document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MediaPlayer Movie From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Move animation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Presentation Exchange image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw cyan, magenta, yellow, and black bytes file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CNC General Program data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file used by Telnet, Windows, and other applications with varying internal formats From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows application menu options and setup file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compuworks Design Shop file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows (or other) system content files for the help index and other purposes From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Conversion files (WS_FTP Pro) files that will be converted from (Example) "HTML-"HTM" for upload From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Word for Windows Data conversion support file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect for Windows Temporary file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COBOL Source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
trueSpace 2 object From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase Application Generator Template source file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FORTRAN Compiled code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft C compiler output as displayable machine language/assembler with original C as comments From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video Text file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AutoDesk Animator Color Palette From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Multiplan Spreadsheet From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command file (program) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
attempts to compile the source files of a Help system From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Simdir Configuration file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CP8 256 Gray Scale image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Complaints Desk Script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel PrintOffice file (drawing) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax Cover document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax Cover document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Complete Fax (Fax file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (Corel Print House) see CPO From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ColorLab Processed Image bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft MS-DOS code page information From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CeQuadrant CD Project From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compel Presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Control Panel Module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel color palette From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (Corel Print Office) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C++ Source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CA-Cricket Presents presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Presents presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central Point PC Tools Backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Coloured postscript From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CA-Cricket Presents Template From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Photo-Paint image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase Encrypted Memo From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macintosh Compressed Archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Presentation Exchange compressed drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Copy Books) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COMPOZ Music Text From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Check file (Win-SFV32) (Fantasia Software) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Circular reference file (Pro/Engineer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Windows 3.x Cardfile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Zortech C++ cross-reference From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (Microsoft Golf) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Presents run-time presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase IV Encrypted database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual dBASE custom report From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect 5.1 for Windows File Conversion resource From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Certificate file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Crontab file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Oracle Terminal settings information From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CRUSH Compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Comma deliminated text From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Statistica/w Graph file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C shell script files (Hamilton Labs) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
csh shell script. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland C++ 4.5 Precompiled header From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Script file (Kodak Dc265 Camera) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Customer service data and outcome file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PC Emcee On-Screen image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci211749,00.html> Cascading Style Sheet (MIME) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Statistica/w Datasheet From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Stats+ Datafile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macromedia Director "Cast" (resource) file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Comma-separated values file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CompuShow Adjusted EGA/VGA Palette From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A graphic file associated with the Paint Shop Pro Graphic Editor From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Scitex CT bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PC Installer Control From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symphony Character code translation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase IV Control From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Used in general for files containing control information. FAXWorks uses it to keep information about each fax sent and received. From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Online Course Text From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pretty Good Privacy (PGP) Ciphertext file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Basic User control binary file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Cue Cards data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cursor library file (IconForge) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows Cursor From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sun Microsystems Cursor From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dr Halo Bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Versions archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft CodeView information screen From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Canvas drawing file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Claris Works data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Claris Works template From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macromedia Director protected (not editable) "Cast" (resource) file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C++ source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
2D/3D object file (3-D Fassade Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Commodore 64 emulator disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows Registry Backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data access page (Microsoft Access 2000) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A data file extension used to designate an error message in a From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Extension used for some MPEG <http://WhatIs.techtarget.com/definition/0,,sid9_gci212601,00.html> files From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect Merge Data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borderland's Paradox 7 table database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft's Visual FoxPro <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213705,00.html> database container file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A dBASE file, a format originated by Ashton-Tate, but understood by Act!, Clipper,FoxPro, Arago, Wordtech, xBase, and similar database or database-related products. From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Enable database (can be opened with Excel 97) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Oracle 8.1.x tablespace file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase Database Backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Schematic backup file (Orcad Schematic Capture) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled program file (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Paradox Memo From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dBase Text Memo From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Memo field file (Flexfile 2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Windows 9.x Database file (DataBoss) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DataBeam image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft's Visual FoxPro <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213705,00.html> Table file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CAD file (DesignCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CAD file (DesignCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DataCAD Drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document Content Architecture Text file (IBM DisplayWrite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Basic Active designer cache From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Dyadic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Disk Image file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digital Imaging and Communications in Medicine (image and data) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DCM module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data CodePage (OS/2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shockwave file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap Graphics (Quark XPress) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (ACT! Activity file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Desktop Color Separation file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database Dictionary file (Clarion Database Developer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database SpellCheck Dictionary (Harvard Graphics 3.0-Symphony) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft's Visual FoxPro <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213705,00.html> database container file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Delphi compiled unit From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap Graphics file (Multipage PCX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax image (based on PCX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft's Visual FoxPro <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci213705,00.html> database container file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed Archive (Macintosh DISKDOUBLER) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap Graphics file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Btrieve or Xtrieve Data Definition File, which contains metadata <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci212555,00.html> describing a Btrieve or Xtrieve file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image File (DISKDUPE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digital Equipment or Compaq file. Used for storing images and their From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Device Driver Profile (OS/2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Debian package for the Debian distribution. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Debug Script (DOS Debug) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Assembly Header file (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C++ definition file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Define Module file (3-D Fassade Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SmartWare II data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Oracle 7 de-install script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A file with USGS standards for Digital Elevation Models (Vista Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Demo file (Descent) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (Vista Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Basic Setup Wizard Dependency file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Certificate file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Device Driver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macintosh SoundCap/SoundEdit recorded instrument file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Encrypted zip file (DES Encryption) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data Flow Diagram Graphic (Prosa) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Outline Font description (Digifont) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Default Program Settings (Signature) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data Flow Diagram model (Prosa) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound File (Delight) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printing Form value (Microsoft Word) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microstation95 CAD drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Diagnostics Report From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dependency Information file (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphic file (Dr. Halo II-III PIC Format) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Gauss) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Diagraph Graphics file (Computer Support Corporation) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Device-independent bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dictionary file (Lotus Notes, Domino) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dictionary file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digital imaging and communications in medicine file (DICOM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data Interchange Format spreadsheet From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data Interchange Output file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file (VisiCalc) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Output from Data Interchange Format) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Output of the diff program indicating the difference between files or source trees. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digilink file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound Designer I audio From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dialing Directory (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Directory (VAX) (DEC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macromedia Director file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Movie (MacroMind Director 4.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
X Window System font/other database directory. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Distribution file (VAX Mail) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ray Tracer file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Thesaurus file (CorelDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Description file (Description in ZIP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (Ray Traced DKBTrace) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C++ Dialogue Script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci213902,00.html> Dynamic-link library file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Export/Import Filter (CorelDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Downloadable sound From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interactive music architecture (IMA)(Microsoft),(Blood2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Setup file (Norton DiskLock) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual dBASE data module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Packed Amiga disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
X-Trakker music module (MOD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Demo file (Derive) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dump file (Screen or Memory) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed Archive (Amiga DISKMASHER) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Basic User document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DisplayWrite document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document format (Interleaf) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FrameMaker or FrameBuilder document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Word document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordPerfect document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordStar document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screen Saver file (Laughing Dog Screen Saver) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dependency Information file (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
External Command file (1st Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Network Driver file (PKT_DIS.dos) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (DOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Line-Type definition (CorelDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Word Document Template (Microsoft Word for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (MultiMate 4.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
User document binary form (Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Description out of Zip (VENDINFO) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Calendar file (Daily Planner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (DataPhile) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland Delphi 3 packed library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project header (Borland C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Publication file (Publish-It!) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Directory file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Acorn's object-based vector image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Design rules check report file (Orcad Schematic Capture) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Display Resource file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Device Driver (Required to make a device function) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Driver <http://searchStorage.techtarget.com/sDefinition/0,,sid5_gci212002,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus Freelance Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pro/E drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Vector graphics (Micrografx) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Micrografx Designer Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Vector Graphics (Micrografx) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Discard file (Oracle) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file (DataShaper) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Micrografx Designer v7.x file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DooM saved game From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Driver file (Novell Netware) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project Desktop file (Borland C++/Turbo Pascal) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digital Sound Module (DSI) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dynamic Studio music module (MOD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module file (DSIK) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Design (Object System Designer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ODBC Data source From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Schematic file (Orcad Schematic Capture) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Display parameters (Signature) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics Display driver (Dr. Halo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Developer Studio project From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel QUERY From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Driver Resource (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Basic Active designer file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digital Sound file (Digital Soup)) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screensaver file (DCC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Distribution file (PC-RDist, by Pyzzo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Embroidery machines graphic file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Desktop settings (Borland C++ 4.5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Developer Studio workspace file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Basic Active designer binary file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Turbo C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
World Bank's STARS data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci213918,00.html> SGML Document Type Definition (DTD <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci213918,00.html>) file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digital terrain elevation data (geographic data format) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file (PFS-Questions & Answers) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symantec Q&A relational database From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Module file (DigiTrakker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Desktop layout file (SecurDesk!/SecurDesk! LV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template file (Pressworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text Document (Timeworks Publisher 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file fork (Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Dial-up Networking Export file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Duplicate Backup From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digital video (MIME) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file associated with camcorders (DV Studio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary file (TeX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Device Independent Document (TeX) (LaTeX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Device-independent file. Formatted output of .tex LATEX file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Desqview Program information (DESQview) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Device parameter file (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Drawing file (DesignCAD for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed Archive (DWC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DiamondWare digitized file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Drawing Web file (Microsoft WHIP autoCAD reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Vector graphic (Autodesk) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AutoCAD Drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AutoCAD drawing, or older Generic CAD drawing file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (DeScribe) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Workspace file (Dyadic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digital Electric Corporation (DEC) Data exchange file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data Exchange File From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Drawing Interchange (eXchange) format,a text representation of the binary DWG format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Drawing Interchange Format (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax document (Fujitsu dexNet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macromedia Director protected (not editable) movie file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Coverage export file (ArcInfo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Exchange file (Arc/Info) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Error Checking Object file (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
EDMICS image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
EDMICS image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq ASR disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ROOTS3 Geneological data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Element Definition document (FrameMaker+SGML documents) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq EPS disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq KT disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq SQ1/SQ2/KS32 disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq SQ80 disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Default settings (VAX Edt editor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq VFX-SD disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Button Bar for Equation editor (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq ASR file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq EPS file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq KT file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq SQ1/SQ2/KS32 file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq SQ80 file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
High Resolution Screen Font (ChiWriter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq VFX-SD file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax document (Efax Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax Document (Everex EFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
EGA Display font (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lisp program source. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lisp Source code (eMacs) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
eMac Lisp Source code (byte-compiled) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Theme-Pack file for (Microsoft FrontPage) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Event List Text file (Prosa) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Embedded bank File (Everest) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ABT Extended MoDule From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Enhanced Windows Metafile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Outlook Express mail message (MIME RFC 822) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Enhanced Menu System Configuration file (PC Tools) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Terminal Emulation Data file (BITCOM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Encoded file (UUENCODEd File, Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music file (Encore) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arrow-Head Definition Table (CorelDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Neutral Format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chart Graphics file (EnerGraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dictionary Engine file (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Enveloper Macro (WOPR) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Environment file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Publication file (Express Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Enhanced Perl-parsed HTML From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (Express Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Encapsulated Postscript image file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Encapsulated Postscript Vector graphics (Adobe Illustrator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer font (Epson, Xerox, Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adobe Level II Encapsulated Postscript From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Encapsulated PostScript From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adobe Encapsulated Postscript Interchange From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Equation file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ERWin file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Entity Relationship Diagram graphic file (Prosa) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Entity Relationship Diagram Model file (Prosa) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compilation error file (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Stores the error messages that result when the RoboHELP Help From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ERWin file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Extended Shell Batch file (DOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Distributable support library file (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ESPS audio file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (Ethnograph 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Structure Enhanced text (SetText) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq ESP family compacted disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Event Log (Microsoft Windows NT, 2000) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (WordPerfect for Windows Envoy) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text Document (Express Publisher for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Encarta document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Device Driver file (Harvard Graphics 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Exclude file for Optimize (do not process, QEMM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Word Exclusion Dictionary file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source Code file (Rexx VM/CMS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Executable <http://WhatIs.techtarget.com/definition/0,,sid9_gci212086,00.html> file (program) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Saved chat (ICQ) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASCII binary transfer file (WS_FTP PRO) (IPSWITCH Software) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Second extended file system (Linux) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Third extended file system (Linux) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed file (Edify.zip) (Edify Electronic Workforce Backup Utility) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed file archive (FREEZE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FORTRAN file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax document (Perfect Fax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos screen text font (height= 6 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos screen text font (height= 7 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos screen text font (height= 8 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos screen text font (height= 9 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos screen text font (height= 10 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos screen text font (height= 11 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos screen text font (height= 12 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos screen text font (height= 13 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos screen text font (height= 14 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos screen text font (height= 15 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dos screen text font (height= 16 pixels) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Linear music module (Farandole) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Blocked music module (Farandole) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code file (FORTRAN 77) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FORTRAN file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax document (Frecom FAX96) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Face graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Frequently Asked Questions document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module (MOD) (Farandole Composer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic module file (3-D Fassade Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Navigation bar (Microsoft Outlook) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchNetworking.techtarget.com/sDefinition/0,,sid7_gci212098,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Type image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup (Navison Financials) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spell Check dictionary file (Harvard Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Virtual CD-ROM file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary file patch (Forward Compression) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Declaration file (FORTRAN) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Field offsets for compiler (DataFlex) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database (Navison Financials) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Forms Document (Adobe Acrobat) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document form (F3 Design and Mapping) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Button Bar for Figure Editor (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CADRE Finite Element Mesh From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Outline Font description (AGFA CompuGraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MS find fast file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax document (defFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GUS PnP bank file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (PrintMaster Gold) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MS fast find file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MS fast find file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Final Form Text (part of IBM's DCA) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MS fast find file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Aldus Freehand 3 drawing (Vector graphic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Aldus Freehand 4 drawing (Vector graphic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File Interface (FORTRAN) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fractal <http://WhatIs.techtarget.com/definition/0,,sid9_gci212149,00.html> Image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
REND386/AVRIL file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File List Object (dBase Application Generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File template (Application Generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Overlay (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Print formatted text (Perfect Writer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File index table (Microsoft Windows NT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphic (FITS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CCD camera image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Flexible Image Transport System file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Patch file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Movie (Macromedia Flash) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Format library (Papyrus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FLIC animation (AutoDesk) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Field define module file (3-D Fassade Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File folder (Charisma) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Delived form (Corel Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Driver (OS/2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
License (Navison Financials) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FLIC animation (AutoDesk) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font library (EmTeX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Distributable dynamic link library (DLL) (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Film Roll (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FlowCharter file (MicroGrafx) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Filelist document (Farrukh Imposition Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Filter (Corel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Filter (Micrografx Picture Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics filter (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics filter support file (Asymetrix ToolBook) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module (MOD) (StarTrekker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Open Flight file (MulitGen) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled binary file (DataFlex) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FrameMaker Document (Adobe) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (FileMaker Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (Lotus 1-2-3, version 2.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Device driver (Harvard Graphics, version 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (Lotus 1-2-3, version 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary source code for form, (Oracle, v4.x and later) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File Manager button bar (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font or Icon (IBM LinkWay) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MakeFile (FORTRAN PowerStation) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mirror list (Oracle) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled format (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (FileMaker Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Csreen format file (Microsoft Visual FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Print file (Microsoft Schedule+) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Style sheet (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text format for form file (Oracle, v4.x and later) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Executable form, (Oracle,v4.x and later) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font (Harvard Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Saved Search (Find applet) (Microsoft Explorer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font group (Font Navigator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Module (FunkTracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Inactive font (Exact) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font (Borland Turbo C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font (Borland Turbo C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fontographer font From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Saved message folder (1st Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Call log (Procomm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dialing directory (Telix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
System font (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Form (WindowBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FORTRAN source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
On UNIX, a user can place an e-mail address in his ".forward" file. This will cause all e-mail sent to his account to be forwarded to that e-mail address. This file a is prime target of attackers. If they can overwrite this file, they can subtly start capturing the user's e-mail. This is especially dangerous if the the account in question is the root account. Note that the user doesn't have to know any about this file or have one on his system. The mere creation of this file by the intruder will activate this feature. Furthermore, since this file starts with a 'dot', it is normally hidden from the user, so they won't even be ware that this feature exists. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font-related file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Installed TrueType font (Microsoft Windows Font Installer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FileMaker Pro file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
"Flying Pigs" screensaver datafile (Microsoft Windows 9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FileMaker Pro v.3 & 4 document file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (FileMaker Pro v.5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Catalog file (FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FileMaker Pro file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Memo fields (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Floorplan drawing (FloorPlan Plus for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap (FlashPix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Renamed dBaseIII+ form (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font (FontMonger) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Uncompiled report (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Zip (compressed ) file (Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (FrameMaker or FrameBuilder) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Executable file (Oracle,v3.0 and earlier) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Form (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Form (Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Merge form (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symbol Report (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled report (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Form (PerForm PRO Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screen Font Resource (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Report menu (FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Form stash file (Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Report (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
fPrint Audit Tool From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Form (Paradox for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Paradox 7 form (Borderland) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Saved form (Corel Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sample file (Farandoyle) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Linkable program (dBFast) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data (Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Full text index (Lotus Notes) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Index file (Roots3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Client access data specification file (AS/400) (Client to Server) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Help system full-text search group file (Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font (MicroGrafx) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File transfer protocol (Internet Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Help system full-text search index (Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (Family Tree Maker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database (Framework II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database (Framework II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database (Framework III) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database (Framework IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file backup for file splitting configuration (FileWrangler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file for file splitting configuration (FileWrangler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
On-Line guide (FastLynx) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Phonebook (FAXit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled source code (FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax Transmit graphic (WinFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bank dump file (Casio FZ-1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Full dump file (Casio FZ-1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Voice dump file (Casio FZ-1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data chart (APPLAUSE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
G3 fax format image file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw CCITT G.721 //$bit ADPCM data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw CCITT G.723 3 or 5bit ADPCM data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw Graphics (one byte per pixel) Plane III (PicLab) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Album (Corel Multimedia Manager) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax document (GammaFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Emulator ROM image file (Nintendo GameBoy) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Color emulator ROM image file (Nintendo GameBoy) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Global definitions (VAXTPU Editor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lisp source code (Golden Common Lisp 1.1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lisp source code (Golden Common Lisp 1.1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Generic (TM) CADD drawing (later versions) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image processing file (Ground Control Point) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file (InterBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dictionary file (GEOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bells, whistles, and sound boards module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Genealogical data (GEDCOM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphic Environment Document (drawing) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics editor file (EnerGraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics editor native format (Arts & Letters) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Metafile (GEM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Vector graphics (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled template (dBase Application Generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Generated text (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Geode (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Unfinished-Download (GetRight) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed gif image (GIFBLAST) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Patton&Patton Flowcharting 4 flowchart From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics Link presentation (Genigraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font (NeoPaint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Genigraphics Graphics Link presentation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chart (Graph-in-the-Box) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci212189,00.html> Windows 95 global index (containing help status) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci213984,00.html> Bitmap (CompuServe) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GIF image file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics Link presentation (Genigraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Presentation (Graph-in-the-Box for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics Link presentation (Genigraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ensoniq EPS family disk image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GripKey document (Gravis) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Animation file (GRASP graphical System for Presentation) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Glim) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Across) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Glossary (Microsoft Word) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CGM Graphics (APPLAUSE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tile map (Geomorph) (SPX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphical monitor record (Schlafhorst Automation) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics Link presentation (Genigraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Genealogy document file (Genopro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Generated executable code (Micro Focus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics Link presentation (Genigraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Goc sorce code (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Goc header (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Geode parameter file (Geoworks Glue) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graph (Lotus 1-2-3/G) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program package (Omnigo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graph paper application file (GraphPap) (Generates graph paper) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screen driver (Microsoft Windows 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (SigmaPlot) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graph (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shell Monitor (MS-DOS v5.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image processing grid (CHIPS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graph (Charisma Graph Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Grapher (Golden Software) graph From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pictures group (PixBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program Manager Group (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw graphic (GREY) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Presentation (GraphShow) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Vector graphic (Professional Draw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio stream Raw 'byte aligned (GSM 6.10 audio stream) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio stream Raw GSM (6.10 audio stream) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GSM w. header/QuickLink file (US Robotics voice modems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GSM w.o. header/VoiceGuide/RapidComm file (US Robotics voice modems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sketch pad file (GeoMeter Sketch Pad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Zip file (Gnuzip) (Allows for output to html) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Worksheet (GraphShow) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module (Graoumftracker) (new) (MOD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module (Graoumftracker) (old) (MOD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data (PopMail) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Greetings WorkShop file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics Link presentation (Genigraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics Link presentation (Genigraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics library (Genus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed file (Unix gzip) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File compressed with the gzip compression program. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C/C++ program header file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program header (C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
On-line Help (Flambeaux Help!) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Header file (C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Header file (Sphinx C--) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (HA) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Driver file (Novell Netware) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Vector graphics saved file (Amiga) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (HA) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Accounting data file (Humanic Software) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Handbook (MathCad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (IBM HCM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound Tools file (HCOM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Production configuration file (IBM HCD/HCM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Help file (Help development kit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
National Center for Supercomputing Applications (NCSA) Geospatial Hierarchical Data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alternate download listing (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database header (Pc-File+) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Egret) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Message header text (1st Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Message header text (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Vector graphics (Harvard Draw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Help index (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Help index (Zortech C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (HighEdit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Hellbender saved game (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macintosh BinHex <http://WhatIs.techtarget.com/definition/0,,sid9_gci211663,00.html> 2.0 file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HP font info (GEM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Drawing file (HP Graphics Language) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Header file (C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Help system map (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Precompiled header (Power C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Help information for remote users (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio file (HitPlayer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Help library (VAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Help file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows Help file (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Human machine interfaces MIDI music file (Descent) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alternate mail read option menu (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Human machine interfaces MIDI music file (Descent) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program files (CNC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lucas Arts Dark Forces WAD <http://WhatIs.techtarget.com/definition/0,,sid9_gci213332,00.html> file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Main data package file (Descent3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mission file (Descent 1-2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (HotSend) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ascii text Roman8 character set (NewWave Write) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font language file (Hewlett-Packard) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HP LaserJet font (Adobe Pagemaker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Partial download file (HotLine) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HPGL Plotter vector graphics (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HPGL Plotter vector graphics (Harvard Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font information (GEM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Help Project file (Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (HPACK) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alternative menu for privileged users (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Emm text (HP NewWave) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Header file (Zortech C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program header (C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BinHex (Macintosh 4.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Rastor graphic (Hitachi) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alternate menu for limited users (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Monochrome image (Postering) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FM synthesized music file (Used by many old games, e.g.:FINTRIS, ROL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphic (Handmade Software, Inc.) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
History file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
History file (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HyperTerminal file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A HTML file that has been used to by viruses to update the system registry From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Web page (a file containing Hypertext Markup Language - HTML - markup) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Hypertext Markup Language. A web page of some sort. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212286,00.html> A Web page (a file containing Hypertext Markup Language - HTML - markup) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Hypertext template (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template (Extended HTML) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Presentation (Hollywood) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Korean word processor document format (HanGul) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alternate protocal selection menu (ProComm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HAM extension (Descent2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Header file (C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Hyphenation algorythm (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Hyphenation algorythm (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Hyphenation dictionary (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D Image binary file (Hymarc Scandata Scanner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (HYPER) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Intermediate file (Borland C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SWIG source, or C preprocessor output. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Sterling Software) (Groundworks COOL Business Team Model) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap (IBM Image Acess eXecutive) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (ARCHDOS, IBM Internal only) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap graphic (Image Object Content Architecture) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Citrix file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Targa bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Catalog file (IronClad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer file (Kodak) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Drawing file (IronClad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Icon Library (Generic industry standard) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image Color Matching profile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Icon source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Icon (Microsoft Windows 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Scene file (IronClad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Disk identification file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Intermediate file (Microsoft Developer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MIDI <http://WhatIs.techtarget.com/definition/0,,sid9_gci212572,00.html> Instrument Definition From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project file (Borland C++ v4.5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MIDI Instrument Definition (Windows 95 required file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Identification file (Netscape saved address book) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data Query (Internet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Vector graphic (IntelliDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Index file (Microsoft Clip Gallery v. 1.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Index file (Pro/Engineer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Outlook Express file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Relational database index (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Relational database index (Symantec Q&A) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Form (JetForm Design) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image (Sun TAAC/SDSC Image Tool) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interchange file, (general purpose data storage format)) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digital Video Disk (DVD) datafile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphic object layer data (ImageForge Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Script file (KnowledgeMan) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed fractal image (Yuvpak) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Create executable library (ImageForge/ImageForge Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
System file (OS/2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Initial Graphics Exchange Specification (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Metafile (Inset Systems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interchange file (QuickBooks for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Scream Tracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap (graphic image) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program outline (Microsoft ILink incremental linker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raster graphic (Sun Microsystems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image (WinImage) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Vector graphic (EGO,Chart) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MIDI music file (Corridor 7, Blake Stone, Wolfenstein 3D, Spear of Destiny) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap graphic (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image (GEM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (Lotus Improv) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image presentation (ImageQ) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Create executable library data (IconForge) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
configure input file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Installation file (HP NewWave) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Input device driver (Harvard Graphics v3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Test script (Vermont High Test) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
internet email message (Microsoft Exchange Server v 5.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Include file (Assembler language or Active Server) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Index (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shared Database file (Specifically in Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Software MultiModule screensaver From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Information file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Install script (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Type I LaserJet font information file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Info pages read with the info command. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bank setup file (Gravis UltraSound) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Initialization file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Setup file (MWave DSP synth's mwsynth.ini GM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pantone reference fills file (CorelDRAW) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Inline function file (Microsoft Visual C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code for form, (Oracle,version 3.0 and earlier) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
INRS-Telecommunications audio From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Install script (InstallShield) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Installation script (1st Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Instrument file (Ensoniq EPS Family) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Instrument music file (Adlib) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sample (Cell/II MAC/PC instruments) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sign-up file (X-Internet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interfaced units (Borland) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Intermediate executable code (Produced when a source program is syntax-checked) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Index file (Foxbase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (CPIO) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D graphics database (TDDD format) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Organizational chart (Instant ORGcharting!) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Findit document (Microsoft Findit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File description (4dos descript.ion) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pantone Spot reference pallette (CorelDRAW) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
International patching system binary patch file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Internet inquiry (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spell checker dictionary (RapidFile) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (ISH) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchCIO.techtarget.com/sDefinition/0,,sid19_gci214046,00.html> Lists the files on a CD-ROM; based on the ISO 9660 CD-ROM file system standard From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ISO (International Standards Organization table, aka: ISO) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sign-up file(X-Internet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Instrument file (Digitaltracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Uninstall script (InstallShield) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module (MOD) (Impulse Tracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Settings file (intalk) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interface file (JPI Pascal TopSpeed) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Instrument file (Impulse Tracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Internet document set (possibly a Microsoft file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sample file (Impulse Tracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Open Inventor file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microdata dimension or variable-level file (Beyond 20/20) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
User subset profile (Beyond 20/20) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Table or aggregate data (Beyond 20/20) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microdata directory (Beyond 20/20) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Presentation flowchart (IconAuthor-HSC Interactive) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screensaver (Idlewild) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (IBM Writing Assistant) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Install Watch document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Start file (IconAuthor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Wang) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary token file (IZT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ricoh camera file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Java ARchive (a compressed file for applets and related files) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphic (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code (Java) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (SigmaScan) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image browser file (Paint Shop Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project file (Project Scheduler 4.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JPEG <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212425,00.html> image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JPEG <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212425,00.html> image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JPEG <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212425,00.html> image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Discovery chart-to-statistics (SAS JMP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Jill of the Jungle data (Epic MegaGames) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Workbook file (Sigma Plot 5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Vector graphics file created by conversion of a IMG file (QuestVision) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Journal (Microsoft SQL Server) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Journal backup (VAX Edt editor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphic (Japan PIC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JPEG <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212425,00.html> image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212425,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
compressed bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JPEG bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JPEG image file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JavaScript source code From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Jet Suite document (eFAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A HTML page containing a reference to a Java servlet From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap graphic (JPEG Tagged Interchange Format) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax document (Hayes JT Fax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JPEG bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Java ToolKit file (Sun Microsystems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text document (JustWrite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Library (JustWrite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (Jazz) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sample file (Kurzweil 2500) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MIDI file (text+MIDI) (Karaoke) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Keyboard script (Borland C++ 4.5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program source code (Knowledge Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Keyboard mapping script (Procomm Plus, LocoScript, Signature) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Keyboard mapping script (Reflection 4.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lisp source code (Kyoto Common Lisp) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image (Kodak Photo-Enhancer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro (KEDIT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Forecast Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Icon toolbar (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Keyboard Macro From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Security file (Such as a software registration number) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image (KoFax Group 4) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digital postcard (Kodak) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Contains all K-keywords in the RoboHELP Help project Index Designer not associated with topics From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
KeyMaP (Korg Trinity) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Toolpad (SmartPad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap graphic (IBM KIPS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Native Camera file (Konica) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sample (multi-floppy) file (Kurzweil 2000) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sample file (Kurzweil 2000) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sample File (Korg Trinity) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Keyboard mapping (FTP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Game data (Kye) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Linker directive file (WATCOM wlink) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code (Lex) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code (Lisp) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (NCSS-SOLO) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Label file (Visual dBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mailing labels (Microsoft Excel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Loadable module (LAN DLL) (NetWare) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Clipart file (Printmaster Gold) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Word Chart layout (APPLAUSE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Label generator data (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Label (Clipper 5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Label (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Label (dBFast) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap (DeluxePaint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Linear Bitmap graphics (XLib) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled label (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (LU) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Display driver (Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Labels (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Labels (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Linker control file (Norton Guides compiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Used in a program (unknown) that monitors a network's response time From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lockfile (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (FTP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lection document (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data History file (ACT!) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (Lucid 3-D) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Long distance area codes file (Telix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Overlay file (dBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lock file (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Library definition file (Geoworks Glue) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Structured text file used for sharing information between E-Mail clients (Microsoft, Netscape and others) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Library (Corel Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Legacy document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
System game profiles (same as REG file) (Logitec Entertainment) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Level file (NetHack 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dictionary file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data resource file (LucasArts Dark Forces) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
LaserForms Plus file (Evergreen) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Laser printer font (ChiWriter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Loft file (3-D Studios) (DOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Logo procedure definition (LSRHS Logo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application log file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application log file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Header and footer logo (SuperFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Logo file (PaintBrush) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Startup logo (Microsoft Windows 3.x-9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alternate file suffix for LZH From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed Archive (LHA/LHARC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed Amiga archive (LHWARP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Library file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Logical Interchange data (Hewlett-Packard) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (LIMIT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interactive music sequencing data file (Electronic Arts) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Line type file (DataCad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Listing (VAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Output file produced by a Structured Query Reporting (SQR) program From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Logos library system file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
LaserJet file. Suitable input to a HP LaserJet printer. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Hewlett-Packard LaseJet II printer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file (OpenSight-16 bit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Linked object (Microsoft Outlook Express Junkmail file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (LapLink III) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Exchange agent (Laplink) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Revelation) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Linker response file (RTLink) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shortcut file (Microsoft Windows 9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Load file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Log file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Log file of a system service. This file grows with status messages of some system program. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed file (FileWrangler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A document reader used for downloading mortgage closing information (DesertDocs) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer driver (TEKO) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Helix Nuts and Bolts file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Information file for laser printers (common with some scanning sofware) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video phone file (Intel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Linker response file (Microsoft C/C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Language resource file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Logos library system file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Saved library (Corel Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Script library (Lotus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
LINUX Software Map entry. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AutoLISP, CommonLISP, and other LISP language files From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (Legato) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Keyboard macro (1st Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
List file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spool file (Oracle) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Form (Lotus Forms) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Library unit file (ThoughtWing) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Miner Descent/D2 Level extension (Parallax Software) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text document (LotusWorks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wavelet graphics file (Luratech) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Layered Object file (Lightwave) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object file (Lightwave) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wordpro 96/97 file (Lotus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Scene file (Lightwave) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Linguistically enhanced sound file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Layer file (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
LyX word processor document. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Difference file for binaries (Ldiff 1.20) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (LH ARC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (LARC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Skyroads) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed Amiga archive (LHWARP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro module (Brief) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program file (Matlab) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Standard package (Mathematica) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (MASS11) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG-related file (MIME type 'mpeg') From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
source code file (Modula 3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D animation (Corel Motion) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG URL (MIME audio file) (MP3 Playlist) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
M4 Preprocessor file (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro (Harvard Graphics 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image (MacPaint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Module (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Form (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A graphics format found in some Japanese files From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MAG graphics format created by Woody Lynn (MPS Magro Paint System) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (Magic Mail Monitor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mail (VAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Makefile (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project (Visual Basic or Microsoft C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command module (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Man page. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Manual page output (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Color pallette (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Format data (Micrografx Picture Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Linker map file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Map file (Atlas MapMaker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Map file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Map file used for color choices (Pro/Engineer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Network map (AccView) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WAD <http://WhatIs.techtarget.com/definition/0,,sid9_gci213332,00.html> game file (Duke Nukem 3D) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Query (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Assembly program (VAX Macro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Report (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (Lotus Freelance Smartmaster) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary file (Matlab) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Table (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sample format (Maud) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D scene (Kinetix 3D Studio Max) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (Paperport) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Layout file (OrCad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code (MAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A format use by Division's dVS/dVISE From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Maze data file (Hover) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Memo field values for database (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Apogee Monster Bash) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multiple index archive (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mailbox file (Berkeley Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Extension Microsoft Outlook adds to saved email, Eudora mailboxes From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Calling card (Dialer10) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (MathCad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (MathCad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font file (MathCad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Magic control file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command script (Media Control Interface) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application script (Capsule) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer driver (MathCad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project file (Metrowerks CodeWarrior) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Keyboard macro file (DataCad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (Microsoft Word for Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text document (MacWrite II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (MDCD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Add-in file (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Workgroup (Microsoft Access version 2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MDE file (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Model (3D Design Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Model file (Quake) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Model file element (Rational Rose) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module (MOD) (Digital Trakker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (CA-Compete!) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Modem definition (Telix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Blank database template (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Add-in file (Data) (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data table (Microsoft ILink incremental linker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Workgroup (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multiple index file (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wizard template (Microsoft Access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASCII text document (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro editor bottom overflow library (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro editor delete save file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module (MOD) (OctaMed Music Editor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro editor macro (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Memory variable save file (Clipper) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Memory variable save file (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Memory variable save file (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro editor print queue file (WordPerfect for Windows Library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Format for interchanging spreadsheet/database data; recognized by Filemaker, Excel, and others From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro editor resident area (WordPerfect for Windows Library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro editor workspace file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Message file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (OmniPage Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro editor top overflow file (WordPerfect for Windows Library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Presentation Manager metafile From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Menu group (DOS Shell) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Executable command (Matlab) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro editor expound file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Meta-Font font program source file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Metafont text file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Manufacturing file (Pro/ENGINEER) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A file in a Materials and Geometry Format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font file (MicroGrafx) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MHTML document (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MHTML document (MIME) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MHTML document (MIME) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Cocreate ME10) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Miscellaneous file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image Composer file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MIDI <http://WhatIs.techtarget.com/definition/0,,sid9_gci212572,00.html> music From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interchange format (Adobe FramMaker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Machine Independent File (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (MicroStat-II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212575,00.html> A multipart file in the Multi-Purpose Internet Mail Extensions (MIME <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212576,00.html>) format; often created as the result of sending e-mail with attachments in AOL. The files in a multipart MIM file can be "opened" (unarchived and separated into individual files) using Winzip or a similar program. From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212576,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object file (Power C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Package file (Command & Conquer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Picture file (Microsoft PhotoDraw 2000) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Picture file (Microsoft Picture-It!) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource archive (Westwood Studios) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio file similar to MP3 (Mjuice) (Opens with WinAmp) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Makefile (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Makefile (Microsoft Windows SDK) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphic Image (MagView 5.0) (Japanese) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (TACT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project file (Milestones 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro library (Symphony) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A file in 3D Studio's Material-Library format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Muliple link interface driver file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Groupwise email file (Novell Groupwise) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (MultiMate Advantage II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Catalog file (Microsoft Clip Gallery 5.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<mim.htm> A multipart file in the Multi-Purpose Internet Mail Extensions (MIME <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci212576,00.html>) format; often created as the result of sending e-mail with attachments in AOL. The files in a multipart MME file can be "opened" (unarchived and separated into individual files) using Winzip or a similar program. From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mail file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mail message file (Microsoft Mail) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Meal Master Format, a recipe catologing format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Beyond 20/20 table or aggregate data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bulk mail file (Created by MyMailList) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multimedia movie (MacroMind Director 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multimedia movie (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Memo Writer file (RapidFile) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MindManager file (MindMapor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Output video (Bravado) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mission file (Descent2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mission file (Descent3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Menu source (AutoCAD Menu Compiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MNI Mandelbrot for Windows From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Map (DeLorme Map'n'Go) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multi-image Network Graphics From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Menu file (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced macro (HP NewWave) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interact menu (Intertal Systems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Menu (AutoCAD Menu Compiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Menu (Norton Commander) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Menu file (Visual dBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled menu (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Menu (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Account book (Microsoft Money) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Device definition (PEN for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Amiga/PC tracker module From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FastTracker, StarTrekker, Noise Tracker (etc.) music module file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Kernel module (Microsoft Windows 9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Modula-2 source code file (Clarion Modula-2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (Microsoft Multiplan) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Monitor description (ReadMail) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Movie (AutoCAD/AutoFlix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Movie (QuickTime for Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Zipped (Compressed) mod file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG Audio Layer 2 file (MIME video file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG Audio Layer 2 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG Audio Layer 3 (AC3) file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG Audio Layer 3 (AC3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG-related file (MIME type 'mpeg') From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Calendar file (Microsoft Project) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file (Microsoft Project) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG animation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://WhatIs.techtarget.com/definition/0,,sid9_gci212601,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
animation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG animation From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mathplan Macro library (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Drawing file (CAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project file (Microsoft Project) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Menus (compiled) (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap graphics (Multipage TIFF) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
View file (Microsoft Project) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled menu program (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Exchange file (Microsoft Project) used for exporting data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multiple resolution bitmap graphics (Microsoft C/C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MRI Scan From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro resource file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Archive (Magic Shadow) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common console document (Microsoft Windows 2000) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Makefile (Microsoft C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Diagnostics report file (Microsoft MSD) (Diagnostics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Scene Description Language (Manchester) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mail message (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Installer package (Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mission File (Descent) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Network document (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Paint bitmap (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows Installer patch file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Manuscript text file (Jove) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Manuscript text file (MINCE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Manuscript text file (Perfect Writer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Manuscript text file (Scribble) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Minispecification file (Prosa) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Setup script (Microsoft SDK) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows Installer transform From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Microsoft Word) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed CP/M archive (MSX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Math file (Derive) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module (MOD) (Multitracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Minitab) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Twain device driver (32 bit)(UMax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Menu (Quattro Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Online game called Ultima online From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interactive music audio data file (Electronic Arts) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music (MusicTime) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio (Mus10) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Server-side script file (Miva) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video accelerator file (Matrox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multimedia Viewer file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (Sony Digital Mavica) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interplay video file (Descent2, Fallout2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Stop frame file (AutoCAD-AutoFlix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Movie command file (AutoCAD-AutoFlix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Log file (Saber LAN) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Animation (ProMotion) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Smartmaster file (Lotus WordPro 97) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Map file (ArcInfo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Microsoft C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Presentation file (Make Your Point) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Hard Drive Boot sector backup (MazeGold) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Nanoscope files (Raw Grayscale) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Metafile (NAP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video file (EnerGraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Nota Bene) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Instructions for numerical control machine (CAMS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Developer Studio file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CNC (Computer Numeric Control) file (CamView 3D) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Change directory (Norton) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command File (Netware) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Internal clipboard (Lotus Notes) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Network database (Intellicom) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D low-polygon modeler (Nendo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file (1ACT! for Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Index file (Cindex) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Index file (dBase II-III-IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raster graphics (Atari Neochrome) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Emulator ROMS for game console (Nintendo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Netlist output file (Orcad Schematic Capture) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Network configuration file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Network Common Data Form From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
New info From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Emulator file used for game consoles (NES) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Neutral File Format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Info file database text From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Infobase file (Folio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template file (Netobject Fusion) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Online documentation database (Norton Guide) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Icon Library file (EasyIcons-compatible) (Norton) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio (NIST Sphere) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data (Oracle 7) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Loadable Module (Netware) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
National Language Support file used for localization <http://searchCIO.techtarget.com/sDefinition/0,,sid19_gci212496,00.html> (for example, by Uniscape <http://www.uniscape.com/index.shtml>) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
E-Mail Trigger file (Norton LiveUpdate) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Form (FormWorx 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File (Netobject Fusion) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project schedule (Nokia Planner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project schedule (Visual Planner 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source for interpreter (dBase Application Generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (NICOLET) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (Nero) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database (Lotus Notes version 2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database (Lotus Notes version 3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database (Lotus Notes version 4) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database (Lotus Notes) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (NetObject Fusion) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module (MOD) (Noise Tracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Startup files (Microsoft Windows NT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database template (Lotus Notes) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Executable ASCII text file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Executable ASCII text file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tutorial (Norton) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Index file (CA-Clipper) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Message for new users (1st call) (Procomm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Song file (Noteworthy Composer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
News message (MIME RFC822) (Microsoft Outlook Express) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound file (NeXT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object file (Atari) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object file (GCC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object file (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Outfile (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Word processor document (Fujitsu OAS)(Japanese) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax (NetFax Manager) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object cut/paste file (IBM LinkWay) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binder (Microsoft Office) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binder template (Microsoft Office) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object browser data file (Borland C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Script (ObjectScript) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual interface (ObjectScript) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binder Wizard (Microsoft Office) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object craft file (Object Craft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Transcribed fax-to-text file (FAXGrabber) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Type library source (Visual C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mailbox file (Microsoft Outlook Express) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Form definition (ObjectView) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object File (3D Mesh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FileNew file (Microsoft Office) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template (Microsoft Outlook) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Feldeinteilung module file (3-D Fassade Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module (MOD) (Oktalyzer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object Library (OLE) (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object library (VAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci214126,00.html> Object Linking and Embedding (OLE) custom control (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci214126,00.html> OLE object From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Olivetti) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Voice file (Typhoon) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object Oriented Graphics Library From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Swap file (Shroom) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project file (Orcad Schematic Capture) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Organiser Programming Language source file (Psion/Symbian) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Active options (Exact) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Output executable file (OPL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Developer Studio file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Optimize support file (QEMM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Organization chart (Org Plus for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Extension DLL (OPL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Inactive options (Exact) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Calendar file (Lotus Organizer 2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lotus Organizer 97 file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (Oracle 7) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Parameter file (Oracle) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Script (Oracle 7) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Calendar file (Lotus Organizer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Search file (Microsoft Office) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Offline file (Microsoft Exchange/Outlook) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Outline font description (Z-Soft Type Foundry) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template file (PrintMaster Gold) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template file (Super NoteTab) (Fookes) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Olivetti Olitext Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Output file (Microsoft C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file (Revelation-DOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Overlay file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Overlay file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (ObjectVision) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Overlay file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Overlay file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application parameter file (ReaGeniX code generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Picture file (APPLAUSE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code (Pascal) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Plot 10 drawing (Tektronics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
16 Channel Music file (ProTracker 16) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Patch file (Patch 22) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project Planner file (Primavera) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (PageMaker 6.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digital ID file (MIME) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Worktable (PageAhead) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Personal Address Book (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image (Stad) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Package file (Sound Blaster Studio II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Keypad definition (Telemate) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (PAK) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WAD <http://WhatIs.techtarget.com/definition/0,,sid9_gci213332,00.html> file (Quake) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A compressed file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Color palette (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer specific file (CorelDRAW) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Password encrypted zip file (Hewlett-Packard) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Parameter file (Fractint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Parts application (Digitalk PARTS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Permanent output file (Microsoft Windows 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code file (Borland Pascal) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
exePatch utility used for Warcraft2 (WarHack) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Hatch pattern file (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Patch file (Advanced Gravis Ultrasound/Forte Technologies) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pattern file (CorelDRAW) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
colors From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax (FAXability Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Phone book (WinFax Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Setup file (PixBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (First Publisher for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code file (Powerbasic BASIC) (Genus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dynamic library, an alternative to a native <http://searchVB.techtarget.com/sDefinition/0,,sid8_gci212624,00.html> DLL <http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci213902,00.html> (PowerBuilder) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Phone book (FaxNOW!-Faxit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Turtle Beach Pinnacle Bank File From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Include file (PowerBasic) (Genus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Profiler binary input file (Microsoft Source Profiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Phonebook From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Library file used in a development environment (PowerBuilder) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PowerBasic library (Genus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PBM image file format. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Planar bitmap graphic (XLib) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Portable bitmap graphic From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Profiler binary output (Microsoft Source Profiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource file (PowerBuilder) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Profiler binary table (Microsoft Source Profiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (IBM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Custom palette (Harvard Graphics 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ascii text IBM8 character set (NewWave Write) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application data file (Microsoft Powerpoint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cutout picture vector graphics (PC Paintbrush) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image (Kodak Photo-CD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
P-Code compiled test scripts as in Microsoft Test and Microsoft Visual Test From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Maps Eudora mailbox names to DOS filenames From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PCF image file--intermediate representation for fonts. X Window System font. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Profiler command file (Microsoft Source Profiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Patch file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Precompiled header file (Microsoft C/C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PCI Miniport file (Microsoft Windows System file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multimedia authoring tool graphics (IBM Linkaway-Live) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pickfile (Turbo Pascal) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://WhatIs.techtarget.com/definition/0,,sid9_gci214283,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PCM file (OKI MSM6376 Sythesizer Chip) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Live Update Pro file (Symantec) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Animation (PICS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Picture storage file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PICT drawing (Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (PC Write) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PC Paintbrush bitmap (ZSoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PCX image file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap graphics From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (TACT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file (3Com PalmPilot) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Physical model backup file (PowerDesigner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphic image that can be opened with Paint Shop Pro and Adobe PhotoDeluxe From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchMobileComputing.techtarget.com/sDefinition/0,,sid40_gci214288,00.html> Portable Document file (Adobe Acrobat) (displayable with a Web browser) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Definition File From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Formatted document similar to PostScript or dvi. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (ED-SCAN 24bit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer Definition File (Netware) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project description language file (Borland C/C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Physical model file (PowerDesigner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Print Shop Deluxe file (Broderbund) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Flowcharting PDQ Lite file (Patton&Patton) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Hardware assembly source code file (Pldasm) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Photographic image file (origin not yet identified) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file (ProCite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer driver (Paintbrush) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (Professional Draw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database index file (ProCite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image archive file (QuickViewer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image archive file (Ulead PhotoImpact) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image archive file (Ulead PhotoImpact v.4.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program Editor bottom overflow file (WordPerfect for Windows Library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program Editor delete save file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program Editor macro (WordPerfect for Windows library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program Editor print queue file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program Editor resident area file (WordPerfect for Windows Library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program Editor work space file (WordPerfect for Windows Library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program Editor top overflow file (WordPerfect for Windows Library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Encrypted file (Alladin Systems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Type 3 font (ASCII) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Type 1 font (binary) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
X Window System font file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Personal filing cabinet file (AOL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PF Component file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (First Choice) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Paraform file for 3D modeling (Scandata) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Programmable function keys (XTreePro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer Font Metrics (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database text file (PFS:Write) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer font (ChiWriter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Page cut/paste file (IBM LinkWay) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer graphics file device driver (PGRAPH Library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Plotter drawing (Hewlett-Packard) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Portable Graymap (bitmap) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program file (Signature) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Portable game notation file (ChessMaster and others) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PGP encrypted file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Manual page (man4dos) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Optimized .goh file (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Perl header file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Phrase-table (Microsoft C/C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Temporary file generated by Microsoft Help Compiler From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Phone list (QmodemPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Phone list (UltraFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Phone database (Metz Phone for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchEnterpriseLinux.techtarget.com/sDefinition/0,,sid39_gci334246,00.html> HTML page that includes a PHP <http://searchEnterpriseLinux.techtarget.com/sDefinition/0,,sid39_gci334246,00.html> script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PHP program source code (used for web page design). From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HTML page that includes a PHP <http://searchEnterpriseLinux.techtarget.com/sDefinition/0,,sid39_gci334246,00.html> script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Phrases (LocoScript) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HTML page that includes a PHP <http://searchEnterpriseLinux.techtarget.com/sDefinition/0,,sid39_gci334246,00.html> script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
perl <http://searchEnterpriseLinux.techtarget.com/sDefinition/0,,sid39_gci214291,00.html>-parsed HTML From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Low resolution picture file (Dages Elite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Medium resolution picture file (Dages Elite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
High resolution picture file (Dages Elite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D Image file (SoftImage) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap (PC Paint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PICT drawing (Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Picture file (Lotus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pixar picture file (SDSC Image Tool) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PICT image file (Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PIF drawing (IBM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program Information File From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Vector graphics GDF file (IBM Mainframe) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WAD file (Lucas Arts Dark Forces <http://WhatIs.techtarget.com/definition/0,,sid9_gci213332,00.html>) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Epic Pinball) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Epic Pinball) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alias image file (SDSC Image Tool) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap (Inset Systems) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project file (CA-SuperProject) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source Integrity file (MKS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual FoxPro memo file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual Foxpro Project (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual FoxPro project file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Packed bitmap font file (TeX DVI) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed file archive (PKARC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Developer Studio application extension (similar to a DLL file) (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Installer script (NEXT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Public Keyring (PGP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Packet file (Fidonet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interleaf printerleaf (or WorldView) format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Palette (Harvard Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Perl or Prolog program source code. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Property list font metric file (TeX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code file (Perl) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code file (Prolog) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Room plan (3D Home Architect) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chart palette (Harvard Graphics 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Library file (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Add-in file (Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A format use by REND386/AVRIL From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data description file (Oracle 7) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pre-linked library file (Clipper 5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Module (DisorderTracker2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pilot file (Descent 1-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG PLayList file (used by WinAmp) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sample file (DisorderTracker2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Drawing (HPGL Plotter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Palette (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Plot drawing (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pre-linked transfer file (Clipper 5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sign-making software (Gerber Optical) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (PopMail) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Presentation screen (Harvard Spotlight) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap graphics (Presentation Manager) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Module (Perl) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (PageMaker 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (PageMaker 4.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (PageMaker 5.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (PageMaker 6.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics (A4TECH Scanner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program file (Amaris BTX/2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer device driver (Harvard Graphics 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci214307,00.html> Bitmap (Portable Network Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap file (MacroMedia FireWorks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Browser catalogue (Paint Shop Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Portable aNY Map graphics (PBM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphic file (MacPaint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pen Table plotting file (Pro/Engineer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
QWK reader pointer file (MarkMail 2.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Same as PNT file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PIG file extension (Descent2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Optimized .goh file (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D polygonal modeling file (Innovmetric) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows NT <http://searchWin2000.techtarget.com/sDefinition/0,,sid1_gci213368,00.html> Policy file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Message index (PopMail) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Popup file (Visual dBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PowerPoint template (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Persistence of Vision file (Ray-Tracer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chord chart (PowerChords) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed Amiga archive (POWERPACKER) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap (Picture Publisher 4) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PowerPoint Add-in (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Button bar for print preview (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PostScript Printer definition file specification (Adobe Acrobat v.4.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pinnacle Program File (Turtle Beach) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (Microsoft PowerPoint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PolaroidPalettePlus ColorKey device driver (Harvard Graphics 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Portable Pixelmap bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pre-processed output file (Clipper 5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Desktop publishing default output file (Serif PagePlus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document or finished project (Parson Power Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PowerPoint slide show (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Storyboard (Personal Producer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PowerPoint presentation (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Master boot backup file (PowerQuest BootMagic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Drive image file (PowerQuest) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Presentation (Aldus Persuasion 2.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer driver (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Postscript printer driver (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Presentation (Aldus Persuasion 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource (text or program) file (3com PalmPilot) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer driver (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Presentation (Lotus Freelance) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Settings (Microsoft C/C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Settings (Programmer's WorkBench) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Output file (Profiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pixel Run Format graphics (Improces-Fastgraph) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer driver (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Settings file (Macromedia Director) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
System file (Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program file (WAVmaker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program source files (Atari) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program source files (dBase IV, Clipper 5, and Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer definitions (LocoScript) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Control Language file (printer-ready bitmap) (Hewlett-Packard) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project file (3D Studio) (DOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Parameter file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Print Table (space delimited text) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer driver (Signature) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Lotus 1-2-3-Symphony) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows Printer file (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (Pro/Engineer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics profile file (DOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project file (Terramodel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code file (Prolog) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data conversion saved project file (Oberon Prospero) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Presentation file (Harvard Graphics for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer resource font file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Procedure file (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A print-formatted file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Part file (CADkey) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Part file (Pro/Engineer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer driver (Dr. Halo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Internet provider template file (psiMail) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled program (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (Lotus Freelance 97) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Postscript <http://WhatIs.techtarget.com/definition/0,,sid9_gci212814,00.html>-formatted file (a Postscript printer-ready file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PostScript file, for printing or viewing. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound Bank file (Pinnacle) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap (Adobe Photoshop) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap graphics (IBM printer Page SEgment) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Outline PostScript printer font (ChiWriter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A-law audio file (psion) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound data file (Epic Pinball) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Studio module (ProTracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symbol table of IDE (Turbo Pascal) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (PaintShop Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Procedure (Prodea Synergy) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Report file (PowerSoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Personal Folder File (Microsoft Outlook) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Device driver (Harvard Graphics 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template (PageMaker 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template (PageMaker 4.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Script file (PubTech BatchWorks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Table file (Pro/Engineer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Table file (Pro/ENGINEER) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Petal file (ASCII version of Microsoft Visual Modeler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro (PubTech BatchWorks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module (MOD) (Polytracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
QWK reader pointer file (QMail) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (Microsoft Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Public key ring file (PGP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Publication (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Map file (WarCraftII) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (PUT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Script file (Instalit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Library file (Instalit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Local pointlist (Fidonet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Professional Write) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Word document (Microsoft Pocket) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Password list file (Microsoft Windows 9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (a roll of film viewed using Photoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text document (Professional WritePlus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PowerPoint wizard (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Primary database index (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pocket Excel spreadsheet (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
python <http://searchEnterpriseLinux.techtarget.com/sDefinition/0,,sid39_gci213538,00.html> Script file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Python program source code. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Saved emessages (YAHOO) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
python <http://searchEnterpriseLinux.techtarget.com/sDefinition/0,,sid39_gci213538,00.html> Compiled script file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Default settings (Pizazz Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Overlay file (Pizazz Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Palette (Pizazz Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Settings (Pizazz Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Transfer file (Pizazz Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Swap file (Pizazz Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (PF QuickArt) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Quick Access Group data file (Norton Desktop) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application file (Omnis Quartz) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Saved query (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Saved Query (Quattro Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled query (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program file (Microsoft QuickBasic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet data (QuickBooks for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Voice file (Qualcomm Pure Voice) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file-segment 10 (Omnis Quartz) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file segment 1 (Omnis Quartz) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file segment 2 (Omnis Quartz) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file segment 3 (Omnis Quartz) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
QuickDraw 3D Metafile (Apple) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file segment 4 (Omnis Quartz) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file segment 5 (Omnis Quartz) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file segment 6 (Omnis Quartz) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file segmnet 7 (Omnis Quartz) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file segment 8 (Omnis Quartz) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file segment 9 (Omnis Quartz) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Quicken) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup of startup files (QEMM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file from the Quicken UK Accountancy/Tax/Invoice program (QuickBooks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (Steve Blackstock Giffer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Query file (Microsoft Excel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Electronic library file (Quicken) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (FAMILY LAWYER) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax (QuickLink) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image (MIME)(QuickTime) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Import file (Quicken) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Library file (Microsoft C/C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Library file (Quick) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data (PostScript help file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer driver (QuickLink) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Motion file (Quality) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Option or services file (QMail 4.x Mail Door) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Generated query program (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Print queue device driver (OS/2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled query program (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Qardware definition file (Quick Qard Technology) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Report builder file (Centura) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Report file (Liberty for Windows 2.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Equation Editor support file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
QRT graphics file (Ray Tracer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Query (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Query (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Quicken) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tab file (Quake Spy) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Movie file (QuickTime) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (QuickTime) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (QuickTime) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Movie file (QuickTime) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Preferences file (QuickTime) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (QuickTime) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PICT image file (Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (QuickTime) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Write program file (Symantec Q&A) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Message file (QWK Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Quark Xpress) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Element library (Quark Xpress) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template file (Quark Xpress) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ratfor file (FORTRAN Preprocessor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource file (Pegasus Mail) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw graphics (One byte per pixel) plane one (PicLab) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pcl 4 bitmap font (Intellifont) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound file (RealAudio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Radar data file (Radar ViewPoint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Metafile (RealAudio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ReadAllOver (YOUniverse) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
RAR compressed archive (Eugene Roshall's format) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap (Sun Raster Images) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (RATS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw File Format (bitmap) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw signed PCM data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw signed PCM data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Rbase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Maintained by RoboHELP, the RBH file adds to the information contained in the Help project file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (emacs) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource script (Borland C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource script (Micosoft C/C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Newsgroup file (Netscape) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Registered level file (Descent1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled UIC source code (Geoworks UI Compiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Research document information format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource Description Framework file (related to XML <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci213404,00.html> and metadata <http://searchDatabase.techtarget.com/sDefinition/0,,sid13_gci212555,00.html>) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Device-independent bitmap file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Registered Level file (Descent) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Reflex) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (EpiInfo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Record file (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Recorded macro (Microsoft Windows 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Voice file (RapidComm) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Path information file (Clarion Modula-2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Reference file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
OLE registration file (Microsoft Windows 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Registration file (Corel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Registration file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
data files for multiple users of a small-scale PC application From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Remarks file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Reply file (QWK Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Report file (CodeReporter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Report file (DataBoss) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Report file (Report Designer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Report file (Visual dBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Request file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled resource file (Borland C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource file (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource file (Microsoft Visual C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Revision file (GeoWorks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Report definition (Oracle) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code file (REXX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raster graphics file (Sun) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Revisable Form Text (part of IBM's DCA or Document Content Architecture) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
RGB files (Silicon Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symbol tables (ReaGeniX code generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource header file (Borland C++ 4.5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics in Renderman format (3DReality) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax document (Ricoh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (Metacreations Painter 5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
RIFF bitmap graphics (Fractal Design Painter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics (remote access) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap graphics (ColorRIX VGA Paint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Regestered level file (Descent1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Registered level file (Descent2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap graphics file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap graphics file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wavefront raster image (SDSC Image Tool) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Harvard Graphics Win 9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (1 bit per pixel scanner output file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Run-Length Encoded bitmap (SDSC Image Tool) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Realizer source code file (CA-Realizer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video file (RealAudio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (Microsoft RegMaid) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Rich Map Format (used by 3-D game editors to store a map) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Rich music format (Beatnik) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MIDI music From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Makefile (Clipper RMake) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Xpl Program file (Nota Bene) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Rendering slide (AutoCAD-AutoShade) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Runoff file (VAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FM music Adlib Music file (Roland) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cartridge-based home video game emulator file (exact copy of ROM contents in cartridges from Atari 2600, Colecovision, Sega, Nintendo, etc.; not interchangeable between emulators) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Rescue Rover) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database (RapidFire) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text document (Replica) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video file (Tomb Raider) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Package Manager (RedHat Linux) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
RedHat Package Manager rpm file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Crystal Reports file ( and a sub-set of Microsoft Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Saved game file (Ace Road Rash) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Amiga Resource Reassembler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Red Storm bitmap (Rainbow 6 (Game) and several image editing programs) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Paradox 7 reports (Broderland) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resume file (WinWay Resume Writer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Response file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resourse fork file (Macintosh Mac-ette) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchExchange.techtarget.com/sDefinition/0,,sid43_gci214276,00.html> Rich Text Format document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Help file script (Microsoft Windows 9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Used by RoboHELP to simulate the search feature of Windows help From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Run Time library (NU 7.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module (MOD) (Real Tracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Software update package data file (RTpatch) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
RoboHELP to speed complex operations From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
RTSL document (RealAudio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Runtime library file (CA-Realizer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Extension used in InstallShield From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled output p-code file (Softworks basic compiler) (SoftworksLtd) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Scan Configuration file (MIME) (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Review file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource Workshop data file (Borland C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Script file (RenderWare) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
RAR compressed files from a multi-volume archive (xx = a number from 01 to 99) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Assembler source code (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code file (Scheme) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Temporary sort file (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Instrument file (Scream Tracker v 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
16 channel music file (Scream Tracker v 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Encrypted video file (Integrated Sensors) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (SORITEC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (AMI Professional) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Signed 8bit sample data file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (SAR) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Saved game file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw Signed Byte (8bit) audio data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Locking file (Superbase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data definition file (Superbase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Storyboard data file (Storyboard Editor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File data (Superbase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Instrument file (Creative Labs SoundBlaster) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bank file (Soundblaster)/EMU SoundFont v1.x (Creative Labs Soundfont 1.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Flash object (ShockWave) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dml program file (Superbase 4) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program file (Superbase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Query definition file (Superbase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Support file (Source Browser) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Notes related to record data (Superbase 4 for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Form definition file (Superbase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Display driver (Framework II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pal script (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SAS catalog (Windows 95/NT, OS/2, Mac) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Schedule+ 7.0 file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Renamed dBase III screen mask file (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Saved game file (SIMM City 3000) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screen device driver (Harvard Graphics 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Level file (Roller Coaster Tycoon) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (SCA) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source Safe file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Microsoft Schedule+ 7.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object description language graphics (Scodl Scan Conversion) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Slide image (Matrix/Imapro SCODL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command file (Microsoft Windows Explorer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multimedia show (ScoreMaker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spell checker configuration file (Symphony) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Microsoft Schedule+ 7.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Schematics file (ORCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax document (SciFAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Inspire native format (ScanVec) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
System configuration information file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Scheme source code file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video game console ROM emulater file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Scene data file (TrueSpace2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screen file (Kermit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
High score file (Generic game file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dial-Up Networking Script From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Script file (BITCOM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Debug source code (DOS Debug) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax image (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screen font file (LocoScript) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screen snapshot file (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screen snapshot file (Procomm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screensaver file (Microsoft Windows 9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CT bitmap (Scitex) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FoxPro forms (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SAS catalog (Dos) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SAS catalog (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CASmate Native format (ScanVec) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap graphics (ColorRIX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chart (Stanford Chart) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FoxPro forms (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screen file (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Security file (ReaGeniX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio (Sound Designer I) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Flattened file/data fork (Sound Designer II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SAS database (Windows 95/NT OS/2, Mac) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File archive description (Fidonet Software Distribution Network) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (Staroffice)(StarCalc) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Presentation file (Staroffice)(Starimpress) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
System Data File Format - legacy Unisys (Sperry) format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Software distribution network information file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Floppy disk image (Roland) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Library file (SmartDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Software distribution network compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Cocreate SolidDesigner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Cocreate SolidDesigner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Drawing (SmartDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw Midi Sample Dump Standard file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template (SmartDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Semicolon Divided Values file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphic file (Lotus WordPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw Signed DWord (32bit) data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Midi Sample Dump Standard files compacted by SDX From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Self-expanding archive (used by Stuffit for Mac files and possibly by others) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secret key ring file (PGP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secured animation file (Disney Animation Studio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screen editor script files (SED) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Copy Books) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer seperator page (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tagged Image File Format (TIFF) bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Animation file (Atari) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sequential instruction file (Bubble Chamber) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Session file (Cool Edit) (common digital audio editor file ) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Session information file (Clarion Modula-2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Internet Security Scanner file (ISS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (1st Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Install driver sets (Symphony) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Setup option file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Voice set files (Quartet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sewing program file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SoundFile format (IrCam) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wps attribute storage file (OS/2 WorkPlace Shell) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bank file (Creative Labs Soundfont 2.0)(Soundblaster) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SoundFont file (EMU version 2.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound File Data (SoundStage) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (SIS Framegrabber) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer font file (Hewlett-Packard Laser Jet Landscape) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer font file (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound File Info (SoundStage) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound file (Sonic Foundry) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pcl 4 bitmap font (Intellifont) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pcl 4 bitmap font (LandScape) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pcl 4 bitmap font (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font file (SPX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pcl bitmap font (Intellifont) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pcl bitmap font (Portrait) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pcl bitmap font (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sample Resource (Sonic Foundry) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pcl 5 scalable font file (Intellifont) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screen font (ChiWriter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mangled JPEG (Seattle Filmworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Self-extracting archive (RAR) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (SnapGraphix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (Stanford Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document w/graphics (StarWriter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (Sonique) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (IRIS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (Silicon Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Standard Generalized Markup Language From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Standard Generalized Markup Language. Used to create documents to be converted to many different formats. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Statistics file (STATGRAPHICS Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Save/Get keyboard macro (Signature) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASCii archive (Unix/SHAR) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
sh shell script. From Rute-Users-Guide It can be interpreted by any Bourne compatible shell. http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shell script (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Presentaion file (Harvard Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document shortcut file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Presentation (Corel Show) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap (HotSpot) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed Apple archive (SHRINKIT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (Arthurian Shrink Archiver) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shell macro (WordPerfect for Windows Library) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio compression file (Shorten) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DOS shapes file (3D Studios) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File format used by some programs for 3D modeling of multipart interactive triangle models From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shapefile spatial data format (used by many GIS programs) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code and shape file for text fonts (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File archive (Unix ASCii) (SHAR) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shell scrap file; reportedly used to send "password stealers" From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
HTML file containing Server Side Includes (SSI) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Presentation (Corel Show) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Presentation (Harvard Graphics 2.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Slide Show (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shape entities (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shapefile spatial index file (ArcView) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Setup installation files (Microsoft Windows NT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Current program settings (Signature) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Signature file (PopMail) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup files (Microsoft Word for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup files (Sicherungskopie) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive of Mac files (Stuffit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (Oracle 7) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secret Keyring file (PGP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Drawing file (AutoSketch) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource file (Macromedia Director) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Save Layout extension (PACT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code file (S-Lang) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Slide Library File (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled SALT script (Telix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Slide File (AutoCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Slide file (MAGICorp Slide Service) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symbolic link spreadsheet (SLYK) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound data file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Script application language (SALT) (Telix script source) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Maillist (SoftSpoken Mailer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Script file (ScriptMaker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code file (Smalltalk) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Samna Word) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symbol file (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video game console ROM emulator file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax document (SMARTFAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (Deer's Revenge) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (Nascar Racing '99) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (Smack Player) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro (AMI Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sample file (AdLib Gold) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Samplevision format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Emulator ROM image file (8-bit Sega Master System) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SmartObject file (IconAuthor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Smart Ware II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw unsigned PCM data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sample (AKAI MPC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound file (NeXt) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound resource (Macintosh) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound file (Sounder) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound file (SndTool) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Midi song file (Midisoft Studio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Midi song file (Prism) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mailbox (mail folder) index (Netscape) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code file (Snobol4) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Output video file (Computer Eyes) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shared library file (Unix)(equivalent to a Windows DLL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shared object file. lib*.so is a Dynamically Linked Library. [Executable program code shared by more than one program to save disk space and memory.] From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Solution file (Common used with game examples,tutorials) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Network serial numbers (Quattro Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sort information files (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Song file (Creative Labs SoundBlaster Studio II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound file (Creative Labs SoundBlaster Studio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive for Unix (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Saved game (Roller Coaster Tycoon) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program file (Microsoft MultiPlan) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Temporary file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Speech) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Scalable font (Harvard Graphics 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Scalable font (Speedo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Speedo X Window System font file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Slide presentation file (EnerGraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Glossary file (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (Phillips Scanner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (Siemens Scanner) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (SPLINT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Customized printer driver (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object file (ShockWave Flash) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Personal spell dictionary (Signature) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer spool file (Microsoft Windows 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sample file (DigiTracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sample file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer file (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound sample (SP Pack) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document letter (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Generated screen program (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sprite (Image layering and resizing) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap file (Acorn) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screen driver (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spssx source code file (VAX/VMS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code file (Spitbol) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Support file (MITAC disk/system management utility package) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Picture file (Spectrum 512) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Worksheet (SigmaPlot) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled screen program (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Structured Query Language (SQL) common code file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Generally used by database products as an extension for SQL queries (scripts, text, or binary) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SQL queries (Informix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Query result of audio search (Sonique) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Structured Query Language (SQL) program file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (SQUEEZE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source RPM file. A 'tarball' that can be recompiled and installed which also allows RPM based systems to manage them. From Binh http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Undefined file (Motorola) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raster graphics file (Sun) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video game console ROM emulator file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SCript file (QuickLink) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source file (DataFlex) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap graphics (Splash) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video file (Sub Station Alpha) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (SAS/PC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SAS database (Dos) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SAS data sets (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet file (Enable) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (SAS Transport) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Disk Image file (Atari) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Instrument library (Scream Tracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code file (Little SmallTalk) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Stamp file (NeoPaint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Saved state (Reflection 4.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Stack file (SpinMaker Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Stub library (Genus GX Kernel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Standard script file (LocoScript) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
State transition diagram graphic file (Prosa) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (SHRINKTOFIT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Stereolithography file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music file (Scream Tracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module (MOD) (Scream Tracker 2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shorter suffix for .shtml, an HTML file containing a server side include (SSI <http://WhatIs.techtarget.com/definition/0,,sid9_gci214225,00.html>) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
State transition diagram model file (Prosa) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pascal stub OBJ file (Genus GX Kernel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Statistica) (StatSoft Software) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screensaver file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Structure list OBJ file (dBase IV Application Generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project status information file (Microsoft C/C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Song file (Music) (Scream Tracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (SmartTerm for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Electronic book file (SmarText) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tax form (CA-Simply Tax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Style sheet (Generic text and graphics programs0 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Style sheet (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Suit library (Simple User Interface Toolkit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Summary file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Rasterfile graphics (Sun) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Supplementary dictionary files (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Autosave file for document (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Simple Vector Format 2D image (Microstation) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Autosave file for glossary (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Scalable vector graphics file (Adobe) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (Sonique) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Autosave file for style sheet (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interchange file format, 8SVX/16SV From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound file (Amiga 8SVX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file (SAVVY/PC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw signed Word (16bit) data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shockwave audio file in Macromedia Director (an MP3 file) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object (ShockWave Flash) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Swag Packet file (SWAG Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document backup file (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Swap file (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Swap file (DOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Smartpix symbol library (Ami Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symbol file (Harvard Graphics 2.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup of startup files (QEMM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Precompiled header file (Borland C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program symbol table (Generic to compilers) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symbol file (Harvard Graphics 2.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SDSC Synu image file (SDSC Image Tool) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Synonym file (Microsoft Word 5.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (SPSS/PC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (SYGRAPH) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (SYSTAT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
System file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
System file Device driver or hardware configuration file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics symbols (Harvard Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wave file (Yamaha SV-series) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source file (TADS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tape archive (TAR) (Without compression) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tester symbol file (ReaGeniX code generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Modeling software file (Sonata CAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Temporary file for sorting index (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Emulator tape image file (Commodore 64) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Guitar Tablature file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Table file (MapInfo GIS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
image bitmap file (TIFF) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Query tag name file (DataFlex) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Turbo assembler help file (Borland C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text illustration file (TypeAlign) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://searchEnterpriseLinux.techtarget.com/sDefinition/0,,sid39_gci213093,00.html> Tape Archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (TAR) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
tarred directory tree. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
See tarball. From Binh http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed ASCII archive (COMPRESS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed ASCII archive (TAR) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Gzip/Tape archive (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font file (Borland Turbo C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font file (Borland Turbo C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax document (Imavox TurboFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interactive multimedia files (Asymetrix Toolbook) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Memo backup file (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Memo backup file (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Toolbook file (Asymetrix Toolbook) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics (Native format) (Pagemaker TableEditor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Table of values (OS/2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text elements (Microsoft Word for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Table (Project Scheduler 4) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (Borland C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (Turbo C) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Turbo C Help file (Borland C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Script in the TCL/TK Language From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tcl/Tk source code (programming language). From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Drawing file (TurboCAD for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (Turbo Debugger for DOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Disk image file (Teledisk) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (Turbo Debugger for WIN32) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Saved track design (Roller Coaster Tycoon) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file (TACT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file (Thumbs Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A file format use by the Imagine & Turbo Silver ray-tracers From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font file (TheDraw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Typeface definition file (Speedo) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Help file (Turbo Debugger0 From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Keystroke recording file (Turbo Debugger) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symbol table (Turbo Debugger) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (Turbo Debugger for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax document (Relisys TEFAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Hostfile (Telnet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Input template (IconAuthor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Turbo Editor Macro Language script (Borland C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datasheet file (Idealist) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TEX or LATEX document. LATEX is for document processing and typesetting. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TEX text file (Scientific Word) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Texture file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Texinfo source. Info pages are compiled from these. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (Turbo Profiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Area file (Turbo Profiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Catalogue file (Tobi's Floppy Disk Cataloguer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Help file (Turbo Profiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Form file (Form Tool Gold) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
LATEX font metric file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tagged font metric file (TeX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TeX font metrics file (TeX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Statistics file (Turbo Profiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project file (On Target) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Targa bitmap (Adobe Acrobat,TrueVision) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Targa bitmap (Countour Mortgage Loan Format) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TARGA image file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Winpoint Loan file (Microsoft Excel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Movie file (Dungeon Keeper 2) (Bullfrog Software) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video file (Electronic Arts) (Need for Speed I/II/III, NBA '96) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Directory tree that has been archived with tar, and then compressed with gzip. Also a package for the Slackware distribution. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Gzip/Tape archive (Unix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Desktop theme (Microsoft Windows 9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Thumbnail image file (Microsoft Clip Gallery v.1.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Thumbnail (Graphics Workshop for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Thesaurus dictionary (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tag image bitmap file (TIFF) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://WhatIs.techtarget.com/definition/0,,sid9_gci214180,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TIFF image file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Map file (Tiger) (Used by the US Government to distribute Map files) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fuzzy Logic knowledge base file (Togai InfraLogic Fuzzy-C Compiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Texture/Image file (Playstation) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tile set (MahJongg 3.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
backup files (VAXTPU Editor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
OLE type library files (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Reference table (Bubble Editor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text library (VAX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Type library (Visual C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled tool command language source code file (Swat) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Two-Line element set (NASA) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project timeline file (Microsoft Project) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Trellix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tagged font metric file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ztg global optimizer default optimizer file (Zortech C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Temporary file (Microsoft Windows) (ALL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Script file (Telemate) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (BitWare) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Table of contents file (Eudora Mailbox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (Kodak Photo Enhancer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Self-Extracting archive (Atari ST) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Operation System for Atari line of 16/32 and 32/32 computers From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (Turbo Pascal) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sesson-state file (Turbo Profiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template file (Harvard Graphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Saved picture file (Roller Coaster Tycoon) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Downloadable PCL Soft font file backup (HiJaak) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Downloadable PCL Soft font file (HiJaak) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Help file (Turbo Pascal) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Encrypted lesson file (TutorPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Residents units library (Turbo Pascal) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template file ( Cakewalk Audio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template file (DataCAD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template file (Harvard Graphics 2.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project file (Teleport Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Protected mode units (Borland Pascal 7.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command file (VAXTPU Editor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Turbo Pascal Unit (Turbo Pascal)(BGI) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Packed graphics file (TutorPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Packed wave files (TutorPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Session-state file (Turbo Profiler for Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Turbo Pascal Unit (BGI) (Turbo Pascal for Windows 9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (ULead Photo Express) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (GNUzip) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (TAR) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Session-state settings (Turbo Charge Debugger for DOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Session-state settings (Turbo Charge Debugger for Win32) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Saved game file (Coaster) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Debug support file (Power CTrace) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Directory tree file (PC-Tools) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Script file (Kermit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Terminal file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Terminal settings file (Microsoft Windows 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project usage log (MKS Source Integrity) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Translation support file (Quattro Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Executable file (MicroGraphix) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Session-state settings (Turbo Debugger for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer test file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TrueType font (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Truetype font. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Translation tool kit file (Corel Catalyst) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Client access data specification file (AS/400) (Server to Client) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tutorial file (Many programs use this suffix for their tutorials) (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Table view settings (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Overflow file above insert point in document 1 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Overflow file above insert point in document 2 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Overflow file above insert point in document 3 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Overflow file above insert point in document 4 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Overflow file above insert point in document 5 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Overflow file above insert point in document 6 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Overflow file above insert point in document 7 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Overflow file above insert point in document 8 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Overflow file above insert point in document 9 (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Table view settings (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (TABWorks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template file (TagWrite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MS-DOS text From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Encoded briefing file (Descent/D2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (FREEZE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (TAR) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tax exchange format (Quicken and others) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Support file (TeX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASCII <http://WhatIs.techtarget.com/definition/0,,sid9_gci211600,00.html> text-formatted data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Plain English text file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wave file (Yamaha TX16W) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Time Stamp files (PageMaker 4.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Old compression file (TAR), (COMPRESS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (Tar) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
User agent profile (Used by wireless telephony applications) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw unsigned byte (8-bit) data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed archive (UltraCompressor II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
New compressed archive (UltraCompressor II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image filter (Photostyler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Unique Database (Microsoft Windows NT) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw unsigned doubleword (32-bit) data From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Encrypted archive (UltraCompressor II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object file (Ulead) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Drawing file (AutoCAD and others) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary file (Universal Hint System) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Espire source code (Geoworks UI Compiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
User interface file (Sprint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Long prompts for Microsoft Windows (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Espire header file (Geoworks UI Compiler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio file (ULAW) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
(CCITT G.711) audio (US Telephony) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Uploaded file information (Procomm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module (MOD) (UltraTracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup file (archive) (MemMaker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Forcast Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
UniMod music module (MOD) (MikMod) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Unix specific information) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Updated program data (dBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Updated program data (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program file (ULead Photo Impact) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled updated datafile (dBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Saved Image file (ULead Photo Express) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Universal radar format (Radar ViewPoint) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Internet shortcut file (Universal Resource Locator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source Integrity file (MKS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer font w/updated USACII extended character set (Pagemaker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audit trail file (Pro/Engineer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
User database file (Procomm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
User database file (Tour) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
User database file (Turbo C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed ASCII archive (UUDE/ENCODE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
UU-encoded file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Executable compressed ASCII archive (UUDE/ENCODE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
UU-encoded file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Raw unsigned 16-bit) datafile (Word) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wave file (UltraTracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Consistency check support file (ReaGeniX Code Generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Main image input file (Vivid 2.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
8-bit audio file (CoVox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asset management document (Milliplex OmniValue) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Validity checks/referential integrity checks (Paradox for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Values list object file (dBase Application Generator) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Animation file (VistaPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Annotated speech file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASCII text file for data dictionary (Sterling Software Groundworks, COOL Business Team Enterprise Model) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Variable file (IconAuthor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
VBase file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project file (Microsoft Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Remote automated registration file (Microsoft Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Script file (Microsoft Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Workspace file (Microsoft Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Custom control file (Microsoft Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual basic extension (Microsoft Visual Basic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Include file with color definitions (Vivid 2.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (VisaCalc) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Unformatted voice file (Natural Microsystems) (NMS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Unformatted voice file (used by Cool Edit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file; defines objects for use with Sense8's WorldToolKit (Vevi) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Virtual card file (Many programs use this extension) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Virtual card file (Netscape) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Class library (Microsoft FoxPro) (MFC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual workbench information file (Microsoft Visual C++) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Class library (Microsoft FoxPro)(MFC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics image (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Targa bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Drawing file (ComputerEasy Draw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D drawing file (CAD( (Ashlar) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
View file (Clipper 5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
View file (Lotus Approach) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Clip art file (PrintMaster Gold) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Voting form (Voter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Voting form for customers (VFN) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video graphics array (Font type for display on a VGA Monitor) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video graphics array (Monitor type, also defines if your monitor is compliant with the new (1994) SVGA (Super Video Graphics Array) (SVGA) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Visual display driver ( Generic CADD) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (Jovian Logic VI) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Virtual Instrument file (National Instruments LABView) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (Vicar) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bethesda video files (Terminator, Future Shock) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap graphics (YUV12C M-Motion Frame Buffer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screen device driver (Microsoft Word) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shell monitor file (Microsoft DOS v.5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Khoros Visualisation image (SDSC Image Tool) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Khoros Visualisation image (SDSC Image Tool) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics Image (Viking) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File identified as a virus-infected file by Norton AntiVirus and possibly others From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics image file (VIS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Streaming video file (VivoActive) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dVS/dVISE file (Division) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Library file (Corel Ventura) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Drafting program file (Vellum, by Ashler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Virtual memory file (Geoworks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Virtual memory configuration file (Adobe Acrobat Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
On-line video file (Sierra) (Torin's Passage) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio file (FaxWorks) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Font characteristics file (Ventura Publishing) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Vector markup language (used by Microsoft Office 2000) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file with vms specific information From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Include file with object definiton (Vivid 2.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Encrypted video and audio files used on current DVD's (Digital Video Disk) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio file (Creative Labs Sound Blaster) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio file (Quartet) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio format (Soundblaster's own format). From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Object folder (VZ Programmer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio file (Talking Technology) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dialogic audio file coded using ADPCM <http://WhatIs.techtarget.com/definition/0,,sid9_gci213763,00.html> From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Formatted voice file (Natural Microsystems) (NMS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Publication (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics image file (VPGraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video files (Westwood Studios) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
VQ Locator file (Yamaha Sound) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
VQ file (Yamaha Sound) (possible emerging standard) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
VQ Locator file (Yamaha Sound) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration file (Oracle 7) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Overlay file (Quattro Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A VRML file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project file (VXRexx) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video device driver (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Include file w/surface definition (Vivid 2.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Drawing file (flow chart or schematic)(Shapeware Visio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Download List file (GetRight) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Simulation model (VisSim) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Windows 9x/NT ViruSafe version file; used to keep information about all the files in a directory; when a file is accessed, information is compared with the VSN information to ensure that they match From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data print file (Schedule Soft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image sprite (SPX) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Smartshapes image file (Shapeware Visio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Stencil file (Shapeware Visio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap graphic file (TrueVison Vista) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Targa bitmap (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Workspace file (Shapeware Visio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Animation file (3D Studio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
View file (dBase IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
View file (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Volkswriter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio MetaSound plug-in (VoxWare Audio Compression Toolkit version 2.02.61) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio plug-in (Voxware MetaVoice Toolkit) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File viewer (PC Tools) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Virtual device driver (Microsoft Windows 9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Word chart file (APPLAUSE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer font (AST TurboLaser) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer font (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Startup file (Microsoft Windows 3.1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
W3Launch file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Temporary file for Sort or Index (dBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Outlook file (Microsoft Outlook, Outlook Express) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://WhatIs.techtarget.com/definition/0,,sid9_gci213332,00.html> Large file for Doom game containing video, player level, and other information From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Texture file (Quake 2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Script source code file (Procomm Plus Aspect) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
<http://WhatIs.techtarget.com/definition/0,,sid9_gci213473,00.html> Waveform sound (Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio format (sound files common to Microsoft Windows). From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiled script file (Procomm Plus Aspect) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Notebook (QuattroPro for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (QuattroPro for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (QuattroPro for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (Webshots) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Batch file (Microsoft Windows 9.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup file (Microsoft Word for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Upload file (Argo Webload II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WordBar File (Crick Software) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Batch file (WinBatch) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wordbar template (Crick Software) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro token list file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data transmission file (Microsoft Works) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro (WordPerfect fdor Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Product information description file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file (Info Select) by (Micro Logic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database file (Microsoft Works) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WebArt data file (database file that can be converted for use in many programs) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Warftpd remote daemon <http://searchWebServices.techtarget.com/sDefinition/0,,sid26_gci211888,00.html> file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Web document (Corel Zara) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Web source code file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bank file (Maui/Rio/Monterey) (Turtle Beack WaveFront) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio waveform (WaveForm Manager Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Drum set (Maui/Rio/Monterey)(Turtle Beach WaveFront) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Flowchart file (Winflow) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Windows form (Virtual dBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symbol (Corel Draw) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program file (Turtle Beach WaveFront)(Maui/Rio/Monterey) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (NICOLET (Old Format), see NRF) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (WinFax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Worksheet (Lotus 1-2-3/G) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Worksheet (Lotus 1-2-3 for O/S2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Wild Board Games) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wavelet compressed bitmap (Corel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Width table (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wavelet image file (see WI) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WinImage file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wireless identity module (Used by wireless application protocols) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Window file (dBase) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Window file (Microsoft FoxPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Window preference file (Pro/Engineer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Script file (Reynolds & Reynolds) (Stores the results of a database query) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
NSREX From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Page wizard (Microsoft Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wizard file (Microsoft Word) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (Lotus 1-2-3 v. 1 and 2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (Lotus 1-2-3 v. 3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (Lotus 1-2-3 v. 4) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (Lotus 1-2-3 Educational version) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (Quattro Pro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (Microsoft Works) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (Symphony 1.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Worksheet spreadsheet (Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Workspace file (Xlisp) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
REND386/AVRIL file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Upload file (Argo Upload I) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (Virtus Walkthrough) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Add-In file (Microsoft) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio file in Microsoft Windows Media format (Can be changed to ASF) Siren (Sonic Foundry) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup files for startup (MathCAD for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (WordMARC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Metafile (Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (NeXT WriteNow) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Outline font description file (CorelDRAW) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Swap file (Microsoft Windows 3.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Organization chart (Microsoft Windows OrgChart) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
processing documents From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module (MOD) (Grave Composer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (WordPerfect for Windows 4.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (WordPerfect for Windows 5.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (WordPerfect for Windows 6.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Word processor document (ACT!) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Demo file (WordPerfect for Windows) (ALL) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (Enable) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax document (WorldPort) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Form file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (Microsoft Word for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Word for Windows vector graphics (DrawPerfect) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro (Microsoft Word for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro (Microsoft Word for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text document (Microsoft Works) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template (Microsoft Word for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PerfectWorks document (Novell) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed spreadsheet (QuattroPro) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (QuattroPro/DOS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (QuattroPro version 5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (Symphony 1.1-2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Symphony file (Lotus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template (Charisma) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ReGet document From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Write document (Windows Write) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project file (CakeWalk Music Audio) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Spreadsheet (Symphony 1.0) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Virtual Reality model From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D modeling file (Raindrop Geomagic) (Scandata) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed Amiga archive (WARP) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resource file (Microsoft Word for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Another VRML <http://WhatIs.techtarget.com/definition/0,,sid9_gci214153,00.html> fileject From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (WordStar) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (WordStar for Windows version 1) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (WordStar for Windows version 2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (WordStar for Windows version 3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (WordStar for Windows version 4) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (WordStar for Windows version 5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (WordStar for Windows version 6) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (WordStar for Windows version 7) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (WordStar for Windows 2000) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WorkSpace file (Fortran PowerStation) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document (WordStar for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Skin (WinAmp) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Used by wireless telephony applications From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wavelet Compressed Bitmap From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interleaf WorldView format (a PDF format) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Button bar for document window (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Keyboard layout file (WordPerfect for Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Add-in file (Microsoft Word) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music resource file (Relic Entertainment)(Home World) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (EXP for Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AVS image (SDSC Image Tool) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code file (Lex) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macromedia Extra (program extension), 16 bit From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macromedia Extra (program extension), 32 bit From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corel Xara drawing From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A MIME 'X11" bitmap image From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
XML Schema file From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer font file (Ventura Publisher) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer font file (Xerox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Printer font file (24 Pin) (ChiWriter) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fax Document (Various) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
eXtensible hypertext markup language From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Instrument file (FastTracker II) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Instrument sample file (ScreamTracker) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (Pagis) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file (Xerox) (same as TIF) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Image file eXtended (ScanSoft) the file is similar to TIFF and is a From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wang imaging file (Included with Windows 95) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Add-in file (Microsoft Excel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Archive (Xlib) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Microsoft Excel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Toolbar file (Microsoft Excel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chart file (Microsoft Excel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dialogue file (Microsoft Excel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup file (Microsoft Excel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Add-in file (Microsoft Excel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dynamic link library (Microsoft Excel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro file (Microsoft Excel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Worksheet file (Microsoft Excel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Template file (Microsoft Excel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Translation table (Lotus 1-2-3) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Translation table (Procomm Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Translation table (Symphony) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
VBA module (Microsoft Excel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Workbook (Microsoft Excel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Music module (MOD) (Fast Tracker 2) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed midi music (eXtended) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
eXtensible markup language From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
XML source file. See XML. From Binh http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Network file (Standard) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shortcut file (Microsoft Exchange) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Datafile (Axon) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
X BitMap format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
XPM image file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Executable file (Waffle) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macro file (SuperCalc) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Epic Megagames Xargon) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cross-reference file (Generic) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
External translation table (LocoScript) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Xtree) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
X Window Dump format (SDSC Image Tool) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Works file (Yamaha XG) (MIDI <http://WhatIs.techtarget.com/definition/0,,sid9_gci212572,00.html> sequencing) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Keyboard mapping file (Crosstalk) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Session file (Crosstalk) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (Xerox Writer) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed ASCII archive (XXENCODE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed ASCII archive (XXENCODE) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
XXXX From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text file (XYWrite) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (XYWrite III) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (XYWrite IV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (XYWrite III Plus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document file (XYWrite for Windows 4.x) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed Amiga archive (YABBA) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Grammar file (Yaac) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
yacc source file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Secondary index file (Paradox) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Clipart library (Arts & Letters) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Yearbook file (Microsoft Encarta) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (YUV) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed file archive (YAC) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed ASCII archive (COMPRESS) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File compressed with the compress compression program. From Rute-Users-Guide Can be deflated using the 'uncompress' utility. http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Unix file Compressed From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Game module (Infocom) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed file (FileWrangler) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Software installation settings file (Microsoft Windows) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed text document (Zview) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data file (Zerberus) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics file (ZenoGraphics) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
File compressed with the pkzip (or PKZIP.EXE for DOS) compression program. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Zip file Compressed archive From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed Amiga archive (ZOOM) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An early compressed file format From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Voice file (Zyxel Z-Fax) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Temporary file (1ST Reader) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AppExpert project database file (Borland C++ 4.5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project backup file (Borland C++ 4.5) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Menu backup (Norton Commander) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Project backup file (Terramodel) From Whatis-Extensions http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A directory containing executable programs, primarily binary files. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A directory that contains executable programs, the majority of which are stored in binary files. Most programs are found in directories /bin and /usr/bin; however, users often keep additional programs in private bin directories, such as /home/linux/bin. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
On UNIX, this is a virtual-file that can be written to. Data written to this file gets discarded. It is similar to the file call NUL on Windows machines. Key point: When rooting a machine, intruders will often redirect logging to /dev/null For example, the command ln -s /dev/null .bash_history will cause the system to stop logging bash commands. Culture: In the vernacular, means much the same thing as black hole. Typical usage: if you don't like what I have to say, please direct your comments to /dev/null. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The directory on UNIX where the majority of the configuration information is kept. It is roughly analogous to the Windows registry. Of particular interest is /etc/passwd file that stores all the passwords. Key point: If an intruder can read files from this directory, then they can likely use the information to attack the machine. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The file that contains a list of hostname to IP address mappings. In the old days of the Internet, this is how machines contacted each other. A master hosts file was maintained and downloaded to machines on a regular basis. Then DNS came along. Like the vestigial appendix. On Windows, this file is stored in %SystemRoot%\system32\drivers\etc. Hack: If you can write files to a user's machine, then you can add entries to his/her hosts files to point to your own machine instead. For example, put an entry for www.microsoft.com to point to your machine, then proxy all the connections for the user. This will allow you to perform a man in the middle attack. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
On UNIX, the "hosts.equiv" file lists other hosts that can be thought of as "equivalent" to this one. This machine will therefore "trust" these other machines. Users connecting to this machine from the listed machines will not have to present a password, it is assumed that these other machines have already verified the password. Analogy: The European Union (EU) doesn't have passport control between countries. You only have to present your passport when entering the first European country, then you can roam freely once inside the union. The "hosts.equiv" file creates a similar union of machines. Hack: Hackers will target this file. If their target is machine A, they may instead find that A trusts B, and B may be easier to break into first. At that point, the hacker can hop back to A using an account on B. Likewise, if a hacker can write to this file, they can tell the system to trust any other system on the network (including the hackers own machine). Hack: Older software would do a reverse DNS lookup on a connecting IP address. If the hacker controlled the DNS server, s/he could return a trusted domain name, and therefore be allowed into the system. Another older hack is the default "+" entry. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The UNIX file that contains the account information, such as username, password, login directory, and default shell. All normal users on the system can read this file. Key point: The passwords are encrypted, so even though everyone can read the file, it doesn't automatically guarantee access to the system. However, programs like crack are very effective at decrypting the passwords. On any system with many accounts, there is a good chance the hacker will be able to crack some of the accounts if they get hold of this file. Key point: Modern UNIX systems allow for shadowed password files, stored in locations like /etc/shadow that only root has access to. The normal password file still exists, minus the password information. This provides backwards compatibility for programs that still must access the password file for account information, but which have no interest in the passwords themselves. Key point: The chief goal of most hacks against UNIX systems is to retrieve the password file. Many attacks do not compromise the machine directly, but are able to read files from the machine, such as this file. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
On UNIX, the configuration file /etc/services maps port numbers to named services. Key point: Its role in life is so that programs can do a getportbyname() sockets call in their code in order to get what port they should use. For example, a POP3 email daemon would do a getportbyname("pop3") in order to retrieve the number 110 that pop3 runs at. The idea is that if all POP3 daemons use getportbyname(), then no matter what POP3 daemon you run, you can always reconfigure its port number by editing /etc/services. Misunderstanding: This file is bad in order to figure out what port numbers mean. If you want to find out what ports programs are using, you should instead use the program lsof to find out exactly which ports are bound to which processes. If running lsof is not appropriate, then you should lookup the ports in a more generic reference. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The term 0-day exploit describes an exploit that is not publicly known. It describe tools by elite hackers who have discovered a new bug and shared it only with close friends. It also describes some new exploit for compromising popular services (the usual suspects: BIND, FTP services, Linux distros, Microsoft IIS, Solaris servers). Many 0-day exploits are discovered by the victims when hackers use them, or by honeypots. The term "0-day" describes the fact that the value of exploits quickly goes down as soon as they are announced. The next day they are half as valuable. The 2nd day they are a 1/4 as valuable. Ten days later they are 1/1000 as valuable as on day 0. This is because script-kiddies quickly use the exploits on computers throughout the Internet, compromising systems before anybody else can get to them. Contrast: The term 0-day exploit describe the hard-to-use exploits by the discoverer himself (or close friends), in contrast to the easy-to-use scripts employed by script kiddies. For example, a buffer-overflow script will go through many phases as people try to find the right offsets for the target platforms, but will eventually end up as a broad-spectrum aim-and-shoot script that anybody could use. Key point: One of the dangers of 0-day exploits is BUGTRAQ camping. A hacker discovers all the services running on the target victim and waits for day-0 when the exploit is announced. At that time, the hacker attacks the systems with the new exploit. Key point: The term "0-day" describes any bit of information in the community, whether it is serial numbers, lists of proxies, or passwords to porn sites. As soon as such information becomes well-known and exploited by large numbers of people, it is then fixed by the victim. Information has a "half-life": the older it is, the less value it has. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
100 Voice Grade [technology] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mungkie Associates Inc. provides 2-Disk Xwindow embedded Linux. The distribution is intended to be a demonstration of Mungkie Associates' embedded appliance development environment, showing the sort of environment that can be created for small appliance GUI systems. It is further intended to give a minimal Linux base system on 1 disk and a fully expandable X system implementation on a second disk. The two disks can be used together for a minimal system or the X disk can be used seperately on any libc2.1 linux system. The source tree is compiled on Debian and the /lib/ files taken directly from the Debian-2.2.3 distribution. The 2-disk system is free for personal use, but restrictions apply to commercial usage. Version 1.4rc802 was released November 6, 2002. Version 1disk1.0 final was released January 18, 2003. A 1disk 1.0 update was released February 5, 2003. Version 1.0.8 (Source code) was released May 30, 2003. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Double Sided - Double Density (FDD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D chess for X11 3 dimensional Chess for X11R6. Three boards, 96 pieces and 26 directions. From Debian 3.0r0 APT 3Dwm is a 3D window manager for Linux From Binh http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3D Device Dependent Interface (MS), "3D DDI" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3 Dimensional Random Access Memory (RAM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The 3dwm project is working with the creation of a three-dimensional worspace manager that can run in the 3D Cube as well as on desktop computers. Note that wm does not stand for the term window manager. It is a bit misleading; 3dwm is not a window manager in the true sense of the word, but rather more of a gerneral user environment. The window manager functionality of the system is merely the tip of the iceberg; 3Dwm contains general primitives for building applications with three-dimensional interfaces. From 3dwm http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A 3Dwm apps The 3Dwm clock application (tdwm-clock) is the first real application that is even remotely useful. It makes use of the 3Dwm Nobel API, including the new solid modeling support, to create a three-dimensional analog clock displaying the current time. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A 3Dwm client A simple client which is builded using new libsolid. This is only an example on how libsolid work. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A 3Dwm client This is a very simple 3Dwm client that connects to the exported GeometryKit in the server, creates a Geometry, loads a 3D file from the local system (in this case a simple model of an office, which also happens to be Rob's room), and passes it to the 3Dwm server. The 3Dwm server will happily render any geometry that is created, so running geoclient several times will add more geometries to the graphical output. Please note that you may need to zoom out (using the 'X' key) to see graphical output. The geoclient is able to open native .raw files as well as standard 3ds files (using MeshIO). In other words, you may experiment by loading other files than the supplied office model to the 3Dwm server. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A 3Dwm client This is an example showing how libzorn work. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary server daemon This package contains display binary server daemon. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A 3Dwm client This is a simple client used for testing the 3Dwm texture capabilities. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A 3Dwm client This will open a connection to the VNC server from the 3Dwm server, and the graphical output will be displayed on a single quad in the 3Dwm world (you may need to zoom out to see it). Currently, vncclient supports no interaction with the VNC window (the bindings and the actual communication code has been implemented, only the 3Dwm side is missing). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3rd Generation . Internet Protocol (org., IP, GPRS, WLAN, mobile-systems), "3G.IP" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
3rd Generation Language From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Third Generation Partnerships Projects (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/for' poynt too'/ n. Without a prefix, this almost invariably refers to BSD Unix release 4.2. Note that it is an indication of cluelessness to say "version 4.2", and "release 4.2" is rare; the number stands on its own, or is used in the more explicit forms 4.2BSD or (less commonly) BSD 4.2. Similar remarks apply to "4.3", "4.4" and to earlier, less-widespread releases 4.1 and 2.9. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
4.4BSD rdist. This is the traditional rdist from 4.4BSD Lite with FreeBSD fixes. It is provided for compatibility with third-party rdist implementations. This is the binary package for 4.4BSD rdist. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
4th Generation Language From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
4 GB [RAM] Tuning (RAM, GB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The 4Suite package contains XML-related tools and libraries for Python, including 4DOM, 4XSLT, 4XPath, 4RDF, and 4XPointer. 4DOM is animplementation of the World Wide Web Consortium's (W3C) standard DOMAPI for HTML and XML content manipulation. 4DOM provides full distributed-object support based on the IDL used in the formal DOM specification. 4XSLT is an XSLT processor, which can be used to renderXML documents as customized and stylized HTML for current Web browsers. 4XSLT also provides a powerful programming API forapplications to use for low-level, customized transformations of XML documents. 4XPath is a library implementating the W3C's XPath language for indicating and selecting portions of an XML document. 4RDF is a toolkit and library for RDF processing. 4XPointer is a toolkit for processing fragment identifiers for URI references which locateresources of Internet media type text/xml. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
5th Generation Language From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TCP proxy for non-IPv6 applications 6tunnel allows you to use services provided by IPv6 hosts with IPv4-only applications and vice versa. It can bind to any of your IPv4 or IPv6 addresses and forward all data to IPv4 or IPv6 host. It can be used for example as an IPv6-capable IRC proxy. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Some systems, like Win9x and Solaris, limit the user to 8 characters in the password. Key point: Security conscious users of such systems need to make sure they use a more random mix of characters because they cannot create long passwords. Key point: Password cracking such systems is a little easier. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A filename corresponding to the standard MS-DOS gleaming conventions, which restrict filenames to 8 characters and optional extensions to 3 characters. From QUECID Such restictions can prove to be an infuriating problem like when transfering files across a heterogenous network such as between Windows and Linux machines. Since older versions of Windows only support 8.3 style filenames files transferred to it will be truncated. For example, "C:\Program Files" may appear to be "C:\Progra~1" From Binh http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Standard protocol for radio-frequency wireless data transmission and networking. Also called Wi-Fi. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
802.11 High Rate (IEEE, WLAN), "802.11/HR" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command to print date and time in RFC822 format From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
8 Phase Shift Keying (EDGE, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
8-Vestigial Side Band, "8-VSB" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Creates X menus from the shell. This is 9menu, a simple program that allows you to create X menus from the shell, where each menu item will run a command. 9menu is intended for use with 9wm, but can be used with any other window manager. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An emulation of the Plan 9 window manager 8-1/2. 9wm is an X window manager which attempts to emulate the Plan 9 window manager 8-1/2 as far as possible within the constraints imposed by X. It provides a simple yet comfortable user interface, without garish decorations or title-bars. Or icons. And it's click-to-type. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
check file types and compare values From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
On UNIX, a home directory can be referenced by using a tilde (~) followed by their login name. For example, "ls ~rob" on my computer will list all the files in "/home/rob". Key point: Web-servers often allow access to user's directories this way. An example would be http://www.robertgraham.com/~rob. Key point: A big hole on the Internet is that people unexpectedly open up information. For example, the file .bash_history is a hidden file in a person's directory that contains the complete text of all commands they've entered into the shell (assuming their shell is bash, which is the most popular one on Linux). From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a-Linux is an x86 floppy-based mini-distribution, where assembly code meets Linux kernel. It contains only programs written in assembly language. It is extemely small, yet functional, and provides HTTP and FTP services out-of-the-box. Initial version 0.17 was released August 17, 2002. A floppy-based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Awk to Perl translator From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GNU a2ps 'Anything to PostScript' converter and pretty-printer a2ps converts files into PostScript for printing or viewing. It uses a nice default format, usually two pages on each physical page, borders surrounding pages, headers with useful information (page number, printing date, file name or supplied header), line numbering, symbol substitution as well as pretty printing for a wide range of programming languages. Historically, a2ps started as a text to PostScript converter, but thanks to powerful delegations it is able to let you use it for any kind of files, ie it can also digest manual pages, dvi files, texinfo, .... Among the other most noticeable features of a2ps are: - various encodings (all the Latins and others), - various fonts (automatic font down loading), - various medias, - various printer interfaces, - various output styles, - various programming languages, - various helping applications, - and various spoken languages. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The a2ps filter converts text and other types of files to PostScript format. A2ps has pretty-printing capabilities and includes support for a wide number of programming languages, encodings (ISO Latins, Cyrillic, etc.), and media. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Utilities to extract and decode ATCS A/52 streams Utilities to extract and decode ATCS A/52 streams. The A/52 standard is used in a variety of applications, including digital television and DVD. It is also known as AC-3. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Auto Answer (MODEM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An ASCII art stereogram generator This program generates the well known and popular random dot stereograms in ASCII art. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authentication, Authorization and Accounting From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Audio Coding (IIS, MPEG) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorization and Access Control (IETF) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorized AutoCAD Dealer (AutoCAD, CAD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Association of DOMAIN Names (org., USA, Internet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Authoring Format (MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Allied command europe ACCIS Implementation Strategy (ACCIS, NATO, mil.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ATM Adaption Layer (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
sample programs using aalib AAlib is a portable ascii art graphics library. Internally, it works like a graphics display, but the output is rendered into gorgeous platform independent ascii graphics. This package contains a few sample programs that use aalib. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Accoustic Management (ATA, HDD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Association for Medical Systems Informatics (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Address Allocation Protocol (Multicast) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applications Access Point From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association of American Publishers (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Appletalk Address Resolution Protocol (Apple, AppleTalk) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASCII Asynchronous Support Package (ASCII) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Average Access Time From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorized Academic Training Program (MS, MCSD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A program to watch TV in a text-based console aatv is a program which allows you to watch TV in a text-based console, i.e. in a virtual console or in an xterm. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Attachment Unit Interface (Apple, AppleTalk) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Bankers Association (org., USA, banking) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Business Application Programming/4 (SAP, R/3, 4GL), "ABAP/4" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Bit Access Test System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Bulletin Board System (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atanasoff-Berry-Computer From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Translates ABC music description files to PostScript This is the Debian port of the abc2ps program by Michael Methfessel. The program translates tunes written in the ABC format to PostScript, which can then be viewed using Ghostview et al. or printed on a PostScript printer or through Ghostscript. It supports various semi-standard extensions to the ABC standard, such as multiple voices and staves. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Altavista Business Card Directory (WWW) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Better CD Encoder A frontend program to cdparanoia, wget, cd-discid, id3, and your favorite Ogg or MP3 encoder (defaults to oggenc). Grabs an entire CD and converts each track to Ogg or MP3, then comments or ID3-tags each file, with one command. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A converter from ABC to MIDI format and back This package contains the programs `abc2midi' and `midi2abc', which convert from the abc musical notation format to standard MIDI format and vice-versa. They can generate accompaniment from guitar chords in the abc file, as well as insert various MIDI events; the MIDI-to-abc translation tries to figure out bars, triplets and accidentals on its own. The package also contains `abc2abc' (an abc prettyprinter/transposer) and `mftext' (a program that will dump a MIDI file as text). The programs in this package are based on the `midifilelib' distribution available from http://www.harmony-central.com/MIDI/. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Yet another ABC to PostScript converter This program translates tunes written in the ABC format to PostScript, which can then be viewed on screen or printed. It is essentially a (non-exclusive) alternative to abc2ps, being based on the abc2ps PostScript code together with the ABC parser from the abcmidi package. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Boolean Expression Language From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ABnormal END (Netware) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Binary Interface (POE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Binary Interface: details the machine language of the CPU family as well as the calls between the application and the operating system. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
binary compatibility checking tool ABIcheck is a tool for checking an application's compliance with a library's defined Application Binary Interface (ABI). It relies on ABI definition information contained in the library. Example definitions are given for GNOME and glibc. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Basic Input Output System (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Built In Self Test (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WYSIWYG word processor AbiWord is the first application of a complete, open source office suite. The upstream source includes cross-platform support for Win32, BeOS, and QNX as well as GTK+ on Unix. AbiWord is still being developed. It's quite usable but not yet full- featured or polished. For many applications, however, it should prove effective and efficient. This program includes support for reading Microsoft Word files, RTF files, and many other foreign file formats. Natively, it uses a custom XML-based file format. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Balanced Mode From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Augmented Backus-Naur Form (BNF) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A text-based ncurses address book application. abook is a text-based ncurses address book application. It provides many different fields of user info. abook is designed for use with mutt, but can be used independently. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Address Book Provider (Internet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Available Bit Rate (ATM, CBR, VBR, UBR, QOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Business Systems (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Relating to file systems, the location of a directory or file that can be accessed regardless of the current working location of a user or program. For example, to access the Samba configuration file regardless of your current working directory, use the following absolute path: /etc/samba/smb.conf. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A pathname that explicitly identifies all directories from the root directory to an individual file. For example, pathname /home/linus/kernel/test refers to a file named test in directory kernel, which belongs to directory linus, which belongs to directory home, which belongs to the root directory /. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association of Banyan Users International (org., Banyan, VINES, user group, predecessor, ENA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AbulEdu is a Mandrake-based distribution for primary schools. It is currently in French but most of the tools can be translated. An AbulEdu server can handle Mac (netatalk), Windows (samba), GNU/Linux and X terminal (with LTSP) clients. The server acts as a central gateway for Web, mail, and printing, and facilitates the management of classes, pupils, and teachers. Everybody can publish Web pages on an intranet using Apache and all administration tasks are performed using a browser. The result is that a teacher who is not a computer specialist can install and manage a school network. Stable version 1.0.7-II was released May 26, 2003. Development version 1.0.11 beta 4 was released October 7, 2002. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Crack dot Com's Abuse action game. Abuse is a side scrolling shoot-em-up action game from Crack dot Com. This package contains the Abuse game engine, in X and full screen svga versions. It requires a mouse. This package is obsolete and will be removed later (if you still need it, contact the maintainer). Please use abuse-sdl instead. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Concentrator (PPPoE, ADSL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Control (Token Ring, ...) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Amiga Club (org., user group, Amiga) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Area Code From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Computer From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[digital] Audio Compression - 3 (Dolby, DVD, Digital audio), "AC-3" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio CODEC 97 (Intel, CODEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Communications Adapter From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AutoCAD (AutoCAD, CAD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Control Architecture Services (DEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Area Communication Controller (MODACOM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atari Competence Center From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
check user's permissions for a file From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
determine whether a file can be accessed From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access control refers to controlling access by a user to a computer system, or data on that system. In formal terms, a "subject" (e.g. a user) attempts to access the "object" (e.g. system or data). An access control system will evaluate the security levels of the subject and object in order to see if access is permitted. Example: A simple example is the case where you enter a username and password in order to log onto the computer. Contrast: mandatory access control The system gives users "clearance levels", and assigns sensitivity levels to information. Therefore, if you only have "secret" clearance level, you cannot access "top-secret" information, but you can access "secret" or "confidential" information. See: Bell-LaPadula Model for more information. discretionary access control This system assigns subjects (users) to one or more groups. An object (system or file) contains a DACL (discretionary access control list) enumeration which users and groups may access the object. See: Access Control List for more information. Key point: There are different kinds of access. Read access means that somebody can read information, whereas write access implies that that somebody can change the data. For example, you can get a copy of your credit report and read it, but you can't necessarily change the data. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Controlling access not only the system in general, but also resources within the system. For example, firewalls can be configured to allow access to different portions of the network for different users. Likewise, even after you log onto a file server, the server may still block access to certain files. Key point: An Access Control List (ACL) is used to list those accounts that have access to the resource that the list applies to. When talking about firewalls, the ACL implies the list of IP addresses that have access to which ports and systems through the firewall. When talking about WinNT, the ACL implies the list of users that can access a specific file or directory on NTFS. Contrast: Discretionary Access Control is the ability to have fine grained control over who has access to what resources. Misconception: Many people believe that firewall IP address rules or IEEE 802.11 MAC address rules form robust ACLs. However, since neither IP addresses or MAC addresses provide robust authentication, such ACLs provide only a weak form of security. When these so-called ACLs are relied upon for security, they frequently lead to compromises as people spoof their IP or forge their MAC address. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a set of permissions associated with every file and directory that determine who can read it, write to it, or execute it. Only the owner of the file (or the super-user) can change these permissions. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dumps the content of a man-db database in a human readable format. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automated Command and Control Information System (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Character Control Map (PPP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a cominbation of login and password which is normally created by the system administrator. The creation of an account includes the assignment of a home directory. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Same as Login ID, User ID, or User Name. The name assigned to a user on a UNIX/Linux system. Multiple users can be set up on a system with unique account names, each with varying access (permission) levels. After Linux installation, account names are assigned by the Superuser, or root operator. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Army Command and Control System (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The GNU Accounting utilities. The GNU Accounting utilities `ac', `accton', `last', `lastcomm', and `sa' add login and process accounting support to Debian Linux. "Login accounting" provides summaries of system resource usage based on connect time, and "process accounting" provides summaries based on the commands executed on the system. The 'last' command is provided by the Debian sysvinit package and not included here. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association of C and C++ Users (org., UK) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automated Call Distribution (CTI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alternating Current/Direct Current, "AC/DC" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Communications Device Interface (IBM, CM/2) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Control Entry (AD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Computing Environment (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASCII Compatible Encoding (ASCII, Internet, DOMAIN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Autonomous Computer Engine (WD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Solitaire-games with penguin-look. From the author's intro.html: "The Ace of Penguins is a set of Unix/X solitaire games based on the ones available for Windows(tm) but with a number of enhancements that make my wife like my versions better :-)" The package consists of the games Pegged, Minesweeper, Solitaire, Taipei (together with a level editor), Golf, Mastermind, Merlin and Freecell. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Control Field From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Communications Function (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Communications Framework (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Receive faxes using your radio and sound card acfax allows you to receive faxes using your sound card. Typically you might use it to decode faxes sent over HF radio or from satellites. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Address and Control Field Compression (PPP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Communication Function / Network Control Program (IBM, ACF), "ACF/NCP" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Communication Function / Telecommunications Access Method (IBM, ACF), "ACF/TCAM" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Communication Function / Virtual Telecommunications Access Method (IBM, ACF), "ACF/VTAM" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association for Computers and the Humanities (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An artificial life and evolution simulator Achilles is an artificial life and evolution simulator that uses Hebbian neural networks and OpenGL/SDL to simulate life in a simplified environment. It is based on Larry Yaeger's PolyWorld. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Associacio Catalana d'Intelligencia Artificial (org., Spain, AI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Communications Interface Adapter From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Analysis Console for Intrusion Databases (IDS, CERT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atomicity - Consistency - Isolation - Durability (DB, TP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Analysis Console for Intrusion Databases The Analysis Console for Intrusion Databases (ACID) is a PHP-based analysis engine to search and process a database of security events generated by various IDSes, firewalls, and network monitoring tools. The features currently include: o Query-builder and search interface for finding alerts matching on alert meta information (e.g. signature, detection time) as well as the underlying network evidence (e.g. source/destination address, ports, payload, or flags). o Packet viewer (decoder) will graphically display the layer-3 and layer-4 packet information of logged alerts o Alert management by providing constructs to logically group alerts to create incidents (alert groups), deleting the handled alerts or false positives, exporting to email for collaboration, or archiving of alerts to transfer them between alert databases. o Chart and statistic generation based on time, sensor, signature, protocol, IP address, TCP/UDP ports, or classification ACID has the ability to analyze a wide variety of events which are post-processed into its database. Tools exist for the following formats: o using Snort (www.snort.org) - Snort alerts - tcpdump binary logs o using logsnorter (www.snort.org/downloads/logsnorter-0.2.tar.gz) - Cisco PIX - ipchains - iptables - ipfw From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This is a linux port of the popular dos program Acidwarp. Acidwarp is a program that makes neat looking pictures and rotates the palette. Its only use is for entertainment, but it is neat. I stumbled upon source code for Acidwarp on the net one day, and decided that it was high time someone ported it to linux. So, here it is. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Commitee for Interoperable Systems (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/ak/ interj. 1. [common; from the ASCII mnemonic for 0000110] Acknowledge. Used to register one's presence (compare mainstream Yo!). An appropriate response to ping or ENQ. 2. [from the comic strip "Bloom County"] An exclamation of surprised disgust, esp. in "Ack pffft!" Semi-humorous. Generally this sense is not spelled in caps (ACK) and is distinguished by a following exclamation point. 3. Used to politely interrupt someone to tell them you understand their point (see NAK). Thus, for example, you might cut off an overly long explanation with "Ack. Ack. Ack. I get it now". 4. An affirmative. "Think we ought to ditch that damn NT server for a Linux box?" "ACK!" There is also a usage "ACK?" (from sense 1) meaning "Are you there?", often used in email when earlier mail has produced no reply, or during a lull in talk mode to see if the person has gone away (the standard humorous response is of course NAK (sense 1), i.e., "I'm not here"). From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Kanji code converter ACK is a highly versatile Kanji code converter. ACK can do reciprocal conversion among Japanese EUC, Shift-JIS and 7bit JIS. JIS Kata-kana(SJIS Han-kaku Kana) is also supported. Kanji code can be automatically detected even if the input stream contains Kata-kana characters. Besides, ACK can be used as a Kanji code checker with very high detection rate. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Control List (DCE, DFS, NDS, AD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access control list utilities This package contains the getfacl and setfacl utilities needed for manipulating access control lists. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced CMOS Logic From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Agent Control Language (Agents) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association for Computational Linguistics (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[MS] Access Compatibility Layer (MS, DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Control List Facility (DCE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
automatically generate aclocal.m4 from configure.in From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Address Complete Message (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association for Computing Machinery (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A multi-player aerial combat simulation. acm is an air combat simulator that runs under the X window system. Up to eight players can engage in simultaneous air combat. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Company that Makes Everything (slang) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Control Management System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AMP Communications Outlet From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic CPU Overheating Prevention System (GigaByte), "A-COPS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Partition editor for Acorn/RISC OS machines Acorn-fdisk allows you to edit disk partitions on Acorn machines. It understands a variety of the partition tables formats used under RISC OS, including Filecore, ICS-IDE, EESOX and Powertec. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Classrooms Of Tomorrow (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Active Configuration Profile (MODEM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Auxillary Control Process From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio Capture and Playback Adapter (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Communications Protocol Card (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
(Advanced configuration and Power Interface) is an open industry specification co-developed by Hewlett-Packard, Intel, Microsoft, and Toshiba. ACPI establishes industry-standard interfaces for OS-directed configuration and power management on laptops, desktops, and servers. ACPI evolves the existing collection of power management BIOS code, Advanced Power Management (APM) application programming interfaces (APIs, PNPBIOS APIs, Multiprocessor Specification (MPS) tables and so on into a well-defined power management and configuration interface specification. The specification enables new power management technology to evolve independantly in operating systems and hardware while ensuring that they continue to work together. From ACPI http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Configuration and Power Interface (Intel, MS, Toshiba, ACPI, OSPM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Configuration and Power Interface - Component Architecture (ACPI, Intel), "ACPI-CA" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Utilities for using ACPI Modern computers support the Advanced Configuration and Power Interface (ACPI) to allow intelligent power management on your system and to query battery and configuration status. This package contains acpid, which is the user-space daemon needed in order to make the Linux ACPI support completely functional. In order to use this package you need a recent Kernel (=>2.4.7). This can be one including the patches on http://acpid.sourceforge.net or a non patched one. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automated Corporate Planning Tool From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Anonymous Call Rejection From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Attenuation to Crosstalk Ratio (cable) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Call Recording From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Abreviation by CROping Names that Yield Meaning (slang) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
an abbreviation. Examples of Linux related acronyms are KDE, ELF and GNU. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Control System (DISA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Communications System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Al's Circuit Simulator -- dummy package acs, Al's Circuit Simulator, has been renamed GNUCAP. This is a dummy package to force an upgrade to the new package name. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alternate character set From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Architekten, Computer, Systeme (fair) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Communication Server From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Australian Computer Science From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Australian Computer Society (org., Australia) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association Control Service Element (OSI, ISO, DIS 8649) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced/Atari Computer System Interface (Atari) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ATM Circuit Steering Management Information Base (ATM, MIB), "ACS-MIB" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Academic Computing Services NETwork From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Aural Cascading Style Sheets (CSS, HTML, WWW) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Architecture Characterization Template (DISA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
America's Carriers Telecommunications Association (USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ACcess TEchnologies Forum (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
read/write flags marking active boot partition From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ACTivate Physical Unit (SNA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Communications Technologies and Services (Europe, ACTS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Calling Unit From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Client Update (Novell, Netware) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association of College and University Telecommunication Administrators (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Active Directory (MS, WIndows, AD, DS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Analog-to-Digital (D/A), "A/D" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorized Distributor (DEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Autonomous DOMAIN From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A wireless networking architecture in which there is no central access point. Nodes act as peers on the network and transmit information directly to recipient nodes. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Data Acquisitions From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. A Pascal-descended language that was at one time made mandatory for Department of Defense software projects by the Pentagon. Hackers are nearly unanimous in observing that, technically, it is precisely what one might expect given that kind of endorsement by fiat; designed by committee, crockish, difficult to use, and overall a disastrous, multi-billion-dollar boondoggle (one common description wss "The PL/I of the 1980s"). Hackers find Ada's exception-handling and inter-process communication features particularly hilarious. Ada Lovelace (the daughter of Lord Byron who became the world's first programmer while cooperating with Charles Babbage on the design of his mechanical computing engines in the mid-1800s) would almost certainly blanch at the use to which her name has latterly been put; the kindest thing that has been said about it is that there is probably a good small language screaming to get out from inside its vast, elephantine bulk. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ada CGI interface This package lets you build CGI applications in Ada. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adamantix, formerly known as TrustedDebian, aims to create a highly secure but usable Linux platform. To accomplish this, the project will use currently available security solutions for Linux (like kernel patches, compiler patches, security related programs and techniques) and knit these together to a highly secure Linux platform. The initial release, version 0.9, became available March 18, 2003. Version 1.0.1 was released June 12, 2003. A 'secured' distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association of Data Processing Service Organisation (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Architecture Design, Analysis, and Planning Tool From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a device that allows one system to connect to and work with another. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a data compression technique that dynamically adjusts the algorithm used based on the content of the data being compressed. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Allied DATa processing Publication (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A DeBugger (Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Desktop Bus (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ad! BBS. A perl based bbs or easy menu system. aD! BBS was basically written to provide a nice, easy to use menu / bbs interface, currently it doesn't handle special permissions, group permissions, etc. but they are in the 'todo' list. Supports ANSI Color. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Data Broadcasting System (DirecPC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adaptive Data Compression (MODEM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Analog to Digital Converter From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Display Connector (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Distribution Center (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Data Capture From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Data Communications Control Procedure (ANSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adapter Device Driver (OS/2) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Data Direction Control (RS-485) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Direct Distance Dialing System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
add a user or group to the system From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
convert addresses into file names and line numbers. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tk personal address manager Addressbook is an address manager meant to replace your old paper rolodex. It stores addresses, phone and fax numbers and can interact with some additional programs (i.e., for dialing) It has a nice user interface written in Tcl/Tk. The additional suggested software will enable additional functionality, such as automatic dialing, faxing, printing, etc. The program is still fully functional without any of the suggested software. Author: Clemens Durka <clemens@dagobah.de> Homepage: http://home.pages.de/~addressbook/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Add and remove users and groups This package includes the adduser and deluser commands for creating and removing users. o Adduser can create new users and groups and add existing users to existing groups. o Deluser can remove users and groups and remove users from a given group. Adding users with adduser is much easier than adding them by hand. Adduser will choose appropriate UID and GID values, create a home directory, copy skeletal user configuration, allow you to set an initial password and the GECOS field. Deluser can optionally remove and backup the user's home directory and mail spool or all files on the system owned by him. Optionally a custom script can be executed after each of the commands. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Development Environment From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Aufforderung zur DatenEingabe (BTX) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Administrative Data Entry for Processing Transmission (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Digital Encoding System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Andrew Development Environment Workbench (ATK, Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access control Decision Function (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Document Feeder From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Autocad Device Interface (CAD, AutoCAD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AUTODIN-to-DISN Interface (AUTODIN, DISN, mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Dual Inline Memory Module (DIMM, IC, Leadtek) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Utility to display or set the kernel time variables This program gives you raw access to the kernel time variables. For a machine connected to the Internet, or equipped with a precision oscillator or radio clock, the best way to keep the system clock correct is with xntpd. However, for a standalone or intermittently connected machine, you may use adjtimex instead to at least correct for systematic drift. adjtimex can optionally adjust the system clock using the CMOS clock as a reference, and can log times for long-term estimation of drift rates. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adventure Description Language From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[international conference on the] Advances in Digital Libraries (IEEE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Data Link Control From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Add-Drop-Multiplexer From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Area Division Multiple Access (mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ADministration Management DOMAIN (X.400) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
processing triangulated solid meshes Currently, ADMesh only reads the STL file format that is used for rapid prototyping applications, although it can write STL, VRML, OFF, and DXF files. Some features of admesh are: Fill holes in the mesh by adding facets. Repair facets by connecting nearby facets. Repair normal directions (i.e. facets should be CCW) Remove degenerate facets (i.e. facets with 2 or more vertices equal) Web site: http://www.varlog.com/products/admesh/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
??? (UMTS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/ad-min'/ n. Short for `administrator'; very commonly used in speech or on-line to refer to the systems person in charge on a computer. Common constructions on this include `sysadmin' and `site admin' (emphasizing the administrator's role as a site contact for email and news) or `newsadmin' (focusing specifically on news). Compare postmaster, sysop, system mangler. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
short for administrator, referring to the systems person responsible for the maintenance of a computer. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Device Messaging Specification (banking, Visa) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Active Directory Migration Tool (MS, AD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Manage Squid or Web users using a Web browser This utility allows you to manage Squid or Web users using only a simple Web browser. All the management tasks, including creating, changing, removing, enabling and disabling users can be performed through an easy-to-use Web interface. This package is also know as admuser but it was agreed that admwebuser would be a better package name to be used instead. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Usually refers to a 56Kbps leased-line. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ActiveX Data Objects (ASP, ODBC, MS, IIS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ADvanced On-Screen Information System, "AdonIS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Administrative Data Processing From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Data Processing From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Data Processing (ADP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adaptive Delta Pulse Code Modulation From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Data Processing Equipment (ADP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automated Data Processing Liaison Office (ADP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Data Processing System (ADP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automated Data Processing/Telecommunications (ADP), "ADP/T" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Digital Recording (Streamer, Philips, OnStream) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Digital System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Development System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Distribution System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Documenting System (LAN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Auxiliary Data System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Active Directory Service Interface (MS, COM, AD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Allied Data Systems Interoperability Agency (org., NATO, mil.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asymmetric Digital Subscriber Line [technology] (BELLCORE, AT&T, DSL, ADSL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asymmetric Digital Subscriber Loop is a high-speed Internet access technology that uses a commonly available telephone copper loop. ADSL provides data speeds from 384kbps to 1.5 Mbps, normally using different speeds for the upstream and downstream channel (hence the " Asymmetric" ). ADSL provides a direct, dedicated pipe to an ISP. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asymmetric Digital Subscriber Loop [modulation] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Digital Signal Processor (DSP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Appletalk Data Stream Protocol (Apple, AppleTalk) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Attack, Decay, Sustain, Release [generator] (VCA, audio) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ATM Data Service Unit (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Abstract Data Type From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Developer's Toolkit (MS, DB, Windows) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Data Type From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Development Tools (IBM, AS/400) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atlantic Daylight Time [-0300] (TZ, AST) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Dialing Unit From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Administrative Directory User Agent From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatisierte DatenVerarbeitung From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
staatliche Akademie fuer DatenVerarbeitung (org., Uni Boeblingen, Germany) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An industry specification that lets an operating system control power management and configuration to PC and server components. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Hardware interface for the acceleration of graphics to a display such as a monitor. AGP video cards display three-dimensional graphics faster than peripheral component interconnect (PCI) cards. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Legacy power control and configuration specification for hardware in PCs and servers. APM as a standard has been replaced by ACPI. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A system-level component interface used to connect CD-ROMs and tape drives to PCs and servers, as defined by the enhanced integrated drive electronics (EIDE) specification. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/ad'vent/ n. The prototypical computer adventure game, first designed by Will Crowther on the PDP-10 in the mid-1970s as an attempt at computer-refereed fantasy gaming, and expanded into a puzzle-oriented game by Don Woods at Stanford in 1976. (Woods had been one of the authors of INTERCAL.) Now better known as Adventure or Colossal Cave Adventure, but the TOPS-10 operating system permitted only six-letter filenames. See also vadding, Zork, and Infocom. This game defined the terse, dryly humorous style since expected in text adventure games, and popularized several tag lines that have become fixtures of hacker-speak: "A huge green fierce snake bars the way!" "I see no X here" (for some noun X). "You are in a maze of twisty little passages, all alike." "You are in a little maze of twisty passages, all different." The `magic words' xyzzy and plugh also derive from this game. Crowther, by the way, participated in the exploration of the Mammoth & Flint Ridge cave system; it actually has a `Colossal Cave' and a `Bedquilt' as in the game, and the `Y2' that also turns up is cavers' jargon for a map reference to a secondary entrance. ADVENT sources are available for FTP at ftp://ftp.wustl.edu/doc/misc/if-archive/games/source/advent.tar.Z. There is a Colossal Cave Adventure page. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a DVI previewer and presenter written in Objective Caml Active-DVI is a DVI previewer and presenter written in Objective Caml (http://caml.inria.fr/ocaml/) with some eye candy effects for presentation, support for interactive demonstrations, and embedding of arbitrary applications within the presentation (hence the Active adjective of the presenter :). Active-DVI does not (yet) support postscript fonts (see the README.Debian for more details). Active-DVI also has the ability to run embedded commands, which may cause security problems when viewing untrusted DVI files. make sure to read the README.Debian for more information From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatisiertes DatenVerarbeitungsSystem From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Data eXchange From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Events (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Entity / Environment / Execution / Engineering (APE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Electronics Association (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchroner EmulationsAdapter (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Analog Expansion Bus From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Error Correction (CD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An easy to use screen-based editor aee (advanced easy editor) is intended to be an easy to use screen-based editor that requires no instruction to use. Its interface is highlighted by simple pop-up menus, which makes it easy for the users to carry out tasks without remembering the commands. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access control Enforcement Function From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Electronic Guidance and Instrumentation System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced software management tool. Aegis integrates standard software tools such as gcc and cvs into an easy to use, extensible software management system. Aegis simplifies the problems associated with multiple developers and development trees using a transaction-based approach to version control, along with a web-browsable repository and an integrated testing mechanism. See aegis-doc for documentation, aegis-tk for a TK based user interface, and aegis-web for a web based user interface. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Enabling Interface (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Equipment Identification From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Event Interprocess Messaging Protocol (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Emulation Management (Brother) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Events Object Model (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asociacion Espanola Para la Inteligencia Artificial (org., Spain, AI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Web-based e-mail client. AeroMail is a web-based e-mail client noted for its elegant interface. Other highlights include: - attachments - images - cookie-free http authentication. It is written in PHP using PHP's built in IMAP functions. Details at http://cushman.net/projects/aeromail/index.php From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Encryption Standard (cryptography) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Environment Service / Specification (OSF) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Emulation Switching (Lexmark) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The United States encryption standard that replaces the older/weaker DES standard. Contrast: The main impetus behind AES to replace DES is the support for larger key sizes. DES uses 56-bit keys, which can be cracked in just a few minutes (in the year 2001). In contrast, AES supports 128-bit keys (as well as 192-bit and 256-bit). Whereas both DES and AES are fundamentally block-ciphers, AES is also designed to be an efficient stream-cipher and hash algorithm. Whereas DES was designed to be hardware based (software implementations are much slower), AES has been designed to be efficient in both software and hardware. In particular, implementations in ANSI C, Java, and x86 assembly language were important. Another important criteria was the ability for the algorithm to work within smart-cards with slow CPUs and limited memory. Key point: The NIST director in charge of selecting the AES algorithm says: "If Moore's law continues and quantum computing doesn't manifest itself, then I think this system will have a good 30 year run". Misconception: AES does not replace DES. In the 1980s, DES was the most used encryption algorithm. However, due to length of time it took the government to come up with a replacement standard, other encryption algorithms became widely used, such as RC2, RC4, Blowfish, IDEA, and Triple DES. Moreover, crypto has became very "pluggable", with many products supporting numerous simultaneous encryption algorithms. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Auto Engineering Society/European Broadcasting Union (Digital audio), "AES/EBU" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Event Terminology Extension (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Email and PIM application for KDE Aethera is a pim application, i.e. it handles all kinds of personal information: email, contacts, notes, tasks, todos, journals. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Event User Terminology (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a minimalist window manager for X11 aewm is a minimalist window manager for X11. It has no nifty features, but is light on resources and extremely simple in appearance. It should eventually make a good reference implementation of the ICCCM. A few separate programs are included to handle running programs, switching between windows, etc. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
minimal window manager written in C++ aewm++ is a minimal window manager for X11, based on aewm. It keeps aewm's minimalist look and feel but is written in C++, and adds some modern features like virtual desktops and partial GNOME support. Also included with this package: * appbar: a small application launcher * aewm++_fspanel: a very small panel * setrootimage: draws a gradient on the X root window * aewm++_xsession: keeps an X session alive From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An Emacs-like mail reader and composer. Af is a standalone mail reader which has an Emacs-like interface by default. It has good facilities for handling folders, and commands for handling groups of messages in a single operation. Af is aimed primarily at Emacs users and people who deal with large amounts of mail daily, but other people have found it useful too. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Auxiliary carry Flag (assembler) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
As Far As I'm Concerned (slang, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
As Far As I Can Recall (DFUe, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
As Far As I Can Tell (DFUe, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
As Far As I Know (slang, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
As Far As I Recall / Remember (slang, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[u.s.] Air Force Automated Message Processing Exchange (org., USA. mil.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Client-Server Backup System (Server side) This is a client-server backup system offering several workstations a centralized backup to a special backup server. Backing up only one computer is easily possible, too. Any streaming device can be used for writing the data to it, usually this will be a tape device. Writing backups is normally done sequentially: The next writing to tape goes to the end of the previous write no matter where you have restored from in the meantime. Features: - Authentication of the client is performed before it can take over control - Access restriction for the streamer device -> security - Client-side per-file compression -> reliability - Data stream is written to tape in pieces -> fast finding of files - Tape position logging for each file - Tape capacity is fully used - Full / incremental backups - Raw partitions can be backed up - Client and Server buffering for maximal throughput is done Note: Tk is required if you want to use the graphical configuration tool instead of the text configuration tool. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AntiFerromagnetically Coupled [technology] (IBM, HDD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Foundation Classes (MS, GUI, Java) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Font Change From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association Francaise pour la Cybernetique Economique et Technique (org., France) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic File Distribution From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple File Exchange (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AFrican EDIFACT Board (org., EDIFACT), "AF/EB" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
application to "stick" little notes on the desktop. Affiche is a little application that allows people to "stick" little notes on their computer desktop. It was made for the GNUstep environment. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authority and Format Indicator (NSAP, IDP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authority Frame Identifier From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association for Font Information Interchange (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Air Force Information Network (network, USA, mil.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Archive file manipulation program. Afio manipulates groups of files, copying them within or between filesystems and an afio archive. Afio archives are portable as they contain only ASCII-formatted header information. Afio makes cpio-format archives. Afio deals somewhat gracefully with input data corruption. Afio supports multi-volume archives during interactive operation. Afio can make compressed archives that are much safer than compressed tar or cpio archives. Afio is best used as an `archive engine' in a backup script. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AutomatisiertesFingerabdruck-InformationsSystem (INPOL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Away from Keyboard (slang, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
convert Adobe font metrics to TeX font metrics From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Air Force Network (network, USA, mil.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Function Presentation (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Appletalk Filing Protocol (Apple, AppleTalk) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Function Printing Architecture (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Function Printing Data Stream (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authenticated Firewall Traversal (IETF) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A window manager with the NEXTSTEP look and feel. AfterStep is a window manager based on FVWM which attempts to emulate the NEXTSTEP look and feel, while retaining the configurability of its predecessor. Note that this window manager makes extensive use of the color palette. If you have only an 8-bit color display, it will run as packaged, but you may want to modify the configuration to use fewer colors. AfterStep is a continuation of the BowMan window manager project, but the name was changed to reflect the desire that it do more than simply emulate and become a valuable window manager in its own right. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
One of several user interfaces (window managers), AfterStep makes Linux look and feel much like NeXTSTEP, with enhancements. For more on AfterStep, go to www.afterstep.org. (Also, see Enlightenment, GNOME, KDE, and X Window System.) From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Anonymous File Transfer Protocol (FTP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association Francaise des Utilisateurs d'Unix (org., France, Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Graphics Adapter From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The KDE2 frontend to the AudioGalaxy Linux client. AGBrowser is a program to complement the official satellite program for Linux from AudioGalaxy. By using AGBrowser, every dependency on another program to search for, download, share, and manage mp3s has been satisfied. AGBrowser requires the use of the non-open, non-free AudioGalaxy Satellite software. The installer is available as a Debian package, agsatellite. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Gain Control (audio) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Grant CHannel (GSM, CCCH, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
there are two versions of the VR3d. One was released in December 2000 in the U.S., and the "Second Edition" was released in January 2001 in the U.S. and in Germany. Agenda Computing was scheduled to complete development in the spring of 2002, but their website seems to have disappeared [July 22, 2002]. Handhelds/PDA based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ArbeitsGemeinschaft Elektronisches Publizieren [e.v.] (org., DTP), "AgEP" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arbeitsgemeinschaft der GrossForschungseinrichtungen [deutschlands] (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ArbeitsGemeinschaft Freier MailBoxen (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CIDR network aggregation and filtering aggregate is a tool for aggregating CIDR networks. Input is read from stdin and output is written to stdout. It understands IPv4 networks represented as network/prefix, network/netmask and start_address - end_address. It is able to read input in any one of these formats and output in the same or a different format. It is also able to limit the maximum and minimum prefix length that will be output. This can be used to filter, for instance ignoring all networks with a prefix longer than 24 bits. That is all networks smaller than a traditional Class C. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AT&T Global Network Services (AT&T) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced / Accelerated Graphics Port (Intel, MMX, AGP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audiogalaxy Satellite (installer) The Audiogalaxy Satellite is a small and simple program that allows you to share your music with friends and other users on Audiogalaxy. Audiogalaxy does not allow redistribution of their software. Therefore, this package requires the user to fetch the Audiogalaxy Satellite separately from their web site. When you install this package you will be guided through that process. This package installs the file AGSatellite0520-glibc21.tar.gz from the www.audiogalaxy.com website (look for "Download Satellite"). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[IP] Authentication Header (IPSEC, IPV6, RFC 1826, VPN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Health Information Management Association (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Analytical Hierachy Process From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Army High Performance Computing Research Center (org., USA, HPC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/A-I/ n. Abbreviation for `Artificial Intelligence', so common that the full form is almost never written or spoken among hackers. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adobe Illustrator (Adobe) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Artificial Intelligence From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Integration Architecture From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Artificial Intelligence roBOt (Sony, AI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AIX windows Interface Composer (AIX, IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[SRI] Artificial Intelligence Center (SRI, AI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Associazione Italiana per l'Informatica ed il Calcolo Automatico (org., Italy) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application IDentifier (APDU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Attention Interrupt ??? [key] (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AUTODIN Interface Device (AUTODIN, mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Aktuelle Informationen in Deutsch zum Amiga (AC, Amiga) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
African Internet Development Action Team (org., Internet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Intrusion Detection Environment AIDE creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files. It has several message digest algorithms (md5,sha1,rmd160,tiger,haval,etc.) that are used to check the integrity of the file. More algorithms can be added with relative ease. All of the usual file attributes can also be checked for inconsistencies. You will almost certainly want to tweak the configuration file in /etc/aide/aide.conf. See manual.html for information on this file. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Installation and Diagnostic Service From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio Interchange File Format From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Active Input Interface (UNI, PMD, FDDI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Associazione Italiana per l'Intelligenza Artificiale (org., Italy, AI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association for Information and Image Management (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Invar Mask (Display, ViewSonic) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alternate Input Method (OS/2) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AOL Instant Messenger [protocol] (AOL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple, IBM, Motorola [consortium] (Apple, IBM, Motorola, org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association of Imaging Manufacturers (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ATM / Ascend Inverse Multiplexing [protocol] (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Interface Management (Brother) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Additive-Increase Multiplicative-Decrease (TCP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Interactive Mudding Environment A MUD/Multi-user participatory environment server with a built-in builder port for straight-forward world creation, an online interpreted scripting engine for game logic, and an extremely flexible track-based level/quest/profession system. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Internet Mail Server (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association of Imaging Manufacturers ??? /Shared Resource Control Facility (Fujitsu), "AIM/SRCF" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Intelligent Network (IN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Auto Insert Notification (CD-R) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Input/Output From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association of Internet Professionals (org., Internet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Associazione Informatici Professionisti (org., Italy) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ATM Interface Processor (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Image Refinement (Canon), "A.I.R." From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WLAN sniffer A wireless LAN (WLAN) tool which cracks encryption keys on 802.11b WEP networks. AirSnort operates by passively monitoring transmissions, computing the encryption key when enough packets have been gathered. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[international symposium on] Artificial Intelligence in Real-Time Control (IFAC, IFIP, IMACS, conference) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Account Information Security From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alarm Indication Signal (UNI, ATM, OAM, DS3/E3) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applied Information Sciences (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Applied Information Systems (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arbeitgeber-Informations-Service (WWW) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automated Information System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association of Imaging Service Bureaus (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alarm Indication Signal-External (UNI, ATM), "AIS-E" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ish/base64/uuencoded_file converter Aish is a file converter, which can encode binary files to ascii text as ish/base64/uuencoded_file. Aish can also decode them. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[south australian] Artificial Intelligence Special Interest Group (org., Australia, AI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association for Internet Service Providers (org., USA, ISP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association of Information Systems Professionals (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automated Information Systems Security Officer (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Agency of Industrial Science and Technology (org., Japan) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Intelligent Tape (Sony, Streamer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Angewandte InformationsTechnik [verlags gmbh] (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[research institute for] Advanced Information TEChnology (org., Japan) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association Internationale pour les Technologies Objets (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
As I Understand It (slang, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
All In Wonder [graphic card] (ATI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
APPN Implementers Workshop (org., APPN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Interactive eXecutive (IBM, Unix, OS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Interactive eXecutive/Enterprise Systems Architecture (IBM, AIX), "AIX/ESA" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association of Japanese Business Studies (org., Japan) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Kit (NextStep, OpenStep, Apple, Rhapsody) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Also Known As From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arbeitsgemeinschaft der deutschen KI Institute (org., KI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
one of the key developers of the Debian distribution. Wichert has also written important Linux programs such as strace and APT. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Artificial Life From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Assembly Language From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alamin GSM SMS Gateway client Client part of the Alamin GSM SMS Gateway. Used to send commands local or remotely to the gateway server (send a message, query a queue status, etc.). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alamin GSM SMS Gateway server Server part of the Alamin GSM SMS Gateway. This gateway allows you to send SMS messages over a GSM network, and receive SMS messages and run a program (called input message processor, IMP) to process the incoming message. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio Local Area Network (audio), "A-LAN" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Appletalk Link Access Protocol (Apple, AppleTalk) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
As Late As Possible (slang, Usenet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
KDE Alarm daemon. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adaptation Layer Controller (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arithmetic and Logic Circuits (IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Level Control From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The alchemist is a back-end configuration architecture. Alchemist provides multi-sourced configuration at the data level, postponing translation to native format until the last stage. It uses XML for intermediary data encoding, and can be extended to arbitrarily large configuration scenarios. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
alcolix is a minimal Linux rescue distribution with the goals of being small, compatible, and very usable. It has a cozy shell and a multitude of partition rescue/editing tools, all based on up-to-date releases (e.g., 2.4.x kernel with USB support). It uses cpio.bz2 data disks and has a full GRUB bootloader, memtest86, and more. Version 2.4.20 BETA3 was released June 16, 2003. A 'special purpose/mini' distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alcove customisation of the DocBook DTD and stylesheets This includes the AlcoveBook DTD (generic, still to be refined into several other DTDs), and the Alcove DSSSL stylesheets, which currently include: - a generic extension over Norman Walsh's modular stylesheets - a book-like style for article - an improved article style (still somewhat experimental) It integrates smoothly within the sgml2x framework. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adaptive Lossless Data Compression (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Address Lifetime Expectation (org., IETF, IP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Link Enabling (R/3, SAP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atlanta Linux Enthusiasts (Linux, user group) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atomic Layer Epitaxy (IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorized Linux Education Center (Linux, Caldera) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Aleph programming language - runtime Aleph is a multi-threaded functional programming language with dynamic symbol bindings that support the object oriented paradigm. Aleph has a rich set of features providing runtime compatibility with C++. The engine runs on both 32 bits and 64 bits platforms. It is designed to be portable across platforms. This package contains the runtime binaries & libraries. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Aleph One provides well-documented Linux distributions for various ARM-based systems. LWN distribution survey results for February 6, 2000. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
X11 Teletext/Videotext browser AleVT is an X11 program for browsing and searching Teletext/Videotext pages received by a compatible decoder (at the moment, bttv). Features include: * Multiple windows * Page cache * Regular expression searching * Built-in manual Additional command line utilities can * receive the time from Teletext/Videotext * capture pages and write them to disk Teletext/Videotext is used by TV channels to transmit textual information pages (it's transmitted via non-visible scan lines). Bttv is a driver for frame grabber cards using the Bt848 family of video decoder chips. It is included in the Linux kernel starting with version 2.2 or available separately from http://bytesex.org/bttv/ Homepage: http://www.goron.de/~froese/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ALGOrithmic Language From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A series of rules/procedures for solving a mathematical or logical problem. From an infosec point of few, the most interesting mathematical problems are those of cryptography. Cryptographic algorithms of interest are those for encrypting messages or generating unique hashes. Analogy: An cookbook recipe is an algorithm. Key point: Different algorithms have different levels of complexity. For example, consider the ancient parable (Babylonian?) about a king and a wise subject who did a favor for him. The subject asked for one piece of grain to be placed on the first square of a chess board, two grains on the second, four grains on the third, and so on, doubling the amount of grain for each successive square. This problem demonstrates an algorithm of exponential complexity. For the first 10 squares of the chess board, the series is: 1 2 4 8 16 32 64 128 256 512. Thus, for the first 10 squares, roughly a thousand grains must be paid out. However, the series continues (using K=1024): 1k 2k 4k 8k 32k 64k 128k 256k 512k. Thus, for the first 20 squares, roughly a million grains must be paid out. After 30 squares, roughly a billion grains must be paid out. For 40 squares, roughly a trillion grains must be paid out. This is directly related to such things as key size. A 41-bit key is twice as hard to crack as a 40-bit key. A 50-bit key is a thousand times harder. A 60-bit key is a million times harder. This is why the 128-bit vs. 40-bit encryption debate is so important: 128-bit keys are a trillion trillion times harder to crack (via brute force) than 40-bit keys. Key point: Most algorithms are public, meaning that somebody trying to decrypt your message knows all the details of the algorithm. Consequently, the message is protected solely by the key. Many people try to add additional protection by making the details of the algorithm secret as well. Experience so far has led to the belief that this actually leads to weaker security for two reasons. First, such secrets always get discovered eventually, so if security depends upon this secret, it will eventually be broken. Secondly, human intelligence is such that someone cannot create a secure algorithm on his/her own. Therefore, only by working with a community of experts over many years can humans create a secure algorithm. To date, only two such communities exist: the entire world of cryptography experts publishing the details of their work and trying to break other people's work, and the tightly knit community of cryptography experts working in secret for the NSA. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A secondary or symbolic name for a file, a collection of data, or a computer device. In a spreadsheet, a range name, such as Income, is an alias for a range, such as A3..K3. In networks, group aliases provide a handy way to send electronic mailed two or more people simultaneously. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An alternate name, or abbreviation, used in place of a command or a sequence of commands in the C shell and the Korn shell. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An alternate name, symbolic link, network configuration, or icon that points to a corresponding file or directory location. Aliases are useful for concatenating long strings or commands into shorter, less complex names. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The word alias is used for many different things within infosec. In all its definitions, it generally means somesort of alternate name for something. Some definitions used for alias are: e-mail alias http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Flexible ICQ client in pure Tcl/Tk Alicq is pure Tcl/Tk implementation of ICQ client with flexible modularized architecture, support for ICQ2000/Oscar protocol, and ability to pick up Licq configuration files and user database. Why would you use it? It is small, about 2500 lines as of release 0.6. It is modular and extendable in best tradition of the Tcl scripting language. New modules are easy to write, and dozen lines Tcl module can do a lot. It is crossplatfrom: works on Unix, Windows, Macintosh, and on any other system supported by Tcl/Tk. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
install non-native packages with dpkg Alien allows you to convert LSB, Red Hat, Stampede and Slackware Packages into Debian packages, which can be installed with dpkg. It can also generate packages of any of the other formats. This is a tool only suitable for binary packages. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A comprehensive guide to building a GNU/Linux distribution. Initial version 0.0.1 was released January 2, 2002. Version 0.1.0 was released July 18, 2002. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Archie Like Indexing in the WEB (WWW) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatisierte LiegenschaftsKarte (ALTIS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
force the most important Computer-Modern-fonts to be calculated From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
force the most important Computer-Modern-fonts to be calculated From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
cool game, demonstrating power of the Allegro library This game is distributed with the Allegro library and shows a new Allegro programmer the power of this lib. But it is more than an usual feature demo, it is fully playable and may make some fun... From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
one of the lead developers of the Samba Windows file-and-print-sharing software. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
the creator of sendmail -- one of the most important pieces of software ever created by the OpenSource community. Eric has established Sendmail, Inc., which produces both open-sourced and proprietary versions of sendmail. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
force the calculation of all fonts now needed From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
If set, bash allows pathname patterns which match no files (see Pathname Expansion below) to expand to a null string, rather than themselves. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application / Appware Loadable Module (Novell, Netware) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Line Module From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Line Multiplexer From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This package provides a SGML typesetting system. Alml is a SGML typesetting system developed for a big italian document: "Appunti di informatica libera". Alml is made for very big documentation projects, and can generate PDF, PostScript, HTML and pure text output. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Library for Object Embedding (Apple, OpenDoc) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Assembly Language Processor (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a family of advanced RISC-based, 64-bit CPUs from Digital (now Compaq). Alpha's were introduced back in 1992. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The term used to describe an early release of software that will have many bugs and features missing. See beta software. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Logic Research, inc (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adjacent Link Station (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Linux Sound Architecture (Linux) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The ALSA sound driver was originally written as a replacement for the Linux kernel sound for Gravis UltraSound (GUS) cards. As this GUS replacement proved to be a success, the author started the ALSA project for a generic driver for several sound chips, with fully modularized design. It is compatible with the OSS/Free and OSS/Linux sound drivers (the drivers in the kernel), but has its own interface that is even better than the OSS drivers. A list of features can be found at http://www.alsa-project.org/intro.html. The main page of the ALSA project is http://www.alsa-project.org/ From ALSA-HOWTO The ALSA sound drivers have proven to be such a success that they have replaced the OSS drivers in the Linux kernel. From Binh http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ALSA configurator This is configurator for ALSA driver. Run it, if you need configure your sound card. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PCM player designed for ALSA Alsaplayer is a PCM player designed specifically for use with ALSA, but works great with OSS or EsounD. It's heavily threaded which cuts down on skipping, offers optional and even simultaneous visual scopes, plays mp3, mp2, ogg, cdda, audiofs, and lots more. This empty package provides an easy transition to either the gtk or text frontends; it may be safely removed once all its dependencies are installed. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Associazione nazionale Laureati in Scienze dell'informazione e Informatica (org., Italy) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/awlt/ 1. n. The alt shift key on an IBM PC or clone keyboard; see bucky bits, sense 2 (though typical PC usage does not simply set the 0200 bit). 2. n. The `option' key on a Macintosh; use of this term usually reveals that the speaker hacked PCs before coming to the Mac (see also feature key, which is sometimes incorrectly called `alt'). 3. n.,obs. [PDP-10; often capitalized to ALT] Alternate name for the ASCII ESC character (ASCII 0011011), after the keycap labeling on some older terminals; also `altmode' (/awlt'mohd/). This character was almost never pronounced `escape' on an ITS system, in TECO, or under TOPS-10 -- always alt, as in "Type alt alt to end a TECO command" or "alt-U onto the system" (for "log onto the [ITS] system"). This usage probably arose because alt is more convenient to say than `escape', especially when followed by another alt or a character (or another alt and a character, for that matter). 4. The alt hierarchy on Usenet, the tree of newsgroups created by users without a formal vote and approval procedure. There is a myth, not entirely implausible, that alt is acronymic for "anarchists, lunatics, and terrorists"; but in fact it is simply short for "alternative". From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/awlt bit/ [from alternate] adj. See meta bit. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
LWN distribution survey completed May 3, 2002. ALT Linux got its start as a Linux-Mandrake Russian Edition Spring 2001. Designed to be a universal distribution, suitable for server organization, for user workstations and for software development, ALT Linux has diverged from its roots and split into several projects, all with the same code base. For example, there's Castle, a secured, RSBAC-enabled, server distribution; and ALT Linux Junior, a single-disk distribution for home computers, designed especially for beginners, easy to install and use. The unstable Sisyphus branch changes daily. ALT Linux Master 2.2 was released March 7, 2003. ALT Linux Junior 2.2 (Plum) was released March 26, 2003. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association of Long-distance TELephone companies (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ALTERnative Network Information Center (Internet, USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alternate gcc package for the libc5 environment. This special gcc package works with the libc5-altdev package to build binaries for the old libc5/ld-linux.so.1 environment. It can coexist with the standard libc6 development packages. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
IMAP email client for GTK+ The designers of Althea felt that there wasn't a stable, easy to use, GUI, IMAP (Internet Message Access Protocol) e-mail client for X Windows. The design goal was a stable e-mail client with the richness of usability of Microsoft's Outlook, Qualcomm's Eudora, and Cyrusoft's Mulberry. This package was built without SSL support. If you want SSL support, use the althea-ssl package, which is available in non-US, instead. Check the documentation at /usr/share/doc/althea/help.html before filing a bug report. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association for Local Telecommunications Services (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arithmetic and Logic Unit (CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Active Matrix (LCD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Amplitude Modulation From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Mode From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The 4.4BSD automounter. Amd is an automounter--it mounts file systems "on demand" when they are first referenced and unmounts them after a period of inactivity. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Message Accounting From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AMA Collection System (AMA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Maryland Automatic Network Disk Archiver (Client) Amanda is a backup system designed to archive many computers on a network to a single large-capacity tape drive. This package is suitable for large amounts of data to backup. For smaller solutions take a look at afbackup, tob, taper, ... Features: * will back up multiple machines in parallel to a holding disk, blasting finished dumps one by one to tape as fast as we can write files to tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host with a large holding disk can be filled by Amanda in under 4 hours. * built on top of standard backup software: Unix dump/restore, and later GNU Tar and others. * does simple tape management: will not overwrite the wrong tape. * supports tape changers via a generic interface. Easily customizable to any type of tape carousel, robot, or stacker that can be controlled via the unix command line. * for a restore, tells you what tapes you need, and finds the proper backup image on the tape for you. * recovers gracefully from errors, including down or hung machines. * reports results, including all errors in detail, in email to operators. * will dynamically adjust backup schedule to keep within constraints: no more juggling by hand when adding disks and computers to network. * includes a pre-run checker program, that conducts sanity checks on both the tape server host and all the client hosts (in parallel), and will send an e-mail report of any problems that could cause the backups to fail. * can compress dumps before sending or after sending over the net, with either compress or gzip. * can optionally synchronize with external backups, for those large timesharing computers where you want to do full dumps when the system is down in single-user mode (since BSD dump is not reliable on active filesystems): Amanda will still do your daily dumps. * lots of other options; Amanda is very configurable. THIS PACKAGE RELIES ON A RUNNING AMANDA SERVER IN YOUR NETWORK. For a quick start read the README.client.debian in /usr/share/doc/amanda-client. Explanation of suggested programs: - awk and gnuplot are needed for plotting statistics of backups From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Maryland Automatic Network Disk Archiver (Libs) This package contains libraries required by the amanda client and server packages. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Maryland Automatic Network Disk Archiver (Server) Amanda is a backup system designed to archive many computers on a network to a single large-capacity tape drive. This package is suitable for large amounts of data to backup. For smaller solutions take a look at afbackup, tob, taper, ... Features: * will back up multiple machines in parallel to a holding disk, blasting finished dumps one by one to tape as fast as we can write files to tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host with a large holding disk can be filled by Amanda in under 4 hours. * built on top of standard backup software: Unix dump/restore, and later GNU Tar and others. * does simple tape management: will not overwrite the wrong tape. * supports tape changers via a generic interface. Easily customizable to any type of tape carousel, robot, or stacker that can be controlled via the unix command line. * for a restore, tells you what tapes you need, and finds the proper backup image on the tape for you. * recovers gracefully from errors, including down or hung machines. * reports results, including all errors in detail, in email to operators. * will dynamically adjust backup schedule to keep within constraints: no more juggling by hand when adding disks and computers to network. * includes a pre-run checker program, that conducts sanity checks on both the tape server host and all the client hosts (in parallel), and will send an e-mail report of any problems that could cause the backups to fail. * can compress dumps before sending or after sending over the net, with either compress or gzip. * can optionally synchronize with external backups, for those large timesharing computers where you want to do full dumps when the system is down in single-user mode (since BSD dump is not reliable on active filesystems): Amanda will still do your daily dumps. * lots of other options; Amanda is very configurable. For a quick start read the README.server.debian in /usr/share/doc/amanda. Explanation of suggested programs: - perl is needed for some non essential server utilities - awk and gnuplot are needed for plotting statistics of backups - to backup the tape server, you need to install the client too - /usr/bin/Mail from mailx is used by amcheck to mail info about which tape is needed next, etc From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
As Much As Possible (DFUe, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Networt protocol probing tool Amap allows you to probe IP ports for running protocols, ignoring the port number. It does this by sending probe packets to the port and analyzing the responses. This will allow you to find services running on non-standard ports. Having nmap installed is suggested, since amap cannot scan for open ports (but there is an option to import nmap's output). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AMA Recording Center (AMA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AMA Standard Entry (AMA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AMA Transmitter (AMA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GTK+ based window manager AMATERUS is a GTK+ based Window Manager. It has some interesting features like: * It is written with GTK * You can make "window group" and manipulate windows which belong to the group together. * You can edit the title bar strings. * Configuration file has an XML syntax (implementation is not so stable nor complete, though). * You can apply the GTK+ theme to the window manager. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AMA TeleProcessing System (AMA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interface between MTA and virus scanner. AMaViS is a script that interfaces a mail transport agent (MTA) with one or more virus scanners. AMaViS supports MTAs are exim, qmail, postfix, and sendmail, although this version has been built with only postfix support. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphical HTML Editor from w3.org Amaya is a WYSIWYG HTML Editor, based on the thot toolkit developed at INRIA. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Active Matrix Color Display (AMD, LCD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Activity Monitoring Completion Detection From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Active Matrix Display (LCD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced MicroDevices [inc.] (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Metal Evaporated [tape] (Seagate, Streamer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Modeling Extension (AutoCAD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
hosts. These tools will provide you with the IP addresses for given host names, as well as other information about registered domains and network addresses.You should install bind-utils if you need to get information from DNS nameservers. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Active Matrix Electro Luminescent (AMD, LCD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alphanumeric characters are represented by numbers ranging from 0 to 127 and are translated into a 7-bit binary code. ASCII allows for easy transfer of text-only files between different kinds of computers. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automated Material Handling From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automated Message Handling System (MHS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alternate Mark Inversion (ISDN, T1) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Megatrends Incorporation (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An X input method server for Korean text input Ami is an X input method server for Korean text input. Hangul or Hanja Korean text can be input with Ami, which responds the requests from XIM compliant applications. In this package, Ami has been built as a standalone version and a WindowMaker dock. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ATM Management Interface (ForeRunner) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Medical Informatics Association (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Australian Medical Informatics Association (org., Australia) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Memory-mapped I/O Controller (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Amiga Digital Environment (Amiga), "AmigaDE" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Mobile Integration in General Operating Systems From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio Message Interface Standard From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ACPI Machine Language (ACPI, ASL, BIOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Active Matrix Liquid Crystal Display (AMD, LCD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Memory Management Architecture From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automated Multi-Media Exchange From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Allgemeines Mailbox NETzwerk (BBS, network) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Modular Operating Kernel (OS, Cray) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a KDE creature for your desktop AMOR stands for Amusing Misuse Of Resources. It provides several different characters who prance around your X screen doing tricks and giving you tips. This package is part of the official KDE toys module. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alpha Microsystems Operating System (OS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automated Message Processing Exchange From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
jump'n run game that offers some unique visual effects Amphetamine is an exciting Jump'n run game that offers some unique visual effects like colored lighting, fogging and coronas. You must fight eleven evil monsters with your magic weapons. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Any type of system on the network that can be used to amplify (increase) the the size of traffic is known as an amplifier. Example: The classic example is the smurf amplifier. An attacker spoofs the address of a victim and sends directed broadcasts to the amplifier, which then sends hundreds of replies back to the victim. Thus, it only costs the attacker a single packet to send many packets to the victim. Example: A more subtle attack is the use of DNS. The DNS response packet can be much larger than the request. This allows an attacker to flood the victim with large packets at the cost of small packets. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Mobile Phone Service (mobile-systems, Motorola) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio MODEM Riser [slot] (Intel) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Monitor System (OS, DEC, PDP 9, PDP 15) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Mathematical Society (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Andrew Mail / Message System (Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asymmetric Multiprocessing System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AUTODIN Mail Server (AUTODIN, mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AMStrad Disk Operating System (Amstrad, OS), "AMS-DOS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
structured text formatting and typesetting From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Active Matrix Technology (AMD, LDC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Media Toolkit (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Average Modulation Transfer Function From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Active Matrix Thin Film Transistor (AMD, LCD, TFT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Media Tool Programming Environment (Apple), "AMT PE" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Architecture Methodology Working Group (org., DISA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Node From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alternating Network From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Very fast anagram generator. Generates anagrams for a phrase supplied by the user, the words used in the anagram are taken from a specified dictionary which should contain one word per line (default:/usr/share/dict/words). Appears to be up to 10 times faster than wordplay, especially for longer phrases. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a cron-like program that doesn't go by time Anacron (like `anac(h)ronistic') is a periodic command scheduler. It executes commands at intervals specified in days. Unlike cron, it does not assume that the system is running continuously. It can therefore be used to control the execution of daily, weekly and monthly jobs (or anything with a period of n days), on systems that don't run 24 hours a day. When installed and configured properly, Anacron will make sure that the commands are run at the specified intervals as closely as machine-uptime permits. This package is pre-configured to execute the daily jobs of the Debian system. You should install this program if your system isn't powered on 24 hours a day to make sure the maintenance jobs of other Debian packages are executed each day. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Anacron (like `anac(h)ronistic') is a periodic command scheduler. It executes commands at intervals specified in days. Unlike cron, it does not assume that the system is running continuously. It can therefore be used to control the execution of daily, weekly, and monthly jobs (or anything with a period of n days), on systems that do not run 24 hours a day. When installed and configured properly, Anacron will make sure that the commands are run at the specifiedintervals as closely as machine-uptime permits. This package is pre-configured to execute the daily jobs of the RedHat Linux system. You should install this program if your system is not powered on 24 hours a day to make sure the maintenance jobs ofother Red Hat Linux packages are executed periodically. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
analyzes logfiles from web servers Analog is a fast logfile processor that generates usage statistic reports for your web server. Features: * It's fast. Very fast. It can process millions of lines per minute. * It's very scalable. * It's very flexible. The default output will be satisfactory for most people, but there are hundreds of options producing 32 different reports for those who want to do things differently. * It can output in many different languages, and 4 output formats. * It produces attractive output that complies with the HTML spec (and so can be read on any browser). * It can read logfiles in almost any format. * It can be run at the command line or from a web form interface. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An exhaustive exploration of Anarchist theory and practice. The Anarchist FAQ is an excellent source of information regarding Anarchist (libertarian socialist) theory and practice. It covers all major topics, from the basics of Anarchism to very specific discussions of politics, social organization, and economics. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ANlagenBUchhaltung From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AT&T Netware Connect Services (AT&T, Netware) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Auto Nice Daemon The auto nice daemon activates itself in certain intervals and renices jobs according to their priority and CPU usage. Jobs owned by root are left alone. Jobs are never increased in their priority. The renice intervals can be adjusted as well as the default nice level and the activation intervals. A priority database stores user/group/job tuples along with their renice values for three CPU usage time ranges. Negative nice levels are interpreted as signals to be sent to a process, triggered by CPU usage; this way, Netscapes going berserk can be killed automatically. The strategy for searching the priority database can be configured. AND also provides network-wide configuration files with host-specific sections, as well as wildcard/regexp support for commands in the priority database. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Architecture Neutral Distribution Format (OSF) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
And Now For Something Completely Different (slang, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. Either of the characters < (ASCII 0111100) and > (ASCII 0111110) (ASCII less-than or greater-than signs). Typographers in the Real World use angle brackets which are either taller and slimmer (the ISO `Bra' and `Ket' characters), or significantly smaller (single or double guillemets) than the less-than and greater-than signs. See broket, ASCII. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Node Hub Router (AN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Number Identification From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Traditional AI animal guessing engine using a binary tree DB You think of an animal, and this package tries to guess it... when it's wrong, you teach it about your animal. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A GNOME development IDE, for C/C++. Anjuta is a GNOME development IDE and can be used to create either GNOME/Gtk+ applications with glade or glade-gnome or can be used for creating generic applications. It is designed for use with C/C++ and therefore features an easy to use debugger and compilation environment. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Network Managers Association (org., Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced ??? Network Management Protocol From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Artificial Neural Networks (NN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A means of transferring and obtaining files that are available for public download from FTP sites. The publicly available files are usually kept in a directory called /pub/. See File Transfer Protocol (FTP). From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A method of file transfer that allows you to log in to an FTP server as a guest. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access to FTP servers with an account name of "anonymous" or "ftp" (or sometimes "guest"). When you access FTP URLs with your web browser, it will automatically use anonymous FTP. This means that conceptually, anonymous FTP provides access similar to standard HTTP. However, there is a slight difference. Anonymous FTP servers are frequently misconfigured to allow for anonymous write access to the same directories as read access. Hackers regularly scan the Internet looking for anonymous FTP servers that they can use as drop-off spots for porn and warez. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Node Router From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Network & Services Inc. (IBM, MCI. Merit, NFSnet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American National Standard (ANSI, ISO, USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Networked Systems Architecture (ISA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American National Standard Institute (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A standards body made up of industry representatives. For infosec purposes, the two interesting areas are the X9 standards for financial/banking, and the X12 standards for EDI (also governing health-care transactions). Contrast: ANSI is the American representative to the ISO. ANSI is made up of industry, whereas NIST specifies standards only for use within government. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
1. n. [techspeak] The American National Standards Institute. ANSI, along with the International Organization for Standards (ISO), standardized the C programming language (see K&R, Classic C), and promulgates many other important software standards. 2. n. [techspeak] A terminal may be said to be `ANSI' if it meets the ANSI X3.64 standard for terminal control. Unfortunately, this standard was both over-complicated and too permissive. It has been retired and replaced by the ECMA-48 standard, which shares both flaws. 3. n. [BBS jargon] The set of screen-painting codes that most MS-DOS and Amiga computers accept. This comes from the ANSI.SYS device driver that must be loaded on an MS-DOS computer to view such codes. Unfortunately, neither DOS ANSI nor the BBS ANSIs derived from it exactly match the ANSI X3.64 terminal standard. For example, the ESC-[1m code turns on the bold highlight on large machines, but in IBM PC/MS-DOS ANSI, it turns on `intense' (bright) colors. Also, in BBS-land, the term `ANSI' is often used to imply that a particular computer uses or can emulate the IBM high-half character set from MS-DOS. Particular use depends on context. Occasionally, the vanilla ASCII character set is used with the color codes, but on BBSs, ANSI and `IBM characters' tend to go together. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a revision of C, adding function prototypes, structure passing, structure assignment and standardised library functions. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/an'see stan'd*rd/ The ANSI standard usage of `ANSI standard' refers to any practice which is typical or broadly done. It can also be applied in a jovial context in which everyone does something in the same way but it is not quite regulation. For example: ANSI standard shaking of a laser printer cartridge to get extra life from it, or the ANSI standard word tripling in names of usenet alt groups. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Network System Performance and Application Group (RDN-CRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Java based build tool like make A system independent (i.e. not shell based) build tool that uses XML files as "Makefiles". For more information see http://jakarta.apache.org/ant/index.html. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Networking Test Center (org., USA, AMD, FDDI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a method used to better define higher resolution objects in lower resolution. It is a term often used for fonts. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Converts MS Word files to text and ps Antiword is a free MS Word reader. It converts the binary files from MS Word 6, 7, 97 and 2000 to text and Postscript. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AT&T Novell Telephone Services (AT&T, Novell), "A/NTS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Australian National University Meta Language, "ANU ML" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arvutikasutaja Oskustunnistus (Org, Estonia) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Decoder and Viewer for AO-40 Telemetry AO40tlmview decodes the binary telemetry transmitted by the AMSAT OSCAR 40 satellite. It provides an ncurses-based (i.e., text-mode) interface for browsing through the telemetry blocks. The telemetry blocks can either be read from a file (e.g., downloaded from the AMSAT telemetry archive), or received live through a TCP or UDP connection to a demodulator. Furthermore, it can produce simple graphs of the telemetry, either through gnuplot if running in a graphical (X11) environment, or as a crude ASCII graph when running in a text-only environment. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Optometric Association (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Always On, Always Connected (NBS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advice Of Charge, During the call From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advice Of Charge, at the End of the call From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Open Collaboration Environment (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Always On / Dynamic ISDN (ISDN, ACTEF), "AO/DI" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Operating Environment (AT&T) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Active Output Interface (UNI, PMD, FDDI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
America OnLine (network, AOL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AOL Web Server This is the web engine that powers the mighty America On-Line. It is capable of serving a tremendous number of users, and can publish hundreds of virtual servers within the same process at the same time. It is similar in many respects to Zope, except based largely on Tcl. It is multi-threaded, and has a C API that can be used to extend its functionality. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Operating System (OS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Algebraic Operating System (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Australian Overseas Telecommunications Corporation (org., Australia) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arithmetic Output Unit From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asia and Oceania Workshop (OSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Point (WLAN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Provider (ETSI, ETSI 201 671) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Processor From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Auto Precharge (SDRAM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Pagination From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adaptive Packet Assembly From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
All Points Addressable From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arithmetic Processing Accelerator From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apache is the leading internet web server, with over 60% market share, according to the Netcraft survey. Several key factors have contributed to Apache's success: The Apache license. It is an open source, BSD-like license that allows for both commercial and non-commercial uses of Apache. Talented community of developers with a variety of backgrounds and an open development process based on technical merits. Modular architecture. Apache users can easily add functionality or tailor Apache to their specific enviroment. Portable: Apache runs on nearly all flavors of Unix (and Linux), Windows, BeOs, mainframes... Robustness and security. Many commercial vendors have adopted Apache-based solutions for their products, including Oracle, Red Hat and IBM. In addition, Covalent provides add-on modules and 24x7 support for Apache. The following websites use Apache or derivatives. Chances are that if Apache is good enough for them, it is also good enough for you. Amazon.com Yahoo! W3 Consortium Financial Times Network solutions MP3.com Stanford From the Apache website: The Apache Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. The Apache project has grown beyond building just a web server into other critical server side technologies like Java or XML. The Apache Software Foundation, described in the next section, serves as an umbrella for these projects. From Apache Overview HOWTO http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Versatile, high-performance HTTP server The most popular server in the world, Apache features a modular design and supports dynamic selection of extension modules at runtime. Some of its strong points are its range of possible customization, dynamic adjustment of the number of server processes, and a whole range of available modules including many authentication mechanisms, server-parsed HTML, server-side includes, access control, CERN httpd metafiles emulation, proxy caching, etc. Apache also supports multiple virtual homing. Separate Debian packages are available for PHP3, mod_perl, Java Servlet support, Apache-SSL, and other common extensions. More information is available at http://www.apache.org/. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorized Program Analysis Report (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Power Conversion (manufacturer, UPS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ArbeitsPlatz Computer (SNI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association for Progressive Communications (org., network) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arbitrary precision calculator (original name: calc) Calc is an arbitrary precision arithmetic system that uses a C-like language. Calc is useful as a calculator, an algorithm prototyper and as a mathematical research tool. More importantly, calc provides one with a machine independent means of computation. Calc comes with a rich set of builtin mathematical and programmatic functions. Calc is built on top of the library libcalc that represents numeric values as fractions reduced to their lowest terms. This library can also be used to add arbitrary precision capabilities to your own programs and is available in the Debian package `apcalc-dev'. The original name of this package is `calc', but it had to be changed to `apcalc' for Debian, because there's already another package called `calc' in Debian. Nevertheless, the binary and manpage installed by this package are still named `calc'. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
APC Smart UPS daemon This daemon monitors an APC UPS either as master, with the serial cable attached to it, or as a slave, with a network connection to the master. The daemon constantly gathers information from the UPS (battery load, Temperature, workload, etc.) and logs them to a file. It shuts down the system cleanly after a certain period of constant power failure or if the battery load falls below a certain level. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association of Personal Computer User Groups (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
APC UPS Power Management Controls / monitors the status of an APC UPS under Linux. Allows your computer or server to run for a specified length of time on UPS power, and then executes a controlled shutdown in the case of an extended power failure. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Additional Product Documentation From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Programmers and Developers Association (org., Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced PDF Password Recovery (PDF) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Protocol Data Unit (OSI, PDU, OSI/RM, APDU, ICC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
APplication Engineering From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Portable EMACS Library (EMACS, GNU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Portable Emacs Library APEL stands for A Portable Emacs Library poe.el emulation module mainly for basic functions and special forms/macros of latest emacsen poem.el provide basic functions to write portable MULE programs mcharset.el provide MIME charset related features broken.el provide information of broken facilities of Emacs. pccl.el utility to write portable CCL program and some utilities. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Packet EXchange From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Printer Function (IBM, ADT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automated Password Generator - Standalone version APG (Automated Password Generator) is the tool set for random password generation. It generates some random words of required type and prints them to standard output. This binary package contains only the standalone version of apg. This is the first version that can be compiled without SHA, which _should_ make it ok for main. This upload went to non-US nevertheless because I want to have a second opinion. Advantages: * Built-in ANSI X9.17 RNG (Random Number Generator)(CAST/SHA1) * Built-in password quality checking system (now it has support for Bloom filter for faster access --[ BETA ]--) * Two Password Generation Algorithms: 1. Pronounceable Password Generation Algorithm (according to NIST FIPS 181) 2. Random Character Password Generation Algorithm with 35 configurable modes of operation * Configurable password length parameters * Configurable amount of generated passwords * Ability to initialize RNG with user string * Support for /dev/random * Ability to crypt() generated passwords and print them as additional output. * Special parameters to use APG in script * Ability to log password generation requests for network version * Ability to control APG service access using tcpd * Ability to use password generation service from any type of box (Mac, WinXX, etc.) that connected to network * Ability to enforce remote users to use only allowed type of password generation The client/server version of apg has been deliberately omitted. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Program Interface (API) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Associacao Portuguesa de Informatica (org., Portugal) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Programmable Interrupt Controller (Intel, PIC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arbeitsdatei PIOS Innere Sicherheit (INPOL, PIOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Perspicuous Language / Alles Parallel Loesbar (APL, slang) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Programming Language (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Programming Language with Shared Files (CMU, DEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Programming Language with Shared Variables (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arbeitsdatei PIOS LandesVerrat (INPOL, PIOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Power Management From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An industry standard for allowing the system processor and various components to enter power-saving modes, including suspend, sleep and off. APM software is especially important for mobile devices, because it saves battery power. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
APMD is a set of programs for controlling the Advanced Power Management daemon and utilities found in most modern laptop computers. APMD can watch your notebook's battery and warnusers when the battery is low. APMD is also capable of shutting down the PCMCIA sockets before a suspend. Install the apmd package if you need to control the APM system on your laptop. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Utilities for Advanced Power Management (APM) On laptop computers, the Advanced Power Management (APM) support provides access to battery status information and may help you to conserve battery power, depending on your laptop and the APM implementation. The apmd program also lets you run arbitrary programs when APM events happen (for example, you can eject PCMCIA devices when you suspend, or change hard drive timeouts when you connect the battery). This package contains apmd(8), a daemon for logging and acting on APM events; and apm(1), a client that prints the information in /proc/apm in a readable format. apmd is notified of APM events by the APM driver in the kernel. Recent Debian kernels are built with APM support but it is disabled by default. You need to boot the kernel with the "apm=on" option if you want to enable the driver. (You may need to add this option to your lilo command line.) From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automated Program Management information System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asian Pacific Network Information Center (org., Internet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Planner and Optimizer (SAP, SCM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arbeitsdatei PIOS Organisierte Kriminalitaet (INPOL, PIOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Autenticated Post Office Protocol (Internet, POP, RFC 1734) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/ap/ n. Short for `application program', as opposed to a systems program. Apps are what systems vendors are forever chasing developers to create for their environments so they can sell more boxes. Hackers tend not to think of the things they themselves run as apps; thus, in hacker parlance the term excludes compilers, program editors, games, and messaging systems, though a user would consider all those to be apps. (Broadly, an app is often a self-contained environment for performing some well-defined task such as `word processing'; hackers tend to prefer more general-purpose tools.) See killer app; oppose tool, operating system. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Portability Profile From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Peer-to-Peer Communications (IBM, SNA, LU 6.2) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Program to Program Communication (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Program to Program Converter (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Protection and Priority Control Mechanism (DQDB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Program to Program Communications Protocol (APPC, IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A P3P Preference Exchange Language (P3P) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
To place after, or at the end of, a character, a line, or a file. In the vi editor, certain commands let you append text in a document. In the Bourne and C shells, the symbol >> allows you to append output to an existing file (or create a new file if the file does not yet exist). From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In vi, the mode that allows you to type new text after existing text in a file; terminate this mode by pressing ESC. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The > keyboard character, repeated (i.e., >>). It is often used to send the output from a command to a text file, appending the data to the end of the file, rather than replacing the existing content. For example, ls -a >> output.txt sends the current directory list to a file called output.txt, and adds it to the end of the file. Repeating the command will continue to add new data to the end of the file. (Also, see Piping Symbol and Redirection Symbol.) From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Peer to Peer Internetworking (Cisco) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple ][ Emulator This is a fully-functional 100% Apple ][ emulator for the Linux console. It is partly written in 386 (AT&T) assembler and partly in C. You can switch diskettes using a diskette database through an intuitive interface. Furthermore, it is possible to trim the speed of the emulator and it runs in full speed (approximately) twice as fast as an standard Apple II+ on a 486DX-50. It uses the svgalib's key scancodes and implements the undocumented 6502 instructions (required by at least two games: Bug Attack and MS Pacman). Because the Apple ROMs are copyrighted, they are not included here. You will have to make copies of them from your old Apple computer. If you don't want to mess around with this, you can find a copy at: http://geta.life.uiuc.edu/~badger/files/apple_II.rom http://geta.life.uiuc.edu/~badger/files/slot6.rom Transferring your old Apple disks is a bit of work, but you can save yourself the trouble of digging up your old masters by seeing if some kind soul has already done the work for you at: ftp://ftp.apple.asimov.net/pub/apple_II/images/ Remember, you can only use these ROMs and images _legally_ if you already own the original. Have fun! (Ahhh.... What memories!) From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A small application, usually a utility or other simple program, that can be executed on a graphical desktop panel. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A small Java program that can be embedded in an HTML page. Applets differ from full-fledged Java applications in that they are not allowed to access certain resources on the local computer, such as files and serial devices (modems, printers, etc.), and are prohibited from communicating with most other computers across a network. The common rule is that an applet can only make an Internet connection to the computer from which the applet was sent. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
System software that provides a complete set of functions and resources on which programmers can draw to create interface features, such as pull down menus, command names, dialog boxes, keyboard commands, and windows. In network systems, an API establishes how programes use various network features. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Peer to Peer Networking (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
list X application resource database From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Italian documentation about free software This package contains the HTML version of "Appunti di Informatica Libera" written by Daniele Giacomini <daniele@swlibero.org>. The entire book is in Italian and there are no translations into other languages. The book can be downloaded in other formats from ftp://a2.swlibero.org/a2/. Questo pacchetto contiene la version HTML di "Appunti di Informatica Libera" di Daniele Giacomini <daniele@swlibero.org>. L'intera opera h in Italiano e non esistono traduzioni in altre lingue. L'opera pur essere scaricata in altri formati da ftp://a2.swlibero.org/a2/. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arbeitsdatei PIOS Rauschgift (INPOL, PIOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
search the manual page names and descriptions From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Internet Gateway for the Automatic Position Reporting System aprsd is an internet to RF gateway (igate) for the APRS Automatic Position Reporting System. It allows hams on the Internet to send text messages to hams on RF, especially when linked to the worldwide APRServe network (www.aprs.net). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digipeater for APRS aprsdigi is a repeater for the Automatic Position Reporting System, APRS. It also includes aprsmon, a one-way gateway to APRS on TCP/IP. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Active Pixel Sensor From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Page Server From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Service Provider (WAN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Protocol Specification From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ada Programming Support Environment From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Agfa Publishing Systems Environment (Agfa, DTP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Magic print filter with automatic file type recognition apsfilter makes printing many file formats much easier. It features on-the-fly decompression and conversion, and works on both PostScript and non-PostScript (via Ghostscript) graphical printers. Among the supported formats are: gzip, bzip2, compress, freeze, pack, ASCII, BMP, data (PCL, etc.), DVI, FBM, FIG, FITS, GIF, Group 3 fax, HTML, IFF ILBM, JPEG, Kodak Photo CD, MGR, MIFF, PBM/PGM/PNM/PPM, PDF, PNG, PostScript, RLE, SGI, Sketch, Sun raster, Targa, TIFF, troff, WPG, X pixmap, XCF. Note that actual support depends on the installed filter programs. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Public Source License (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Address Pass Through From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced front-end for dpkg This is Debian's next generation front-end for the dpkg package manager. It provides the apt-get utility and APT dselect method that provides a simpler, safer way to install and upgrade packages. APT features complete installation ordering, multiple source capability and several other unique features, see the Users Guide in /usr/share/doc/apt/guide.text.gz From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Photoscale Technology (Brother) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatically Programmed Tools From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
APT package handling utility - cache manipulator From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
APT CDROM managment utility From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
APT Configuration Query program From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
APT, Dpkg Quick Reference sheet A quick lookup chart with various APT and dpkg options for handy reference, for those who haven't quite memorized the most commonly used commands. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Utility to extract DebConf config and templates from Debian packages From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
APT package searching utility -- command-line interface apt-file is a command line tool for searching packages for the APT packaging system. Unlike apt-cache, you can search in which package a file is included or list the contents of a package without installing or fetching it. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Utility to generate index files From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
APT package handling utility - command-line interface From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Display new Debian changelog entries from .deb archives apt-listchanges is a tool to show what has been changed in a new version of a Debian package, as compared to the version currently installed on the system. It does this by extracting the relevant entries from the Debian changelog file, usually found in /usr/share/doc/package/changelog.Debian.gz It can be run on several .deb archives at a time to get a list of all of the changes that would be effected by installing or upgrading a group of packages. It can be configured to do this automatically during upgrades using apt. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Move cache of Debian packages into a mirror hierarchy apt-move is used to move a collection of Debian package files into a proper archive hierarchy of the form debian/dists/... It is intended as a tool to help manage the apt-get(8) file cache, but could be configured to work with any collection of Debian packages. Running apt-move periodically will assist in managing the resulting partial mirror by optionally removing obsolete packages, and creating valid local Packages.gz files. It can also optionally employ rsync(1) to build a partial or complete local mirror of a Debian binary distribution (including an ``installed-packages only'' mirror). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Debian archive proxy and partial mirror builder apt-proxy automatically builds a Debian HTTP mirror based on requests which pass through the proxy. It's great for multiple Debian machines on the same network with a slower internet link. The archive is automatically kept up to date using http, ftp or rsync. Cache cleaning of unused and old versions is configurable. You can also import the contents of your apt cache into the archive using apt-proxy-import. For more information, see the apt-proxy homepage at http://apt-proxy.sourceforge.net The suggested packages are needed for the following features: wget for http/ftp backend support, rsync for rsyncd backends, dpkg-dev for apt-proxy-import and stat for improved apt-proxy performance. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
add apt download sources From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shows source-package information This program parses the APT lists for source packages and the dpkg status file and then lists every package with a different version number than the one installed. It's very useful if your deb-src sources.list entries point to unstable and your deb entries point to stable. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lists available package versions with distribution apt-show-versions parses the dpkg status file and the APT lists for the installed and available package versions and distribution and shows upgrade options within the specific distribution of the selected package. This is really useful if you have a mixed stable/testing environment and want to list all packages which are from testing and can be upgraded in testing. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Utility to sort package index files From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
writes a sources.list file based on bandwidth tests. Downloads from debian.org a list of current mirrors and tests each of the mirrors for bandwidth. Writes a /etc/apt/sources.list file based on the responses it gets. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
APT utility programs This package contains some infrequently used APT utility programs such as apt-ftparchive, apt-sortpkgs and apt-extracttemplates. apt-extracttemplates is used by debconf to prompt for configuration questions before installation. apt-ftparchive is used to create Package and other index files. apt-sortpkgs is a Package/Source file normalizer. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Update a non-networked computer using apt and removable media These scripts simplify the process of using dselect and apt on a non-networked Debian box, using removable media like ZIP floppies. One generates a `fetch' script (supporting backends such as wget and lftp, in a modular, extensible way) to be run on a host with better connectivity, check space constraints of your removable media, and then install the package on your Debian box. Note on current version: space-checking is not done and spanning multiple disks is not yet supported. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Processor Temperature Control (Chaintech) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
curses-based apt frontend aptitude is a curses-based apt frontend with a number of useful extended features, including: a mutt-like syntax for matching packages in a flexible manner, dselect-like persistence of user actions, the ability to retrieve and display the Debian changelog of most packages, and extreme flexibility and customization. aptitude is also Y2K-compliant, non-fattening, naturally cleansing, and housebroken. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Program to Transaction Manager (TP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arbeitsdatei PIOS Waffen (INPOL, PIOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Administrative Request [message] (LFAP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
create, modify, and extract from archives From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Administrative Request Acknowledge [message] (LFAP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Affiliate Registration Authority (RA, PKI, ITU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple[talk] Remote Access (Apple, AppleTalk) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arabeyes is a Meta project that is aimed at fully supporting the Arabic language in the Unix/Linux environment. It is designed to be a central location to standardize the Arabization process. Arabeyes relies on voluntary contributions by computer professionals and enthusiasts all over the world. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AntiReflection AntiGlare (ViewSonic) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atari Running on Any Machine aranym is a 32bit Atari ST/TT/Falcon software layer (read as virtual machine) for Atari applications. NOTE: For proper use you will need image of Atari Falcon ROM or you can use open source ROM image from EmuTOS project at http://emutos.sf.net From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Remote Access Protocol (Apple, AppleTalk) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Architecture Review Board (OpenGL, manufacturer, org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Catalog support classes and parsing tools These Java classes implement the OASIS Entity Management Catalog format for resolving XML public identifiers into accessible files or resources on a user's system or throughout the Web. These definitions can easily be incorporated into most Java-based XML processors, thereby giving the users of these processors all the benefits of public identifier use. Two sample applications for parsing catalogs and resolving entities are included. Related tools that provide catalog support for the Saxon and XT xslt processors are available in the saxon-catalog and xt-catalog packages. Author: Norman Walsh <ndw@nwalsh.com> Homepage: http://www.arbortext.com/customer_support/updates_and_technical_notes/catalogs/docs/README.htm From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced RISC Computing [architecture] (ACE, RISC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced RISC Computing Architecture (ACE, RISC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
employed by SuSE as a kernel developer, Andrea has created the IKD kernel debugging tool and the workaround for a famous TCP incompatibility between Solaris and Linux. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
print machine architecture From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
revision control system arch is a revision control system with features that are ideal for projects characterized by widely distributed development, concurrent support of multiple releases, and substantial amounts of development on branches. It is intended to replace CVS and corrects many mis-features of that system. Highlights: - distributed databases - fancy merging - renames handling - web interface From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arch Linux is an i686-optimized Linux distribution. It is lightweight and contains the latest stable versions of software. Packages are in .tar.gz format and are tracked by a package manager that is designed to allow easy package upgrades. Arch is designed to be streamlined while allowing for a customized configuration, with newer features such as reiserfs/ext3 and devfs. The inital version, 0.1, was released March 11, 2002. Arch 0.4 (Dragon) was released December 18, 2002. Arch Linux released Pacman 2.1 (package manager) on August 22, 2002. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A tool (software) for finding files stored on anonymous FTP sites. You need to know the exact file name or a substring of it. By 1999 Archie had been almost completely replaced by web-based search engines. Back when FTP was the main way people moved files over the Internet archie was quite popular. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The design, 0, and integration of components within a computer system, primarily determined by the central processing unit that the system employs. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A single large file containing multiple files, usually compressed to save storage space. Often created to facilitate transferring between computers. Popular archival formats include ARJ, TAR, ZIP and ZOO. Also, to create such an archive file. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
To collect files into one large file for storage or backup purposes. Archives are often used for the purpose of saving disk space. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
archive and compress your old email Archivemail moves old mail out of a mailbox (in Maildir, MH, or mbox-format) and archives it in a compressed mbox-format mailbox file. It is well suited to be run from cron for automatic archiving of your old mail. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Attached Resource Computer NETwork (Datapoint), "ARCnet" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
All Routes Explorer (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. [common; Unix] The area of memory attached to a process by brk(2) and sbrk(2) and used by malloc(3) as dynamic storage. So named from a malloc: corrupt arena message emitted when some early versions detected an impossible value in the free block list. See overrun screw, aliasing bug, memory leak, memory smash, smash the stack. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Amiga Restructured EXtended eXecutor [language] (Amiga, Commodore, REXX) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/arg/ n. Abbreviation for `argument' (to a function), used so often as to have become a new word (like `piano' from `pianoforte'). "The sine function takes 1 arg, but the arc-tangent function can take either 1 or 2 args." Compare param, parm, var. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A new virtual operating system A new Polish (complete!) virtual operating system - written to be secure and stable - and, by the way, very efficient. Argante supports Hierarchical Access Control (HAC) and OSI architecture and also DISTRIBUTED NETWORKING. So every software written for Argante can be divided into some parts, each of them running on diferrent computer (the software is platform independent, so one of modules can run on Linux, the other one - on FreeBSD, NetBSD, OpenBSD, SunOS/Solaris or IRIX). Compiled without SSL support because of restrictions in some countries - but you can use ssh tunnelling to get secure rIPC connections. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a mathematical term that refers to a number, character or word which changes the action of the command it is applied to. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Words, phrases or numbers that you enter on the same command line as a command or a statement to expand or modify how that command or statement operates. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
IP network transaction auditing tool argus is a network transaction auditing tool that allows the user to easily classify connections using tcpdump(1) compliant expressions. Argus runs as an application level daemon, promiscuously reading network datagrams from a specified interface, and generates network traffic audit records for the network activity that it encounters. Auditing records can be used to ensure that access control policies are being enforced, identify network problems such as denial of service attacks and more. This package contains the client programs for the argus server. Please see the package argus-server for the appropriate server. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
IP network transaction auditing tool argus is a network transaction auditing tool that allows the user to easily classify connections using tcpdump(1) compliant expressions. Argus runs as an application level daemon, promiscuously reading network datagrams from a specified interface, and generates network traffic audit records for the network activity that it encounters. Auditing records can be used to ensure that access control policies are being enforced, identify network problems such as denial of service attacks and more. This package contains the binaries required for the argus server. Please see the package argus-client for appropriate clients. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text based simple Yahoo Messenger client Simple Yahoo messenger client that requires no windowing system. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a download tool similar to Reget or GetRight Aria is a download tool similar to Reget or GetRight. It downloads files from Internet via HTTP or FTP. The transfer can be paused, resumed, queued and saved. It has very friendly GTK based GUI, and useful log consoles. Program supports CRC checking, HTTP proxy server, cut-and-paste, drag-and-drop, and can define specific file retrieving procedure for particular web servers. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
interpreter for arithmetic ARIBAS is an interactive interpreter suitable for big integer arithmetic and multiprecision floating point arithmetic. It has a syntax similar to Pascal or Modula-2, but contains also features from other programming languages like C, Lisp, Oberon. The Aribas home page is http://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Registry for Internet Numbers (org., Internet, USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Scan system logs for security incidents and report them to ARIS The Attack Registry and Intelligence Service (ARIS) is a free, user-integrated attack-trending system hosted by SecurityFocus that allows administrators and operators of Intrusion Detection Systems (IDSs) to track, evaluate and respond to security alerts and attacks in a proactive manner. As an integral piece of the ARIS Analzyer service, SecurityFocus's open-source ARIS Extractor utility distills data provided by IDS attack-list logs to build client portfolios that provide meaningful, graphical analysis of potentially malicious network incidents. By filtering out insignificant or benign data and converting it to a common format (xml), ARIS Extractor streamlines incident reporting for both security professionals and home users in a way that allows IDS operators to focus only on relevant attacks and incidents. Additionally, ARIS Extractor ensures client confidentiality through secure file-transfer protocols and optional IP address suppression. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A popular file compression/archival tool, available for UNIX/Linux, DOS/Windows, and other operating systems. Files compressed in this manner typically have .arj or .ar extensions. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An archiver for KDE An archiver for KDE Supports: zip, tar, tar + compression (lzop, gzip, bzip2, bzip, compress) lha, zoo, rar, ar, etc... From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ark is a KDE tool for handling archive files. It supports the following file formats: zip, plain tar and tar with compression, gzip, bzip2, bzip, compress, lha, zoo, single files compressed with compressors, lzop, gzip, bzip2, bzip, compress rar and ar From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
KDE archive tool. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ark Linux is a Linux distribution designed especially for desktop use, primarily for people without prior Linux experience. Its main goal is ease of use, and the inclusion of many tools end users will need. Ark Linux is based on Red Hat 7.3 / 8.0, with KDE. Initial Freshmeat version 1.0-0.alpha7.1 was released March 14, 2003. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Abuse Resistant Key Distribution (Arcade) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Rights List (Banyan, VINES) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A free client for the AFS distributed network filesystem This is a free, mostly independently written, implementation of the client side of the Andrew File System. AFS is a distributed network file system. AFS presents a unified directory hierarchy /afs containing all volumes from any site. The default configuration includes many sites including KTH, MIT, CMU and others. For authentication AFS uses Kerberos. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source to generate arla-modules This package provides the source code xfs kernel module which is actually a generic user-space filesystem interface. Arlad communicates with it over a character device and handles all file system requests. Xfs caches some lookups but doesn't implement any of the AFS protocol. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Run-Length Limited [encoding] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced RISC Machines (manufacturer, Acorn, Apple, VLSI, RISC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Annotated [c++] Reference Manual From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Response Mode From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ARM Linux is a port of the Linux Operating System to ARM processor based machines mainly by Russell King with contributions from others. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association of Records Managers and Administrators, inc. (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A 3D Tron-like high speed game. A 3D Tron-like high speed game. The rules are simple: you ride a light cycle (a kind of motorbike that can only turn 90 degrees at a time, leaves a wall behind and cannot be stopped) and have to avoid running into walls while at the same time you have to try to get your opponent to run into them. The idea is based on the Disney movie from 1982 called "Tron". If you ever wanted to take a try at one of those speed demons features in the movie, this is your chance. Of all the Tron clones out there, I think one is the one that comes closest to the feeling the movie tries to express. This is in part thanks to the sophisticated camera motions, in part to the superb modelling work and in part to the fabulous sound effects. To add some extra fascination into the game, unlike to other Tron clones, in armagetron you can accelerate. Alas, there's no accelerate button. If you want to drive fast, you have to drive good -- and really really close to the walls. Armagetron can be played against AI opponents, against other humans over the network, or a mixture of both. Still not convinced? http://pluto.spaceports.com/~zman/armagetron/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. [acronym, `Automated Retroactive Minimal Moderation'] A Usenet cancelbot created by Dick Depew of Munroe Falls, Ohio. ARMM was intended to automatically cancel posts from anonymous-posting sites. Unfortunately, the robot's recognizer for anonymous postings triggered on its own automatically-generated control messages! Transformed by this stroke of programming ineptitude into a monster of Frankensteinian proportions, it broke loose on the night of March 31, 1993 and proceeded to spam news.admin.policy with a recursive explosion of over 200 messages. ARMM's bug produced a recursive cascade of messages each of which mechanically added text to the ID and Subject and some other headers of its parent. This produced a flood of messages in which each header took up several screens and each message ID and subject line got longer and longer and longer. Reactions varied from amusement to outrage. The pathological messages crashed at least one mail system, and upset people paying line charges for their Usenet feeds. One poster described the ARMM debacle as "instant Usenet history" (also establishing the term despew), and it has since been widely cited as a cautionary example of the havoc the combination of good intentions and incompetence can wreak on a network. Compare Great Worm; sorcerer's apprentice mode. See also software laser, network meltdown. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Architecture for Reliable Managed Storage (Cheyenne) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automation Resources Management System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Appletalk Remote Network Server (Apple, AppleTalk) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Affiliate Registration Organization (RA, PKI, ITU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alterable Read Only Memory (ROM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a TCP/IP protocol used to obtain a station's physical address from its logical IP address. ARP requests are broadcast onto the network. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Address Resolution Protocol (Internet, RFC 826) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ARP is a protocol used with TCP/IP to resolve addresses. The TCP/IP stack used to transmit data across the Internet is independent from the Ethernet used to shuttle data between local machines. Thus, when machine needs to send an IP packet to a nearby machine, it broadcasts the IP address on the local Ethernet asking for the corresponding Ethernet address. The machine who owns the address responds, at which point the IP packet in question is sent to that Ethernet address. Key point: By sniffing ARP packets off the wire, you can discover a lot of stuff going on. This is especially true of cable-modem and DSL segments. Since ARP packets are broadcasts, you aren't technically breaking your user's agreement by sniffing. Key point: You can spoof ARP requests and/or responses in order to redirect traffic through your machine. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Linux ARP kernel module. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
manipulate the system ARP cache From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A tool that is part of the standard hacker's toolkit, ARP redirect will redirect Internet traffic from a local neighbor through your own machine allowing you to sniff it. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Research Projects Agency (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
object-oriented version of the ARPACK package. ARPACK++ is an object-oriented version of the ARPACK package. It consists a collection of classes that offers c++ programmers an interface to ARPACK. It preserves the full capability, performance, accuracy and low memory requirements of the FORTRAN package, but takes advantage of the c++ object-oriented programming environment. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fortran77 subroutines to solve large scale eigenvalue problems. ARPACK software is capable of solving large scale symmetric, nonsymmetric, and generalized eigenproblems from significant application areas. The software is designed to compute a few (k) eigenvalues with user specified features such as those of largest real part or largest magnitude. Storage requirements are on the order of n*k locations. No auxiliary storage is required. A set of Schur basis vectors for the desired k-dimensional eigen-space is computed which is numerically orthogonal to working precision. Numerically accurate eigenvectors are available on request. Important Features: o Reverse Communication Interface. o Single and Double Precision Real Arithmetic Versions for Symmetric, Non-symmetric, o Standard or Generalized Problems. o Single and Double Precision Complex Arithmetic Versions for Standard or Generalized Problems. o Routines for Banded Matrices - Standard or Generalized Problems. o Routines for The Singular Value Decomposition. o Example driver routines that may be used as templates to implement numerous Shift-Invert strategies for all problem types, data types and precision. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A wide area network (WAN), created in 1969 with funding from the Advanced Research Projects Agency (ARPA). Undergoing constant research and development in the earls to mid-l970s, ARPAnet served as the testbed for the development of TCP/IP (the protocols that make the Internet possible). A major goal of the ARPAnet project was to increase the military's command and control capability enabling communication across a variety of physically dissimilar media, including satellites. An allied goal was to create a robust network capable of withstanding outages, such as those that might result from a nuclear exchange. ARPAnet met these objectives, but it also surprised its creators: It was found in short order that most ARPAnet users preferred to use the network for communication, such as electronic mail and discussion groups. Initially, the ARPAnet was available only to government research institutes and to universities holding Department of Defense (DoD) research contracts. In 1983, ARPAnet was divided into a high-security military network (Milnet) and an ARPAanet that was recast as a research and development network. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Research Projects Agency NETwork (USA, network) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A user-space ARP daemon The ARP daemon moves the management of the ARP (Address Resolution Protocol) table from kernel to user space. It is useful for sites with LARGE network segments (256+ systems per segment), because the kernel hash tables are not optimized to handle this situation. To use the ARP daemon your kernel needs to have ARPD and NETLINK support enabled. The standard kernels of Debian GNU/Linux lack this support. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association of Rehabilitation Programs in Data Processing (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
sends IP and/or ARP pings (to the MAC address) The arping utility sends ARP and/or ICMP requests to the specified host and displays the replies. The host may be specified by its hostname, its IP address, or its MAC address. This program is only able to run as root. Make it setuid if you like. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ethernet/FDDI station activity monitor. Arpwatch maintains a database of Ethernet MAC addresses seen on the network, with their associated IP pairs. Alerts the system administrator via e-mail if any change happens, such as new station/activity, flip-flops, changed and re-used old addresses. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Re-transmission reQuest (MODEM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Announced Retransmission Random Access (MAC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ARSIG is a GNU Linux distribution designed especially for diskless routers, where the main (primary) boot-up device is compact-flash card. The goal is to make the "static" part of the operating system lay on the CF card, mounted as readonly. All other parts of the OS that need read-write access are mounted in RAM. ARSIG is based on Openwall GNU/*/Linux (Owl). Initial Freshmeat announcement, version 1.0_pre01 (PHDS), was released January 4, 2003. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adaptive Resonance Theory (NN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Resolution Technology (Minolta) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Emacs Lisp drawing package Artist is an Emacs lisp package that allows you to draw lines, rectangles and ellipses by using your mouse and/or keyboard. Note: Artist does not work with XEmacs From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Accelerated Ray-Tracing System (raytracing) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
aRts (Analog Real-Time Synthesizer) is a sound system for KDE.aRts creates and processes sound using small modules that do certain tasks. aRts modules can create waveforms (oscillators), playsamples, filter data, add signals, perform effects like delay/flanger/chorus, or output the data to a soundcard. By connecting all of the modules together, you can perform complex tasks like simulating a mixer, generating an instrument, or playing a wave file with effects. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Remote Takeover Server From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arts synthesizer designer This is the analog real-time synthesizer graphical design tool. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Remote Takeover Terminal From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Server (Windows NT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authentication Service (DCE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Autonomous System (IP, Internet, RFC 1930) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
the portable GNU assembler. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application System/400 (IBM), "AS/400" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Assembler for 8086..80386 processors From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced SCSI Architecture (SCSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Standards Association (org., USA, ANSI, predecessor) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
As Soon As Possible (slang, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Switching And Processing From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Autonomous System Border / Boundary Router (AS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Accredited Standards Committee (org., ANSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Additional Sense Code From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Society for Cybernetics (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorized Support Center From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Contrast Selection (FAX) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CD player and mixer AScd is a small CD player and mixer that can be "docked" with AfterStep and WindowMaker window managers. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AfterStep CD changer ascdc is a small CD changer. It follows the look and feel of the AfterStep window manager and is ideally suited to be run within AfterStep's Wharf module. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Accelerated Strategic Computing Initiative From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/as'kee/ n. [originally an acronym (American Standard Code for Information Interchange) but now merely conventional] The predominant character set encoding of present-day computers. The standard version uses 7 bits for each character, whereas most earlier codes (including early drafts of ASCII prior to June 1961) used fewer. This change allowed the inclusion of lowercase letters -- a major win -- but it did not provide for accented letters or any other letterforms not used in English (such as the German sharp-S or the ae-ligature which is a letter in, for example, Norwegian). It could be worse, though. It could be much worse. See EBCDIC to understand how. A history of ASCII and its ancestors is at http://www.wps.com/texts/codes/index.html. Computers are much pickier and less flexible about spelling than humans; thus, hackers need to be very precise when talking about characters, and have developed a considerable amount of verbal shorthand for them. Every character has one or more names -- some formal, some concise, some silly. Common jargon names for ASCII characters are collected here. See also individual entries for bang, excl, open, ques, semi, shriek, splat, twiddle, and Yu-Shiang Whole Fish. This list derives from revision 2.3 of the Usenet ASCII pronunciation guide. Single characters are listed in ASCII order; character pairs are sorted in by first member. For each character, common names are given in rough order of popularity, followed by names that are reported but rarely seen; official ANSI/CCITT names are surrounded by brokets: <>. Square brackets mark the particularly silly names introduced by INTERCAL. The abbreviations "l/r" and "o/c" stand for left/right and "open/close" respectively. Ordinary parentheticals provide some usage information. ! Common: bang; pling; excl; not; shriek; ball-bat; <exclamation mark>. Rare: factorial; exclam; smash; cuss; boing; yell; wow; hey; wham; eureka; [spark-spot]; soldier, control. " Common: double quote; quote. Rare: literal mark; double-glitch; <quotation marks>; <dieresis>; dirk; [rabbit-ears]; double prime. # Common: number sign; pound; pound sign; hash; sharp; crunch; hex; [mesh]. Rare: grid; crosshatch; octothorpe; flash; <square>, pig-pen; tictactoe; scratchmark; thud; thump; splat. $ Common: dollar; <dollar sign>. Rare: currency symbol; buck; cash; string (from BASIC); escape (when used as the echo of ASCII ESC); ding; cache; [big money]. % Common: percent; <percent sign>; mod; grapes. Rare: [double-oh-seven]. & Common: <ampersand>; amp; amper; and, and sign. Rare: address (from C); reference (from C++); andpersand; bitand; background (from sh(1)); pretzel. [INTERCAL called this `ampersand'; what could be sillier?] ' Common: single quote; quote; <apostrophe>. Rare: prime; glitch; tick; irk; pop; [spark]; <closing single quotation mark>; <acute accent>. ( ) Common: l/r paren; l/r parenthesis; left/right; open/close; paren/thesis; o/c paren; o/c parenthesis; l/r parenthesis; l/r banana. Rare: so/already; lparen/rparen; <opening/closing parenthesis>; o/c round bracket, l/r round bracket, [wax/wane]; parenthisey/unparenthisey; l/r ear. * Common: star; [splat]; <asterisk>. Rare: wildcard; gear; dingle; mult; spider; aster; times; twinkle; glob (see glob); Nathan Hale. + Common: <plus>; add. Rare: cross; [intersection]. , Common: <comma>. Rare: <cedilla>; [tail]. - Common: dash; <hyphen>; <minus>. Rare: [worm]; option; dak; bithorpe. Common: dot; point; <period>; <decimal point>. Rare: radix point; full stop; [spot]. / Common: slash; stroke; <slant>; forward slash. Rare: diagonal; solidus; over; slak; virgule; [slat]. : Common: <colon>. Rare: dots; [two-spot]. ; Common: <semicolon>; semi. Rare: weenie; [hybrid], pit-thwong. < > Common: <less/greater than>; bra/ket; l/r angle; l/r angle bracket; l/r broket. Rare: from/{into, towards}; read from/write to; suck/blow; comes-from/gozinta; in/out; crunch/zap (all from UNIX); tic/tac; [angle/right angle]. = Common: <equals>; gets; takes. Rare: quadrathorpe; [half-mesh]. ? Common: query; <question mark>; ques. Rare: quiz; whatmark; [what]; wildchar; huh; hook; buttonhook; hunchback. @ Common: at sign; at; strudel. Rare: each; vortex; whorl; [whirlpool]; cyclone; snail; ape; cat; rose; cabbage; <commercial at>. V Rare: [book]. [ ] Common: l/r square bracket; l/r bracket; <opening/closing bracket>; bracket/unbracket. Rare: square/unsquare; [U turn/U turn back]. \ Common: backslash, hack, whack; escape (from C/UNIX); reverse slash; slosh; backslant; backwhack. Rare: bash; <reverse slant>; reversed virgule; [backslat]. ^ Common: hat; control; uparrow; caret; <circumflex>. Rare: xor sign, chevron; [shark (or shark-fin)]; to the (`to the power of'); fang; pointer (in Pascal). _ Common: <underline>; underscore; underbar; under. Rare: score; backarrow; skid; [flatworm]. ` Common: backquote; left quote; left single quote; open quote; <grave accent>; grave. Rare: backprime; [backspark]; unapostrophe; birk; blugle; back tick; back glitch; push; <opening single quotation mark>; quasiquote. { } Common: o/c brace; l/r brace; l/r squiggly; l/r squiggly bracket/brace; l/r curly bracket/brace; <opening/closing brace>. Rare: brace/unbrace; curly/uncurly; leftit/rytit; l/r squirrelly; [embrace/bracelet]. A balanced pair of these may be called `curlies'. | Common: bar; or; or-bar; v-bar; pipe; vertical bar. Rare: <vertical line>; gozinta; thru; pipesinta (last three from UNIX); [spike]. ~ Common: <tilde>; squiggle; twiddle; not. Rare: approx; wiggle; swung dash; enyay; [sqiggle (sic)]. The pronunciation of # as `pound' is common in the U.S. but a bad idea; Commonwealth Hackish has its own, rather more apposite use of `pound sign' (confusingly, on British keyboards the pound graphic happens to replace #; thus Britishers sometimes call # on a U.S.-ASCII keyboard `pound', compounding the American error). The U.S. usage derives from an old-fashioned commercial practice of using a # suffix to tag pound weights on bills of lading. The character is usually pronounced `hash' outside the U.S. There are more culture wars over the correct pronunciation of this character than any other, which has led to the ha ha only serious suggestion that it be pronounced `shibboleth' (see Judges 12:6 in an Old Testament or Tanakh). The `uparrow' name for circumflex and `leftarrow' name for underline are historical relics from archaic ASCII (the 1963 version), which had these graphics in those character positions rather than the modern punctuation characters. The `swung dash' or `approximation' sign is not quite the same as tilde in typeset material but the ASCII tilde serves for both (compare angle brackets). Some other common usages cause odd overlaps. The #, $, >, and & characters, for example, are all pronounced "hex" in different communities because various assemblers use them as a prefix tag for hexadecimal constants (in particular, # in many assembler-programming cultures, $ in the 6502 world, > at Texas Instruments, and & on the BBC Micro, Sinclair, and some Z80 machines). See also splat. The inability of ASCII text to correctly represent any of the world's other major languages makes the designers' choice of 7 bits look more and more like a serious misfeature as the use of international networks continues to increase (see software rot). Hardware and software from the U.S. still tends to embody the assumption that ASCII is the universal character set and that characters have 7 bits; this is a major irritant to people who want to use a character set suited to their own languages. Perversely, though, efforts to solve this problem by proliferating `national' character sets produce an evolutionary pressure to use a smaller subset common to all those in use. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Standard Code of Information Interchange From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Prints aliases and tables for ASCII character. A programmer's utility that recognizes different ways of naming ASCII characters (hex, octal, binary, decimal, C escape, ISO character table pair, slang names, and others) and prints out all equivalent aliases. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
see American Standard Code for Information Interchange (ASCII). From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a standard code used for representing information on computer systems and networks. It uses the printing and non-printing characters that can be generated by the keyboard. Since 7 bits are available to represent each character it is possible to represent a total of 128 different characters. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This is the defacto world-wide standard for the code numbers used by computers to represent all the upper and lower-case Latin letters, numbers, punctuation, etc. There are 128 standard ASCII codes each of which can be represented by a 7 digit binary number: 0000000 through 1111111. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
upload/download files using the ASCII protocol From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
X11 window manager, AfterStep Classic (forked from v1.1) AfterStep Classic is a window manager based on AfterStep v1.1 which attempts to retain and improve on AfterStep's well-tested stability and configurability. Note that this window manager makes extensive use of the color palette. If you have only an 8-bit color display, it will run as packaged, but you may want to modify the configuration to use fewer colors. AfterStep is a continuation of the BowMan window manager project, but the name was changed to reflect the desire that it do more than simply emulate and become a valuable window manager in its own right. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A clock designed with the NeXTStep look This little application displays the time of the day (digital, either 12 or 24 hour format), and the date. It provides three alternatives: one suitable for low color systems, one with "real" NeXTStep colors, and the third one is somewhat in between. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This is an AfterStep look & feel CPU statistics monitor tool. ascpu is a neat 54x54 applet that displays instantaneous and average system, nice and user CPU time. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Small Computer Systems Interface (SCSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Architecture Summary Design From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Sound Daemon asd is a full featured esound-replacement. In the final version it will implement everything esound (http://www.tux.org/~ricdude/EsounD.html) does, plus many features. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application-Specific Digital Signal Processor From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Active Storage Element (GigaB, IP-router) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Aladdin Smartcard Environment (Fast, Aladdin) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Service Element (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASian EDIFACT Board (org., EDIFACT), "AS/EB" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Army Standards Electronic Mail Host (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Streaming Format (MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A shell is a basic system program that interprets keyboard and mousecommands. The ash shell is a clone of Berkeley's Bourne shell(sh). Ash supports all of the standard sh shell commands, but is considerably smaller than sh. The ash shell lacks some Bourne shell features (for example, command-line histories), but uses considerably less memory. You should install ash if you need a lightweight shell with many of the same capabilities as the sh shell. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Almquist SHell (BSD, Unix, Shell), "ash" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
NetBSD /bin/sh "ash" is a POSIX compliant shell that is much smaller than "bash". We take advantage of that by making it the shell on the installation root floppy, where space is at a premium. It can be usefully installed as /bin/sh (because it executes scripts somewhat faster than "bash"), or as the default shell either of root or of a second user with a userid of 0 (because it depends on fewer libraries, and is therefore less likely to be affected by an upgrade problem or a disk failure). It is also useful for checking that a script uses only POSIX syntax. "bash" is a better shell for most users, since it has some nice features absent from "ash", and is a required part of the system. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adapter Support Interface (IBM, LAN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Amorphous SIlicon drum (Kyocera), "aSI" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Aquarius Systems International (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous SCSI Interface From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic System Installation From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Specific Integrated Circuit (IC, RL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Arbeitskreis Simulation und Kuenstliche Intelligenz (org., GI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio Stream Input/Output From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Society for Information Science (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ada Semantic Interface Specification (ASIS) example programs ASIS (Ada Semantic Interface Specification) lets you develop applications to walk through the sources of your Ada programs and examine the semantic constructs. This package contains four programs (asistant, display_source, gnatelim and gnatstub) which are useful to understand or optimize Ada programs. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Akademische Software Kooperation (org., Karlsruhe, Germany) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Amplitude Shift Keying From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Stored Knowledge via Symbolic Access Method (DB), "askSam" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ACPI Source Language (ACPI, AML) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adaptive Speed Levelling (US Robotics) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Solid Logic Technology (IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Server Management (Acer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association of Systems Management (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Administratively Scoped IP Multicast (RFC 2365, Multicast) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AfterStep mail monitor asmail is a small mail monitor similar to xbiff. It follows the AfterStep window manager's look and feel and is ideally suited to be run within AfterStep's Wharf module. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This is an AfterStep look & feel memory utilization monitor. asmem displays memory (user/system, buffer and cache) and swap usage in a small 54x54 X window. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The tool displays a volume knob. The volume knob adjusts the master volume of your sound card. Just grab the knob with the left button of your mouse and drag it around. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AfterStep audio mixer asmixer is a small audio mixer. It follows the look and feel of the AfterStep window manager and is ideally suited to be run within AfterStep's Wharf module. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Storage Magneto Optical [disk] (Hitachi, Maxell, Matsushita, Fujitsu, Olympus, Philips, Sanyo, Sharp, Sony, LG Electronics) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AfterStep modem monitor asmodem is a hack of asmail that checks a modem lock file instead of your mail. You just pass it a lock (like /var/lock/LCK..ttyS1) using the -m parameter and off it goes. For best results, use the -s and have wharf Swallow it. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A system resource monitor dockapp for Afterstep and WindowMaker Asmon is a wharfable/dockable application for that displays meters detailing CPU, memory, swap, and X mem usage. Also included the exact numbers for load average, mem, swap, and X. Developed to use very little CPU time itself. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
monitoring mount points tool asmounter monitors different mount points and facilitates the mounting/unmounting of these mount points. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASymetric MultiProcessing [system] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASymmetrisches MultiProzessor [system] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Abstract Syntax Notation One (OSI, ISO, IS 8824), "ASN.1" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AdvanceStack Network Management (HP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASN.1 to C/C++ converter This console application helps to convert your ASN.1 description files to C/C++ applications. For more information on asnparser visit the development homepage http://www.openh323.org/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Abstract Service Primitive (OSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Active Server Pages (HTTP, MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Signal Processing / Processor From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Appletalk Session Protocol (Apple, AppleTalk) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Service Provider / Providing (ISP, Internet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association of Shareware Professionals (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorized Service Provider (Sun) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Discovers present ip-address of dynamically connected hosts. Asp discovers the present ip address of a host that has a dynamically assigned ip-address. This is useful when you want to connect to dynamic hosts, or to help others find you (in which case you run asp as a server). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced SPectre Entropy Coding (MPEG, Digital audio) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A more intelligent replacement for the ispell spell checker Aspell is an interactive spell checker that is designed to eventually replace ispell. It does a much better job of coming up with possible suggestions than ispell (and in some cases even Microsoft Word 97's spell checker). It also has run time support for other non English languages. aspell can learn from users misspellings. Aspell is designed to be a drop-in replacement for ispell. This package comes with a minimal man page. If you want more detailed documentation you should install the aspell-doc package and read the documentation in /usr/share/doc/aspell-doc/. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Aspell is a spelling checker designed to eventually replace Ispell. Aspell's primary advantage (over Ispell) is greater ability tosuggesting correct spellings. Aspell includes both compile-time and run-time support for non-English languages and can spellcheck (La)TeXand HTML files. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell. It can either be used as a library or as an independent spell checker. Its main feature is that it does a much better job of coming up with possible suggestions than just about any other spell checker out there for the Englishlanguage, including Ispell and Microsoft Word. It also has many other technical enhancements over Ispell such as using shared memory for dictionaries and intelligently handling personal dictionaries when more than one Aspell processis open at once. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic System for Performance Evaluation of the Network From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced SCSI Programming Interface (Adaptec, API, SCSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced SCSI Programmable Interrupt Controller (PIC, SCSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Algebraic Specifications and Implementations ??? (ISDV) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASPLinux is a Russian distribution from a multi-national company based in Singapore. The Red Hat based ASPLinux GNU/Linux distribution, includes all components for creation of a high perfomance Internet/Intranet server or powerful multimedia workstation. ASP 7.3 (vostok) was released August 13, 2002. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Specific Programmable Product (ASIC, ASSP, FPGA, RL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Signal Processing System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automated Software Quality From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Society of Quality Control (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Server Restart (HP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Speech Recognition From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
alt.sysadmin.recovery manual pages A set of humorous manual pages developed on alt.sysadmin.recovery (don't treat them seriously!). They document a set of really useful tools that for some strange reason are not included in any implementation of Unix. This includes such famous commands as lart, sysadmin, luser, bosskill and others. The authors recommend these man pages should be installed on every system. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A program that transforms assembly language program into machine language so the computer can execute the program. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a program which converts assembly language into machine code. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ADEPT Subsystem for Scanning of Electronic Received Traffic (ADEPT, mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
To give a value to a variable in a programming or configuration statement. For example, in the Bourne shell statement TERM=vt100, you assign the value vt100 to the environmental variable TERM, which identifies your terminal type (VT100) to Linux. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automated Special Security Information System Terminal (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Specific Standard Product (RL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASsociation Suisse pour l'Automatique (org., Switzerland) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Agreed Set of Security Rules (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atlantic Standard Time [-0400] (TZ, ADT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Software Technology and Agorithms (HPCC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A firewall and VPN product based on the 2.4 Linux kernel. Available for free download but not completely open source. There are several branches. Version 3.200 (beta) was released June 4, 2002. A stable 3.217 (for i386) was released April 8, 2003. Beta version 3.391 was released January 30, 2003. The stable 2.x tree is at version 2.031, released November 15, 2002. There is also a version 2.027 for Sun Cobalt was released July 3, 2002. Stable version 4.008 was released June 12, 2003. A 'secured' distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Open Source Private Branch Exchange (PBX) Asterisk is an Open Source Private Branch Exchange (PBX) and telephony development platform that can both replace a conventional PBX and act as a platform for developing custom telephony applications for delivering dynamic content over a telephone similarly to how one can deliver dynamic content through a web browser using CGI and a web server. Asterisk talks to a variety of telephony hardware including BRI, PRI, POTS, and IP telephony clients using the Inter-Asterisk eXchange protocol (e.g. gnophone or miniphone). For more information and a current list of supported hardware, see http://www.asteriskpbx.com. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alliance fuer Strategic Token Ring Advancement and Leadership (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code indenter for C++/C/Java source code Artistic Style is a reindenter and reformatter of C++, C and Java source code. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchron-Synchron Umsetzer From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Analog Simultaneous Voice and Data (MODEM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A lack of synchronization. A method of transmitting data over a network using a start bit at the beginning of a character and a stop bit at the end. The time intervak between characters may be varying lengths. In video, a signal is asynchronous when its timing differs from that of the system reference signal. From Glossary of Distance Education and Internet Terminology http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
It describes a communications strategy where start and stop bits are used to indicate the beginning and end of a character. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A fixed-route network protocol in which transmission packets have direct paths and destinations. ATM is an alternative to TCP/IP, which tags each packet with destination information in the header and can be routed through arbitrary paths on a carrier network such as the Internet. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Technology (IBM, PC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
At and batch read commands from standard input or from a specified file.At allows you to specify that a command will be run at a particular time(now or a specified time in the future). Batch will execute commands when the system load levels drop to a particular level. Both commands use /bin/sh to run the commands. You should install the at package if you need a utility that will dotime-oriented job control. Note: you should use crontab instead, if it is a recurring job that will need to be repeated at the same time everyday/week/etc. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Delayed job execution and batch processing At and batch read shell commands from standard input storing them as a job to be scheduled for execution in the future. Use at to run the job at a specified time batch to run the job when system load levels permit From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
queue, examine or delete jobs for later execution From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Run a command once at some future time. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Today's modems are controlled by the old Hayes "AT" command set. In order to dial the phone number 555-1212 using a modem, you simply send the string "ATDT555-1212" to the modem. The "D" following the "AT" means to "Dial", and the "T" means to use "Tone" dialing (rather than "P" for "Pulse" dialing). The command "ATH0" means to hang up the modem. Key point: One of the juvenile tricks people play is to cause people to hang up their own modem. Once the modem connects, it goes into a different mode where it no longer accepts AT commands. However, a user can switch back to the command mode by sending the characters "+++" to the modem. Therefore, if somebody can remotely trick your PC into sending "+++ATH0", then your modem will hang up. One way of doing this is with the ping program that sends and ICMP echo to the victim, which then replies with the same contents. E.g.: ping -p 2b2b2b415448300d victim The most popular exploits for this are spoofed ICMP pings, but it can be exploited in any number of ways. For example, one may include the following in an HTML webpage: <IMG src="http://www.robertgraham.com/images/x.gif?+++ATH0"> From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Technology Attachment (ATA, HDD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authoring Tool Accessibility Guidelines (WAI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Technology Attachment Packet Interface (ATA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AT Attachment Packet Interface - a standard that allows people to connect tape drives and CD-ROMs to Enhanced IDE controllers. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
see Advanced Technology Attachment Packet Interface (ATAPI). From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Partition editor for Atari (running on non-Atari) Atari-fdisk allows you to create and edit the partition table of a disk partitioned in Atari format. It supports both the AHDI 5.0 and ICD variations of the Atari format. It is an interactive tool with a menu similar to PC fdisk, and also supports most options of PC fdisk. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Atari emulator for svgalib/X/curses This is an Atari emulator that can use SVGALIB, X, or plain curses. It can emulate the Atari 800, 800XL, 130XE, and 5200 systems. The Atari Operating System ROMs are not available with this package, due to copyright. You'll have to either make copies of them from an old Atari computer, or see README.Debian for other ways to obtain them. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Technology Attachment Software Programming Interface (ATA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Address Translation Cache (CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Address Translation Controller (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Transmission Control From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Allied Tactical Communications Agency (org., NATO, mil.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[PPP] AppleTalk Control Protocol (Apple, AppleTalk, PPP, NCP, RFC 1378) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Time Division (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
run jobs queued for later execution From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Time Division Multiplexer (ATD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Time Division Multiple Access (ATD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ATtention Dial Pulse (MODEM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ATtention Dial Tone (MODEM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Terminal Emulation (Banyan, VINES) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ATM Terminating Equipment (SONET, ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authorized Training and Education Center (MS, MOCS, MCSD, ATEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Afterstep XVT - a VT102 emulator for the X window system Aterm is a colour vt102 terminal emulator, based on rxvt 2.4.8 with some additions of fast transparency, intended as an xterm replacement for users who do not require features such as Tektronix 4014 emulation and toolkit-style configurability. As a result, aterm uses much less swap space -- a significant advantage on a machine serving many X sessions. It was created with AfterStep Window Manager users in mind, but is not tied to any libraries, and can be used anywhere. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Techniques integration into Efficient scientific Software (ESPRIT, CASE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Track Finding (DDS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Attributed File System (AtFS). AtFS is a storage system supporting multiple versions of files and associating an arbitrary number of application defined attributes of the form "name=value" with each version. AtFS comes as a function library that is meant as an extension to the UNIX file system. It does this without the need for kernel modifications and without imposing any restrictions to existing file system applications. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced TFTP client. Interactive client for the Trivial File Transfer Protocol (TFTP). Its usage is mainly for testing and debugging a TFTP server since a client is usually implemented in BIOS' for boot from LAN setups. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced TFTP server. Multithreaded TFTP server implementing all options specified in RFCs 1350, 2090, 2347, 2348, 2349 (multicast not implemented yet). The server currently supports being started from inetd(8) only. The server then handles new connections directly by starting new threads and kills itself after 5 minutes of inactivity. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ATtention Hang up (MODEM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Telecomunications Institute (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asociacion de Tecnicos de Informatica (org., Spain) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Unix jargon for "the time a file was last accessed". (cf. ctime, mtime). From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Absolute Time In Pregroove (CD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alliance for Telecommunications Industry Solutions (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Andrew ToolKit (Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The ATK library provides a set of interfaces for adding accessibility support to applications and graphical user interface toolkits. By supporting the ATK interfaces, an application or toolkit can be used with tools such as screen readers, magnifiers, and alternative inputdevices. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Amtliches Topographisch-Kartographisches InformationsSystem From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Activex Template Library (MS, ActiceX, MSVC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adaptive Threshold Learning (neural nets) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatically Tuned Linear Algebra Software,generic shared ATLAS is an approach for the automatic generation and optimization of numerical software for processors with deep memory hierarchies and pipelined functional units. The production of such software for machines ranging from desktop workstations to embedded processors can be a tedious and time consuming task. ATLAS has been designed to automate much of this process. We concentrate our efforts on the widely used linear algebra kernels called the Basic Linear Algebra Subroutines (BLAS). These libraries are built without any processor extension instructions, and should run on all processors of this general architecture, albeit less than optimally. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Abstract Test Method (ISO 9646-1) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adobe Type Manager From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Transfer Mode From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asynchronous Transfer Mode. High Speed (up to 155 Mbps), high bandwidth, low-delay, transport technology, integrating multiple data types (voice, video, and data), International Telecommunications Union (ITU) has selected ATM as the basis for the future broadband network because of its flexibility and suitability for both transmission and switching. It may be used in the phone and computer networks of the future. It is also a multiplexed information transfer technique of sending data in irregular time intervals using a code such as ASCII. ATM allows most modern computers to communicate with one another easily. From Glossary of Distance Education and Internet Terminology http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
At The Moment (slang, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Teller Machine From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Base programs for ATM in Linux, the net-tools for ATM. All the basic programs for setting up, monitoring, and tuning ATM networks. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ATM Address Resolution Protocol (ATM, ARP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ascend Tunnel Management Protocol (Ascend, RFC 2107) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Assumption based Truth Maintenance System (AI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Augmented Transition Network From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ASCII TO Binary (ASCII) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
bitmap editor and converter utilities for the X Window System From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Kana-Kanji translation system ATOKX for Linux (Installer) This package is installer to install "ATOKX for Linux" to Debian system, ATOKX is released by JUSTSYSTEM Corporation. It is commercial software and does not allow redistribution. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced super Thinlayer and high-Output Metal Media (Fuji) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A script for managing file archives of various types atool is a script for managing file archives of various types (tar, tar+gzip, zip etc). The main command is probably aunpack, extracting files from an archive. It overcomes the dreaded "multiple files in archive root" problem by first extracting to a unique subdirectory, and then moving back the files if possible. aunpack also prevents local files from being overwritten by mistake. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a text to PostScript converter with some C syntax highlighting atp is a text to postscript converter. It supports a special "gaudy" output mode, uses user-selectable number of columns and margins in the output, supports nroff's bold and italic conventions, and has some syntax highlighting for C and C++ sources. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Technology Partner From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Appletalk Transaction Protocol (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Transaction Program (IBM, APPC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Available To Promise (SCM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AppleTalk Phase 2 (Apple, AppleTalk) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AppleTalk Printing Services (AppleTalk, Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
queue, examine or delete jobs for later execution From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Telecommunications Research laboratory (org., Japan) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Answer To Reset From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Terminal Recognition From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adaptive TRansform Acoustic Coding (Sony, Digital audio, CODEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
queue, examine or delete jobs for later execution From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
run jobs queued for later execution From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Abstract Test Suite From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Administrative Terminal System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Terminal Services (Apple, AppleTalk) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
system activity reporter monitor system resources such as cpu & disk, record data for later analysis From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Text Services for Unicode Imaging (Apple, Unicode) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
American Telephone and Telegraph, "AT&T" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A set of tools for manipulating extended attributes on filesystem objects, in particular getfattr(1) and setfattr(1). An attr(1) command is also provided which is largely compatible with the SGI IRIX tool of the same name. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Utilities for manipulating filesystem extended attributes A set of tools for manipulating extended attributes on filesystem objects, in particular getfattr(1) and setfattr(1). An attr(1) command is also provided which is largely compatible with the SGI IRIX tool of the same name. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced TV Enhancement Forum (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Technology eXtended [format] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Unit From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Association for Uncertainty in Artificial Intelligence (org., AI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Assembles binary files from USENET AUB automatically assembles the pieces of multi-part Usenet postings and decodes them. A user-supplied configuration file tells which newsgroups AUB should monitor. The user can also supply a "hook" program, which tests each subject header and determines whether that particular file should be downloaded or not. Resumed development resuming after 10 years of inactivity has given AUB the better documentation and the new abilities to decode Base64 files, perform NNTP authentication as well as a good deal of additional functionality. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AUthentication Center (GSM, mobile-systems), "AuC" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An integrated environment for writing TeX/LaTeX documents. AUC TeX can indent your text as you write it, let you run TeX/LaTeX and other LaTeX-related tools (such as a output filter or post processor) from within Emacs, and includes a wide range of Emacs macros to allow both easy insertions of LaTeX commands, and easy compilation, previewing, and printing of your TeX documents. AUC TeX also lets you browse through compiling errors TeX reports, while it moves the cursor directly to the reported error and displays documentation for that particular error. This will even work when the document is spread over several files. Currently XEmacs ships with its own AUC TeX, so this package should only be used with GNU/Emacs. (I.e., you don't need to install this package if your site uses only XEmacs.) From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A fast, cross-platform audio editor Audacity is an innovative graphical audio editor. Its main goals are speed and being cross-platform (it uses the cross-platform toolkit wxWindows, and is fully supported on Linux, Windows, Mac OS 9 and X, and FreeBSD). It is very fast. Due to its file format and internal data representation, undo and redo are constant-time operations. It also supports an unlimited number of tracks, and can import and export a number of different formats including WAV, AIFF, MP3 and Ogg Vorbis. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Including the Enigma Audio Bookshelf could be stretching the definition of a Linux distribution more than a little. But this is a bootable CD product, which contains enough of a Linux operating system to turn a PC into a book reader. Any PC meeting the requirements can be turned into a Linux based book reader, regardless of the OS installed on the hard drive. Read the book yourself, or have the computer read to you. A 'special purpose/mini' distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Audio File library is an implementation of SGI's Audio File Library, which provides an API for accessing audio file formats likeAIFF/AIFF-C, WAVE, and NeXT/Sun .snd/.au files. This library is used by the EsounD daemon.Install audio file if you are installing EsounD or you need an API forany of the sound file formats it can handle. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
transparent OSS emulation over NAS This is a compatibility utility that allows programs written for the popular Open Sound System (OSS) interface to run using the Network Audio System (NAS) instead. It works by preloading a library to intercept and manipulate critical system calls such as open(), read(), and write(). The emulation is not yet complete, but it already works for many programs. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AUtomated Data Input Terminal From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The word audit has two meanings. The first is the security audit, whereby a consulting firm comes in and validates a companies security profile. This is similar to how accounting firms review a company's books. The second term is infosec specific, and means an "auditing" subsystem that monitors actions within the system. For example, it may keep a record of everyone who logs onto a system. Such a record is known as an audit trail. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AUssenDIenstUnterstuetzungsSystem (CAS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Andrew User Environment (Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple User Group Europe (org., Apple, user group) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tcl/Tk HTML editor. August is a Tcl/Tk HTML editor with interesting features. It is not WYSIWYG but is very useful for developing HTML pages. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access Unit Interface From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Asociacion de Usarios de Internet (Internet, user group, Spain, org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Attachment Unit Interface (ethernet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audible User Interface (UI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Andrew User Interface System (Unix, UI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Aumix is a tty-based, interactive method of controlling a sound card mixer. It lets you adjust the input levels from the CD, microphone, and board synthesizers, as well as the output volume. Aumix can adjust audio mixers from the command line, from a script, or interactively at the console or terminal with an ncurses-based interface. The aumix-X11 package provides a GTK+ interface for using aumix with the X Window System. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Simple text-based mixer control program aumix is a small, easy-to-use program to control the mixer of your sound card. It runs in text mode using the ncurses library, or from the command line (non-interactively). It can read default settings from a file. A wrapper script xaumix is provided that finds and invokes xterm or a replacement. This is primarily for creating the best sized terminal window. If you want a true graphical interface, install aumix-gtk instead. That has the same functionality as this one in addition to offering a nice X11 GUI. The old companion package aumix-alsa, which did take advantage of the extra facilities in the ALSA sound driver, is no longer available. This package should work fine with the ALSA driver. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This is a program for adjusting audio mixers from the command line or scripts, or interactively at the console or a terminal with a full-screen, ncurses-based interface or a GTK-based X interface. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Acceptable Use Policy (NFSNet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This Sparc Linux distribution is based on Red Hat 7.3. Build 0.2 was announced on December 4, 2001. Build 0.4 (Titanium) was released September 26, 2002. Build 0.42 (Douglas) was released October 4, 2002. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Aurox Linux is an international distribution, hailing from Poland. It is available in several european countries, in different language versions, including Polish, Czech, German, French and Spanish. Aurox is based on Red Hat, with Aurox 9.0 the most recent offering. Added to list June 11, 2003. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Appletalk Update-based Routing Protocol (Apple, Appletalk, RFC 1504) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application Under Test From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Allows non-root programs to bind() to low ports This package allows a package to be started as non-root but still bind to low ports, without any changes to the application. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Authconfig is a terminal mode program which can configure a workstation to use shadow passwords. Authconfig can also configure asystem to be a client for certain networked user information and authentication schemes. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In infosec, authentication is the process of identifying an individual or data. The goal of authentication is to confirm the identification of an individual, message, file, or other data. The two primary areas of authentication are user authentication (proving that Bob is who he says he is) and message authentication (proving that your nuclear missile launch orders weren't forged or corrupted). The antonym of authentication is forgery. Contrast: Authentication will identify who an individual is; authorization will identify what the individual is allowed to do. Example: When you log in with your username and give the password, you are authenticating yourself to the system. You are proving that you are you because, in theory, only you know your password. Contrast: Abstractly, anything that combats forgery is called authentication. For example, IPsec includes an Authentication Header (AH) that proves that a packet hasn't been modified in transit. However, this feature overlaps with the abstract concept of integrity: both are checked at the same time. Examples: biometrics Signature (handwriting), facial features, fingerprint, etc. smart-card A card with an on-board microprocessor that can run crypto algorithms. For example, it may store a private-key, and be able to encrypt/decrypto tokens with that key. passwords digital certificates A small file containing public or private keys. SecureID A commercial product that uses a key and the current timestamp to generate a stream of random numbers that can be verified by a server. A user has roughly 10 seconds to enter the current number displayed on the card. Contrast: Three things used for authentication: physical (what you have) car keys, subway tokens, driver's license, passport, credit cards, ID cards, smart cards knowledge (what you know) PINs, usernames/passwords, account numbers, mother's maiden name biometrics (who you are) written signature, fingerprint, what you look like, etc. See also: Authentication is often mentioned along with other key security concepts such as integrity, confidentiality, and non-repudiation. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
the verification of the identity of a person or process. In a communication system, authentication verifies that messages really come from their stated source, like the signature on a (paper) letter From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Verification of the identity of a username, password, process, or computer system for security purposes. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In infosec, authenticity is about making sure that the message received is the same as the message that was sent. In law, authenticity is about validating that evidence has been gathered correctly by a reliable source and hasn't been tampered with. Contrast: The terms integrity and authenticity are widely used to mean the same thing. In other situations, they have subtly different meanings (especially law). The term integrity generally describes defending against malicious change of a message once it has been sent, whereas authenticity implies some sort of validation of the sender of the message to protect against forgeries. Contrast: The terms authentication and authenticity are widely used to mean the same thing. The subtle difference is that authentication is about someone proving who they say they are, whereas authenticity is about proving that message was sent by a certain person. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
I have emphasized that name servers only hold information for their own domains. Any other information they may have about another domain is cached, temporary data that has an expiration date attached to it. The domain that a name server has information about is said to be the domain that a name server is authoritative for. Alternatively we say: ``a name server is authoritative for the domain.'' For instance, the server ns2.cranzgot.co.za is authoritative for the domain cranzgot.co.za. Hence, lookups from anywhere on the Internet having the domain cranzgot.co.za ultimately are the responsibility of ns2.cranzgot.co.za, and originate (albeit through a long series of caches) from the host ns2.cranzgot.co.za. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In infosec, the concept of authorization validates that someone has the rights to access something. For example, you are authorized to read files from my webserver, but I don't authorize you to change anything. Contrast: The first stage of authorization is generally authentication. Before you decide what an individual is allowed to do, you must first establish who they are. In some cases, authorization is independent from authentication, such as not allowing anybody to logon after midnight. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
List of people who contributed to or wrote a package or document. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
package search by file and on-demand package installation tool auto-apt checks the file access of programs running within its environments, and if a program tries to access a file known to belong in an uninstalled package, auto-apt will install that package using apt-get. This feature requires apt and sudo to work. It also provides simple database to search which package contains a requesting file. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PGP tools for command-line and Emacs use This package provides the shell commands pgp-auto, pgp-decrypt, and pgp-pixie. It also integrates PGP into your Emacs mailreader. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
automatic classification or clustering AutoClass solves the problem of automatic discovery of classes in data (sometimes called clustering, or unsupervised learning), as distinct from the generation of class descriptions from labeled examples (called supervised learning). It aims to discover the "natural" classes in the data. AutoClass is applicable to observations of things that can be described by a set of attributes, without referring to other things. The data values corresponding to each attribute are limited to be either numbers or the elements of a fixed set of symbols. With numeric data, a measurement error must be provided. For more information, see http://ic-www.arc.nasa.gov/ic/projects/bayes-group/autoclass/. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
automatic configure script builder The standard for FSF source packages. This is only useful if you write your own programs or if you extensively modify other people's programs. This version of autoconf contains many changes from the previous release, version 2.13. For now, it depends on autoconf2.13 to provide compatibility. This will eventually go away, so please upgrade your autoconfiscations. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
creates scripts to configure source code packages using templates From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GNU's Autoconf is a tool for configuring source code and Makefiles. Using Autoconf, programmers can create portable and configurable packages, since the person building the package is allowed to specify various configuration options. You should install Autoconf if you are developing software and you would like to use it to create shell scripts that will configure yoursource code packages. If you are installing Autoconf, you will alsoneed to install the GNU m4 package. Note that the Autoconf package is not required for the end-user whomay be configuring software with an Autoconf-generated script; Autoconf is only required for the generation of the scripts, not their use. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GNU's Autoconf is a tool for configuring source code and Makefiles.Using Autoconf, programmers can create portable and configurable packages, since the person building the package is allowed to specify various configuration options. You should install Autoconf if you are developing software and you'd like to use it to create shell scripts which will configure yoursource code packages. If you are installing Autoconf, you will also need to install the GNU m4 package. Note that the Autoconf package is not required for the end user who may be configuring software with an Autoconf-generated script; Autoconf is only required for the generation of the scripts, not their use.-- PLEASE NOTICE ---> this version is meant to coexist with autoconf-2.5x;to that end, the various binaries are actually linked to a script which decides which version to execute. It tries to be clever and will execute2.5x if `configure.ac' is present, or if `configure.in' contains AC_PREREQand the value's 3 first letters are stringwise greater than '2.1'. Ifanything fails, you can manually select 2.13 by providing the environmentvariable WANT_AUTOCONF_2_1 set to `1' (use WANT_AUTOCONF_2_5 if you wantthe 2.5x version). From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AUTOmatic DIgital Network (DMS, DISA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic DNS updates for DHCP autodns-dhcp uses bind 8's dynamic update features to update a zonefile with hostnames from the dhcp leases file, this is done just once for each hostname as the IP, MAC address and name are settled on the dhcp configuration to have an static zone. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A kernel-based automounter for Linux. The kernel automounter implements an almost complete SunOS style automounter under Linux. The automounter is supported by Linux kernels 2.0.31 and higher or the 2.1.X series. Automounter support must be activated while compiling the kernel. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Autofs controls the operation of the automount daemons. The automount daemons automatically mount filesystems when you use them and unmount them after a period of inactivity. Filesystems can include network filesystems, CD-ROMs, floppies, and other media. Install this package if you want a program for automatically mounting and unmounting filesystems. If your Red Hat Linux machine is on anetwork, you should install autofs. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
an automated text file generator AutoGen is a tool designed for generating program files that contain repetitive text with varied substitutions. This is especially valuable if there are several blocks of such text that must be kept synchronized. Included with AutoGen is a tool that virtually eliminates the hassle of processing options, keeping usage text up to date and so on. This tool allows you to specify several program attributes, innumerable options and option attributes, then it produces all the code necessary to parse and handle the command line and initialization file options. This package contains the development tools. libopts9-dev contains the static libraries and header files. libopts9 contains the shared libraries. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
creates a template file of C #define's for use by configure. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Progeny Debian auto-installation system This package contains the Progeny Debian auto-installation system. This system makes it possible to install a complete Debian system with no user interaction from a set of configuration files. The basic model is that of cloning an existing system; after installing and configuring a Debian system to taste, the configuration is "dumped" to the configuration files, along with some extra information. It currently supports flexible constraints for partitioning differently-sized disks in a logical fashion, hardware auto-configuration with discover (including configuration of X, if appropriate), network configuration via DHCP or a database based on MAC addresses, and a cross-platform design making it possible for install media for any platform to be created on any other platform. Platform-specific files are not included in this package; install the "autoinstall-<arch>" packages to install support for <arch>. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Terminates connections for idle users Autolog terminates connections considered to be idle based on a large variety of parameters. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A tool for generating GNU Standards-compliant Makefiles. Automake is a tool for automatically generating `Makefile.in's from files called `Makefile.am'. The goal of Automake is to remove the burden of Makefile maintenance from the back of the individual GNU maintainer (and put it on the back of the Automake maintainer). The `Makefile.am' is basically a series of `make' macro definitions (with rules being thrown in occasionally). The generated `Makefile.in's are compliant with the GNU Makefile standards. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards.You should install Automake if you are developing software and would like touse its capabilities of automatically generating GNU standard Makefiles. If you install Automake, you will also need to install GNU's Autoconf package. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automake is an experimental Makefile generator. Automake was inspiredby the 4.4BSD make and include files, but aims to be portable and toconform to the GNU standards for Makefile variables and targets. You should install Automake if you are developing software and wouldlike to use its ability to automatically generate GNU standard Makefiles. If you install Automake, you will also need to install GNU's Autoconf package. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
automatically create Makefile.in's from Makefile.am's From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automounting is the process where mounting and unmounting of certain filesystems is done automatically by a daemon. If the filesystem is unmounted, and a user attempts to access it, it will be automatically (re)mounted. This is especially useful in large networked environments and for crossmounting filesystems between a few machines (especially ones which are not always online). It may also be very useful for removable devices, or a few other uses, such as easy switching between a forced-on ascii conversion mount of a dos filesystem and a forced-off ascii conversion mount of the same dos fs. If you are new to Linux and dont understand what mounting and deamons are, then refer to some documentation regarding this. There are two types of automounters in linux; AMD and autofs. AMD is the automount daemon, and supposedly works like the SunOS AMD. It is implemented in user space, meaning it's not part of the kernel. It's not necessary for the kernel to understand automounting if you NFS mount to the local host, through the AMD daemon, which routes all automount filesystem traffic through the NFS system. Autofs is a newer system assisted by the kernel, meaning that the kernel's filesystem code knows where the automount mount points are on an otherwise normal underlying fs, and the automount program takes it from there. Only autofs will be described in this mini-howto. From Automount-miniHOWTO http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
To automatically access a storage medium such as CD-ROMs and make its contents available to a computer system. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Monitor the DTR line of /dev/palm and run a command to start sync AutoPilot monitors the DTR line of /dev/palm, waiting for it to go from LOW to HIGH, which is used to activate a command automatically to make syncing easier. It can be used to boot up your favourite Palm syncer. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
create a skeleton source package for a new program autoproject interviews the user, then creates a source package for a new program which follows the GNU programming standards. The new package uses autoconf to configure itself, and automake to create the Makefile. `make distcheck' succeeds. The idea is that you execute autoproject just once when you start a new project. It will ask a few questions, then create a new directory and populate it with standard files, customized for the new project. Optionally, the new package will use a command line parser generator. Currently, autoproject supports two parser generators: clig by Harald Kirsch <kir@iitb.fhg.de> (see http://wsd.iitb.fhg.de/software/), and autogen by Bruce Korb <korbb@datadesign.com> (see ftp://autogen.linuxbox.com/pub/). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
update configure scripts From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
email autoresponder for qmail autorespond sends an automatically generated response to emails for given address(es). It catches simple situations such as mail from a mailer-daemon, empty envelope sender, bulk precedence headers, etc. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The autorun utility recognizes all of the CD-ROM drives on yoursystem, mounts the drive when a CD-ROM is inserted, and executes an autorun executable (if one exists) on the CD. If you want to giveusers (instead of just root) the autorun ability, you will need to adduser, exec options to the CD-ROM line in /etc/fstab. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
help to create a configure.ac file for a software package From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AUTOmated SEcure VOice COMmunications (predecessor, SVIP, mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap to vector graphics converter AutoTrace is a program for converting bitmaps to vector graphics. The aim of the AutoTrace project is the development of a freely-available application similar to CorelTrace or Adobe Streamline. In some aspects it is already better. Originally created as a plugin for the GIMP, AutoTrace is now a standalone program. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
updates an old configure.in file to version 2 From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AUTOmatic VOice Network (predecessor, DSN, DISA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This variable controls how the shell interacts with the user and job control. If this variable is set, single word simple commands without redirections are treated as candidates for resumption of an existing stopped job. There is no ambiguity allowed; if there is more than one job beginning with the string typed, the job most recently accessed is selected. The name of a stopped job, in this context, is the command line used to start it. If set to the value exact, the string supplied must match the name of a stopped job exactly; if set to substring, the string supplied needs to match a substring of the name of a stopped job. The substring value provides functionality analogous to the %? job id (see JOB CONTROL below). If set to any other value, the supplied string must be a prefix of a stopped job's name; this provides functionality analogous to the % job id. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ATM User-to-User (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple UniX (Apple, Unix), "A/UX" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio/Video, "A/V" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AudioVisual [macintosh] (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Algebraical Virtual Assembler for Atmel's AVR MCUs AVA is an advanced assembler and linker for Atmel's family of 8-bit AVR microcontrollers. It offers a C-like preprocessor, powerful segments, and virtual symbols. This assembler is not compatible with Atmel's assembler syntax. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio-Visual Authoring From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In infosec, availability describes the need that resources must be continuously available. For example, in the Kosovo war, the European forces bombed power plants in order to destroy the availability of electricity. Another example is in February of the year 2000, when massive DDoS attacks brought down major websites (making them "unavailable"). Controversy: Availability is one of the key sticking points in security. It is easy to secure things simply by making them unavailable: if a computer is turned off, nobody can hack into it. The trick to infosec is making things both available and secure. Examples of this problem are: account lockouts In order to prevent password grinding, computers will lock out accounts when too many bad passwords have been attempted. However, this means that hackers can purposely lock out accounts. firewalls and IDS Some IDSs will reconfigure firewalls, therefore spoofing attacks can cause the firewall to shut people out. fail-close/fail-open So called "proper" security will shut things down when things start to fail; for example, if the firewall crashes, it should shutdown all communication until the firewall is restarted rather than allowin traffic through unchecked. However, web-sites that demand 99.99% uptime are therefore unable to use traditional firewalls. Antonym: The opposite of the infosec term "availability" is the hacking term "DoS". See also: Availability is often mentioned along with other key security concepts such as integrity, authentication, confidentiality, and non-repudiation. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
teile-Auftragserfassungs-, Verwaltungs- und AbrufSystem (MBAG) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A graphical representation of you acting as an identification on 3D chat worlds. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Video Attribute Terminal Assembler and Recreator (BBS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio-Visual Connection From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio-Visual Computer Display From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alternation Voice/Data From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AutoCAD Visualization Extension (AutoCAD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Anti-Virus Emergency Response Team (McAfee) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Video Graphics Array (VGA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio Video Interleaved (MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Audio Video Interleaved: a proprietary video format developed by Microsoft. It interleaves standard waveform audio and digital video frames (bitmaps) and is a popular format. Popular Linux programs such as xanim support AVI. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A high quality ASCII art image viewer and video player aview is a high quality ASCII art image viewer and video player. It is especially useful with a text-based browser such as lynx, links or w3m. It supports the pnm, pgm, pbm and ppm image formats, as well as the FLI and FLC video formats. It also supports output via stdio, (n)curses and slang and even has support for gpm. Features * High quality ASCII art rendering * Portable * Save into many formats (HTML, text, ANSI, more/less etc...) * Contrast, Bright, Gamma control * Image zooming/unzooming * Three dithering modes * Hidden "bonus" features :) * Inversion * Support for bright, dim, inverse attributes/extended character set From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AuftragsVerwaltungs- und InformationsSYstem (MBAG) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adelson, Veslkij and Laudis [tree] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
AudioVisuelles Marketing und computersysteme [gmbh] (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Anchor Volume Descriptor Pointer (CD-R, UDF, ISO 9660) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Voice Recognition From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic Voltage Regulation (USV) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Standard C library for Atmel AVR development Standard library used to the development of C programs for the Atmel AVR micro controllers. This package contains static libraries as well as the header files needed. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Assembler for Atmel AVR microcontrollers Avra is an assembler for the Atmel's family of AVR 8-bit RISC microcontrollers. It is is mostly compatible with Atmel's own assembler, but adds new features such as better macro support and additional preprocessor directives. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Programmer for Atmel AVR microcontrollers Avrp is a FLASH/EEPROM programmer for Atmel's family of AVR 8-bit RISC microcontrollers. It can also program the Atmel AT89 series microcontrollers. It supports at least four different programming devices including Atmel's own AVR development board and in-circuit programming. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Programmer for Atmel AVR microcontrollers Programmer for Atmel AVR microcontrollers that uses PC parallel port to program the device in serial mode. The device can be programmed "in-system". It comes with a schematic of the hardware required. The hardware was designed to be efficient and inexpensive. For more information, see http://avrprog.sourceforge.net From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Address Verification System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Linux AWE32 driver source and utilities Linux supports the Sound Blaster 32, and Sound Blaster AWE32, through the use of a driver written by Takashi Iwai <iwai@dragon.mm.t.u-tokyo.ac.jp>. These utilities are the package of AWE32 utilities for use with this driver, which manipulate patch files. They are required to load the vital '.SBK', or '.SF2' files, which will have been installed with your AWE32 DOS or Win95 software in \SB16\SFBANK or \Windows\System. This also includes 'gusload', for loading GUS-format patches to the AWE32 driver. This package installs the source for the AWE32 driver into /usr/src/awedrv. In order to use the awe32 driver, you must recompile your kernel, after using the install script found in this package to patch these sources into your kernel source tree (they can alternatively be manually installed into the kernel source or into a separate copy of the sound driver). There are also some converters between different patch file formats for the AWE32, and the 'sfxtest' program for testing the AWE32 driver, which are installed in /usr/lib/awe. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/awk/ 1. n. [Unix techspeak] An interpreted language for massaging text data developed by Alfred Aho, Peter Weinberger, and Brian Kernighan (the name derives from their initials). It is characterized by C-like syntax, a declaration-free approach to variable typing and declarations, associative arrays, and field-oriented text processing. See also Perl. 2. n. Editing term for an expression awkward to manipulate through normal regexp facilities (for example, one containing a newline). 3. vt. To process data using awk(1). From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
al Aho, peter Weinberger, brian Kernighan (Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An interpreted language for massaging text data developed by Alfred Aho, Peter Weinberger, and Brian Kernighan (the name derives from their initials). It is characterized by C-like syntax, a declaration-free approach to variable typing and declarations, associative arrays, and field-oriented text processing. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
pattern scanning and text processing language From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A programming language useful for its patternmatching syntax, and often used for data retrieval and data transformation. A GNU version is called Gawk. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Abesent WithOut Leave (DFUe, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Apple Workgroup Server (Appletalk, Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A powerful and featureful web server log analyzer Advanced Web Statistics (AWStats) is a powerful web server logfile analyzer written in perl that shows you all your web statistics including visits, unique visitors, pages, hits, rush hours, search engines, keywords used to find your site, robots, broken links and more. Gives more detailed information and better graphical charts than webalizer, and is easier to use. Works with several web server log format as a CGI and/or from command line. Supports multiple languages (English, French, Dutch, Spanish, Italian, German, Polish, Greek...). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Abstract Windows Toolkit (Java, Sun) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Abstract Windows Toolkit-Application Programmer Interface (AWT, API, Java) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a Packet Radio Protocol that offers both connected and connectionless modes of operation, and is used either by itself for point-point links, or to carry other protocols such as TCP/IP and NetRom. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application eXecution Environment From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A light download accelerator - Console version This program tries to accelerate the downloading process by using multiple connections for one file. Starting from version 0.97, the program can use multiple mirrors for one download as well. The program tries to be as light as possible (25-30k in binary form), so it might be useful as a wget clone on byte-critical systems. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An XML Delivery Toolkit for Apache AxKit is an XML Application Server for Apache. It provides on-the-fly conversion from XML to any format, such as HTML, WAP or text using either W3C standard techniques, or flexible custom code. AxKit also uses a built-in Perl interpreter to provide some amazingly powerful techniques for XML transformation. The emphasis with AxKit is on separation of content from presentation. The pipelining technique that AxKit uses allows content to be converted to a presentable format in stages, allowing certain platforms to see data differently to others. AxKit allows web designers to focus on web site design, content developers to work on a purely content basis, and webmasters to focus on their core competencies. AxKit is based on plugin components. This allows the web site developer to create a completely custom XML Application Server based around the AxKit API. AxKit can either automatically provide caching facilities, or you can create your own cache handler, so that XML transformations (which can be time consuming) only happen when required. The toolkit also provides ability to build component based web sites, and dynamic content. Database integration is fully supported, allowing either deliver of XML from a database, or XML generation from a database query. Dynamic web components can be built using the Perl language, making the possibilities as infinite as CGI scripts, without the potential mess that CGI programming can cause. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A graphical ftp program with GTK interface AxY FTP is a ftp program with a nice, wsftp like interface. Current major features are: user-friendly, intuitive interface, passive data transfers, convenient session manager window, on-line help system, recursive downloads with resume option, recursive uploads, multiple delete You need Netscape or Lynx and the axyftp-doc package to use the help system. With other browsers, just read /usr/doc/axyftp-doc/html/index.html The GTK version of axyftp is Debian's preferred version of axyftp, but there is also the axyftp-lesstif package, which is the same program using the lesstif widget set. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A graphical ftp program with Lesstif interface axyftp is a ftp program with a nice, wsftp like interface. Current major features are: user-friendly, intuitive interface, passive data transfers, convenient session manager window, on-line help system, recursive downloads with resume option, recursive uploads, multiple delete You need Netscape or Lynx and the axyftp-doc package to use the help system. With other browsers, just read /usr/doc/axyftp-doc/html/index.html From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Help for spanish-speakers This package contains a help program called 'ayuda' useful for users that speak spanish, and are new to the world of Debian GNU/Linux. The help provided covers many topics from administration to daily use. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary 8 Zero Suppression [encoding] (ISDN, T1) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An icon editor in Perl-Tk Babygimp is an icon editor in Perl-Tk. It can edit and save files in .xpm format. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A hole in the security of a system deliberately left in place by designers or maintainers. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. [common] A hole in the security of a system deliberately left in place by designers or maintainers. The motivation for such holes is not always sinister; some operating systems, for example, come out of the box with privileged accounts intended for use by field service technicians or the vendor's maintenance programmers. Syn. trap door; may also be called a `wormhole'. See also iron box, cracker, worm, logic bomb. Historically, back doors have often lurked in systems longer than anyone expected or planned, and a few have become widely known. Ken Thompson's 1983 Turing Award lecture to the ACM admitted the existence of a back door in early Unix versions that may have qualified as the most fiendishly clever security hack of all time. In this scheme, the C compiler contained code that would recognize when the `login' command was being recompiled and insert some code recognizing a password chosen by Thompson, giving him entry to the system whether or not an account had been created for him. Normally such a back door could be removed by removing it from the source code for the compiler and recompiling the compiler. But to recompile the compiler, you have to use the compiler -- so Thompson also arranged that the compiler would recognize when it was compiling a version of itself, and insert into the recompiled compiler the code to insert into the recompiled `login' the code to allow Thompson entry -- and, of course, the code to recognize itself and do the whole thing again the next time around! And having done this once, he was then able to recompile the compiler from the original sources; the hack perpetuated itself invisibly, leaving the back door in place and active but with no trace in the sources. The talk that suggested this truly moby hack was published as "Reflections on Trusting Trust", "Communications of the ACM 27", 8 (August 1984), pp. 761-763 (text available at http://www.acm.org/classics). Ken Thompson has since confirmed that this hack was implemented and that the Trojan Horse code did appear in the login binary of a Unix Support group machine. Ken says the crocked compiler was never distributed. Your editor has heard two separate reports that suggest that the crocked login did make it out of Bell Labs, notably to BBN, and that it enabled at least one late-night login across the network by someone using the login name `kt'. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
to make a copy of important data onto a different storage medium. Backing up to tape is essential system maintenance. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A high-speed line or series of connections that forms a major pathway within a network. The term is relative as a backbone in a small network will likely be much smaller than many non-backbone lines in a large network. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In computers that can do more than one task at a time, the environment in which tasks (such as printing a document or downloading a file) are carried out while the user works with an applicatino in the foreground. In computers that lack multitasking capabilites, background tasks are carried out during brief pauses in the execution of the system's primary (foreground) tasks. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n.,adj.,vt. [common] To do a task `in background' is to do it whenever foreground matters are not claiming your undivided attention, and `to background' something means to relegate it to a lower priority. "For now, we'll just print a list of nodes and links; I'm working on the graph-printing problem in background." Note that this implies ongoing activity but at a reduced level or in spare time, in contrast to mainstream `back burner' (which connotes benign neglect until some future resumption of activity). Some people prefer to use the term for processing that they have queued up for their unconscious minds (a tack that one can often fruitfully take upon encountering an obstacle in creative work). Compare amp off, slopsucker. Technically, a task running in background is detached from the terminal where it was started (and often running at a lower priority); oppose foreground. Nowadays this term is primarily associated with Unix, but it appears to have been first used in this sense on OS/360. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Processing that a system performs without requiring interaction with the user. In Linux, append an ampersand (&) to the command line to request background processing. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A process that runs without interacting with a terminal. Because each user in a Linux system is allowed to have a number of background processes running simultaneously, Linux is called a multitasking system. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A program that is running without user input. A number of background processes can be running on a multitasking operating system, such as UNIX/Linux, while the user is interacting with the foreground process (for example, data entry). Some background processes daemons, for example never require user input. Others are merely in the background temporarily while the user is busy with the program presently running in the foreground. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. 1. In a regular expression or pattern match, the text which was matched within grouping parentheses 2. The part of the pattern which refers back to the matched text. 3. By extension, anything which refers back to something which has been seen or discussed before. "When you said `she' just now, who were you backreferencing?" From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A character (\) that is used in shell statements to quote another character (that is, to remove its special meaning to the shell). For example, if you want to use a dollar sign as a dollar sign, rather than as a symbol for end of line, enter \$. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A copy of a file (or a group of files) that is stored off-line in the event that a computer system fails, losing or damaging the original file or files. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
To periodically archive data on a system to mitigate risk of permanent data loss in the event of system or component malfunction or destruction. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/bak'w*rd k*m-bat'*-bil'*-tee/ n. [CMU, Tektronix: from `backward compatibility'] A property of hardware or software revisions in which previous protocols, formats, layouts, etc. are irrevocably discarded in favor of `new and improved' protocols, formats, and layouts, leaving the previous ones not merely deprecated but actively defeated. (Too often, the old and new versions cannot definitively be distinguished, such that lingering instances of the previous ones yield crashes or other infelicitous effects, as opposed to a simple "version mismatch" message.) A backwards compatible change, on the other hand, allows old versions to coexist without crashes or error messages, but too many major changes incorporating elaborate backwards compatibility processing can lead to extreme software bloat. See also flag day. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The quality of software to be able to work properly with older versions of the software that may be installed on a machine or communicating with another machine with a lower version of the software. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bandwidth Allocation Control Protocol (BAP, RFC 2125) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broken As Designed (slang) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An Italian distribution, currently at version 0.99.5. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
search a device for bad blocks From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bayerische Akademie Der Wissenschaften (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bay Area GNU Enthusiasts League (GNU, org., user group) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Access Interface (ISDN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GNOME email client Balsa is a e-mail reader. This client is part of the GNOME desktop environment. It supports local mailboxes, POP3 and IMAP. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BALanced-UNbalanced [adapter] (cable), "Balun" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bidirectional Associative Memory (neural nets) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Block-Availability-Map From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bundesanstalt fuer Materialpruefung (org., Berlin, Germany) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Red Hat based wireless distribution. A 'wireless' distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
How much stuff you can send through a connection. Usually measured in bits-per-second. A full page of English text is about 16,000 bits. A fast modem can move about 57,000 bits in one second. Full-motion full-screen video would require roughly 10,000,000 bits-per-second, depending on compression. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
1. n. Common spoken name for ! (ASCII 0100001), especially when used in pronouncing a bang path in spoken hackish. In elder days this was considered a CMUish usage, with MIT and Stanford hackers preferring excl or shriek; but the spread of Unix has carried `bang' with it (esp. via the term bang path) and it is now certainly the most common spoken name for !. Note that it is used exclusively for non-emphatic written !; one would not say "Congratulations bang" (except possibly for humorous purposes), but if one wanted to specify the exact characters `foo!' one would speak "Eff oh oh bang". See shriek, ASCII. 2. interj. An exclamation signifying roughly "I have achieved enlightenment!", or "The dynamite has cleared out my brain!" Often used to acknowledge that one has perpetrated a thinko immediately after one has been called on it. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Denoted by the ! character. The C shell command !!, which repeats the last command, for example, is pronounced "Bang!Bang!". From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A series of names that specifies a path between two nodes. It is sometimes used for email or BITNET as well as in the Linux uucp program. The path consists of machine or domain names separated by ! (bang). From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. [now historical] An old-style UUCP electronic-mail address specifying hops to get from some assumed-reachable location to the addressee, so called because each hop is signified by a bang sign. Thus, for example, the path ...!bigsite!foovax!barbox!me directs people to route their mail to machine bigsite (presumably a well-known location accessible to everybody) and from there through the machine foovax to the account of user me on barbox. In the bad old days of not so long ago, before autorouting mailers became commonplace, people often published compound bang addresses using the { } convention (see glob) to give paths from several big machines, in the hopes that one's correspondent might be able to get mail to one of them reliably (example: ...!{seismo, ut-sally, ihnp4}!rice!beta!gamma!me). Bang paths of 8 to 10 hops were not uncommon in 1981. Late-night dial-up UUCP links would cause week-long transmission times. Bang paths were often selected by both transmission time and reliability, as messages would often get lost. See Internet address, the network, and sitename. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Many text-based protocols will issue text banners when you connect to the service. These can usually be used to fingerprint the os or service. Key point: Many banners reveal the exact version of the product. Over time, exploits are found for specific versions of products. Therefore, the intruder can simply lookup the version numbers in a list to find which exploit will work on the system. In the examples below, the version numbers that reveal the service has known exploitable weaknesses are highlighted. Example: The example below is a RedHat Linux box with most the default service enabled. The examples below show only the text-based services that show banners upon connection (in some cases, a little bit of input was provided in order to trigger the banners). Note that this is an older version of Linux; exploits exist for most these services that would allow a hacker to break into this box (most are buffer-overflow exploits). Best practices: It is often recommend (and required in some government areas) to display a banner warning off unauthorized users. It makes the legal case stronger if you can show that the attacker saw a banner that indicated that they were unauthorized. Best practices: All version information should be supressed in the banners. See the product documentation for more information on this. An example on Solaris is to edit the configuration file /etc/default/telnetd and added the line: BANNER="" This will remove the Solaris login banner, making it more difficult for an intruder to determine the type of operating system. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A way to separate printing jobs which often indicates the owner of the file that has been printed. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BanShee Linux/R is a two-floppy rescue system using uClibc and Busybox to make sure that the system is as small as possible. Initial version 0.5 was released September 18, 2002. Version 0.61 was released October 27, 2002. A floppy-based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[PPP] Bandwidth Allocation Protocol (PPP, RFC 2125, BACP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[PPP] Bandwidth Allocation Control Protocol (PPP, BAP, RFC 2125) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Business Application Performance COrporation (org., Compaq, Dell, HP, IBM, MS, Lotus, Intel, ...), "BAPCo" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Business Application Programmer's Interface (SAP, R/3, API) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BundesAmt fuer Post und Telefon (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/bar/ n. 1. [very common] The second metasyntactic variable, after foo and before baz. "Suppose we have two functions: FOO and BAR. FOO calls BAR...." 2. Often appended to foo to produce foobar. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Base Address Register (IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Creates barcodes in .ps format GNU barcode can create printouts for the conventional product packaging standards: UPC-A, UPC-E, EAN-13, EAN-8, ISBN, code 39 code 128 (b and c), and interleaved 2 of 5 . Ouput is generated as either Postscript or Encapsulated Postscript. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Deletes messages on the spool dir depending on their age. Barrendero is intended to limit the disk space wasted at the spool directory. It deletes mail messages depending on their age, and has the ability to send warnings and reports to the users, to make full and partial backups, and to have different allowed ages on a per-user basis. Warning and report messages are cusomizable and can be translated easely in order to make this package useful in any environment. This way of handling mail as an advantage over the traditional 'quota' system: quotas make the end user loose NEW mail, barrendero deletes OLD mail, so the new mail is always available. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bay Area Regional Research NETwork (network), "BARRNet" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Application RunTime (OS/2, IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bay Area Research Wireless Access Network (network, USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Activity Subset From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Parse pathname components From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
strip directory and suffix from filenames From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
the name of a file minus any extension that may be included in the full name. For example, if the full name of the source file for a C program is combine.c, its basename is combine. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bash is a GNU project sh-compatible shell or command language interpreter. Bash (Bourne Again shell) incorporates useful features from the Korn shell (ksh) and the C shell (csh). Most sh scripts can be run by bash without modification. Bash offers several improvements over sh, including command line editing, unlimited size command history, job control, shell functions and aliases, indexed arrays of unlimited size and integer arithmetic in any base from two to 64. Bash is ultimately intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell andTools standard.Bash is the default shell for Mandrake Linux. You should installbash because of its popularity and power. You'll probably end up using it. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bourne-Again SHell (Unix, Shell) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Descended from the Bourne Shell, Bash is a GNU product, the "Bourne Again SHell." It's the standard command line interface on most Linux machines. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Bourne Again Shell and is based on the Bourne shell, sh, the original command interpreter. http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The default command interpreter, or shell, for Red Hat Linux. bash features several enhancements to sh, such as built-in file management commands and support for completion of commands and paths using the the [Tab] key. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The GNU Bourne Again SHell Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). Bash is ultimately intended to be a conformant implementation of the IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An enhanced version of the Bourne Shell. (Also, see Korn Shell.) From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
report a bug in bash From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/bay'-sic/ n. A programming language, originally designed for Dartmouth's experimental timesharing system in the early 1960s, which for many years was the leading cause of brain damage in proto-hackers. Edsger W. Dijkstra observed in "Selected Writings on Computing: A Personal Perspective" that "It is practically impossible to teach good programming style to students that have had prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration." This is another case (like Pascal) of the cascading lossage that happens when a language deliberately designed as an educational toy gets taken too seriously. A novice can write short BASIC programs (on the order of 10-20 lines) very easily; writing anything longer (a) is very painful, and (b) encourages bad habits that will make it harder to use more powerful languages well. This wouldn't be so bad if historical accidents hadn't made BASIC so common on low-end micros in the 1980s. As it is, it probably ruined tens of thousands of potential wizards. [1995: Some languages called `BASIC' aren't quite this nasty any more, having acquired Pascal- and C-like procedures and control structures and shed their line numbers. --ESR] Note: the name is commonly parsed as Beginner's All-purpose Symbolic Instruction Code, but this is a backronym. BASIC was originally named Basic, simply because it was a simple and basic programming language. Because most programming language names were in fact acronyms, BASIC was often capitalized just out of habit or to be silly. No acronym for BASIC originally existed or was intended (as one can verify by reading texts through the early 1970s). Later, around the mid-1970s, people began to make up backronyms for BASIC because they weren't sure. Beginner's All-purpose Symbolic Instruction Code is the one that caught on. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Beginner's All-purpose Symbolic Instruction Code From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Beginners All purpose Symbolic Instruction Code: a non-structured language that is often considered the easiest to start programming. It was developed as an interactive, mainframe timesharing language that received fame with home computers in the 1980s. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A set of instructions stored on a ROM CHIP that handles input-output functions and system component management (such as power configuration and interrupt request settings). From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BasicLinux is a mini-version of Linux that boots from hard drive, floppy, or CDROM, and runs in a 4meg ramdisk. It's based on Slackware 3.5 and contains a fully-featured shell, an easy-to-use editor, and a variety of useful utilities. It can dial an ISP, browse the web, send/receive mail, or act as a router/firewall. Version 1.7 was released May 12, 2002. Version 2.0 was released February 22, 2003, now based on Slackware 7.1. A small disk distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A PHP (both PHP3 and PHP4) and IMAP based webmail application powered with MySQL database server. It has a nice user-friendly interface and its HTML files are easy to be changed/edited. 0.7.6 includes WAP-Support. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bundesweites Alternatives Studentisches InformationsNetzwerk (WWW, org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Security hardening tool Bastille Linux is a security hardening program for several Linux distributions. If run in the preferred Interactive mode, it can teach you a good deal about Security while personalizing your system security state. If run in the quicker Automated mode, it can quickly tighten your machine, once a default profile is selected. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Baby Advanced Technology [board] (AT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
adj. 1. Non-interactive. Hackers use this somewhat more loosely than the traditional technical definitions justify; in particular, switches on a normally interactive program that prepare it to receive non-interactive command input are often referred to as `batch mode' switches. A `batch file' is a series of instructions written to be handed to an interactive program running in batch mode. 2. Performance of dreary tasks all at one sitting. "I finally sat down in batch mode and wrote out checks for all those bills; I guess they'll turn the electricity back on next week..." 3. `batching up': Accumulation of a number of small tasks that can be lumped together for greater efficiency. "I'm batching up those letters to send sometime" "I'm batching up bottles to take to the recycling center." From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
queue, examine or delete jobs for later execution From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a soccer game played with tanks or helicopters BattleBall is essentially the game of soccer, played with military vehicles rather than with people. Each player drives a tank or flies a helicopter, and tries to move the ball down the playfield to the other team's goal. Relatively unlimited number of human or computer players can compete in teams or head-to-head. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Battery status applet for GNOME Battstat is a battery status applet that monitors the battery charge level on a laptop. It displays different icons depending on the state of the power subsystem, and will warn if the power drops below a user configurable level. It uses the standard GNOME event system to play user configurable samples at certain events. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In common usage the baud rate of a modem is how many bitsit can send or receive per second. Technically, baud is the number of times per second that the carrier signal shifts value - for example a 1200 bit-per-second modem actually runs at 300 baud, but it moves 4 bits per baud (4 x 300= 1200 bits per second). From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
measures of the rate at which signals are transmitted over a telecommunications link. It is equivalent to the number of elements or pulses transmitted in one second. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BAY networks' Switched Internetworking Services, "BaySIS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An ASCII-art demo BB is a high quality audio-visual demonstration for your text terminal. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BridgeBoard (Amiga, Commodore) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadband Bearer Capability (B-ISDN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Date tool for the blackbox window manager bbdate is a simple blackbox tool for displaying the date in your blackbox slit. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Insidious Big Brother Database (email rolodex) for Emacs BBDB is a rolodex-like database program for GNU Emacs. BBDB stands for Insidious Big Brother Database, and is not, repeat, *not* an obscure reference to the Buck Rogers TV series. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[I'll] Be Back In A Bit (DFUe, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BBIagent provides a suite of applications to create the software for booting a computer as a broadband router and firewall. Based on the hardware configurations and connection type, you are able to download your own boot file which is written into a single 1.44MB diskette to be a boot diskette for the router. This is a Linux based system which uses Java tools to create a bootable floppy with router software. The software utilites provided by BBIagent.Net are free to use. Version 1.5.0 was released July 11, 2002. Version 1.8.1 was released May 16, 2003. A floppy-based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Be Back In A Minute (slang, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
application to handle key bindings in Blackbox In the Blackbox window manager version 0.60 and higher, a separate application is needed to handle key bindings. This is such a program. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Be Back Later (slang, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
launch windows with manipulated attribs under blackbox A program which allows the user to control the launching of applications under the Blackbox window manager. The user can launch applications with or without decorations, shaded, on a specific workspace or maximized horizontally or vertically. Requires that you be running the Blackbox window manager or a derivative. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BBLCD is the acronym for Bernhard's Bootable Linux CD or Build your own Bootable Linux CD. BBLCD is a toolkit for building your own bootable Linux CD from your favorite (and possibly customized) distribution. It uses, more or less, an intelligent cp -a / /dev/cdrom to create a CDROM from an existing system. Version 0.7.7 was released April 9, 2003. A CD-based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mail Utility for X This is a small mail utility for use with the Blackbox window manager. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bolt, Beranek and Newman (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BroadBand Network Services From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Pager for the Blackbox window manager A pager tool for the Blackbox window manager. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
displays an image, and changes it every few seconds (from the README) If you've ever used the GNOME applet "fish," or Wanda, then this is an app very similar. In fact, that's where I got the idea for bbpal (since you need GNOME to use Wanda). When you run bbpal, is displays an image, and changes it every few seconds. Exciting, eh? It's fond of using up CPU cycles, and making your friends wonder what the heck it's used for. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PPP tool for the blackbox window manager bbppp is a blackbox tool to control and manage your PPP link. It can start up /shut down your ppp connection (by running pon/poff), and displays rx and tx via a modem-lights style PPP load, and also the PPP link uptime. Note that you don't actually need blackbox for this program to work, but it won't look as good in any other window manager. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Back Bone Ring From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bulletin Board System (DFUe) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A forum for users to browse and exchange information. Computer BBSs are accessible by telephone via a personal computer and a modem. Many BBSs are small operations run by a single person that allow only several users to log on at the same time. Some are much larger and allow hundreds of users to login simultaneously to use the system. Huge, commercial examples are America Online, CompuServe, and Prodigy. For example, please visit http://www.tcworld.com/wwwboard/wwwboard.html From Glossary of Distance Education and Internet Terminology http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A computerized meeting and announcement system that allows people to carry on discussions, upload and download files, and make announcements without the people being connected to the computer at the same time. In the early 1990's there were many thousands (millions?) of BBS?s around the world, most are very small, running on a single IBM clone PC with 1 or 2 phone lines. Some are very large and the line between a BBS and a system like AOL gets crossed at some point, but it is not clearly drawn. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Electronic BBSs formed much of the the core "cyberspace" in the 1980s. Telecommunication costs were high, so rather than interconnected via "always-on" connections, such systems transfered files and messages as irregular intervals over dial-up lines. Mail was transported through BBS via protocols like FidoNet and UUCP. Files would move themselves from system to system as users would download from one BBS and upload to others. Many of today's older hackers were active in the BBS community of the 1980s. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
System load tool for the blackbox window manager bbsload is a blackbox tool to display your system load. It can show simple system bar graphs, including load averages for 1, 5 and 15 minute periods, memory usage, swap usage, total system usage, as well as CPU loads for user, nice and system processes and idle time. Note that you don't actually need blackbox for this program to work, but it won't look as good in any other window manager. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Time tool for the blackbox window manager bbtime is a blackbox tool to display the system time in your blackbox slit. It can also display other times as an offset of your local time in a menu. Note that you don't actually need blackbox for this program to work, but it won't look as good in any other window manager. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The GNU bc arbitrary precision calculator language GNU bc is an interactive algebraic language with arbitrary precision which follows the POSIX 1003.2 draft standard, with several extensions including multi-character variable names, an `else' statement and full Boolean expressions. GNU bc does not require the separate GNU dc program. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Communication Access Method From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadband Connectionless Data Bearer Service (B-ISDN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
16-bit C compiler This is a C-compiler for 8086 CPUs which is important for the development of boot loaders or BIOS related 8086 code. It is possible to run 8086 code under i386 Linux using an emulator, `elksemu', also included in this package. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Base Communications-computer Center (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Blind Carbon Copy (DFUe) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Block Check Character From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadcast Control CHannel (GSM, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary Coded Decimal From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadband Connectionless Data Bearer Service (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary Coded Decimal Interchange Code From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadband Code Division Multiple Access (Interdigital, SNI, Samsung), "B-CDMA" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Base station Control Function (BS, BTS, GSM, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A CD image format converter from bin/cue to iso/cdr/wav The bchunk package contains a UNIX/C rewrite of the BinChunker program. BinChunker converts a CD image in a .bin/.cue format (sometimes .raw/.cue) into a set of .iso and .cdr/.wav tracks. The .bin/.cue format is used by some non-UNIX CD-writing software, but is not supported on most other CD-writing programs. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Batibus Club International (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Brain Computer Interface From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bezier Clock Bezier Clock, looking somewhat different than usual clocks. This very funny clock uses a Bezier curve to draw the hands of the clock. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Control Monitor (OS, Xerox, Xerox 530) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backbone Concentrator Node (Wellfleet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadband Class of Bearer (B-ISDN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Call Process (IN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary Communications Protocol From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary Control Protocol (Adobe, PS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[Internet] Best Current Practice (Internet, RFC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[PPP] Bridging Control Protocol (PPP, RFC 1638) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
// n. [abbreviation, `Basic Combined Programming Language') A programming language developed by Martin Richards in Cambridge in 1967. It is remarkable for its rich syntax, small size of compiler (it can be run in 16k) and extreme portability. It reached break-even point at a very early stage, and was the language in which the original hello world program was written. It has been ported to so many different systems that its creator confesses to having lost count. It has only one data type (a machine word) which can be used as an integer, a character, a floating point number, a pointer, or almost anything else, depending on context. BCPL was a precursor of C, which inherited some of its features. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic / BBN Combined Programming Language (BBN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bell System Reference Frequency Standard From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Banking Communication Standard (banking) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Combined Subset From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Control System (OS, HP, HP 2100) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary Compatibility Standard (Motorola) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Block Check Sequenz (GPRS, GSM, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
British Computer Society (org., UK) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Call State Model (IN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bus Controller Unit From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BIOS Data Area (BIOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland DAtabase (Borland, DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BundesDatenAutobahn [e.v] (org., ISP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Direct Access Method (DAM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup DOMAIN Controller (MS, Windows NT, PDC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BetriebsDatenErfassung From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland Database Engine (Borland, Delphi, DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bitmap Description / Display Format (Adobe, Fonts) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A variety of bitmapped fonts for the X Window System. (Also, see PostScript Fonts and TrueType Fonts.) From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The bdflush process starts the kernel daemon which flushes dirty buffers back to disk (i.e., writes all unwritten data to disk). This helps to prevent the buffers from growing too stale.Bdflush is a basic system process that must run for your system to operate properly. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Resize BDF Format Font Bdfresize is a command to magnify or reduce fonts which are described with the standard BDF format. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
convert X font from Bitmap Distribution Format to Portable Compiled Format From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
generate truncated BDF font from ISO 10646-1-encoded BDF font From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[java]Beans Development Kit (Java) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Disk Operating System (CP/M) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bus Device Request (SCSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BundesDatenSchutzGesetz Germany From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A stock portfolio performance monitoring tool This package provides beancounter, a tool to quantify gains and losses in stock portfolios, as well as the BeanCounter Perl module that underlies it. Beancounter queries stock prices from Yahoo! Finance server(s) around the globe and stores them in a relational database (using PostgreSQL) so that the data can be used for further analysis. Canned performance reports are available. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Components for the JavaBeans architecture. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BearOps Linux, formerly MaxOS, provides the BearOps Linux Server. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GTK+ Graphical network system to generate sound BEAST/BSE is a plugin-based system where you can link objects to each other and generate sound. This is still an ALPHA version of the upstream. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Best Enhanced Advanced Technology (Trident, AT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary Editor And Viewer (beav) beav is an editor for binary files containing arbitrary data. Text file editors, on the other hand, expect the files they edit to contain textual data, and/or to be formatted in a certain way (e.g. lines of printable characters delimited by newline characters). With beav, you can edit a file in HEX, ASCII, EBCDIC, OCTAL, DECIMAL, and BINARY. You can display but not edit data in FLOAT mode. You can search or search and replace in any of these modes. Data can be displayed in BYTE, WORD, or DOUBLE WORD formats. While displaying WORDS or DOUBLE WORDS the data can be displayed in INTEL's or MOTOROLA's byte ordering. Data of any length can be inserted at any point in the file. The source of this data can be the keyboard, another buffer, or a file. Any data that is being displayed can be sent to a printer in the displayed format. Files that are bigger than memory can be handled. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An Early AdVanced EditoR Beaver is a text editor that is lightweight but full of features for programming from web authoring to C programming. It is based on the GTK+ toolkit, supports tons of languages through config files (compatible with UltraEdit 'wordfile.txt') and offers functions such as automatic indentation, correction and completion, or syntax highlighting. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary Exponential Backoff (CSMA/CD, LIB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Back-End-Chip (DVR) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BErlin Continuing Engineering Education Program, "BeCEEP" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a staff scientist with the Center for Excellence in Space Data and Information Sciences (CESDIS). Donald has been extremely influential in the development of low-cost, high-performance parallel computing as the chief investigator of the Beowulf Project. Becker has written enhancements to the kernel network subsystem to support faster I/O on high-speed networks, device drivers for countless Ethernet cards, and a distributed shared-memory package. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backward Explicit Congestion Notification (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bookmark Exploring Dabbler (VRML) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Burst EDO [DRAM] (EDO, RAM, DRAM, IC, Micron) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Burst Extended Data Out DRAM (RAM, DRAM, IC), "BEDO-DRAM" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An open source C library of cryptographic algorithms. BeeCrypt is an open source cryptography library that contains highly optimized C and assembler implementations of many well-known algorithms including Blowfish, SHA-1, Diffie-Hellman, and ElGamal. Unlike some other crypto libraries, BeeCrypt is not designed to solve one specific problem, like file encryption, but to be a general purpose toolkit which can be used in a variety of applications. There are also no patent or royalty issues associated with BeeCrypt, and it is released under the GNU LGPL license, which means it can be used for free in both open source and closed source commercial projects. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Beehive Linux is a distribution made by system administrators, for system administrors. It's intent is to provide fast and clean setup of workhorse servers and workstations. Version 0.5.0 was released April 16, 2002. Version 0.6.0 was released September 15, 2002. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced pc-speaker beeper beep does what you'd expect: it beeps. But unlike printf "\a" beep allows you to control pitch, duration, and repetitions. Its job is to live inside shell/perl scripts and allow more granularity than one has otherwise. It is controlled completely through command line options. It's not supposed to be complex, and it isn't - but it makes system monitoring (or whatever else it gets hacked into) much more informative. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bundesverband der Elektronik- und ElektroschrottVerwerter (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Brightness Enhancement Foile (LCD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
screen saver From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
although the Apache web server is largely a community effort, Behlendorf is probably one of its most important developers. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An academic model for enforcing access control for government and military. The model is based around the idea of mandator access control. The formal definition from TCSEC is: ...a means of restricting access to objects based on the sensitivity (as represented by a label) of the information contained in the objects and the formal authorization (e.g., clearance) of subjects to access information of such sensitivity In this definition, a "subject" is somebody (user) who wants access to an "object" (information, data file, system). The subject and object have different security levels. Objects (information, data, systems) are assigned security classification levels. A typical example would be: unclassified < confidential < secret < top-secret Subjects are assigned similar clearance levels that allow access to objects of similar level or below. For example, if you are a government employee with "secret" clearance level, you can access everything but "top-secret" information. A classification level such as "top-secret" will also include categories. For example, you may have a "secret" clearance for NATO information, and "top-secret" clearance for all matters pertaining to nuclear weapons. The system follows the principle of least privilege. Therefore, you would not be cleared to access top-secret NATO nuclear plans because your NATO clearance isn't high enough. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BELL COmmunications REsearch (org., USA), "Bellcore" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Be Operating System (OS), "BeOS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a multi computer architecture which can be used for parallel computations. It is a system which usually consists of one server node, and one or more client nodes connected together via Ethernet or some other network. It is a system built using commodity hardware components, like any PC capable of running Linux, standard Ethernet adapters, and switches. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A network of relatively inexpensive computers (including PCs), potentially using different processors and hardware architectures, united by Linux and special system-level software into a massively parallel computing system. The end result is a system capable of supercomputer computation at a much lower price. This sort of system is ideal for compute-intensive tasks such as weather modeling, because the calculations can be divided among dozens, hundreds, or even thousands of separate processors all running simultaneously. Sometimes referred to a "Beowulf-class supercomputer", or a super-cluster or hyper-cluster. For more on Beowulf technology, read the following articles: www.linuxworld.com/linuxworld/lw-2000-04/lw-04-parallel.html, and www.ibm.com/press/prnews.nsf/Searchvw/3f4e88b102477aa5852568460067a52a. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Famed was this Beowulf: far flew the boast of him, son of Scyld, in the Scandian lands. So becomes it a youth to quit him well with his father's friends, by fee and gift, that to aid him, aged, in after days, come warriors willing, should war draw nigh, liegemen loyal: by lauded deeds shall an earl have honor in every clan. Beowulf is the earliest surviving epic poem written in English. It is a story about a hero of great strength and courage who defeted a monster called Grendel. See History to find out more about the Beowulf hero. There are probably as many Beowulf definitions as there are people who build or use Beowulf Supercomputer facilities. Some claim that one can call their system Beowulf only if it is built in the same way as the NASA's original machine. Others go to the other extreme and call Beowulf any system of workstations running parallel code. My definition of Beowulf fits somewhere between the two views described above, and is based on many postings to the Beowulf mailing list: Beowulf is a multi computer architecture which can be used for parallel computations. It is a system which usually consists of one server node, and one or more client nodes connected together via Ethernet or some other network. It is a system built using commodity hardware components, like any PC capable of running Linux, standard Ethernet adapters, and switches. It does not contain any custom hardware components and is trivially reproducible. Beowulf also uses commodity software like the Linux operating system, Parallel Virtual Machine (PVM) and Message Passing Interface (MPI). The server node controls the whole cluster and serves files to the client nodes. It is also the cluster's console and gateway to the outside world. Large Beowulf machines might have more than one server node, and possibly other nodes dedicated to particular tasks, for example consoles or monitoring stations. In most cases client nodes in a Beowulf system are dumb, the dumber the better. Nodes are configured and controlled by the server node, and do only what they are told to do. In a disk-less client configuration, client nodes don't even know their IP address or name until the server tells them what it is. One of the main differences between Beowulf and a Cluster of Workstations (COW) is the fact that Beowulf behaves more like a single machine rather than many workstations. In most cases client nodes do not have keyboards or monitors, and are accessed only via remote login or possibly serial terminal. Beowulf nodes can be thought of as a CPU + memory package which can be plugged in to the cluster, just like a CPU or memory module can be plugged into a motherboard. Beowulf is not a special software package, new network topology or the latest kernel hack. Beowulf is a technology of clustering Linux computers to form a parallel, virtual supercomputer. Although there are many software packages such as kernel modifications, PVM and MPI libraries, and configuration tools which make the Beowulf architecture faster, easier to configure, and much more usable, one can build a Beowulf class machine using standard Linux distribution without any additional software. If you have two networked Linux computers which share at least the /home file system via NFS, and trust each other to execute remote shells (rsh), then it could be argued that you have a simple, two node Beowulf machine. From Beowulf-HOWTO http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Encoding Rules [for ASN.1] (ASN.1, OSI, ISO, IS 8825) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bit Error Rate From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A domain name service implementation developed by the University of California at Berkeley. BIND is distributed with the named daemon, which actively listens for requests and queries root name servers to translate IP addresses to corresponding domain names and vice versa. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bit Error Rate Test From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Block Ended by Symbol (IBM, assembler) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bursty Errored Seconds (DS1/E1) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland Enhanced Support and Training (Borland) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Business Executive System for Timesharing (OS, Qantel) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/bay't*/, /be't*/ or (Commonwealth) /bee't*/ n. 1. Mostly working, but still under test; usu. used with `in': `in beta'. In the Real World, systems (hardware or software) software often go through two stages of release testing: Alpha (in-house) and Beta (out-house?). Beta releases are generally made to a group of lucky (or unlucky) trusted customers. 2. Anything that is new and experimental. "His girlfriend is in beta" means that he is still testing for compatibility and reserving judgment. 3. Flaky; dubious; suspect (since beta software is notoriously buggy). Historical note: More formally, to beta-test is to test a pre-release (potentially unreliable) version of a piece of software by making it available to selected (or self-selected) customers and users. This term derives from early 1960s terminology for product cycle checkpoints, first used at IBM but later standard throughout the industry. `Alpha Test' was the unit, module, or component test phase; `Beta Test' was initial system test. These themselves came from earlier A- and B-tests for hardware. The A-test was a feasibility and manufacturability evaluation done before any commitment to design and development. The B-test was a demonstration that the engineering model functioned as specified. The C-test (corresponding to today's beta) was the B-test performed on early samples of the production design, and the D test was the C test repeated after the model had been in production a while. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Development copies that are released prior to the full version. They are released to aid debugging of the software and to obtain real world reports of its operation. An expiry date is often built into the software. See alpha software. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bundesvereinigung mittelstaendischer Elektro- und elektronikgeraete entsorgungs- und VerwertungsUnternehmen Org., Germany From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Business Engineering Workbench (R/3, SAP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bus Fraction [pin] (Intel, Pentium, CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Brute Force Binary Tester BFBTester is great for doing quick, proactive, security checks of binary programs. BFBTester will perform checks of single and multiple argument command line overflows as well as environment variable overflows. BFBTester can also watch for tempfile creation activity to alert the user of any programs using unsafe tempfile names. While BFBTester can not test all overflows in software, it is useful for detecting initial mistakes that can red flag dangerous software. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary File Descriptor (Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bye For Now (slang, IRC, Usenet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bayonet Fiber Optic Connector From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
nonblocking 8-bit-clean pipe buffer bfr's purpose is to buffer data. It buffers from its standard input and/or a list of files of your choosing, and allows this data to flow to its standard output at whatever rate that end can handle. It's useful for any situation in which its beneficial to have I/O occur in a detached yet smooth fashion. Also contained is bfp, a buffering /dev/dsp writer. Pipe your raw PCM data to it, for skip-free bliss. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary File Transfer (DFUe) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Big-5 wide-characters rectifier Bg5cc converts `\' in Big-5 wide-characters that appear in source programs to `\\'. This ensures programs that contain Big-5 characters can be compiled correctly. Bg5cc should have little use to end-users. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A utility to print Chinese Big5/GB documents using TrueType fonts Bg5ps is a utility to output a Postscript file from a Chinese Big5 or GB2312 encoded document by using TrueType fonts. Postscript files produced by Netscape and mpage that contain Big5 or GB2312 characters can be filtered by bg5ps so that the Chinese characters within can be printed correctly. If you want to use the configuration tool 'bg5psconf', make sure you have the package python-gtk installed. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ball Grid Array (CPU, IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland Graphics Interface (Borland) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Border Gateway Protocol (RFC 1267/1771, IP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
On the Internet, BGP is used between ISPs in order to communicate routers. For example, imagine that the ALICE ISP needs to reach the BOB ISP. However, ALICE is not directly connected to BOB. ALICE therefore must figure out which ISP should be used to send traffic to BOB. It is through the use of BGP that such information is discovered. The name "border" comes from the fact that ISPs use BGP only on their borders (in contrast, they would use some other protocol (like OSPF) inside their networks). Key point: BGP can be subverted in many ways. BGP is generally unauthenticated, and rogue ISPs can play havoc. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadcast and Group Translators From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Busy Hour Call Attempts From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadband High Layer Information, "B-HLI" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bayerisches Hochschulnetz (network) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Branch History Table (CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Breidbart-Index (Usenet, ECP, EMP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Back In A Bit (DFUe, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bus Interface Board From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Fast lookup in BibTeX bibliography data bases bibindex converts a .bib file to a .bix file, which is a compact binary representation of the .bib file containing hash tables for fast lookup, as well as byte offset positions into the corresponding .bib file. biblook provides an interactive lookup facility using the .bix and .bib files. It verifies that the file version number and bibindex version number match its own values, and also compares the file time stamps so that it can detect whether the .bix file is out-of-date with respect to the .bib file. In either case, execution terminates. This Debian package features a command line history mechanism through the GNU readline library. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A bible study tool for KDE BibleTime 1.1 is a free and easy to use bible study tool for UNIX systems. It requires a working KDE2 environment and SWORD 1.5.3 or later. BibleTime provides easy handling of digitized texts (Bibles, commentaries and lexicons) and powerful features to work with these texts (search in texts, write own notes, save, print etc.). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
make a bibliography for (La)TeX From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BibTeX to HTML translator and BibTeX filter tool Collection of tools for filtering BibTeX data bases and for producing HTML documents from BibTeX data bases: - aux2bib extracts a BibTeX database consisting of only the entries that are refereed by an aux file. - bib2bib is a filter tool that reads one or several bibliography files, filters the entries with respect to a given criterion, and outputs the list of selected keys together with a new bibliography file containing only the selected entries; - bibtex2html is a translator that reads a bibliography file and outputs two HTML documents that are respectively the cited bibliography in a nice presentation, and the original BibTeX file augmented with several transparent HTML links to allow easy navigation. See the bibtex2html homepage http://www.lri.fr/~filliatr/bibtex2html/index.en.html. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A tool for manipulating BibTeX data bases. BibTeX provides an easy to use means to integrate citations and bibliographies into LaTeX documents. But the user is left alone with the management of the BibTeX files. The program BibTool is intended to fill this gap. BibTool allows the manipulation of BibTeX files which goes beyond the possibilities -- and intentions -- of BibTeX. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
X11 Bibliography database tool bibview is a tool to let you set up and maintain BibTeX bibliography databases. LaTeX can then use these automatically in citations and bibliographies in your documents. From its README: It [bibview] supports the user in making new entries, searching for entries and moving entries from one BiB to another. It is possible to work with more than one BiB simultaneously. bibview is implemented with Xt and Athena Widgets. There are six types of windows in bibview: The main window contains menus for customizing bibview and for working with BiBs on the file level. The bibliography window (one for every open BiB) contains commands for manipulating the BiB. The list window (at most one for every open BiB) shows a list of entries. It displays the fields author, title, type and year. The card window (at most one for every entry) helps editing an entry. It contains boxes for each field of the entry (according to the type). The fields can be edited by putting the mouse cursor into the field. Macros in fields and the symbol for concatenation ('#') are marked with a preceding '@'. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bit Independence Criterion (cryptography) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bus Interface Chip (DVR) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadband InterCarrier Interface (B-ISDN), "B-ICI" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bisqwit's identd Bisqwit's identd is an Identification Protocol (RFC 1413) daemon. It works like an ident daemon is supposed to work. Masquerading is supported, and works recursively. Works only under Linux, due to the use of /proc filesystem. A typical case for using Bisqwit's identd: - Alpha has the internet connection. It has an ip in internet. - Beta is masqueraded by Alpha. - Gamma is masqueraded by Beta. - Somebody in Gamma starts irc, and the irc server (in internet) gets the username of the user in Gamma, correctly. All of these computers would be running bidentd (from inetd), although Gamma could have any ident daemon, as it does not masquerade further. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BIDirectional From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland International Data Structures (Borland) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tool for watching and bidding on eBay auctions Bidwatcher is a tool for eBay users (eBay is a giant internet auction site). It is a stand alone application that can track auctions and perform automated bids. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
console hex viewer/editor with disassembler BIEW (Binary vIEW) is a free, portable, advanced file viewer with built-in editor for binary, hexadecimal and disassembler modes. It contains a highlight PentiumIII/K7 Athlon/Cyrix-M2 disassembler, full preview of MZ, NE, PE, LE, LX, DOS.SYS, NLM, ELF, a.out, arch, coff32, PharLap, rdoff executable formats, a code guider, and lot of other features, making it invaluable for examining binary code. DOS, Win32, OS/2, Linux, BeOS, Unix versions are available. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Benchmark Interchange Format (PLB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Built In Function (REXX) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a mail notification tool biff is a small little program that tells you when you get mail. Most standard .bashrc files include 'biff y' at the start to enable notification. The included biff server is notified whenever new mail arrives. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
To notify someone of incoming mail. From the BSD utility biff(1), which was in turn named after a friendly dog who used to chase frisbees in the halls at UCB while 4.2BSD was in development. There was a legend that it had a habit of barking whenever the mailman came, but the author of biff says this is not true. No relation to B1FF. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Bifrost Network Project aims to find stability, performance, filter capabilities, administration, computer security, scalability and development possibilities of a Linux based streamlined router/firewall system. The hardware is basically a standard PC with two (or more) network interfaces (using preferably the Intel Tulip chip or an e1000 Gigabit card) and a 45 or 48 MB flash disk. The operating system is a modified, minimal and optimized Linux distribution, with the kernel configured for firewalling and routing. The filter which controls the firewall security policy, is part of the kernel code and can be configured via ipfwadm, ipchains or iptables. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bionet Intelligent Gateway (BioData) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
It describes the order in which bytes of a word are processed. Many RISC computers and 68000 processors use big-endian representations where the high-order byte is stored at the lower address. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Breitbandiges Integriertes Glasfaser-Fernmelde-OrtsNetz From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A practical Scheme compiler Bigloo is a Scheme system which includes a compiler generating C code and an interpreter. Bigloo is conformant to IEEE Scheme and is mostly conformant to Revised^5 Report on the Algorithmic Language Scheme with many extensions: - Rgc, a lex facility. - Match, a pattern-matching compiler. - Foreign languages interface. - Module language. - Extension package system. - An LALR facility. - An Object system. - DSSSL support. - Unicode characters and strings. - Process, Pipe and Socket support. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BueroInformations- und KOmmunikationsSysteme (org., GI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A billard game using OpenGL Play a game of billard against the computer or a friend. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadband Interface Module From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
British Interactive Multimedia Association (org., UK) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
16-bit assembler and loader This is the as86 and ld86 distribution written by Bruce Evans. It's a complete 8086 assembler and loader which can make 32-bit code for the 386+ processors (under Linux it's used only to create the 16-bit boot sector and setup binaries). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Source code that has been compiled into executable programs. In the UNIX/Linux world, some software is distributed as source code only; other packages include both source and binaries; still others are distributed only in binary format. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A code system that uses 2 as its base and 0s and 1s for its notation. Binary code is used by computers as it functions well with digital electronics and Boolean algebra. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Information consisting entirely of ones and zeros. Also, commonly used to refer to files that are not simply text files, e.g. images. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a file that contains codes which are not part of the ASCII character set. A binary file can contain any type of information that can be represented by an 8 bit byte - a possible 256 values. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Berkeley Internet Name DOMAIN [software] (Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BIND (Berkeley Internet Name Domain) is an implementation of the DNS(Domain Name System) protocols. BIND includes a DNS server (named), which resolves host names to IP addresses; a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating properly. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Internet Domain Name Server The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
See Berkeley Internet Name Domain (BIND). From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BIND is the most popular software on the Internet for providing DNS services. Your ISP is likely running BIND. BIND is open-source. Key point: BIND provides about 80% of all DNS services. It is also enabled by default on a lot of Linux distributions. As a result, any exploit discovered for BIND has immediate and large impact on the Internet. As of November, 1999, all versions of BIND previous to 8.2.2-P5/4.9.7 have known holes that can be exploited. It is likely that these newer versions also have undiscovered exploitable holes as well. Key point: BIND comes in two versions, 4.x and 8.x. This is largely due to backwards compatibility: people are running a lot of older servers and would rather patch them than upgrade to a newer version. Also, the newer 8.x code-base has not be extensively peer-reviewed and is thought to be a lot less secure than the 4.x source base. UPDATE: BIND v9 is now available, though most users are sticking with v8. See also: dig, DNS. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Support for extra binary formats The binfmt_misc kernel module, contained in versions 2.1.43 and later of the Linux kernel, allows system administrators to register interpreters for various binary formats based on a magic number or their file extension, and cause the appropriate interpreter to be invoked whenever a matching file is executed. Think of it as a more flexible version of the #! executable interpreter mechanism. This package provides an 'update-binfmts' script with which package maintainers can register interpreters to be used with this module without having to worry about writing their own init.d scripts, and which sysadmins can use for a slightly higher-level interface to this module. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Empirical stochastic bandwidth tester Bing is a point-to-point bandwidth measurement tool (hence the 'b'), based on ping. Bing determines the real (raw, as opposed to available or average) throughput on a link by measuring ICMP echo requests' round trip times for different packet sizes at each end of the link. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A method for converting non-text files (non-ASCII) into ASCII. This is needed because Internet e-mail can only handle ASCII. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
FidoTech TCP/IP mailer Binkd is a FidoTech mailer designed for use over TCP/IP. This program is NOT an internet mail transfer agent. If you don't know what it is, you don't need it. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Statistics tool for installed programs A utility to aid the tidying up of binaries, interpreted scripts, and dynamic libraries. It can find the number and identity of a.out and ELF binaries, plus their debugging symbols status, setuid status, and dynamic library dependence. It can count the number of Java bytecode programs, tally up the main types of scripts, and look for unidentified executable text files. Also it is able to find any duplicated executable names, unused libraries, binaries with missing libraries, statically linked binaries, and duplicated manual page names. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binutils is a collection of binary utilities, including ar (for creating, modifying and extracting from archives), as (a family of GNU assemblers), gprof (for displaying call graph profile data), ld (theGNU linker), nm (for listing symbols from object files), objcopy (for copying and translating object files), objdump (for displaying information from object files), ranlib (for generating an index for the contents of an archive), size (for listing the section sizes of an object or archive file), strings (for listing printable strings from files), strip (for discarding symbols), and addr2line (for converting addresses to file and line). From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The GNU assembler, linker and binary utilities. The programs in this package are used to assemble, link and manipulate binary and object files. They may be used in conjunction with a compiler and various libraries to build programs for Linux. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[Biology] An Emacs mode to edit genetic data biomode provides you several interesting commands to take the antiparallel of a region, convert it using readseq, runs blast on it, etc. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[Biology] Perl tools for computational molecular biology The Bioperl project is a coordinated effort to collect computational methods routinely used in bioinformatics into a set of standard CPAN-style, well-documented, and freely available Perl modules. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Input Output System / Support (PC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Input/Output System: services on a ROM chip that enable the hardware and software of a computer to communicate with each other. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
see Basic Input Output System (BIOS). From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bit Interleaved Parity (SONET, ...) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bit Interleaved Parity Violation From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Belgian Institute for Automatic Control (org., Belgium) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Internet Routing Daemon Supports OSPF, RIPv2 (No v1), BGP both IPv4 and IPv6 and redistribution between the protocols with a powerful configuration syntax. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Display information about pending events on login Given a list of the dates of various different events, works out and displays a list of those which will come up in the next couple of weeks. This was originally designed for birthdays, but can equally be used for reminders about yearly events, or for a running diary. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Business Information System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadband Integrated Services Digital Network (ATM), "B-ISDN" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A parser generator that is compatible with YACC. Bison is a general-purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you may use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages. Bison is upward compatible with Yacc: all properly-written Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with little trouble. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bison is a general purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar. Bison can be used to develop a wide range oflanguage parsers, from ones used in simple desk calculators to complex programming languages. Bison is upwardly compatible with Yacc, so anycorrectly written Yacc grammar should work with Bison without any changes. If you know Yacc, you should not have any trouble using Bison. You do need to be proficient in C programming to be able to use Bison. Bison is only needed on systems that are used for development.If your system will be used for C development, you should install Bison. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Business Information System Program From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadband Inter-Switching System Interface (B-ISDN), "B-ISSI" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadband ISDN User's Part (B-ISDN), "B-ISUP" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary SYNchronous Communications (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Interconnection Test (ISO 9646-1) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary digIT From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. [from the mainstream meaning and `Binary digIT'] 1. [techspeak] The unit of information; the amount of information obtained by asking a yes-or-no question for which the two outcomes are equally probable. 2. [techspeak] A computational quantity that can take on one of two values, such as true and false or 0 and 1. 3. A mental flag: a reminder that something should be done eventually. "I have a bit set for you." (I haven't seen you for a while, and I'm supposed to tell or ask you something.) 4. More generally, a (possibly incorrect) mental state of belief. "I have a bit set that says that you were the last guy to hack on EMACS." (Meaning "I think you were the last guy to hack on EMACS, and what I am about to say is predicated on this, so please stop me if this isn't true.") "I just need one bit from you" is a polite way of indicating that you intend only a short interruption for a question that can presumably be answered yes or no. A bit is said to be `set' if its value is true or 1, and `reset' or `clear' if its value is false or 0. One speaks of setting and clearing bits. To toggle or `invert' a bit is to change it, either from 0 to 1 or from 1 to 0. See also flag, trit, mode bit. The term `bit' first appeared in print in the computer-science sense in a 1948 paper by information theorist Claude Shannon, and was there credited to the early computer scientist John Tukey (who also seems to have coined the term `software'). Tukey records that `bit' evolved over a lunch table as a handier alternative to `bigit' or `binit', at a conference in the winter of 1943-44. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Short for binary digit. The smallest unit of information a computer can read and manipulate. The value of a bit is 1 or 0. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A single digit number in base-2, in other words, either a 1 or a zero. The smallest unit of computerized data. Bandwidthis usually measured in bits-per-second. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. Transmission of data on a serial line, when accomplished by rapidly tweaking a single output bit, in software, at the appropriate times. The technique is a simple loop with eight OUT and SHIFT instruction pairs for each byte. Input is more interesting. And full duplex (doing input and output at the same time) is one way to separate the real hackers from the wannabees. Bit bang was used on certain early models of Prime computers, presumably when UARTs were too expensive, and on archaic Z80 micros with a Zilog PIO but no SIO. In an interesting instance of the cycle of reincarnation, this technique returned to use in the early 1990s on some RISC architectures because it consumes such an infinitesimal part of the processor that it actually makes sense not to have a UART. Compare cycle of reincarnation. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. (alt. `bit diddling' or bit twiddling) Term used to describe any of several kinds of low-level programming characterized by manipulation of bit, flag, nybble, and other smaller-than-character-sized pieces of data; these include low-level device control, encryption algorithms, checksum and error-correcting codes, hash functions, some flavors of graphics programming (see bitblt), and assembler/compiler code generation. May connote either tedium or a real technical challenge (more usually the former). "The command decoding for the new tape driver looks pretty solid but the bit-bashing for the control registers still has bugs." See also bit bang, mode bit. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. [very common] 1. The universal data sink (originally, the mythical receptacle used to catch bits when they fall off the end of a register during a shift instruction). Discarded, lost, or destroyed data is said to have `gone to the bit bucket'. On Unix, often used for /dev/null. Sometimes amplified as `the Great Bit Bucket in the Sky'. 2. The place where all lost mail and news messages eventually go. The selection is performed according to Finagle's Law; important mail is much more likely to end up in the bit bucket than junk mail, which has an almost 100% probability of getting delivered. Routing to the bit bucket is automatically performed by mail-transfer agents, news systems, and the lower layers of the network. 3. The ideal location for all unwanted mail responses: "Flames about this article to the bit bucket." Such a request is guaranteed to overflow one's mailbox with flames. 4. Excuse for all mail that has not been sent. "I mailed you those figures last week; they must have landed in the bit bucket." Compare black hole. This term is used purely in jest. It is based on the fanciful notion that bits are objects that are not destroyed but only misplaced. This appears to have been a mutation of an earlier term `bit box', about which the same legend was current; old-time hackers also report that trainees used to be told that when the CPU stored bits into memory it was actually pulling them `out of the bit box'. See also chad box. Another variant of this legend has it that, as a consequence of the `parity preservation law', the number of 1 bits that go to the bit bucket must equal the number of 0 bits. Any imbalance results in bits filling up the bit bucket. A qualified computer technician can empty a full bit bucket as part of scheduled maintenance. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Advanced Internet Relay Chat client This is the bleeding edge of IRC software -- the most common functions normally done by scripts are coded into the client itself. It contains dozens of features such as: * Built-in ANSI color (this is probably the biggest feature) * Ease of use -- dozens of useful command aliases to reduce typing * Built-in notify, protection, and bot lists * Built-in mass commands and tools * Extended set of DCC commands and built-in CDCC offering * Extended scripting functionality, including unique functions * Code is based on ircII-Plutonium and more recent ircII-EPiC Online linux help is available at irc.debian.org. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Collects bitprint and other information from files for bitzi.com Think of it as a really big file hash database on the internet with constant contributions from others of metadata on files. Bitcollider is a small program to reliably identify and describe files on your machine. When run with a specific file as input, this program does two major things: * It examines the file, calculating a distinctive digital fingerprint, or bitprint, and taking note of some other identifying information that can be extracted from the file, like file length and the local filename. * It launches your web browser to do a lookup at our website, submitting this identifying information as the search terms. At bitzi.com you'll see what - if anything - others have said about your file, and have a chance to contribute descriptions or comments yourself. If your automatic submission included information useful to our database, that new information will be contributed to the database under your screen name. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
bitmap editor and converter utilities for the X Window System From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Define a new bitmap from a Tcl script From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Because It's Time NETwork (network) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A network of educational sites separate from the Internet, but e-mail is freely exchanged between BITNET and the Internet. Listservs., a popular form of e-mail discussion groups, originated on BITNET. At its peak (the late 1980's and early 1990's) BITNET machines were usually mainframes, often running IBM's MVS operating system. BITNET is probably the only international network that is shrinking. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
pl.n. 1. Information. Examples: "I need some bits about file formats." ("I need to know about file formats.") Compare core dump, sense 4. 2. Machine-readable representation of a document, specifically as contrasted with paper: "I have only a photocopy of the Jargon File; does anyone know where I can get the bits?". See softcopy, source of all good bits See also bit. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bus Interface Unit From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Byte Information eXchange From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bipolar Junction Transistor (IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Buero Kommunikation From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Utility to turn bookmarks into Yahoo/Slashdot like pages bk2site will transform a Netscape bookmarks file (use xbel-utils to convert other formats) into a yahoo-like website with slashdot-like news. You can see an example website created with it at http://MultiAgent.com. The program has several nice features: Includes hit-counter and display feature (see which URLs are popular). Includes integrated cgi-bin search.pl program. Nice-looking output. Powerful customization. Inserts navigation information into the top of each page. Puts a "new" icon next to new entries. Supports any other icon(s) (e.g., cool.gif, hot.gif) you might want to show. Puts New Additions on the front page. Puts News Items on the front page. Supports URL and directory aliases. Use PRIVATE keyword to keep some URLs/folders from appearing. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BenutzerKoordinatenSystem (CAD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Blink Keyboard LEDs. bl blinks the keyboard LEDs: the Num Lock, the Caps Lock, and the Scroll Lock. bl is a very helpful monitor of server's state. Blinking speed could tell about CPU load. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Blue Lightning [processor family] (Intel) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Black Cat is a Russian distribution now owned by ASPLinux. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Terra Soft Solutions provides Black Lab for HPC Clusters. It features a graphical installation, configuration, and maintenance suite for Yellow Dog Linux HPC (high performance computing) clusters. It's designed to work with Apple Macintosh and Terra Soft's Yellow briQ Nodes. Black Lab ships with the YDL 2.1 foundation and includes a subscription for 2 upgrades to future releases of both YDL and Black Lab. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Find the crystals There's a black box. You can shoot in and watch, where the shot leaves the box. In the box, crystals are reflecting the shots. You have to guess where the crystals are hidden, by watching your shots. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Window manager for X This is a window manager for X. It is similar in many respects to such popular packages as Window Maker, Enlightenment, and FVWM2. You might be interested in this package if you are tired of window managers that are a heavy drain on your system resources, but you still want an attractive and modern-looking interface. The best part of all is that this program is coded in C++, so it is even more attractive "under the hood" than it is in service -- no small feat. If none of this sounds familiar to you, or you want your computer to look like Microsoft Windows or Apple's OS X, you probably don't want this package. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A feature rich ircII based IRC client IRC (Internet Relay Chat) provides a way of communicating in real time with people from all over the world. It consists of various separate networks (or "nets") of IRC servers, machines that allow users to connect to IRC. The largest nets are EFnet (the original IRC net, often having more than 32,000 people at once), Undernet, IRCnet, DALnet, NewNet and OPN. Generally, the user (such as you) runs a program (called a "client") to connect to a server on one of the IRC nets. The server relays information to and from other servers on the same net. The ircII program is the first widely used IRC client. IrcII has spawned several other clients in modern times, all of which keep the basic ircII command set and add to it in various more or less useful ways. Blackened is an enhanced ircII based IRC client that offers a variety of features not found in other clients, including commands designed for IRC server operators and administrators. Normal users also benefit from additional functionality. See also the Official Blackened Website at http://www.blackened.com/blackened/. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BlackRhino is a free Debian-based GNU/Linux software distribution for the Sony PlayStation 2. It contains over 1,200 software packages to aid in using and creating programs for the Sony PlayStation 2 Linux kit. The programs range in functionality from simple games, to text editors, compilers, web servers, windowing systems, database systems, graphics packages, mail servers and a variety of other tools and utilities. Version 1.0 was released March 4, 2003. A 'special purpose/mini' distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Linear Algebra Communications Subprograms The BLACS project is an ongoing investigation whose purpose is to create a linear algebra oriented message passing interface that may be implemented efficiently and uniformly across a large range of distributed memory platforms. You can choose between an implementation based on MPI or PVM. This package uses MPI. There also exist implementations on HP Exemplar, IBM SP Series, Thinking Machines CM-5, SGI Origin 2000 and some Crays. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Linear Algebra for Distributed Environments From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Linear Algebra Subroutines, shared library BLAS (Basic Linear Algebra Subroutines) is a set of efficient routines for most of the basic vector and matrix operations. They are widely used as the basis for other high quality linear algebra software, for example lapack and linpack. This implementation is the Fortran 77 reference implementation found at netlib. This package contains a shared version of the library. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Linear Algebra Subroutines, testing programs BLAS (Basic Linear Algebra Subroutines) is a set of efficient routines for most of the basic vector and matrix operations. They are widely used as the basis for other high quality linear algebra software, for example lapack and linpack. This implementation is the Fortran 77 reference implementation found at netlib. This package contains a set of programs which test the integrity of an installed blas-compatible shared library. These programs may therefore be used to test the libraries provided by the blas package as well as those provided by the atlas packages. The programs are dynamically linked -- one can explicitly select a library to test by setting the LD_LIBRARY_PATH or LD_PRELOAD environment variables. Likewise, one can display the library selected using the ldd program in an identical environment. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BLocked ASynchronous Transmission From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Vent your frustration with programs by blowing holes in them Blast lets you vent your frustration with programs by blowing holes in them. With this program you can blast holes any window in X. Holes become permanent unless you repair them before you quit. You may move permanently "damaged" windows and enjoy the view behind the holes. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Local Alignment Search Tool The famous sequence alignment program. This is "official" NCBI version, #2. The blastall executable allows you to give a nucleotide or protein sequence to the program. It is compared against databases and a summary of matches is returned to the user. Note that databases are not included in Debian; they must be retrieved manually. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a powerful text markup and transformation language A blatte document can be translated into a Perl program that, when executed, produces a transformed version of the input document. A Major emacs mode for editing Blatte source is also included. Many users will be interested in Blatte's ability to serve as a high-level language for writing web pages. This requires the module blatte-html which is included. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BLock Error Rate (CD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Beyond Linux From Scratch (BLFS) is a project with the aim of assisting LFS users to go beyond the base system. It contains a broad range of instrutions for installing and configuring various packages on top of a base LFS system. If you are wondering why you would want an LFS system or what one is, see the entry for LinuxFromScratch below in this list. BLFS 1.0 was released April 28, 2003 under the original BSD License. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Blinks keyboard LEDs for an answering machine or fax machine. Blinkd is a client/server pair, that lets the keyboard LEDs blink, indicating things like the number of incoming voice calls in the voice box or incoming faxes in the spool. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C++ template class library for scientific computing Blitz++ offers a high level of abstraction, but performance which rivals Fortran. The current version supports arrays and vectors. This package includes libraries and headers for compiling programs with blitz++. Homepage http://oonumerics.org/blitz/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadband Low Layer Information (BISDN), "B-LLI" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bayerische Landeszentrale fuer neue Medien (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Board-Level Multitasking eXecutive (OS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. [common] Software that provides minimal functionality while requiring a disproportionate amount of diskspace and memory. Especially used for application and OS upgrades. This term is very common in the Windows/NT world. So is its cause. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary Large OBject From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A unit of information that's processed or transferred. The unit size may vary. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
v. [common; from process scheduling terminology in OS theory] 1. vi. To delay or sit idle while waiting for something. "We're blocking until everyone gets here." Compare busy-wait. 2. `block on' vt. To block, waiting for (something). "Lunch is blocked on Phil's arrival." From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. [from the television series "Dr. Who"] Computations so fiendishly subtle and complex that they could not be performed by machines. Used to refer to any task that should be expressible as an algorithm in theory, but isn't. (The Z80's LDIR instruction, "Computed Block Transfer with increment", may also be relevant.) From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
call block device ioctls from the command line From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A blog is basically a journal that is available on the web. The activity of updating a blog is "blogging" and someone who keeps a blog is a "blogger." Blogs are typically updated daily using software that allows people with little or no technical background to update and maintain the blog. Postings on a blog are almost always arranged in cronological order with the most recent additions featured most prominantly. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sliding-blocks puzzle (glotski written in perl) Bloksi is a sliding-blocks puzzle : blocks should be pushed around until a "goal" position is reached. This is nearly a clone -written in perl- of glotski, whose files can be loaded. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a severely modified infobot for IRC This bot is based upon infobot-0.44.2 by Kevin Lenzo. The basis of infobot is still there but _many_ wild features have been added. Along the way, a couple of typos were spotted in the original infobot source and fixed in this version. Without infobot, there would be no blootbot so all thanks to kevin for bringing infobot in the first place. FEATURES * Additional information stored with factoids. (factinfo) * Wide range of statistics for Bot, Factoids, IRC, Debian. (status, factstats, ircstats, chanstats, cmdstats) * Advanced topic management. (the first cool feature) * Improved factoid search, allowing search by key or value. * Freshmeat support (freshmeat.net) * Debian Contents and Packages, search and info. * much more... From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BLOck based ROBot From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Base Level System Modernization From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BLock Transfer From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shared libraries for blt This is the shared libraries for BLT. You should only need this if you are using programs which are linked to blt, or are developing programs in BLT. BLT is an extension to the Tk toolkit, adding new widgets, geometry managers, and miscellaneous commands. It does not require any patching of the Tcl or Tk source files. An attempt is being made to unify the BLT libraries so that the package is independent of whatever tcl/tk library (e.g. 8.0,8.2,8.3) you are using. This will be via the tcl stubs interface. As part of this process, blt8.0 is obsolete and this package dynamically chooses the correct version of BLT library to match your situation. This makes is a lot bigger than if you choose the library versions yourself, but means that you always have the version you need (not always the case under the old system) From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BlueCat Linux from LynuxWorks is an enhanced implementation of the Linux model, made viable for use in a wide range of embedded systems. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Blue Linux, is a free Linux-based operating system bundled with many packages that are used in the educational field, for computers in the educational field. Version 1.0RC2 was released April 16, 2002. Version 1.0 was released January 30, 2003. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Gtk+ HTML editor Bluefish is a GTK HTML editor for the experienced web designer. It is currently in alpha stage, but still usable. Its features include nice wizards for startup, tables and frame; a fully featured image insert dialog; thumbnail creation and automatically linking of the thumbnail with the original image; and configurable HTML syntax highlighting. For validation to work you need weblint. For preview to work, you need a web browser that can view local files given to it on the command line. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
blueflops is a Linux distribution that fits on two floppy disks, and includes a graphical Web browser (links 2.1pre9 using svgalib 1.4.3) and a popular IRC client (BitchX 1.0c19). The kernel is 2.4.20 with most of the Ethernet drivers compiled as modules. The C library is uClibc 0.9.16, busybox is a slightly modified version of 0.61.pre. The 'links' and 'BitchX' binaries are statically linked and compressed with UPX 1.90. The distinguishing feature of blueflops is its configuration procedure. The scripts are all accessible through a 'setup' script, and they all have a nice 'dialog' front-end. Version 1.0.0 was released April 15, 2003. A floppy-based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BluePoint, a leader in Chinese localized Linux software, provides Linux platform technology and Embedded Linux Solution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BluePoint claims to be China's leading Chinese localized Linux software company. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A wireless technology that uses short-range radio frequencies to allow communication between many different devices. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BundesMinisterium fuer Bildung und Forschung (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BundesMinisterium fuer Bildung und Wissenschaft (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The installer and configurator of the Smart Boot Manager The Smart Boot Manager is a program which runs at boot time, and give you the ability to select which OS you want to run. It has a lot of functionality which haven't implemented by other boot managers, like scheduled default, boot from other hard disk than first, good privilege system with encrypted passwords, online configuration, etc. In this package you can find an installer and a configurator program too. With installer you can easily install the SBM, but the configurator may be complicated, and to end-users I think the online configuration is better. The configurator is good if you want to configure the Smart Boot Manager from scripts. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bio-Medical Data Package From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bundesverband Materialwirtschaft, Einkauf und Logistik CATalog data exchange format (XML), "BMEcat" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BundesMinisterium fuer Forschung und Technik (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bean Markup Language (Java) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Business Management Layer (TMN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bipolar Metal Oxide Semiconductor (IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Mapping Support (CICS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Monitor System (OS, DEC, PDP 9, PDP 15) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadcast Message Server (PCTE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Biel Mean Time (TZ, Internet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backbone Message Transfer Agent (MTA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
bitmap editor and converter utilities for the X Window System From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Berkeley Macintosh User Group (org., Apple, USA, user group) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
PostScript viewer for SVGAlib BMV is a frontend for GhostScript. Using BMV you can now preview your PostScript files comfortably. You can also use it for viewing rawPBM image files. It uses SVGAlib and it is intended for Linux users who cannot run X. It is particularly suitable for previewing PS files from dvips. It is small and fast. The Debian version of bmv is patched to include a rotate option and further keybindings. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BundesMinisterium fuer WIssenschaft und technologie (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bridge Number From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Baby N Connector (slang) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bayonet Neill Concelman [connector] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bayonet Nipple Connector (slang) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bayonet Nut Coupling ??? From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
British Naval Connector From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
IRC Session Bouncing Proxy BouNCe is a daemon designed to allow some people who do not have access to the net in general, but who do have access to another pc that can reach the net, the ability to BouNCe though this pc to IRC. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BundesNachrichtenDienst From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Battle.Net server for Unix like systems The server currently implements most of the same functionality as the real Battle.Net servers. You can chat, play games, use / commands, and things like account passwords, user icons, add banners, and channel operators work too. It is by no means complete, though. More information can be found at the bnetd web site http://www.bnetd.org/. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backus-Naur Form (TTCN, ...) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A multiple precision mathematics library. Assembly language routines are used to make this library very fast. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadband Network Premises From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadband Network Termination (B-ISDN), "B-NT" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Networking Utilities (AT&T) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Back Orifice (CDC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Object Adapter From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lightweight and High Performance WebServer Boa is a single-tasking HTTP server. That means that unlike traditional web servers, it does not fork for each incoming connection, nor does it fork many copies of itself to handle multiple connections. It internally multiplexes all of the ongoing HTTP connections, and forks only for CGI programs (which must be separate processes.) Preliminary tests show boa is capable of handling several hundred hits per second on a 100 MHz Pentium. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Publish Python objects on web servers (command line version) From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An IRC bot with scripting features. bobot++ is a robust IRC bot with many common bot features such as flood control, userlist and channel control, logging, but also intelligent ban/deban and channel mode settings. It also provides Scheme scripting features using Guile. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland Object Component Architecture (Borland) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
IA-32 (x86) PC emulator Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, bochs can be compiled to emulate a 386, 486 or Pentium CPU. Bochs is capable of running most Operating Systems inside the emulation including GNU, GNU/Linux, Windows. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bootstrap-only compiler kit for a subset of Java(tm) BOCK is a prototype native compiler, originally intended to enable a Java(tm) development environment to be bootstrapped from a C-only environment. It was envisioned that its sole purpose in life would be to compile the forthcoming "Jackal" Java compiler. BOCK has, since then, gained functionality, and should soon be able to compile most non-graphical Java programs. Its lack of anything resembling error checking means that it won't be of much use for development, but it might be able to generate a reasonably fast binary version of your program. That said, BOCK is still very much in the pre-alpha testing stage. It is therefore unlikely to be of use to anyone except dedicated hackers and developers. Also included is "jcomp", a slightly more friendly front-end for bock, which compiles programs against the BOCK mini-library and compiles BOCK's C output to native code in one step. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Business Object Documents (OAG) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Birds Of a Feather (Usenix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ben's Own Graphics Library - graphical terminal Ben's Own Graphics Library is a small framebuffer library, including basic widgets, support for text in multiple languages, and mouse handling. This package contains bterm, a utf-enabled framebuffer terminal. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
`BogoMips' is a contraction of `Bogus MIPS'. MIPS stands for (depending who you listen to) Millions of Instructions per Second, or Meaningless Indication of Processor Speed. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/bo'go-mips/ n. The number of million times a second a processor can do absolutely nothing. The Linux OS measures BogoMIPS at startup in order to calibrate some soft timing loops that will be used later on; details at the BogoMIPS mini-HOWTO. The name Linus chose, of course, is an ironic comment on the uselessness of all other MIPS figures. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
sorts or doesn't sort files or standard input bogosort sorts files or its standard input using the bogo-sort algorithm. It can also simply randomize lines in a file for you. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Beginning of Message From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Byte Order Mark (Unicode) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The GNU Bombing utility This game is the same as the old bombardier game on Commodore Plus 4. This version supports hall of fame and more cities. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A bomberman clone for GNOME, for 2-4 players It is a multiplayer action game in which players run around in a square-grid maze while dropping bombs and collecting power-ups. The bombs explode after a short time delay, taking out any nearby bricks and players. For maximum effect, bombs can be arranged so as to cause a chain reaction of explosions. The last player left is the winner. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bandwidth ON Demand INteroperability Group (org., manufacturer, AIM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Hard drive bottleneck testing benchmark suite. It is called Bonnie++ because it was based on the Bonnie program. This program also tests performance with creating large numbers of files. Now includes zcav raw-read test program. A modern hard drive will have more sectors in the outer tracks because they are longer. The hard drive will have a number (often more than 8) of zones where each zone has the same number of sectors (due to the need for an integral number of sectors per track). This program allows you to determine the levels of performance provided by different zones and store them in a convenient format for gnuplot. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bonobo is a library that provides the necessary framework for GNOME applications to deal with compound documents, such spreadsheet and/or graphics embedded in a word-processing document. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The GNOME Bonobo System. Bonobo is a set of language and system independent CORBA interfaces for creating reusable components (controls) and creating compound documents. The Bonobo distribution includes a Gtk+ based implementation of the Bonobo interfaces, enabling developers to create reusable components and applications that can be used to form more complex documents. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The famous Mozilla CVS query tool by web interface The Mozilla team made this tool to help following the life of CVS modules. Here is the Debian version of this tools. WARNING: This tool will not work out of the box. You will need to complete the install procedure according the /usr/share/doc/bonsai/README.debian.gz document. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bonzai Linux has been built to offer a Debian based Desktop-OS that fits on a 180MB CD-R(W). The Distribution includes the current stable version of KDE and has been modified for easier installation. Version 1.5 was released May 20, 2003. Version 2.1 was released June 23, 2003. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WWW based bookmark management, retrieval and search tool Bookmarker is a nice tool for people who have too many bookmarks, in too many different browsers, on too many different computers. It helps manage bookmarks throw categories and allow other people access or extent your bookmark database through a really simple http based interface. More information can be found at the bookmarker web site http://renaghan.com/bookmarker/ . From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Debian bookmark collection This package is a large collection of bookmarks (weblinks), and shall constantly be updated and improved with your help. The German link collection for example is already very complete. The numerous links are most useful to everybody, but of course especially for newbies to find their way to the vast Internet resources. Although this bookmark collection lists all kind of resources (e.g. search engines, links to online dictionaries, etc), the majority of them are still computer and Linux oriented. This package also includes the Perl script bookmarks-convert that can convert different bookmark formats (netscape, lynx, html). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tcl/Tk based NDTP(Network Dictionary Transfer Protocol) client. BookView is a NDTP (Network Dictionary Transfer Protocol) client written in Tcl/Tk. It requires Tcl8.0jp/Tk8.0jp (`jp' means `Japanized version'). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Expression-based system that uses the operators AND, OR, and NOT; operations are based on variables which can be 1 (true) or 0 (false). From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The process of loading a computer's operating system. If your system is working properly, the operating system boots when the computer is turned on. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
To 'boot' a computer is to start the operating system. A boot can be a "hard boot" or a "soft boot". A restart may be to the lowest level of the CPU's control program (BIOS), or slightly higher, depending on whether it is a hard or soft boot and the design of the computer system. In any case, the "operating system" is restarted from the beginning. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
v.,n. [techspeak; from `by one's bootstraps'] To load and initialize the operating system on a machine. This usage is no longer jargon (having passed into techspeak) but has given rise to some derivatives that are still jargon. The derivative `reboot' implies that the machine hasn't been down for long, or that the boot is a bounce (sense 4) intended to clear some state of wedgitude. This is sometimes used of human thought processes, as in the following exchange: "You've lost me." "OK, reboot. Here's the theory...." This term is also found in the variants `cold boot' (from power-off condition) and `warm boot' (with the CPU and all devices already powered up, as after a hardware reset or software crash). Another variant: `soft boot', reinitialization of only part of a system, under control of other software still running: "If you're running the mess-dos emulator, control-alt-insert will cause a soft-boot of the emulator, while leaving the rest of the system running." Opposed to this there is `hard boot', which connotes hostility towards or frustration with the machine being booted: "I'll have to hard-boot this losing Sun." "I recommend booting it hard." One often hard-boots by performing a power cycle. Historical note: this term derives from `bootstrap loader', a short program that was read in from cards or paper tape, or toggled in from the front panel switches. This program was always very short (great efforts were expended on making it short in order to minimize the labor and chance of error involved in toggling it in), but was just smart enough to read in a slightly more complex program (usually from a card or paper tape reader), to which it handed control; this program in turn was smart enough to read the application or operating system from a magnetic tape drive or disk drive. Thus, in successive steps, the computer `pulled itself up by its bootstraps' to a useful operating state. Nowadays the bootstrap is usually found in ROM or EPROM, and reads the first stage in from a fixed location on the disk, called the `boot block'. When this program gains control, it is powerful enough to load the actual OS and hand control over to it. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A diskette (floppy) containing enough of an operating system (such as Linux) to boot up (start) the computer and run some essential programs from the command line. This may be necessary if the system was rendered non-bootable for some reason. A boot disk can be used to partition and format the hard drive, restore the Master Boot Record, or copy specific files, among other things. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A diskette that loads, or boots, a computer system. http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Software that is stored on the master boot record of a bootable storage disk; can load one or more operating systems by reading file system information or through a pointer to a disk partition containing operating system files. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The partition on a disk where the /boot directory is mounted. The boot partition contains the operating system kernel, as well as critical files needed during the boot process. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The first track on an IBM PC-comptible hard disk or floppy disk (track 0). During the boot process, read-only memory (ROM) tells the computer to read the first block of data on this track and load whatever program is found there. If system files are found, they direct the computer to load MS-DOS. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The first sector on a driver where the operating system will bootstrap from. Key point: Until macro viruses came along, boot sector viruses where the most common variant. They spread through companies via floppy disks. Users would leave floppy disks in the drive and when the computer restarted, it would attempt to boot from the floppy. This would run the virus, which then infected the boot sector on the hard drive. Any further floppies plugged into the system would then be infected by the virus. Countermeasures: I worked at a company with anal anti-virus procedures (anti-virus on all desktops, regular wiping of floppy disks). It was never able to completely free itself from the boot sector virus problem; one of the viruses was never successfully eradicated from the company. My own personal policy is to disconnect the floppies on 90% of the machines, and disable floppy bootup on the remaining machines. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The order in which computers basic input output system (BIOS) searches disk drives for operating system files. Unless programmed otherwise, IBM PCs and compatibles look for the operating system on drive A first, then search drive C. To speed up your computers boot procedure, you can use the BIOS setup program to make it search drive C first. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
run your system from cd without need for disks. Copy your running Debian System on CD with the command bootcdwrite. If your system has no CD-Writer you can build a bootcd via NFS on a remote System with CD-Writer. When you run your system from CD you do not need any disks. All changes will be done in ram. To reuse this changes at next boottime you can save them on FLOPPY with the command bootcdflopcp. If booting from your CD-drive is not supported, booting from FLOPPY is possible. It is possible to install a new system from the running CD with the command bootcd2disk. Bootcd2disk can also find a target disk, format it and make it bootable automatically. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a miniature, self-contained Linux system on a floppy diskette. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
bootE Linux is yet another minimalist (i386) Linux distribution and is contained entirely on a single floppy disk. It supports only single user mode, and is intended as a repair/rescue/emergency distribution. Initial version 0.10 was released April 18, 2002. Version 0.20-r1 was released February 19, 2003. A floppy-based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
bootp/DHCP server This is a server for the bootp protocol; which allows network administrator to setup networking information for clients via an /etc/bootptab on a server so that the clients can automatically get their networking information. While this server includes rudimentary DHCP support as well, we suggest using the dhcp package if you need DHCP support, as it is much more complete. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This relative ancient protocol facilitates booting devices ("clients") from a network server rather than their local hard-disks (such as diskless workstations). In this configuration, the bootp protocol configures the diskless device with its IP configuration information as well as the name of the file server. At this point, the client shifts to TFTP to download the actual files it will use to boot from. Key point: DHCP is simply an extension on top of bootp. This is important because without an IP address, clients cannot reach bootp servers that reside across routers. Virtually all routers have an extension for bootp forwarding that fixes this issue. Since DHCP had the same requires, the designers just stuck it inside bootp packets rather than requiring yet another change to the routing infrastructure. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Boot parameter server. bootparamd is a server process that provides information to diskless clients necessary for booting. It consults the /etc/bootparams file to find the information it needs. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
bootp client This is a boot protocol client used to grab the machines ip number, set up DNS nameservers and other useful information. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This package contains the scripts and pictures visible when booting a Mandrake kernel. They are automatically installed when an initrd is generated by mkinitrd. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The ROM routine used to load the OS is often known as the 'bootstrap', from the old expression "pull yourself up by your own bootstraps". From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A TCP/IP protocol allowing a diskless workstation to find its own IP address at startup. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Billion Operations Per Second From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Battery, Overvoltage, Ringing, Signalling, Coding, Hybrid, Testing [functions] (PBX) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Operating System (AIX, IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Batch Operating System (OS, Honeywell) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Operating System / 360 (OS, S/360, IBM), "BOS/360" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Business Operating Software /5 (OS), "BOS/5" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic OS Software for BASIC (OS, BASIC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
an IRC or MUD user who is actually a program. On IRC, typically the robot provides some useful service. Examples are NickServ, which tries to prevent random users from adopting nicks already claimed by others, and MsgServ, which allows one to send asynchronous messages to be delivered when the recipient signs on. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Back On Topic (slang, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Beginning Of Tape From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadcast Online TV From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Build, Operate and Transfer (networke) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Short for Robot. A program designed to search for information on the Internet with little human intervention. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Boten GNU/Linux is intended for home users and provides a fully-localized GNU/Linux environment in Hebrew. It's especially made for those new to Linux, though aimed to please all users, experts and newbies alike. It's currently based around the 2.4 Linux kernel series (USB supported) and the GNU C Library version 2.2.5 (libc6 ELF). Boten GNU/Linux could be installed in a UMSDOS partition as well and can run on 386 systems all the way up to the latest x86 machines. Version 9.5 h1/i1 was released April 21, 2003. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Utility to control X10 Firecracker devices A command-line utility to interact with the Firecracker version of X10's home control devices. Also included is rocket launcher, a graphical frontend to bottlerocket. If you want this functionality you should have wish installed From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This describes the action of an undeliverable email message being returned to the sender. In the popular pine program the term bounce actually refers to the redirection of an email. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An electronic mail message that comes back to the sender after a failed delivery attempt. The failure may be due to an incorrectly-typed e-mail address or to a network problem. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A popular command line shell offering many advantages over the DOS command prompt. (Also, see Bash and Korn Shell.) From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Bourne shell is the most widely used Unix shell.It prompts you with $.Its program name is sh. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A tcl/tk text-reader that formats the file in boustrophedon This is a tcl/tk text-reader that formats the file in boustrophedon (a reading- / writing- style that alternates direction every line). Unlike conventional left-to-right styles of reading/writing, boustrophedon does not require the eye (or the hand) to whip back to the margin whenever the end of a line is reached. In boustrophedon, the horizontal position does not change; one simply goes down to the next line and continues. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Textmode box- and comment drawing filter. Boxes is extremely configurable filter for adding and removing ASCII art (comments, for example) around chunks of text. Most modern text editors support filtering text through external filters. Boxes is such a filter. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Base Pointer [register] (CPU, Intel, assembler) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
login client for the Telstra Bigpond Cable Network (Australia) bpalogin is an open source login client for the Telstra Bigpond Cable Network in Australia. It is neither written nor supported by Telstra or Bigpond. It is both simple to use and stable. Unlike the standard client it does not crash, reconnects when there is a network problem, is available for most operating systems, can run as a service on WinNT/2k and comes with source From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BIOS Parameter Block (BIOS, DOS, HDD, FDD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadcast Personal Computer (PC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BankParameterDaten (DDBAC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bridge Protocol Data Unit (PDU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Berkeley Packet Filter (BSD, Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bits Per Inch (HDD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Best Play for Imperfect Player (NEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bytes Per Line From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Buffered audio file player/recorder The bplay package provides a simple command-line utility for playing and recording audio files in raw sample, VOC and WAV formats. To use this program you need a soundcard of some kind and the appropriate driver configured into your kernel. When run the program creates two processes which share a memory buffer. It does reading/writing on the disk and the sound device simultaneously, in order to be less liable to `pause' because the disk is too slow or too busy. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Back-Propagation Net (NN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
monitor UPS status for Best Patriot power supplies bpowerd is used to monitor a serial port for the status of a Best Patriot power supply. It runs as a daemon and sends status information to the system log. bpowerd can detect powerfail, battery-low, and power-restore condi- tions. The status is communicated to init via /dev/initctl. bpowerd can also send a signal to the power supply's inverter by using the -k switch. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bits Per Pixel From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bridge Port Pair From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bits Per Second (MODEM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A measurement of how fast data is moved from one place to another. A 56K modem can move about 57,000 bits per second. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bi-Phase Shift Keying [modulation] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Branch Prediction Unit (CPU, MMX, Intel) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Branch Processing Unit (CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BiPolar Violation [error event] (DS1/E1, DS3/E3) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Boundary Representation (CAD, CAM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphical music editor and MIDI sequencer Brahms is a multi-track graphical music editor. It allows score and piano-roll notation, multi-part tracks and drum-tracks. Brahms is part of the KDE project. It uses the KDE sound daemon (aRTs) for MIDI input and output. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BRLSPEAK is a Braille and Speech oriented mini-distribution of Linux for the visually impaired. Support for English, French, and Dutch (Netherlands). A 'special purpose/mini' distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Berlin Research Area Information Network (network) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadcast Recognition Access Method (MAC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadcast Recognition with Alternating Priorities (MAC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Brazilian Portuguese verb conjugator This package contains a interactive program (conjugue) capable of conjugating portuguese verbs, as spoken in Brazil. The upstream version is numbered 1.0, but as it is distributed together with the Ispell dictionary for Brazilian Portuguese, it has the same version number as the ibrazilian package for Debian. See http://www.ime.usp.br/~ueda/br.ispell/ for more information. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Be Right Back (slang, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
buffered sound recording/playing From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary Runtime Environment for Wireless (CDMA, Oualcomm) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Benchmark Reporting Format (PLB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Rate Interface (ISDN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bridge Router Interface ??? (Banyan, VINES) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Any device that connects two physically distinct network segments, usually at a lower network layer than would a router. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Utilities for configuring the Linux 2.4 bridge. This package contains utilities for configuring the Linux ethernet bridge. The Linux ethernet bridge can be used for connecting multiple ethernet devices together. The connecting is fully transparent: hosts connected to one ethernet device see hosts connected to the other ethernet devices directly. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Reconfigurable Interactive Editing Facility From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bridge/Router Interface Module From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Access software for a blind person using a soft braille terminal BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a soft braille display. It drives the braille terminal and provides complete screen review functionality. The following display models are supported: * Alva (ABT3xx/Delphi) * BrailleLite (18 or 40) * BrailleNote 18/32 * Tieman CombiBraille * EcoBraille displays * EuroBraille displays * HandyTech * LogText 32 * Tieman MultiBraille * MDV braille displays * Tieman MiniBraille * Papenmeier * TSI (PowerBraille/Navigator) * Vario Emul. 1 (40/80) * Vario Emul. 2 * Videobraille * Tieman Voyager 44/70 (USB) * VisioBraille From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a type of communication between hosts (or computers) on a network where a computer can talk to all computers. See multicast and unicast. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Packets that transmit to all hosts on the network. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The term "broadcast" is generic and is used in many different area. The origin of the term obviously means to cast out broadly, such as a radio broadcast. Subdefinition: Ethernet has broadcast domains, allowing you to partially sniff some data from your neighbors, and possibly subvert it. Typical protocols that can be sniffed and subverted in this manner are: ARP, NetBIOS, MSBROWSE, rwho, bootp/DHCP, SNMP. An Ethernet broadcast address is "FF:FF:FF:FF:FF:FF". Subdefinition: The Internet protocols TCP/IP support a feature known as a directed broadcast, which allows a remote person the ability to send a single packet to an entire subnet. This will then take advantage of the Ethernet broadcast domain once it reaches its destination. Attacks like smurf take advantage of this. A directed broadcast address looks something like 192.0.2.255, where the last integer "255" means "all devices on subnet 192.0.2.x". Subdefinition: The special IP address of "255.255.255.255" is the local broadcast, and causes the packets to be sent to everyone locally, but not across the Internet. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A local network where broadcasts can be seen. Typical broadcast domains include cable-modem networks, colocation facilities, and Ethernet networks. The problem with broadcast domains is that a passive packet sniffer can discover vast amounts of information about the structure of the network. Attackers on the same broadcast domains can also broadcast packets that break into their neighbors, such as in ARP redirects. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In a network, a message to all system users that appears when you log in to the system. For example, broadcast messages are used to inform users when the system will be shut down for maintenance. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. A bug in a public software release that is so embarrassing that the author notionally wears a brown paper bag over his head for a while so he won't be recognized on the net. Entered popular usage after the early-1999 release of the first Linux 2.2, which had one. The phrase was used in Linus Torvalds's apology posting. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A period of low-volatage electrical power caused by unusually heavy demand, such as that created by summertime air-conditioner user. Brownouts can cause computers to operate eractically or crash, either of which can result in data loss. If brownouts frequently cause your computer to crash, you may need to buy a line-interactive uninterruptible power supply to work with yout machine. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Program which allows your computer to download and display documents from the World Wide Web. The two most popular browsers are Internet Explorer and Netscape Navigator. It is also a software that allows users to access and navigate the World Wide Web. Some Web browsers, such as Mosaic and Netscape, are graphical. Lynx is a text-based browser. From Glossary of Distance Education and Internet Terminology http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. A program specifically designed to help users view and navigate hypertext, on-line documentation, or a database. While this general sense has been present in jargon for a long time, the proliferation of browsers for the World Wide Web after 1992 has made it much more popular and provided a central or default techspeak meaning of the word previously lacking in hacker usage. Nowadays, if someone mentions using a `browser' without qualification, one may assume it is a Web browser. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
See Web browser. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
User daemon that tracks URLs looked at and logs them. Browser-history came from the will to overcome a Netscape bug: there is no global history, and if you close a window, its whole history is lost. For people browsing lots of sites, having the possibility of backtracking to where one has been before means that you don't have to put everything in your bookmarks file. If you are not sure if a site may be worth remembering, don't add it in your bookmarks. If you need it later, just browse your history files. It works with: Netscape Navigator, Arena, and Amaya. Support for `browser-history' can easily be added to other browsers, provided you can program and have the browser sources. A manual page and simple documentation will be installed in /usr/share/doc/browser-history/browser-history.html, along with a simple CGI interface to grep the history log and display the result. The optional CGI program requires `cgiwrap' or Apache configured with `suexec'. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Big Red Switch From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Berlin Regional TestBed (WIN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Brutalware fits on two floppy disks with TCP/IP networking (currently only bootp-based) and one supplementary floppy with tons of hacking utilities. Great distribution for use in school labs and Internet cafes. Brutalware Linux 1.1 is a libc5 based 2.0.36 Linux distribution. A floppy-based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
adj. Describes a primitive programming style, one in which the programmer relies on the computer's processing power instead of using his or her own intelligence to simplify the problem, often ignoring problems of scale and applying naive methods suited to small problems directly to large ones. The term can also be used in reference to programming style: brute-force programs are written in a heavyhanded, tedious way, full of repetition and devoid of any elegance or useful abstraction (see also brute force and ignorance). The canonical example of a brute-force algorithm is associated with the `traveling salesman problem' (TSP), a classical NP-hard problem: Suppose a person is in, say, Boston, and wishes to drive to N other cities. In what order should the cities be visited in order to minimize the distance travelled? The brute-force method is to simply generate all possible routes and compare the distances; while guaranteed to work and simple to implement, this algorithm is clearly very stupid in that it considers even obviously absurd routes (like going from Boston to Houston via San Francisco and New York, in that order). For very small N it works well, but it rapidly becomes absurdly inefficient when N increases (for N = 15, there are already 1,307,674,368,000 possible routes to consider, and for N = 1000 -- well, see bignum). Sometimes, unfortunately, there is no better general solution than brute force. See also NP-. A more simple-minded example of brute-force programming is finding the smallest number in a large list by first using an existing program to sort the list in ascending order, and then picking the first number off the front. Whether brute-force programming should actually be considered stupid or not depends on the context; if the problem is not terribly big, the extra CPU time spent on a brute-force solution may cost less than the programmer time it would take to develop a more `intelligent' algorithm. Additionally, a more intelligent algorithm may imply more long-term complexity cost and bug-chasing than are justified by the speed improvement. Ken Thompson, co-inventor of Unix, is reported to have uttered the epigram "When in doubt, use brute force". He probably intended this as a ha ha only serious, but the original Unix kernel's preference for simple, robust, and portable algorithms over brittle `smart' ones does seem to have been a significant factor in the success of that OS. Like so many other tradeoffs in software design, the choice between brute force and complex, finely-tuned cleverness is often a difficult one that requires both engineering savvy and delicate esthetic judgment. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BackSpace From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BackSpace one record (IBM, VM/ESA, CP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Banded Signaling From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Base Station (LA, GSM, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BetriebsSystem From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BetriebsSystem 2000 (SNI, OS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backbone Service Area From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Business Software Alliance (org., manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Sequential Access Method (IBM, MVS, SAM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Balanced ScoreCard From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Base Station Controller (BS, BTS, GSM, GPRS, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary Synchronous Coded From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary Synchronous Communications [protocol] (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary Synchronous Communications Module From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Berkeley System / Software Distribution (manufacturer, Unix, OS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A version of the UNIX operating system that was developed and formerly maintained by the University of California, Berkeley. BSD helped to establish the Internet in colleges and universities because the distributed software included TCP/IP. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
UNIX distribution from University of California at Berkeley. (Also, see FreeBSD.) From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Port of the OpenBSD FTP server This is a GNU/Linux port of the FTP server from OpenBSD. Consequently, it is believed to be quite secure. Other interesting features are support for IPv6 and an internal ls. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
collection of text games from BSD systems This is a collection of some of the text-based games and amusements that have been enjoyed for decades on unix systems. Includes these programs: adventure, arithmetic, atc, backgammon, battlestar, bcd, boggle, caesar, canfield, countmail, cribbage, fish, gomoku, hangman, hunt, mille, monop, morse, number, pig, phantasia, pom, ppt, primes, quiz, random, rain, robots, sail, snake, tetris, trek, wargames, worm, worms, wump, wtf From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Berkeley Software Design Incorporated (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Berkeley/San Diego License From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
More utilities from FreeBSD. This package contains lots of small programs many people expect to find when they use a BSD-style Unix system. Included are: banner, ncal, cal, calendar, col, colcrt, colrm, column, from, hexdump, look, lorder, ul, write. This package used to contain whois and vacation, which are now distributed in their own packages. Also here was tsort, which is now in the "textutils" package, version 2.0-1 and later. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic utilities from 4.4BSD-Lite. This package contains the bare minimum number of BSD utilities needed to boot a Debian system. You should probably also install bsdmainutils to get the remaining standard BSD utilities. Included are: logger, renice, replay, script, wall From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Java scripting environment. BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript(tm). You can use BeanShell interactively for Java experimentation and debugging or as a simple scripting engine for you applications. In short: BeanShell is a dynamically interpreted Java, plus some useful stuff. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bentley Systems, Incorporated (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
British Standards Institute (org., UK) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bundesamt fuer Sicherheit in der Informationstechnik Org., Germany From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Base Station Identification Code (BS, BCCH, GSM, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corruption & intrusion detection using embedded hashes This package embeds secure hashes (SHA1) and digital signatures (GNU Privacy Guard) into files for verification and authentication. Currently, target file types are all ELF format: executables, kernel modules, shared and static link libraries. This program has functionality similar to tripwire and integrit without the need to maintain a database. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Batched Simple Mail Transfer Protocol (SMTP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Batched SMTP mailer for sendmail and postfix This package adds a new "mailer" named bsmtp to sendmail or postfix, which allows you to use batched SMTP as protocol. BSMTP is used in UUCP environments and allows to transport many mails as a (compressed) batch instead of transporting every single mail. So bsmtp is an alternative to rmail. Special features of this bsmtp package: - Completely written in C. - Configurable batch size (automatically sends batch to uux when a defined size is reached). - Creates backups of all outgoing batches (and removes them regularly) - Works with sendmail and postfix. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BetriebsSystemProzessor (Windows NT, SMP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary Space Partioning [tree] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BootStrap Router (PIM, RP, Multicast) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Base Station System / Subsystem (GPRS, BSC, BTS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Service Set (WLAN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Synchronized Subset From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Block Started by Symbol (IBM, assembler, Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Block Storage Segment From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadband Switching System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Base Station System Management Application Part (RR, BS, MTP, GSM, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bering Strait Time [-1100] (TZ) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Brazil Standard Time [-0300] (TZ) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
British Summer Time [+0100] (TZ, UK) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadcast Switched Virtual Connections (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Baghdad Time [+0200] (TZ) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bering Time [-1100] (TZ) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BlueTooth From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
British Telecom (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Burst Tolerance From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bus Terminator From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Tape Access Method (BS2000) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Telecommunications Access Method (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Branch Target Buffer (CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Biting The Carpet (slang, Usenet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Been There, Done That (slang, Linux, Kernel) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadband Terminal Equipment (B-ISDN), "B-TE" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bell Telephone Laboratories From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Block Translation Look-aside Buffer (CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Batch Time-sharing Monitor (OS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Benchmark Timing Methodology (PLB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Binary TO ASCII (ASCII) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Business TRON (TRON) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Base Transceiver Station entities (BCF, BS, GSM, GPRS, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bug Tracking System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Basic Transmission Unit (IBM, SNA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
By The Way (slang, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backtracking parser generator based on byacc btyacc is a hacked version of the original Berkeley "byacc". The main change to byacc is the addition of backtracking code, allowing you to try both alternatives in case of shift-reduce or reduce-reduce conflicts. As long as no backtracking takes place, speed is comparable to bison. Additional features: - enhanced support for storing of text position information for tokens - closes the potential *yacc/bison memory leak during error recovery - preprocessor directives like %ifdef, %include - C++ friendly Related packages: bison, byacc, antlr From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Created at/for Boston University, BU Linux is based on Red Hat Linux, but specifically tailored for the BU environment. They have added security updates, made modifications to make software work better with their setup, and added some applications. BU Linux 2.5 (a.k.a Gigantic) was released August 27, 2002. BU Linux 3.0 (Doolittle) was released May 7, 2003. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bubbling Load Monitoring Gnome Applet A GNOME panel applet that displays the CPU + memory load as a bubbling liquid. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/buh'kee bits/ n. 1. obs. The bits produced by the CONTROL and META shift keys on a SAIL keyboard (octal 200 and 400 respectively), resulting in a 9-bit keyboard character set. The MIT AI TV (Knight) keyboards extended this with TOP and separate left and right CONTROL and META keys, resulting in a 12-bit character set; later, LISP Machines added such keys as SUPER, HYPER, and GREEK (see space-cadet keyboard). 2. By extension, bits associated with `extra' shift keys on any keyboard, e.g., the ALT on an IBM PC or command and option keys on a Macintosh. It has long been rumored that `bucky bits' were named for Buckminster Fuller during a period when he was consulting at Stanford. Actually, bucky bits were invented by Niklaus Wirth when he was at Stanford in 1964-65; he first suggested the idea of an EDIT key to set the 8th bit of an otherwise 7-bit ASCII character). It seems that, unknown to Wirth, certain Stanford hackers had privately nicknamed him `Bucky' after a prominent portion of his dental anatomy, and this nickname transferred to the bit. Bucky-bit commands were used in a number of editors written at Stanford, including most notably TV-EDIT and NLS. The term spread to MIT and CMU early and is now in general use. Ironically, Wirth himself remained unaware of its derivation for nearly 30 years, until GLS dug up this history in early 1993! See double bucky, quadruple bucky. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A temporary storage space which holds data for future processing. The data may be stored on a hard disk, in RAM or on specialised chips such as UARTs. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Buffering/reblocking program for tape backups, printing, etc. Buffer implements double buffering and can be used to keep backup tapes streaming or printers printing. It can also be used to convert a data stream to a given output blocksize. Buffer uses shared memory to convert a variable input data rate to a constant output data rate. It is typically used in a pipe between a backup program and the tape device, but there are also other applications like buffering printer data in lpd's input filter. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common coding style is to never allocate large enough buffers, and to not check for overflows. When such buffers overflow, the executing program (daemon or set-uid program) can be tricked in doing some other things. Generally this works by overwriting a function's return address on the stack to point to another location. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. What happens when you try to stuff more data into a buffer (holding area) than it can handle. This problem is commonly exploited by crackers to get arbitrary commands executed by a program running with root permissions. This may be due to a mismatch in the processing rates of the producing and consuming processes (see overrun and firehose syndrome), or because the buffer is simply too small to hold all the data that must accumulate before a piece of it can be processed. For example, in a text-processing tool that crunches a line at a time, a short line buffer can result in lossage as input from a long line overflows the buffer and trashes data beyond it. Good defensive programming would check for overflow on each character and stop accepting data when the buffer is full up. The term is used of and by humans in a metaphorical sense. "What time did I agree to meet you? My buffer must have overflowed." Or "If I answer that phone my buffer is going to overflow." See also spam, overrun screw. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Username: This form limits input to 10 characters; the browser won't let you type more than that because the form was programmed with a maxlength=10 parameter. However, when this form is submitted, it will actually be sent as a URL that looks something like http://www.robertgraham.com/pubs/test.html?username=robert. Lazy programmers know that browsers will never submit more than 10 characters, and write code that will break if the user submits more. As a hacker, you could simply go to the top of your screen and edit the URL to look something like http://www.robertgraham.com/pubs/test.html?username=robertxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx. This may crash the target system or allow you to bypass password checks. A classic attack that inputs too much data. The excess data "overflows" into other areas of memory, frequently allowing an attack into insert executable code along with the input. This allows the atacker to break into the computer. Buffer overflows are one of the most common programming errors, and the ones most likely to slip through quality assurance testing. They are therefore one of the most common ways of breaking into computers. Analogy: Consider two popular bathroom sink designs. One design is a simple sink with a single drain. The other design includes a backup drain near the top of the sink. The first design is easy and often looks better, but suffers from the problem that if the drain is plugged and the water is left running, the sink will overflow all over the bathroom. The second design prevents the sink from overflowing, as the water level can never get past the top drain. Example: Programmers often forget to validate input. They (rightly) believe that a legal username is less than 32 characters long, and (wrongly) reserve more than enough memory for it, typically 200 characters. The assume that nobody will enter in a name longer than 200 characters, and don't verify this. Malicious hackers exploit this condition by purposely entering in user names a 1000 characters long. Key point: This is a classic programming bug that afflicts almost all systems. The average system on the Internet is vulnerable to a well known buffer overflow attack. Many Windows NT servers have IIS services vulnerable to a buffer overflow in ".htr" handler, many Solaris servers have vulnerable RPC services like cmsd, ToolTalk, and statd; many Linux boxes have vulnerable IMAP4, POP3, or FTP services. Key point: Programs written in C are most vulnerable, C++ is somewhat less vulnerable. Programs written in scripting level languages like VisualBasic and Java are generally not vulnerable. The reason is that C requires the programmer to check buffer lengths, but scripting languages generally make these checks whether the programmer wants them or not. Key point: Buffer overflows are usually a Denial-of-Service in that they will crash/hang a service/system. The most interesting ones, however, can cause the system to execute code provided by the hacker as part of the exploit. Defenses: There are a number of ways to avoid buffer-overflows in code: Use programming languages like Java that bounds-check arrays for you. Run code through special compilers that bounds-check for you. Audit code manually Audit code automatically Key point: The NOOP (no operation) machine language instruction for x86 CPUs is 0x90. Buffer overflows often have long strings of these characters when attacking x86 computers (Windows, Linux). Key point: In a successful buffer overflow exploit, hackers force the system to run their own code. Since most network services run as "root" or "administrator", the exploit would give complete control over the machine. For this reason, more and more services are being configured to run with lower privileges. See also: stack frame From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A bug is a flaw in design, coding or manufacture of software which causes all -- or some portion -- of a program to not perform as expected. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A progamming error that casuses to a program or a computer system to perform erratically, produce incorrect results, or crash. The term bug was coined when a real insect was discovered to have fouled up one of the circuits of the first electronic digital computer, the ENIAC. A hardware problem is called a glitch. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bug Reporting Tool interfacing with the Bug Tracking System A script to ease the reporting of bugs. Automatically figures out version numbers of the package reported and all depending packages. Adds config files etc to the bug report. A script for easily accessing the bug database in the WWW is also included. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. An unwanted and unintended property of a program or piece of hardware, esp. one that causes it to malfunction. Antonym of feature. Examples: "There's a bug in the editor: it writes things out backwards." "The system crashed because of a hardware bug." "Fred is a winner, but he has a few bugs" (i.e., Fred is a good guy, but he has a few personality problems). Historical note: Admiral Grace Hopper (an early computing pioneer better known for inventing COBOL) liked to tell a story in which a technician solved a glitch in the Harvard Mark II machine by pulling an actual insect out from between the contacts of one of its relays, and she subsequently promulgated bug in its hackish sense as a joke about the incident (though, as she was careful to admit, she was not there when it happened). For many years the logbook associated with the incident and the actual bug in question (a moth) sat in a display case at the Naval Surface Warfare Center (NSWC). The entire story, with a picture of the logbook and the moth taped into it, is recorded in the "Annals of the History of Computing", Vol. 3, No. 3 (July 1981), pp. 285-286. The text of the log entry (from September 9, 1947), reads "1545 Relay #70 Panel F (moth) in relay. First actual case of bug being found". This wording establishes that the term was already in use at the time in its current specific sense -- and Hopper herself reports that the term `bug' was regularly applied to problems in radar electronics during WWII. Indeed, the use of `bug' to mean an industrial defect was already established in Thomas Edison's time, and a more specific and rather modern use can be found in an electrical handbook from 1896 ("Hawkin's New Catechism of Electricity", Theo. Audel & Co.) which says: "The term `bug' is used to a limited extent to designate any fault or trouble in the connections or working of electric apparatus." It further notes that the term is "said to have originated in quadruplex telegraphy and have been transferred to all electric apparatus." The latter observation may explain a common folk etymology of the term; that it came from telephone company usage, in which "bugs in a telephone cable" were blamed for noisy lines. Though this derivation seems to be mistaken, it may well be a distorted memory of a joke first current among telegraph operators more than a century ago! Or perhaps not a joke. Historians of the field inform us that the term "bug" was regularly used in the early days of telegraphy to refer to a variety of semi-automatic telegraphy keyers that would send a string of dots if you held them down. In fact, the Vibroplex keyers (which were among the most common of this type) even had a graphic of a beetle on them (and still do)! While the ability to send repeated dots automatically was very useful for professional morse code operators, these were also significantly trickier to use than the older manual keyers, and it could take some practice to ensure one didn't introduce extraneous dots into the code by holding the key down a fraction too long. In the hands of an inexperienced operator, a Vibroplex "bug" on the line could mean that a lot of garbled Morse would soon be coming your way. Further, the term "bug" has long been used among radio technicians to describe a device that converts electromagnetic field variations into acoustic signals. It is used to trace radio interference and look for dangerous radio emissions. Radio community usage derives from the roach-like shape of the first versions used by 19th century physicists. The first versions consisted of a coil of wire (roach body), with the two wire ends sticking out and bent back to nearly touch forming a spark gap (roach antennae). The bug is to the radio technician what the stethoscope is to the stereotype medical doctor. This sense is almost certainly ancestral to modern use of "bug" for a covert monitoring device, but may also have contributed to the use of "bug" for the effects of radio interference itself. Actually, use of `bug' in the general sense of a disruptive event goes back to Shakespeare! (Henry VI, part III - Act V, Scene II: King Edward: "So, lie thou there. Die thou; and die our fear; For Warwick was a bug that fear'd us all.") In the first edition of Samuel Johnson's dictionary one meaning of `bug' is "A frightful object; a walking spectre"; this is traced to `bugbear', a Welsh term for a variety of mythological monster which (to complete the circle) has recently been reintroduced into the popular lexicon through fantasy role-playing games. In any case, in jargon the word almost never refers to insects. Here is a plausible conversation that never actually happened: "There is a bug in this ant farm!" "What do you mean? I don't see any ants in it." "That's the bug." A careful discussion of the etymological issues can be found in a paper by Fred R. Shapiro, 1987, "Entomology of the Computer Bug: History and Folklore", American Speech 62(4):376-378. [There has been a widespread myth that the original bug was moved to the Smithsonian, and an earlier version of this entry so asserted. A correspondent who thought to check discovered that the bug was not there. While investigating this in late 1990, your editor discovered that the NSWC still had the bug, but had unsuccessfully tried to get the Smithsonian to accept it -- and that the present curator of their History of American Technology Museum didn't know this and agreed that it would make a worthwhile exhibit. It was moved to the Smithsonian in mid-1991, but due to space and money constraints was not actually exhibited for years afterwards. Thus, the process of investigating the original-computer-bug bug fixed it in an entirely unexpected way, by making the myth true! --ESR] From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The word "bug" describes some sort of programming mistake. Common programming mistakes related to security are: buffer-overflows, format-string bugs, race conditions. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A graphical bug reporting tool for GNOME The goal of bug-buddy is to make reporting bugs very simple and easy for the user, while making the reports themselves more useful and informative for the developer. It can extract debugging information from a core file or crashed application (via gnome_segv). It currently supports the bug tracking systems of Gnome, Helix, KDE, and Debian. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
List of errata. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bugs are trying to suck blood out of your arm! "Bug Squish" is an action game not unlike light gun arcade games, but played with a mouse. It's loosely based on a MacOS game whose name I can't recall. Bugs are trying to suck blood out of your arm! Squish them with with your fly swatter before you run out of blood. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
evolve biomorphs using genetic algorithms buugsx is a program which draws biomorphs based on parametric plots of Fourier sine and cosine series and let's you play with them using genetic algorithms. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
One of the most important sources of information in the security community. BUGTRAQ has become the quasi-official place to publish vulnerability and exploit information. Controversy: A debate over "full-disclosure" surrounds BUGTRAQ. On one side is a community of people that believe full and open disclosure of vulnerabilities and exploits is necessary to promote the developement of protections against hacking. On the other side is a community of people that believe total disclosure, including script-kiddy ready exploits, is harmful. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mozilla bug tracking system Bugzilla is a web-based tool that lets you: * report bugs * assign bugs to the appropriate developers * prioritize bugs * set bug dependencies * arrange bugs by product and component With these features, you can also use Bugzilla as a to-do list manager. Bugzilla is a web application that lets users report and look up existing bugs. Changes made to a bug's status are automatically sent to users concerned with it. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bus Interface Unit (DEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
attractive desktop clock As clocks go, Buici satisfies the basic need of representing the time accurately and attractively. I wrote it when I began to use X as my primary desktop environment and wanted to have a decent looking clock on my desktop. I loathe digital clocks. This release has limited configurability. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Informational list of build-essential packages If you do not plan to build Debian packages, you don't need this package. Moreover this package is not required for building Debian packages. This package contains an informational list of packages which are considered essential for building Debian packages. This package also depends on the packages on that list, to make it easy to have the build-essential packages installed. If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. This package is NOT the definition of what packages are build-essential; the real definition is in the Debian Policy Manual. This package contains merely an informational list, which is all most people need. However, if this package and the manual disagree, the manual is correct. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interactive spelling checking From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Capable, because of high fault tolerance, of resisting external interferance and recovering from situations that would crash other programs. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
1 or 2 players race through a multi-level maze. In BumpRacer, 1 player or 2 players (team or competitive) choose among 4 vehicles and race through a multi-level maze. The players must acquire bonuses and avoid traps and enemy fire in a race against the clock. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a block-sorting file compressor, v1.0.2 From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Avoid evil foodstuffs and make burgers. This is a clone of the classic game "BurgerTime". In it, you play the part of a chef who must create burgers by stepping repeatedly on the ingredients until they fall into place. And to make things more complicated, you also must avoid evil animate food items while performing this task, with nothing but your trusty pepper shaker to protect you. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An internal communication network in a computer system. A typical system includes an address bus, a data bus, and a control bus. The width of the address bus determines the amount of memory that can be addressed by the system. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An internal electrical pathway along which signals are sent from one part of the computer to another. Personal computers have a processor bus design with three pathways. The data bus sends data back and forth between the memory and the microprocessor divided into an external data bus and an internal data bus. The addrss bus identifies which memory location will come into play. The control bus carries the control unit's signals. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Broadcast and Unknown Server (ATM, LANE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Conductors that connect the functional units in a computer (called a bus because it travels to all destinations). Local busses connect elements within the CPU and other busses connect to external memory and peripherals. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A technology for increasing the speed of hard disk data transfers which requires support from the motherboard and the BIOS, and at least some support from the drive. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tiny utilities for small and embedded systems. BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common utilities you would usually find on your desktop system (i.e., ls, cp, mv, mount, tar, etc.). The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. This package installs the BusyBox binary but does not install symlinks for any of the supported utilities. You can use /bin/busybox --install to install BusyBox to the current directory (you do not want to do this in / on your Debian system!). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
copy all but the first few lines Copy all but the first N lines of standard input to standard output. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BildVerarbeitung From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BundesVerband fuer Buero- und informationssysteme [e.v.] (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[PPP] Banyan VINES Control Protocol (RFC 1763, Banyan, VINES, PPP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A binary file editor The bvi is a display-oriented editor for binary files, based on the vi text editor. If you are familiar with vi, just start the editor and begin to edit! If you never heard about vi, maybe bvi is not the best choice for you. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BundesVerband InformationsTechnologien [e.v.] (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Business Warehouse (DWH) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Generates text and graphical readout of current bandwidth use. This program will output a PNG and a text file that can be used in scripts or be included in web pages to show current bandwidth usage. The amount of total bandwidth can be customized. The PNG output appears as a bar graph showing maximum possible usage with the current inbound or outbound usage shown as a differently colored bar. An example of this can be seen at http://www.kernel.org/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bywater BASIC Interpreter The Bywater BASIC Interpreter (bwBASIC) implements a large superset of the ANSI Standard for Minimal BASIC (X3.60-1978) and a significant subset of the ANSI Standard for Full BASIC (X3.113-1987) in C. It also offers shell programming facilities as an extension of BASIC. bwBASIC seeks to be as portable as possible. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bandwidth Balancing Mechanism (DQDB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Borland Windows Custom Controls (Borland, DLL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A set of extension widgets for Tcl/Tk The BWidget toolkit is a high-level widget set for Tcl/Tk. It contains widgets such as progress bars, 3D separators, various manager widgets for toplevels, frames, paned or scrolled windows, button boxes, notebooks or dialogs as well as composite widgets such as comboboxes, spin boxes and tree widgets. The BWidget toolkit is completely written in Tcl so no compiled extension library is required. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BandWidth Monitor This is a very tiny bandwidth monitor (not X11). Can monitor up to 16 interfaces in the in the same time, and shows totals too. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Disk Image Creation Tool for Bochs This tool is part of the Bochs project. Its purpose is to generate disk images that are used to allocate the guest operating system in Bochs environment. It can be useful for other programs that also make use of disk images, like Plex86. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Byacc (Berkeley Yacc) is a public domain LALR parser generator which is used by many programs during their build process. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Berkeley LALR parser generator Yacc reads the grammar specification in a file and generates an LR(1) parser for it. The parsers consist of a set of LALR(1) parsing tables and a driver routine written in the C programming language. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Build Your Linux Disk (BYLD) is a little package that helps you to build a Linux distribution on a single floppy disk to use as you want. Build a net client, rescue disk or other small application. A floppy-based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
BYO Linux (aka Build Your Own Linux OR DiyLinux to some) allows Linux enthusiasts to construct their own 100% pure Linux distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/bi:t/ n. [techspeak] A unit of memory or data equal to the amount used to represent one character; on modern architectures this is usually 8 bits, but may be 9 on 36-bit machines. Some older architectures used `byte' for quantities of 6 or 7 bits, and the PDP-10 supported `bytes' that were actually bitfields of 1 to 36 bits! These usages are now obsolete, and even 9-bit bytes have become rare in the general trend toward power-of-2 word sizes. Historical note: The term was coined by Werner Buchholz in 1956 during the early design phase for the IBM Stretch computer; originally it was described as 1 to 6 bits (typical I/O equipment of the period used 6-bit chunks of information). The move to an 8-bit byte happened in late 1956, and this size was later adopted and promulgated as a standard by the System/360. The word was coined by mutating the word `bite' so it would not be accidentally misspelled as bit. See also nybble. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A set of Bits that represent a single character. Usually there are 8 Bits in a Byte, sometimes more, depending on how the measurement is being made. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A single computer character, generally eight bits. For example, the letter "G" in binary code is 01000111. From Glossary of Distance Education and Internet Terminology http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Eight bits in a row. That is a series of eight pieces of information, each of which can be either 1 or 0. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The amount of memory space used to store one character; generally 8 bits. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This refers to the order in which bytes that are ordered in memory as n,n+1,... are ordered when a computer considers multiple bytes as one integer. Big-endian computers use bytes with lower addresses for the bits with higher powers of two. PowerPC, m68k, HP-PA-RISC, IBM-370, PDP-10, most other computers use this. Little-endian computers use the opposite convention. i86, PDP-11, VAX, uses this. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
decompresses files to stdout From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
compare bzip2 compressed files From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
compare bzip2 compressed files From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
search possibly bzip2 compressed files for a regular expression From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
search possibly bzip2 compressed files for a regular expression From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a 3D first person tank battle game BZFlag is a 3D multi-player tank battle game that allows users to play against each other in a networked environ- ment. There are five teams: red, green, blue, purple and rogue (rogue tanks are black). Destroying a player on another team scores a win, while being destroyed or destroying a teammate scores a loss. Rogues have no team- mates (not even other rogues), so they cannot shoot team- mates and they do not have a team score. There are two main styles of play: capture-the-flag and free-for-all. In capture-the-flag, each team (except rogues) has a team base and each team with at least one player has a team flag. The object is to capture an enemy team's flag by bringing it to your team's base. This destroys every player on the captured team, subtracts one from that team's score, and adds one to your team's score. In free-for-all, there are no team flags or team bases. The object is simply to get as high a score as possible. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
search possibly bzip2 compressed files for a regular expression From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A high-quality block-sorting file compressor - utilities bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors.The command-line options are deliberately very similar to those of GNU Gzip, but they are not identical. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bzip2 is a freely available, patent-free, high-quality data compressor that uses the same command line flags as gzip. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
is a relatively new algorithm for compressing data. It generally achieves files that are 60-70% of the size of their gzipped counterparts. From Bzip2 mini-HOWTO http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
recovers data from damaged bzip2 files From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
file perusal filter for crt viewing of bzip2 compressed text From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
file perusal filter for crt viewing of bzip2 compressed text From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bit Zone Recording (ROD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a programming language designed by Dennis Ritchie during the early 1970s and immediately used to reimplement Unix; so called because many features derived from an earlier compiler named `B' in commemoration of its parent, BCPL. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. 1. The third letter of the English alphabet. 2. ASCII 1000011. 3. The name of a programming language designed by Dennis Ritchie during the early 1970s and immediately used to reimplement Unix; so called because many features derived from an earlier compiler named `B' in commemoration of its parent, BCPL. (BCPL was in turn descended from an earlier Algol-derived language, CPL.) Before Bjarne Stroustrup settled the question by designing C++, there was a humorous debate over whether C's successor should be named `D' or `P'. C became immensely popular outside Bell Labs after about 1980 and is now the dominant language in systems and microcomputer applications programming. See also languages of choice, indent style. C is often described, with a mixture of fondness and disdain varying according to the speaker, as "a language that combines all the elegance and power of assembly language with all the readability and maintainability of assembly language". From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Point: The language is quirky, difficult for beginners to learn, and really just an accident of history. Despite this, one must grok the language in order to become an elite hacker. Key point: The large number of buffer overflow exploits is directly related to poor way that C protects programmers from doing the wrong thing. On the other hand, these lack of protections leads directly to its high speed. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Linux shell written to look sort of like the C programming language. It prompts you with %. Its program name is csh. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/C'-pluhs-pluhs/ n. Designed by Bjarne Stroustrup of AT&T Bell Labs as a successor to C. Now one of the languages of choice, although many hackers still grumble that it is the successor to either Algol 68 or Ada (depending on generation), and a prime example of second-system effect. Almost anything that can be done in any language can be done in C++, but it requires a language lawyer to know what is and what is not legal-- the design is almost too large to hold in even hackers' heads. Much of the cruft results from C++'s attempt to be backward compatible with C. Stroustrup himself has said in his retrospective book "The Design and Evolution of C++" (p. 207), "Within C++, there is a much smaller and cleaner language struggling to get out." [Many hackers would now add "Yes, and it's called Java" --ESR] From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GNU project C++ Compiler From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Demangle *(C+ and Java symbols. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A signature tool for GNU Emacs C-sig is a signature insertion tool for GNU Emacs. Features in c-sig include: - registering signatures interactively - learning facility - expanding signatures dynamically - modifying signatures through elisp functions From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Commodore 128 [computer] (Commodore) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lexmark 2050 Color Jetprinter Linux Driver Filter to convert a Postscript file to Lexmark 2050 format. This driver allow you to print at 300dpi in color on A4 paper. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C->Haskell Interface Generator C->Haskell is an interface generator that simplifies the development of Haskell bindings to C libraries. The tool processes existing C header files that determine data layout and function signatures on the C side in conjunction with Haskell modules that specify Haskell-side type signatures and marshaling details. Hooks embedded in the Haskell code signal access to C structures and functions -- they are expanded by the interfacing tool in dependence on information from the corresponding C header file. Haskell 98 is "the" standard lazy functional programming language. More info plus the language definition is at http://www.haskell.org/. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Highlight C sources for WWW presentation c2html can highlight your source for presentation in the WWW. It can also be used as a CGI script and can detect whether the client browser supports compressed data to save bandwidth. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command and Control Information Systems (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
generate manual pages from C source code From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graham Stoney's mechanized man page generator C2man is an automatic documentation tool that extracts comments from C source code to generate functional interface documentation in the same format as sections 2 & 3 of the Unix Programmer's Manual. It requires minimal effort from the programmer by looking for comments in the usual places near the objects they document, rather than imposing a rigid function-comment syntax or requiring that the programmer learn and use a typesetting language. Acceptable documentation can often be generated from existing code with no modifications. conformance: supports both K&R and ISO/ANSI C coding styles Features: * generates output in nroff -man, TeXinfo, LaTeX or HTML format * handles comments as part of the language grammar * automagically documents enum parameter & return values * handles C (/* */) and C++ (//) style comments Problems: * doesn't handle C++ grammar (yet) * doxygen does this job better From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dump C structures as generated from *(C`cc -g -S*(C' stabs From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command, Control, Communications and Intelligence (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command, Control, Communications and Intelligence Information Systems (mil., USA), "C3I/IS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command, Control, Communications and Computers (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command, Control, Communications, Computers and Intelligence (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Commodore 64 [computer] (Commodore) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ANSI (1989) C compiler From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cell Arrival (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Certification Authority (cryptography) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Animation From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Associates (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common CA Certificates PEM files It includes the followings PEM files of CA certificates * Mozilla builtin CA certificates * db.debian.org certificate This is useful for any openssl applications to verify SSL connection. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Architectural Design From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a program to extract Microsoft Cabinet files Cabextract is a program which unpacks cabinet (.cab) files, which are a form of archive Microsoft uses to distribute their software and things like Windows Font Packs. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Channel Access Code (Bluetooth) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Crime From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection Admission Control (UNI, ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer-Assisted Circuit Engineering and Allocating System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A small fast memory holding recently accessed data, designed to speed up subsequent access to the same data. Most often applied to processor-memory access but also used for a local copy of data accessible over a network etc. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A storage area that keeps frequently accessed data or program instructions readily available so that you don't have to retrieve them repeatedly from slow storage. Caches improve storage by storing data or instructions in faster sections of memory and by using efficient design to increase the likelihood that the data needed next is in the cache. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A temporary storage area for currently-used or recently-accessed data. Cache can be system-level (residing in dedicated cache memory on the motherboard or physically etched on the central processing unit) or disk-based (residing in main memory such as a hard disk drive or RAM). From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In general computer science, the word cache means simply to keep things around in case they are used again. For example, when you log onto your system, your username and password are stored in a cache in memory, because they are repeatedly used by the system every time you access a resource. Key point: Sometimes systems can be exploited through the cache. Examples are: HTTP proxy servers Companies use these so that thousands of users can share a single Internet connection. They store recently used webpages so that when multiple users access the same web-site, the proxy server only has to go across the link once in order to fetch the page for all the users. A never ending series of bugs leads to conditions whereby when one user logs into a website, other users can see that first user's data. Web-browser history/file cache Once a hacker breaks into a machine, he/she can view the history cache (list of URLs) or file cache (the actual contents of the web-sites) in order to spy on where the user has been. Embarrassing, inadvertent disclosure of this information by users with certain surfing habits is common. Web-browser cookie cache Lots of web-sites store passwords within cookies, so that stealing somebody's cookie information will allow a hacker to log in as that user. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Frontend to rrdtool for monitoring systems and services Cacti is a complete frondend to rrdtool, it stores all of the necessary information to create graphs and populate them with data in a MySQL database. The frontend is completely PHP driven. Along with being able to maintain Graphs, Data Sources, and Round Robin Archives in a database, cacti handles the data gathering also. There is also SNMP support for those used to creating traffic graphs with MRTG. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Community Automated Counter-Terrorism Intelligence System (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Dispatch / Drafting From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Design (CIM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
command-line client for WebDAV server Useful for WebDAV server testing and scripting. Works like command line FTP clients. This Version supports HTTPS, including Client Site Certificates. Briefly: WebDAV stands for "Web-based Distributed Authoring and Versioning". It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Document Engineering (Microstar) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer-Assisted Display System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Creative ASCII Drawing Utility By Ian CADUBI is an application written in Perl that allows you to draw text-based images that are viewable on typical unix-based consoles. Usually the applications that emulate these consoles support various text modes, such as background and foreground colors, bold, and inverse. This text art, commonly called "ASCII art," is used in various places such as online BBSes, email and login prompts. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Client Application Enabler (IBM, DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Application Environment (X/Open) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Education From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Engineering (CIM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The CAEN RedHat 6.1 (BlueHat) distribution was an effort put together by CAEN to provide a free, downloadable release of RedHat 6.1 that would be "secure out of the box" and well configured for the University of Michigan environment. The site seems to have been last updated in September 2000. Distribution development is not all that active. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Inspection (CIM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Instruction From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Analysis of Images and Patterns (conference) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common APSE Interface Specification From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Center for the Application of Information Technology (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central Academy of Information Technology (org., MITI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The desktop version "Computador Magico" is available now. The server version "Servidor Magico" will be available soon. This distribution is partialy based on Debian and SuSE, but much of it was rewritten, and localized in Portuguese. It includes OpenOffice. Added to list July 8, 2002. Version 8.01 was released May 21, 2003. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Client Access License (Lotus, MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Logistics From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Assisted Learning From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
displays a calendar and the date of easter From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Displays a simple calendar. If arguments are not specified, the current month is displayed. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Log analyzer for Squid or Oops proxy log files Calamaris is a Perl script which generates nice statistics out of Squid or Oops log files. It is invoked daily before the proxy rotates its log files and mails the statistics or puts them on the web. There are quite a number of options to choose what kind of report should be generated (domain-report, peak-report, performance-report etc.). This can be tuned in /etc/cron.daily/calamaris An example of such a report can be found on http://www.cord.de/tools/squid/calamaris/calamaris-2.html From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An advanced calculator and mathematical tool for Emacs This is an advanced calculator and mathematical tool for GNU Emacs. XEmacs has calc built-in, so you only need this package if you are using GNU Emacs. Very roughly based on the HP-28/48 series of calculators, calc's many features include: * Choice of algebraic or RPN (stack-based) entry of calculations. * Arbitrary precision integers and floating-point numbers. * Arithmetic on rational numbers, complex numbers (rectangular and polar), error forms with standard deviations, open and closed intervals, vectors and matrices, dates and times, infinities, sets, quantities with units, and algebraic formulas. * Mathematical operations such as logarithms and trigonometric functions. * Programmer's features (bitwise operations, non-decimal numbers). * Financial functions such as future value and internal rate of return. * Number theoretical features such as prime factorization and arithmetic modulo M for any M. * Algebraic manipulation features, including symbolic calculus. * Moving data to and from regular editing buffers. * "Embedded mode" for manipulating Calc formulas and data directly inside any editing buffer. * Graphics using GNUPLOT, a versatile (and free) plotting program. * Easy programming using keyboard macros, algebraic formulas, algebraic rewrite rules, or extended Emacs Lisp. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Scientific calculator (GTK+) Calcoo is a scientific calculator designed to provide maximum usability. The features that make Calcoo better than (at least some) other calculator programs are: - bitmapped button labels and display digits to improve readability - no double-function buttons - you need to click only one button for any operation (except for arc-hyp trigonometric functions) - undo/redo buttons - both RPN (reverse Polish notation) and algebraic modes - copy/pase interaction with X clipboard - display tick marks to separate thousands - two memory registers with displays - displays for Y, Z, and T registers From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communications Assistance Law Enforcement Act (USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
reminder service From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Provides super user privileges to specific users. Calife is a lightweight alternative to Sudo. It allows selected users to obtain a shell with the identity of root, or another user, after entering their own password. This permits the system administrator to grant root privileges without sharing the root password. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer aided Acquisition and Logistics Support From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cpu's Audio Mixer for Linux An audio mixer for Linux, based originally on aumix. Supports both OSS/Free and OSS/Linux. The DOSEMU package provides the vga font which xcam (a script to run cam nicely in an xterm) needs to run properly, but it will run without it. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Automated Measurement And Control From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A versatile WebMail system for the Caudium WebServer CAMAS is a WebMail system created for the Caudium WebServer. It features multi-lingual interface (most European languages are already present in the distribution), full themability of the user interface, mailbox sorting, on-line mail notification, global and local address books, import from the Pine or Netscape address books and much more. CAMAS is written in the Pike language. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Rewrite of the xawtv webcam app using imlib2 camE is a rewrite of the xawtv webcam app using imlib2 Features include: * Uses Imlib2 * TTF fonts * Blended transparent text * Title text * Options in ~/.camErc * Message read from separate file (eg echo "eating my dinner" > ~/.caminfo) * Color the text as you like * Text background any color/alpha value * scp support for uploading * And more... From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Still Camera Digital Interface A downloading/controlling tool for digital cameras with Sanyo firmware. Cameras with Sanyo firmware include all Olympus products, Epson products, Agfa products, and of course, Sanyo digital cameras. KNOWN TO WORK WITH The following lines list is based on Japanese product code. (US product code is in parentheses - EPSON's naming scheme is too confusing) - Olympus "Camedia" C-400L (Olympus D-200L) - Olympus "Camedia" C-820L (Olympus D-320L) - Olympus "Camedia" C-1000L (Olympus D-500L) - Olympus D-450Z - Olympus "Camedia" C-2020Z - Sanyo DSC-V1 (Sanyo VPC-G200E) - EPSON "Colorio Photo" CP-100 (EPSON PhotoPC) - EPSON "Colorio Photo" CP-200 (EPSON PhotoPC 500) - EPSON "Colorio Photo" CP-500 (EPSON PhotoPC 600) - Nikon CP-900 SHOULD WORK WITH Any camera with Sanyo firmware/CPU. Olympus, Epson, Agfa and Sanyo digital cameras falls into this category, reportedly. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. Universally recognized nickname for the book "Programming Perl", by Larry Wall and Randal L. Schwartz, O'Reilly and Associates 1991, ISBN 0-937175-64-1 (second edition 1996, ISBN 1-56592-149-6). The definitive reference on Perl. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Stub code generator for Objective Caml CamlIDL generates stub code for interfacing Caml with C from an IDL description of the C functions. Thus, CamlIDL automates the most tedious task in interfacing C libraries with Caml programs. It can also be used to interface Caml programs with other languages, as long as those languages have a well-defined C interface. This package contains the CamlIDL executable. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Assisted Material Management From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
stream video out onto the web Takes a video-for-linux video stream, generally from a camera, and streams it out live to requesting clients. Works with Mozilla, Netscape Navigator, and (under protest) Microsoft Internet Explorer. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
relay camserv streaming video This connects as a client to a camserv streaming video server, and then acts as a camserv server, streaming the same data to clients. Useful when the computer doing the streaming has insufficient CPU, I/O, or network bandwidth to stream to the required number of clients. A tree of camserv relays can handle massive loads. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
collection of tools for webcams and other video-devices CamStream is (going to be) a collection of tools for webcams and other video-devices, enhancing your Linux system with multimedia video. All written in C++ and with a nice GUI frontend. The interface is based on Qt, an excellent GUI framework. The aim of this project is build a set of programs for: * Webcamming, that is saving an image and uploading it to a server at regular intervals; * Video conferencing; * Webcam broadcast (including server); * Recording movie clips (AVI, Quicktime) from a webcam (and playing them back); * Using a webcam as a security camera. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Complete Area Networks (SNI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Controller Area Network From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A japanese input system (server and dictionary). Canna is a Japanese input system available in Free Software. Canna provides a unified user interface for inputing Japanese. Canna supports Nemacs(Mule), kinput2 and canuum. All of these tools can be used by a single customization file, romaji-to-kana conversion rules and conversion dictionaries, and input Japanese in the same way. Canna converts kana to kanji based on a client-server model and supports automatic kana-to-kanji conversion. This package includes cannaserver program and dictionary files. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Office From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Carrierless Amplitude Phase [modulation] (ADSL, AT&T) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communications-electronics Accommodation Program From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Component Approval Process From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Planning (CIM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Publishing From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Applications in Production and Engineering (conference, IFIP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communication Application Program Interface (ISDN, API) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cryptography Application Programming Interface (cryptography, API) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Process Planning From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
an utility to let your boss think that you're working hard Run this software on your computer when you are not motivated to work, and enjoy doing something different. If your boss come in your cubicle, he'll think "Yeah, he's doing something different since his computer is really busy - He's doing something really important". From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CAnnon Printing System Language (Canon), "CaPSL" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphical front-end for command line programs (Qt version) Captain is a universal graphical front-end (Qt) based on context-free grammars. The program kaptain reads a file containing grammatical rules for generating text. It builds a dialog from the grammar and generates the text according to the user's settings. There's also KDE version of this package (kaptain) if you have already installed KDE desktop. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
convert a termcap description into a terminfo description From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Card Virtual Machine (Java, Sun), "CardVM" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Assistance Resource Exchange From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Real Language Orthographic System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Column Address Strobe (IC, DRAM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communicating Applications Specification (FAX, Intel, DCA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Selling From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Algebra System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computerized Autodial System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Application Service Element (ISO, OSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Software Engineering From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Of or relating to the handling of character casing in data input and output. UNIX (TM) and UNIX-compatible operating systems (such as Red Hat Linux) are case-sensitive in that they treat the same defined term differently if the terms are not cased identically (such as foo and FOO). From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Service Handling (Ashton-Tate), "C.A.S.H." From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Backup utility for the CASIO diary. It is a package ported from DOS to allow communication to the CASIO series of hand-held organizers. It allows backup from CASIO to your computer and restore a backup file from your computer to the CASIO. It can also output human readable file from CASIO. Currently supports: phone, calendar, schedule, memo, and reminder. Read the documentation before using this program! From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Software Testing From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Castle is a server distribution from the ALT Linux Team in Russia. Installation instructions and some other documentation is available in English. A 'secured' distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
enclose land and destroy your opponent's castle It's a clone of the old DOS game Rampart. Up to four players (or more in future versions) build castle walls, place cannons inside these walls, and shoot at the walls of their enemy(s). If a player can't build a complete wall around one of his castles, he loses. The last surviving player wins. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communication and Status Utilities This package contains 2 utilities: 1. flon -- lists your friends who are logged on 2. to -- sends a short message to another user flon simply uses the ~/.friends file to instruct it on which users to display. Flon can also act like a BSD style who(1), if invoked with the -w option or from a symlink named 'who'. to is rather like write(1), except that it accepts input as command line arguments rather than on the standard input. It uses ~/.torc for configuration, and can be configured to autoreply to messages in different ways depending on whether you're logged in or not or if your terminal is idle, and can also exclude individual users from sending messages to your terminal. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Authentication Technology (IETF, RFC 1511) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Technology (fair) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Telephony From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Testing From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
concatenate files and print on the standard output From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[from `catenate' via Unix cat(1)] vt. 1. [techspeak] To spew an entire file to the screen or some other output sink without pause (syn. blast). 2. By extension, to dump large amounts of data at an unprepared target or with no intention of browsing it carefully. Usage: considered silly. Rare outside Unix sites. See also dd, BLT. Among Unix fans, cat(1) is considered an excellent example of user-interface design, because it delivers the file contents without such verbosity as spacing or headers between the files, and because it does not require the files to consist of lines of text, but works with any sort of data. Among Unix haters, cat(1) is considered the canonical example of bad user-interface design, because of its woefully unobvious name. It is far more often used to blast a file to standard output than to concatenate two files. The name cat for the former operation is just as unintuitive as, say, LISP's cdr. Of such oppositions are holy wars made.... See also UUOC. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tool to create,maintain and display Yahoo! like directories. Catalog is a perl program that allows to create, maintain and display Yahoo! like directories. The user interface is 100% HTML. It requires a MySQL database to run. The general idea behind the design of Catalog is that creating a catalog is mainly a matter of organizing objects in a structured tree. For Catalog the objects are records in a table of the SQL database. The structured tree is a set of tree nodes and relations between these nodes. The maintainer of the catalog is in charge of building the tree and placing objects in this tree. Here is a short list of the functions provided by Catalog: * Display structured trees of resources. * Display chronologically ordered resources and associated calendar. * Display alphabetical indexes of resources. * Allow full text search in the resources and the category names. * Powerful HTML based administration of catalogs. * On-Line editing of resource records. * Handle an arbitrary number of catalogs. * High performances using mod_perl and Apache. * Easy customization of the user view using HTML template files. * It is possible to define more than one view of the same catalog. * Load and unload a thematic catalog in XML. * Create an HTML dump of a structured tree to publish a static version. * Complete documentation including a guide and a reference manual. * Ready to use example. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
adj. Describes a condition of suspended animation in which something is so wedged or hung that it makes no response. If you are typing on a terminal and suddenly the computer doesn't even echo the letters back to the screen as you type, let alone do what you're asking it to do, then the computer is suffering from catatonia (possibly because it has crashed). "There I was in the middle of a winning game of nethack and it went catatonic on me! Aaargh!" Compare buzz. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Catch segmentation faults in programs From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MS-Word to TeX or plain text converter This program extracts text from MS-Word files, trying to preserve as many special printable characters as possible. catdoc supports everything up to Word-97. It doesn't even try to preserve fancy Word formatting, because Word users usually don't care about document structure, and it is this very thing which is important to LaTeX users. Also provided is xls2csv, which extracts data from Excel spreadsheets and outputs it in comma-separated-value format. This package suggests tk because it also includes wordview, an optional Tk-based GUI for catdoc. The MIME config provided in this package will use wordview is X is running, or catdoc directly if it is not. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DVI to plain text translator CatDVI translates a TeX Device Independent (DVI) file into a readable plaintext file. It aims to generate high-quality output that reproduces all aspects of the DVI file within the limits of the output medium. CatDVI uses Unicode internally and can output ASCII, ISO Latin 1 and UTF-8 Unicode. CatDVI can be used for previewing TeX documents on character-cell displays such as traditional terminals and terminal emulators. It is also possible to use it in generation of plain text documents from TeX source, assuming that the document is written with this conversion in mind. CatDVI is under development and as such yet incomplete. However, it is quite useful even in its current form and already outperforms some of its competition in some areas. CatDVI requires that the TFM files for all fonts used in its input DVI files are installed or can be generated by kpathsea. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Aided Telephone Interviewing From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer-Assisted Tactical Information System (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
create or update the pre-formatted manual pages From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common ArchiTecture for Next generation Internet Protocol (IPNG, RFC 1707) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CodeWarrior Analysis Tools From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Coalition Against Unsolicited Commercial Email (org., Internet, spam, UCE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An extensible WWW server written in Pike Caudium is a modern, fast and extensible WWW server derived from Roxen. Caudium is by default compatible with Roxen 1.3 although some incompatible options, mostly introduced to improve the performance, security etc. of the server, can be turned on. Caudium features built-in log parsing engine (UltraLog), XSLT parser, native PHP4 support, multiple execution threads and many more features - see http://caudium.net/ and http://caudium.org/ for more information. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Constant Angular Velocity (CD, HDD, MOD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cave for Automated Virtual Environment (VR) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Associates - Visual Objects (CA, DB), "CA-VO" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Commercial Beginners All purpose Symbolic Instruction Code (BASIC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Check-Book Balancer - a Quicken clone CBB is a perl and tk application which can handle several bank accounts. CBB make transfers, balancing, spending analysis a breeze. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cipher Block Chaining [mode] (DES, DESE, RC5, cryptography) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CallBack Control Protocol From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Based Conversation System (BBS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Character Bitmap Distribution Format (Adobe) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connectionless Broadband Data Service (Europe) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Certified Banyan Engineer (Banyan, VINES) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Text-mode Bulgarian/English Dictionary CBE Dictionary is a command-line Bulgarian to English and English to Bulgarian electronic Dictionary. It can work in interactive mode too. The dictionary databases are not included in this package. You have to download bedic-data.tar.gz from http://kbedic.sourceforge.net/download.php. Install the files buleng.dat and engbul.dat in /usr/local/share/bedic. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer & Business Equipment Manufacturers Association (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Code Behind Form (MS, Access, DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ceramic Ball and Grid Array (IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compatibility Basic Input Output System (IBM, BIOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connectionless Broadband Data Service From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Class Based Queueing From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Constant Bit Rate (ATM, VBR, ABR, UBR, QOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a C/C++ source code indexing, querying and browsing tool Cbrowser is a graphical C/C++ source code searching and browsing tool, and a hierarchical function call viewer. Cbrowser is a front-end to the popular source code indexing and querying program cscope and the alternative cs, both free software. Author: Chris Felaco <cfelaco@users.sourceforge.net> Home Page: http://cbrowser.sourceforge.net/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Certified Banyan Specialist (Banyan, VINES) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Candidate BootStrap Router (PIM, BSR, Multicast), "C-BSR" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Canon Buffer Transmission (Fax) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer-Based Training From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Core Based Tree [multicast protocol] (IP, RFC 1949/2189, ST, Multicast) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computerized Branch eXchange (PBX) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Carbon Copy From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Continuity Cell (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Country Code (MS-ISDN, GSM, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cross Connector From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GNU project C and C++ Compiler (gcc-2.95) From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiler results cacher, for fast recompiles. ccache is a compiler cache. It speeds up re-compilation of C/C++ code by caching previous compiles and detecting when the same compile is being done again. This is similar (but faster) than the compilercache package. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Call Control Agent Function (IN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Colorised calendar utility CCAL is a drop in replacement for the standard unix calendar program. It includes support for color and daily, weekly, and yearly reminders/appointments. This release contains bug fixes and new features including support for reading "reminder" data files. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chaos Computer Club (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Control Center From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cube Connected Cycles (MP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Campus Computer Communication Association (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A small GTK+ CD player program cccd is a small GTK+ CD player program with many features: * Works with SCSI devices * CDDB lookups (local and remote) and local storing * Uses very little screen space * Handles CD Extras (mixed mode CDs) From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Control CHannel (GSM, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Center for Cyber Communities Initiative (org., Japan) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Charge Coupled Device From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection Control Entity From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Console Chinese Environment - display Chinese (GB) on console CCE is a Console Chinese Environment like WZCE, yact & chdrv that lets you display and input Chinese (GB) at the console. Input methods include PinYin, WuBi, ShuangPin and ZiranMa. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[visual basic] Control Creation Edition (VB, ActiveX, MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Centre Commun d'Etudes de Telediffusion et Telecommunications (org., France) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
??? (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Capsulated Color Filter (NEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central Computer Facility From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection Control Function (IN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Controller Configuration Facility From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cold Cathode Fluorescent Lamp (LCD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cold Cathode Fluorescent Tube (LCD, Display) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Coordinating Committee of International Networks (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Channel Interoffice Signaling (AT&T) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Comite Consultatif International Telegraphique et Telephonique (org., ITU, predecessor) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cerberus Central Limited (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Change Configuration Management From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
create dependencies in makefiles using a C compiler From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A memory profiler/debugger This is a memory profiling package. It can be used to debug various memory allocation problems, including: o memory leaks o multiple deallocation of the same data o under writes and over writes o writes to already deallocated data From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
convert C++ comments to C comments From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Channel Network Controller From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer / Communications Network Center From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cache-Coherent Non Uniform Memory Access (SMP, NUMA), "cc-NUMA" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command Console Processor (CP/M) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communications Control Program (OS, IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Communication Products (TPS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[PPP] Compression Control Protocol (PPP, RFC 1962) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Commitment, Concurrency and Recovery (OSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Current Cell Rate (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Center for Computer Research in Music and Acoustics (org., Stanford, UK) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cambridge Cybernetic Society (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Coded Character Set (CCS, Unicode) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Channel Signaling (IN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Command Set (SCSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Communications Support (IBM, SAA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communications-Computer Systems, "C-CS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cyprus Computer Society (Org, Zypern) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Channel signaling System 7 (IN, Telekom, CCITT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Coded Character Set IDentification (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cooperative Computing System Program (HP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
China Coast Time [+0800] (TZ) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central Computer and Telecommunications Agency (org., UK) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Country Code Top Level DOMAIN (Internet, ICANN), "ccTLD" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cache Control Unit (Wyse) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Customer Control Unit From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C-bit Coding Violation [error event] (DS3/E3) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COM Callable Wrapper (MS, COM, Java) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Carrier Detect (MODEM, RS-232) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Change Directory (DOS, Unix, OS/2) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
change directory - ; cd .. moves you backwards to the next higher subdirectory level; cd / moves you to the highest directory level. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Committee Draft (ISO) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Disk (CD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/C-D til-d*/ vi. To go home. From the Unix C-shell and Korn-shell command cd ~, which takes one to one's $HOME (cd with no arguments happens to do the same thing). By extension, may be used with other arguments; thus, over an electronic chat link, cd ~coffee would mean "I'm going to the coffee machine." From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
prints round shaped cd-labels a program to create round shaped cd-labels written in perl, using perl-tk as frontend. It has four lines of nice round shaped text for each label, additional four fields with normal text, choosable text-size, font colour, background colour and background images. You can squeeze the whole page if your printer doesn't generate correct circles and you can move the circle on the sheet. The output is postscript so it should be usable on any system. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CDDB DiscID utility cd-discid is a backend utility to get CDDB discid information from a CD-ROM disc. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
see compact disc read-only memory (CD-ROM). From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communications Decency Act (Internet, USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compound Document Architecture (DEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
If this is set, an argument to the cd builtin command that is not a directory is assumed to be the name of a variable whose value is the directory to change to. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
play and catalog audio CDROMs on CDROM drive(s) From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command Descriptor Block From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CD-R(W) backup utility cdbackup and cdrestore are a pair of utilities designed to facilitiate streaming backup to and from CD-R(W) disks. Specificially, they were designed to work with dump/restore, but tar/cpio/whatever you want should work, so long as it writes to stdout for backups and reads from stdin for restores. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
common GUI for writing CDs under KDE CD Bake Oven (CDBO) is a graphical CD-creation/copying tool designed which aims to combine the power and stability of great command line utilities with a contemporary, easy-to-use user interface. CDBO enables you to create data or music CDs in the most intuitive matter, while enabling you to control every aspect of the process. It is built on top of very well known cdrecord, mkisofs, cdda2wav and cdparanoia, encapsulating most of the options those utilities provide. This makes creating professional quality media as easy as making a few mouse clicks. Features include: o creating custom CDs by drag'n'drop'ing files from Konqueror or CDBO into the compilation list and clicking 'Create' o auto-detection of CD writers, supplemented by a Custom Devices Dialog for simple custom device configuration o a fully customize CD creation/duplication/erasing process (the CDBO Settings Dialog is split into convenient sections, such as o Audio CD copy, ISO Image creation, CDBO defaults, etc.) o a number of other features, such as: the ability to listen to o audio CDs while copying; ISO image creation; ISO image preview; Burn-At-Once support; BurnProf support (must be supported by the (hardware); bootable (El Torito) CD creation; and multiplatform CD creation. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connectionless Data Bearer Service From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computerized Digital Branch eXchange (PBX) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connected Device Configuration (JVM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Control Data Corporation (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cult of the Dead Cow (org.), "cDc" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
command line or console based CD player cdcd works in two ways, accepting commands directly off the command line or in a query mode similar to other UNIX programs. To pass a command to cdcd, simply run cdcd with the command as the argument (e.g. cdcd play). This is great for using cron and cdcd together to make a CD alarm clock. Or you can run cdcd without arguments and you will be given the cdcd command prompt. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A parallel burner that allow you to write to one or more CD-Writter at once CDcontrol is a parallel CD burner program. It's allow you write to a unlimited number or CD writers (IDE and SCSI) at once time. The CDcontrol is the first burning system of that type that I know for *nix operating system and it's all under GPL license. Some of it's features are better than commercial systems that I've hear about (and fully support CD images and all data type supported by cdrecord program), one of these features is the separated control of each recorder once the recording is started (avoid problems due a fail or speed problem in other writers). The CDcontrol itself has a daily production report for each writter and fails of writting, in cases of more serious errors, a technical report is also written (it's content is a full cdrecord output for that writter, plus the time when it happens). Other interesting feature is the automatic calculation of copies, enabling only the writers requested to complete the number and skipping all that are disabled. The CDcontrol come with the following tools: cd-memoria - Read the CD image and write it on the permanent memory (HD, Raid, CDRW, etc). memoria-cd - Read the CD image and write it on all writers. apagar-cdcontrol - Delete a CD image from permanent memory config-cdcontrol - Allow you to manually enable/disable one or more writers. rel-cdcontrol - Allow you to read the success/fail reports of each day (the technician report is found at the subdirectory $LOG_DIR/tec and should be read as any text file in the system). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Creating Data-CD Covers cdcover is a little commandline tool which creates user-defined data-cd covers. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
command line CDROM control From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Component Design Document From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Disk - Digital Audio (CD, Digital audio), "CD-DA" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cdda2wav is a sampling utility for CD-ROM drives that is capable of providing CD audio data in digital form to your host. Audio data read from the CD can be saved as .wav or .sun format sound files. Recording formats include stereo/mono, 8/12/16 bits, and different rates. Cdda2wav can also be used as a CD player. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Creates WAV files from audio CDs cdda2wav lets you digitally copy audio tracks from a CD-ROM, avoiding the distortion that is introduced when recording via a sound card. Data can be dumped into wav or sun format sound files. Options control the recording format (stereo/mono; 8/16 bits; sampling rate, etc). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CD DataBase support tools This package provides a location for programs to store files from the CDDB in and contains a simple program to query CDDB servers. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Copper Distributed Data Interface (FDDI, UTP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Certified Directory Engineer (Novell, Netware) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Desktop Environment From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Disk - Erasable (CD), "CD-E" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cooperative Development Environment (Oracle) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
UNIX has not traditionally been intended as a desktop operating system, and therefore has lacked many of the features of Windows and Macintosh PCs. CDE is a standard supported by numerous UNIX vendors to supply a common desktop environment on top of X Windows and RPC. Of interest to hackers are the following, services: ToolTalk rpc.ttdbd Provides the core of most "desktop" services. Provides an inter-application communication library that can be linked to applications. ToolTalk has had two major remote exploits providing root access. In 1999, a buffer-overflow was discovered. In 2001, a format-string exploit was discovered. Both resulted in widespread compromises. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Debian Configuration Management System (C-implementation) Debconf is a configuration management system for Debian packages. It is used by some packages to prompt you for information before they are installed. This is a reimplementation of the original debconf version in C. Installing this package is rather dangerous now. It will break debconf. You have been warned! From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Turn english phrases to C or C++ declarations Cdecl is a program which will turn English-like phrases such as "declare foo as array 5 of pointer to function returning int" into C declarations such as "int (*foo[5])()". It can also translate the C into the pseudo- English. And it handles typecasts, too. Plus C++. And in this version it has command line editing and history with the GNU readline library. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
play and catalog audio CDROMs on CDROM drive(s) From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Channel Definition Format (MS, Internet, XML) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compound Document Framework (IBM, OLE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Disk File System (CD, OS/2, IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
shows the tracks on a CD as normal files CDfs is a file system for Linux systems that `exports' all tracks and boot images on a CD as normal files. These files can then be mounted (e.g. for ISO and boot images), copied, played (WAVE audio and VideoCD tracks)... The primary goal for developing this file system was to `unlock' information in old ISO images. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Disk + Graphics (CD), "CD+G" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Disk - Interactive (CD), "CD-I" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dialog is a utility that allows you to show dialog boxes (containing questions or messages) in TTY (text mode) interfaces. Dialog is called from within a shell script. The following dialog boxes are implemented: yes/no, menu, input, message, text, info, checklist, radiolist, and gauge. Install dialog if you would like to create TTY dialog boxes. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CASE Data Interchange Format (CASE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
cdindex is intended to be the open source replacement of cddb(tm) cdindex is a system that allows the web based submission of title, artist information of CDs and the retrieval. It is completely web based (cgi / html / xml) and uses a web browser for submission / retrieval. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
play and catalog audio CDROMs on CDROM drive(s) From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
play and catalog audio CDROMs on CDROM drive(s) From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Control Development Toolkit (MS, VB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
generates front cards and tray cards for CDs cdlabelgen was designed to simplify the process of generating labels for CDs. It originated as a program to allow auto generation of front cards and tray cards for CDs burned via an automated mechanism (specifically for archiving data), but has now become popular for labelling CD compilations of mp3's, and copies of CDs. Note that cdlabelgen does not actually print anything--it just spits out postscript, which you can then do with as you please. Author: B. W. Fitzpatrick <fitz@red-bean.com> Homepage: http://www.red-bean.com/~bwf/software/cdlabelgen/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CDlinux is a CD based mini Linux distribution, which runs from a CDROM. It aims to be an administration/rescue tool for Eastern Asian (CJK) users. CDlinux is also highly user configureable, and supports a wide range of hardware (PCMCIA/SCSI/USB). Version 0.4.3 was released June 10, 2003. A CD-based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This CDLinux was a Chinese Debian GNU/Linux running on a CD. Last update, March 30, 2001. Distribution development is not all that active. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Restart a CD when it ceases playing From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed Data Mode From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Code Division Multiple Access (DFUe) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Disk + Musical Instruments Digital Interface (CD, MIDI), "CD+MIDI" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Disk - Magneto Optical (CD), "CD-MO" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communication Driver Maintenance System (ISDN, HST) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chinese DOMAIN Name Consortium (org., Internet, DOMAIN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Collaboration Data Objects (WSH, MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
query cddb database for info on a disc From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cdp is a program for playing CDs on the Linux console. Cdp includes a full-screen ncurses mode and a command line mode for scripts. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An audio extraction tool for sampling CDs. Unlike similar programs such as cdda2wav, cdparanoia goes to great lengths to try to extract the audio information without any artifacts such as jitter. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This CDDA reader distribution ('cdparanoia') reads audio from the CDROM directly as data, with no analog step between, and writes the data to a fileor pipe as .wav, .aifc or as raw 16 bit linear PCM. cdparanoia is a complete rewrite of Heiko Eissfeldt's 'cdda2wav' program, and generally is much better at succeeding to read difficult discs with cheap drives. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
play and catalog audio CDROMs on CDROM drive(s) From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cellular Digital Packet Data From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cellular Digital Packet Data (mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
play and catalog audio CDROMs on CDROM drive(s) From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Disk - Recordable (CD), "CD-R" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Character Data Representation Architecture From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cached Dynamic Random Access Memory (RAM, DRAM, IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cdrdao records audio CD-Rs in disk-at-once (DAO) mode, based on a textual description of the CD contents. Recording in DAO mode writes the complete disc (lead-in, one or more tracks, and lead-out) in a single step. DAO allows full control over the length and the contents of pre-gaps, the pause areas between tracks. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Write audio or mixed mode CD-Rs in disk-at-once mode cdrdao creates audio or mixed mode CD-Rs in disk-at-once (DAO) mode driven by a description file. In DAO mode it is possible to create non standard track pre-gaps that have other lengths than 2 seconds and contain nonzero audio data. This is for example useful to divide live recordings into tracks where 2 second gaps would be irritating. It is also possible to create hidden tracks or track intros as found on commercial CDs. This tool can produce audio and mixed mode CDs. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Writes audio CD-Rs in disc-at-once (DAO) mode allowing control over pre-gaps (length down to 0, nonzero audiodata) and sub-channel information like ISRC codes. Alldata that is written to the disc must be specified witha text file. Audio data may be in WAVE or raw format. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A command line CD/DVD writing tool cdrecord allows you to create CDs on a CD recorder (SCSI or ATAPI). It supports writing data, audio, mixed, multi-session, and CD+ and DVD discs, on just about every type of CD recorder out there. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
play and catalog audio CDROMs on CDROM drive(s) From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cross DOMAIN Resource Manager (VTAM, SSCP, IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Disk - Read Only Memory (CD, ROM), "CD-ROM" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Disk - ROM / eXtended Architecture (CD, MPC, ROM), "CD-ROM/XA" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tcl/Tk front-end for burning cdrom. CDR-Toaster is a Tcl/Tk front-end for cdrecord, cdparanoia and mkisofs. It is very userful for burning data and audio cdrom. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Disk - ReWritable (CD), "CD-RW" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cell Directory Service (DCE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Current Directory Structure (BIOS. DOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Data Securuty Architecture (HP, cryptography) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
play and catalog audio CDROMs on CDROM drive(s) From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Creative Decision Stimulation Systems (AI, DSS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cell Delay Tolerance (ATN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central Daylight Time [-0500] (TZ, CST, USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
play and catalog audio CDROMs on CDROM drive(s) From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
some text-based commands for managing a CD cdtool contains cdplay, cdeject, cdstop, cdpause, and several other utilities that let you control your CD-ROM drive from a command line. Also, it comes with cdir, a utility that uses a workman-style database to keep track of the contents of different CDs. It now includes a commandline utility for controlling a CD-ROM called cdctrl. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Commodore Dynamic Total Vision (Commodore) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cell Delay Variation (UNI, ATM, QOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
play and catalog audio CDROMs on CDROM drive(s) From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cell Delay Variation Tolerance (UNI, ATM, CDV) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Disk - Write Once (CD), "CD-WO" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communaute / Comunique Europeenne (Europe) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communications-Electronics, "C-E" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Edition (MS, Windows) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection Endpoint (UNI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cisco Educational ARCHive (Cisco, WWW) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
welt CEntrum Buero Information Telekommunikation (fair), "CeBIT" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CICS Enhanced Command Interpreter (IBM, CICS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
??? (CICS, IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[Microsoft Windows] Compact Edition Driver Repository (MS, Windows, CE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central and Eastern European Countries EDIFACT Board (org., EDIFACT), "CEEC/EB" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Continuous Edge Graphics (Grafik, IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection Endpoint Identifier (UNI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A real-time visual space simulation Celestia is a real-time visual simulation of space. Choose a point within the Local Group of galaxies, and Celestia will show you an approximation of how it would appear to your eyes were you actually there. Some of what Celestia shows is necessarily hypothetical--the farther away from Earth you get, the less real data there is and the more guesswork is involved. Thus Celestia supplements observational data with good guesses based on models of stellar and planetary processes. Celestia is unique in its ability to allow you to navigate at an immense range of scales. Orbit a couple kilometers above the surface of a tiny, irregular asteroid, then head off toward Jupiter, watching it grow from a bright point of light into a looming sphere filling your field of vision. Leave our solar system entirely and observe the sun as it fades from a brilliant disk to a bright star, disappearing almost entirely as you head off toward the Upsilon Andromeda system to orbit around its innermost giant planet. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Card Edge Low Profile [socket] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Code Excited Linear Prediction From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Contract Equipment Manufacturer From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
??? (CICS, IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Comite Europeen de Normalisation (Europe, Brussels) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Comite Europeen de Normalisation ELECtrotechnique (org., CEN, Europe) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A text-mode ICQ client based on ncurses Centericq is a text mode menu- and window-driven IM interface. ICQ, Yahoo! and MSN protocols are now supported. It allows you to send, receive, and forward messages, URLs, SMSes and, contacts, mass message send, search for users (including extended "whitepages search"), view users' details, maintain your contact list directly from the program (including non-icq contacts), view the messages history, register a new UIN and update your details, be informed on receiving email messages, automatically set away after the defined period of inactivity (on any console), and have your own ignore, visible and invisible lists. It can also associate events with sounds, has support for Hebrew and Arabic languages and allows to arrange contacts into groups. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Council of European National Top level DOMAIN Registries From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The component of a computer in which data processing takes place.From Glossary of Distance Education and Internet Terminology http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The component which controls the computation and operation of a computer system. Units within the CPU perform math and logic operations and translate and execute instructions. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CMOS-Ein-Platinen-Allzweck-Computer (IC, CMOS, C'T) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Council of European Professional Informatics Societies (org., Europe) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Conference of European Postal and Telecommunications administrations (org., CCITT, conference, Europe) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cell Error Ratio (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
California Educational and Research Federation NETwork (network), "CERFNet" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Conseil Europeenne pour la Recherche Nucleaire (org., Europe, Geneva) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CERN Linux is based on Red Hat Linux, with modifications to the kernel (to better support their hardware) and with additional software for High Energy Physics (HEP). It is used mostly at CERN and a few of the smaller HEP institutes worldwide, running on farm machines, servers, desktops and embedded PCs. CERN 7.3.2 was released April 9, 2003. Added to list June 17, 2003. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The CERN HTTP (World-Wide Web) server The CERN HTTP daemon allows you to run an HTTP (Hypertext Transfer Protocol) server on your computer. HTTP is the main transport protocol used in the World Wide Web. Unless you wish only to serve files to users of your system, you must be hooked up to a TCP/IP network. This HTTP server is fairly outdated, and no longer maintained upstream. It does serve as a fairly nice local server, though. CERN ACKNOWLEDGMENT: This product includes computer software created and made available by CERN. This acknowledgment shall be mentioned in full in any product which includes the CERN computer software included herein or parts thereof. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Emergency Response Team (DARPA, CMU, Internet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An issuer of Security Certificates used in SSL connections. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
KDE based CVS frontend Cervisia is a graphical frontend for the CVS client. It provides access to the following features: * Updating or retrieving the status of a working directory or single files. * Files are displayed in different colors depending on their status, and the shown files can be filtered according to their status. * Common operations like adding, removing and commiting files. * Advanced operations like adding and removing watches, editing and unediting files, locking and unlocking. * Checking out and importing modules. * Graphical diff against the repository and between different revisions. * Blame-annotated view of a file. * View of the log messages in tree and list form. * Resolving of conflicts in a file. * Tagging and branching. * Updating to a tag, branch or date. * A Changelog editor coupled with the commit dialog. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C-bit Errored Seconds (DS3/E3) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Character Encoding Scheme (CSS, Unicode) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Circuit Emulation Service From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Consumer Electronics Show (fair, USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central Employment Search And Retrieval (WWW) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central European Time [+0100] (TZ, MET) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Centro de Estudes de Telecomunicoes (org., Portugal) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Carry Flag (assembler) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Flash [card] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Center for Architecture (org., JIEO, DISA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Code Fiels Address (Forth) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cipher FeedBack [mode] (cryptography, DES) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Call For Discussion (Internet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computational Fluid Dynamics [applications] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Curses based disk partition table manipulator for Linux From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A small UTF8 capable version of cfdisk This package contains the cfdisk program linked against the UTF8 libraries. Do not install it unless you really need a fdisk programs which needs to handle with UTF8, or unless you need if for a small Linux root filesystem like this on the boot-floppies. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Center for Engineering (org., JIEO, DISA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Console Font Editor cfe is a console font editor which works well both on the console and the terminal. It includes such abilities as various glyph transforming, multi-level undo, and comparing the glyphs of two fonts. cfe automatically supports loading of .psf and raw binary fonts. Other types of fonts can be opened using the proper options. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tool for configuring and maintaining network machines The main purpose of cfengine is to allow the system administrator to create a single central file which will define how every host on a network should be configured. cfengine is also useful as an interpreter for a general scripting language for ordinary users. It is handy for tidying up junk files and for maintaining `watchdog' scripts to manage access rights and permissions on files when collaborating with other users. It takes a while to set up cfengine for a network (especially an already existing network), but once that is done you will wonder how you ever lived without it! From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compact Font Format (Adobe) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CAD Framework Initiative (org., CAD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Copyright does not exist, book about hacker culture. Copyright does not exist: Book about hacker culture, folklore and history by Linus Walleij. This is a translation from the original Swedish text. In HTML format. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configurable finger daemon This is a free replacement for standard finger daemons such as GNU fingerd and MIT fingerd. Cfingerd can enable/disable finger service to individual users, rather than to all users on a given host. Cfingerd is able to respond to a finger request to a specified user by running a shell script (e.g., finger doorbell@mysite.mydomain might cause a sound file to be sent) rather than just a plain text file. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shared library for I/O with FITS format data files FITS (Flexible Image Transport System) is a data format most used in astronomy. cfitsio is a library of ANSI C routines for reading and writing FITS format data files. A set of Fortran-callable wrapper routines are also included for the convenience of Fortran programmers. This package contains what you need to run programs that use this library. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C function call hierarchy analyzer The cflow command reads the given program source and attempts to print a graph of the program's function call hierarchy to the standard output. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
print a function call hierarchy From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ConFiguration Management (FDDI, SMT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Committee to Fight Microsoft Corporation (org., MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cold Fusion Markup Language From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Call For Papers From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Center for Standards (org., JIEO, DISA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cryptographic FileSystem (Linux, cryptography) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cryptographic Filesystem CFS pushes encryption services into the Unix(tm) file system. It supports secure storage at the system level through a standard Unix file system interface to encrypted files. Users associate a cryptographic key with the directories they wish to protect. Files in these directories (as well as their pathname components) are transparently encrypted and decrypted with the specified key without further user intervention. CFS employs a novel combination of DES stream and codebook cipher modes to provide high security with good performance on a modern workstation. CFS can use any available file system for its underlying storage without modification, including remote file servers such as NFS. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A full-screen ftp client. Cftp is an ftp client where you just use the arrow keys to move around and get what you want. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Call For Vote (Internet, Usenet), "CfV" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
tests and creates .sfv, .csv and md5 files cfv is a utility to both test and create .sfv (Simple File Verify) .csv, and md5sum files. These files are commonly used to ensure the correct retrieval or storage of data. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Colour Graphics Adapter From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics Communications Association (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphics Communications Association Research Institute (org., CGA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer (???) Game Developers' Conference From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Gateway Interface (WWW) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Generated Imagery From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Graphics Interface From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Graphics International (conference) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An interface between a Web site and a user. It allows forms, surveys and other documents to be filled on-line and the results automatically sent to the web site's UNIX server. From Glossary of Distance Education and Internet Terminology http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Used on Web servers to transmit data between scripts and/or applications and then return the data to the Web page or browser. CGI scripts are often created using the Perl language, and can generate dynamic Web content (including e-commerce shopping baskets, discussion groups, survey forms, current news, etc.). From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The most common name of a directory on a web server in which CGIprograms are stored. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CGI Form-to-Mail converter cgiemail is a flexible CGI-based tool that will allow non-programmers to create forms to be emailed. Note that it's no longer actively maintained upstream and has a history of security problems, so you may wish to use another package, such as mailto. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Simple CGI Library This library provides a simple programming API to the Common Gateway Interface (CGI). It features HTTP Redirect, provides read access to FORM variables, sets HTTP Cookies and reads them. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
allows ordinary users to run their own CGI scripts a gateway that allows more secure user access to CGI programs on an HTTPd server than is provided by the http server itself. The primary function of CGIwrap is to make certain that any CGI script runs with the permissions of the user who installed it, and not those of the server. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Graphics Metafile (ISO 8632) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Copy Generation Management System (CD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Complete Go board Cgoban (Complete Goban) is a computerized board on which you can play the game of Go against another player, view and edit smart-go files, and connect to Go servers on the Internet. It can also interface with computer Go programs that speak Go modem protocol. You will need some sort of image converter if you wish to use the utility provided to capture "screen shots" of a cgoban game. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Graphics Reference Model (ISO, IEC, ISO/IEC 11072) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Graphic Virtual Device Interface, "CG-VDI" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
command-line source browsing tool. cgvg is a pair of Perl scripts ("cg" and "vg") which are meant to assist a programmer in doing command-line source browsing. The idea is you can easily search for keywords in the code, and jump to the file and line where a match is found. Used with ctags(1), this can really help with jumping around and following code. Some features include a human-readable output, coloring, bolding (and alternate bolding), and just sheer convenience for a programmer. cgvg uses the Perl internal find and does it's own searching, rather than being a wrapper for UNIX find(1) and grep(1). There is a ~/.cgvgrc file for per-user configuration, and some nice features like coloring, and multiple log files. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
change user password expiry information From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CHisquard Automatic Interaction Detector / Detection (SPSS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ChainSaw Linux had video production, but as of May 4, 2002, the original Editing Edition is seen as "the ultimate goal for ChainSaw Linux." A 'special purpose/mini' distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A method to authenticate users that avoids sending passwords over the network. It goes something like this (though the details among various programs are different). the client requests access the server sends back random data the client then encrypts/hashes the data using the password the server checks the result In this manner, the client proves it knows the correct password without ever sending it across the wire. Key point: In most cases the user is prompted for the password, which the client then stores in memory. In the use of smart cards, however, the system may give the user the challenge string, which the user then types into the smart card. The smart card then produces a response, which the user must type back into the system. In this way, the user validates that they have the smart card. Key point: Challenge-response systems are thought to be more secure because the challenge/response is different every time. This guards against replay attacks as well as making cracking more difficult. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Application for putting pictures or color in the root window Using GTK and Imlib, Chameleon allows the use to place a picture in any format or a color chosen from a color wheel in the root window of X (the background). It also can be run from the command line w/o using the GTK interface. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An important security practice where changes to the systems are reviewed ahead of time to validate they are appropriate, then recorded in order to "roll back" in case they introduce a fault. A common use for change-control is validating that a firewall's ruleset doesn't degrade. Change-control is also used for maintaining system patches. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
change the /dev/cdrom link From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A specially formatted list containing a history of all changes ever done to the package, by whom, and on what date. Used to track work on the package. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Monitor (and recover from) changes to configuration files A program to monitor changes to a set of files. If files are modified one day, and the machine starts working incorrectly some days later, changetrack can provide information on which files were modified, and help locate the problem. Changetrack will also allow recovery of the files from any stage using RCS. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Replacement of Gnus with gnus-mime for SEMI. Chaos is the latest branch of normally Semi-gnus. Semi-gnus is a replacement of Gnus with gnus-mime for SEMI. It has all features of Gnus and gnus-mime, so there are no need to install Gnus to use it, and you must not use gnus-mime for SEMI. It requires SEMI package, so please get and install SEMI package before to install it. Chaos is one of Semi-gnus variants. Now, "Semi-gnus" is generic name of Gnus for SEMI. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Challenge-Handshake Authentication Protocol - used to verify a user's name and password for PPP Internet connections. It is more secure than the other main authentication protocol (PAP).From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[PPP] Challenge Handshake Authentication Protocol (PPP, RFC 1334/1994) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An object, such as a symbol, that is comprised of one byte of computer storage. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
System component or peripheral (such as an Ethernet card or printer) that is accessed without buffer cache memory. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Set an ACM for use in one of the G0/G1 charset slots. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Follow a symlink and print out its target file Chase is a small utility for tracking down the actual file that a symbolic link points to - chasing the symlink, if you will. The result of a successful run is guaranteed to be an existing file which is not a symbolic link. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a Japanese Morphological Analysis System ChaSen is a morphological analysys system. It can segment and tokenize Japanese text string, and can output with many additional informations (pronunciation, semantic information, and others). It will print the result of such an operation to the standard output, so that it can either written to a file or further processed. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
blacklists for SquidGuard squidGuard is a free (GPL), flexible and ultra fast filter, redirector and access controller plugin for squid. It lets you define multiple access rules with different restrictions for different user groups on a squid cache. squidGuard uses squid's standard redirector interface. This package contains blacklists provided by the Chastity project. Chastity intends to make a maintained ACL-list for squid for use in public schools and other organizations. The projects is divided into a web-based adminstration tool, datastorage and client-tools. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Online, realtime chatting is one of the more popular features of the Internet. There are many popular systems. Among the hacking community, services like IRC and ICQ are popular. Some popular commercial services include Yahoo messenger, AOL Instant Messenger (AIM), and Microsoft Messenger. Key point: Favorite because it provides real-time anonymous communication. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
change file attributes on a Linux second extended file system From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A tool for changing the desktop background image in X11 A GTK+ based program that lets you periodically change your X desktop. It has several random effects, a slideshow, and and may act as a xscreensaver hack or as a standalone screensaver. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ChBg is for changing desktop backgrounds in a given period. It can render images with 10 modes (such as tiled, centered, scaled, etc.). It uses Imlib1, Imlib2, or gdk_pixbuf for loading images, so it supports many image formats. This version uses gdk-pixbuf. ChBg has a windowed setup program, is able to load setup files, can be used as slideshow picture previewer in its own window or as adesktop background, and can be used as screensaver or as an xscreensaverhack. It has a dialog for fast previewing of pictures and very usablethumbnail previews. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CHange Code Page (DOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Hardware Description Language (HDL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Kuo Chiao 16x16 font for CHDRV Chinese console terminal This package contains the Kuo Chiao 16x16 Chinese bitmap font and the corresponding 8x16 ASCII font files (kcchin16.f00 and kctext16.f00) for the CHDRV Chinese console terminal for Linux. These fonts were part of the Kuo Chiao Chinese System generously donated to the Taiwan Academic Network (TANet). To the best of my knowledge, these fonts have since been widely distributed all over the world and are now in the public domain. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A unit test framework for C Check features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a WWW link verifier Checkbot is a perl5 script which can verify links within a region of the World Wide Web. It checks all pages within an identified region, and all links within that region. After checking all links within the region, it will also check all links which point outside of the region, and then stop. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
identify MP3s that do not follow the MP3 format mp3_check helps to identify in explicit detail MP3s that do not correctly follow the MP3 format. It also looks for invalid frame headers, missing frames, etc., and generates useful statistics. This can be useful when building a high-quality mp3 archive... From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
check for changes to setuid programs From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Checks the status of services on (remote) hosts Checkservice is a simple and fast service checking perl script. It is able to show the results in many ways: by keeping logs, showing it on the PHP status page, output that MRTG can use or warning(plugins) if something is wrong. Checkservice features grouping of hosts, very easy configuration and thorough service checking using checkplugins. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A number computed by adding together all the characters from an entire file in a special mathematical way. It is useful for ensuring a file has been transferred correctly. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A technique for detecting if data inadvertently changes during transmission. The sender simply divides all the data up into two-character numbers, then adds all the numbers together. The receiver makes the same calculation, and checks the calculated checksum with the transmitted checksum. If they don't match, then the receiver knows the data was corrupted in transit. Key point: Checksums are not secure against intentional changes by hackers. For that, you need a cryptographic hash. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An acronym for SUMmation CHECK. In data communications, an error-checking technique in which the number of bits in a unit of data is summed, transmitted along with the data, and checked by the receiving computer. If the sum differs, an error probably occurred in transmission and the transmission is repeated. A commonly used personal computer communications protocol called XMODEM uses the checksum technique. In some virus scanning and file integrity software checksums are calculted for every file in a directory and the results are stoed in the directory. When the program is scanningm it compares the checksum information stored in the directory with the current checksum for each scanned file. A difference in the sum may indicate that the file has been infected by a virus that doesn't leave a recognised signature. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sound Module Tracking Program (IT - Impulse Tracker Clone) This program is used to create what is called 'Sound Modules', files containing samples of, for instance, piano's and guitars, and a couple of play-patterns with notes, durations and effects. If these patterns are sequenced, a melody will play according to the notes and instruments you set in the pattern. This program is a direct clone of the MSDOS program called Impulse Tracker. It's not hard to learn, and very funny to play around with. This version is only capable of loading .IT type files (the original Impulse Tracker format). To start and find some cool pre-made tunes go to ftp://ftp.scene.org/pub/music/. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GTK-based chemical structures drawing program Chemtool is a GTK+ based 2D chemical structure editor for X11. It supports many bond styles, most forms of text needed for chemical typesetting and splines/arcs/curved arrows. Drawings can be exported to MOL and PDB format, SVG or XFig format for further annotation, as a PiCTeX drawing, as a bitmap or as Postscript files (several of these through XFig's companion program transfig). The package also contains a helper program, cht, to calculate sum formula and (exact) molecular weight from a chemtool drawing file. Cht can either be called directly by Chemtool or on the console. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Network swiss army knife Cheops is a combination of a variety of network tools to provide system adminstrators and users with a simple interface to managing and accessing their networks. Cheops aims to do for the network what the file manager did for the filesystem. Additionally, cheops has taken on the role of a network management system, in the same category as one might put HP Openview. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computers in Higher Education Software Team (org., UK) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A component of network lag, chew is the percentage of packets that are 'eaten' by the network connection. Ideally no packets should be lost, but the Internet is often anything but ideal. From KADOWKEV http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
change user name and information From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Changes the group ownership of each given file to group, which can be either a group name or a numeric group ID. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A simple Scheme-to-C compiler Why CHICKEN? - R5RS support. - SRFIs 0, 1, 2, 4, 6, 7, 8, 9, 10, 13, 14, 16, 18, 22 and 23 - Syntax-case highlevel macros - Lightweight threads based on first-class continuations - Pattern matching with Andrew Wright's match package - Record structures - A simple and straightforward module system - An object system with multiple inheritance, multimethods and a meta-object protocol - Separated compilation poses no problem and full tail-recursion and first-class continuations are suported. - Extended comment- and string-literal syntaxes - Libraries for regular expressions, string handling, Common LISP style format, UNIX system calls and extended data structures - Create interpreted or compiled shell scripts written in Scheme - Compiled C files can be easily distributed - Generates quite portable C code and compiled files generated by it (including itself) should work without any change on DOS, Windows, most UNIX-like platforms, and with minor changes on other systems. - Linkage to C modules and C library functions is straightforward. Compiled programs can easily be embedded into existing C code. - Simple. It can be used as a pedagogical tool for anybody who is interested in the workings of a compiler. - Extendable, since its code generation scheme, runtime system, and garbage collector fit neatly into a C environment. - Offers better performance than nearly all interpreter based implementations, but still provides full Scheme semantics. - Probably is the first implementation of Scheme that uses Henry Baker's [Cheney on the M.T.A] concept. Usually, you will also need to install the chicken-dev package. The source files are not included since you could easily get them with the Debian source package. If you really feel the needs to get them under /usr/share/chicken/src, then please let me know. There are many Scheme implementations available in Debian, have a look at each of them! Have fun! From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A process created by another process (the parent process). Each process may create many child processes but will have only one parent process, except for the very first process which has no parent. The first process, called init in Linux, is started by the kernel at boot time and never terminates. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
highlight a C source file From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CCITT HIgh Level programming Language (CCITT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The GNU CHILL compiler. This is the ITU CHILL compiler. CHILL is the "CCITT High-Level Language", where CCITT is the old name for what is now ITU, the International Telecommunications Union. It is a language in the Modula-2 family, and targets many of the same applications as Ada (especially large embedded systems). CHILL was never used much in the United States, but is still being used in Europe, Brazil, Korea, and other places. This is a dependency package providing the default GNU CHILL compiler for Debian GNU/Linux systems (version 2.95.4 for architecture i386). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Web browser for X Simple, fast, free web browser. This is an alpha-test version; some of the rendering routines are buggy. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chinese 2000 Linux comes from Hong Kong. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CLE is still there, mostly in Chinese, last update November 9, 2001. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a circuit schematic capture tool and simulation environment. A circuit schematic capture tool and simulation environment. Log is a large circuit editing and simulation system. It has facilities for digital simulation (the original LOG), analog simulation (AnaLOG), network generation (LOGNTK), and plotting (LPLOT). Log is the most popular Chipmunk tool. This package contains analog, diglog and loged. For more information, please see the docs contained in log-doc package. Log needs the p-system emulation runtime libraries for Chipmunk tools to work, which are included in psys packages. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chkconfig is a basic system utility. It updates and queries runlevelinformation for system services. Chkconfig manipulates the numerous symbolic links in /etc/rc*.d, to relieve system administrators of some of the drudgery of manually editing the symbolic links. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
find duplicate executables From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This is a simple terminal mode program for configuring the directories in the X font server's path. It is mostly intended to be used internally by RPM when packages with fonts are added or removed, butit may be useful as a standalone utility in some instances. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This is a simple terminal mode program for configuring the directories in the X font server's path. It is mostly intended to be used `internally' by RPM when packages with fonts are added or removed, butit may be useful as a stand-alone utility in some instances. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
check for new mail From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Checks for signs of rootkits on the local system chkrootkit identifies whether the target computer is infected with a rootkit. Some of the rootkits that chkrootkit identifies are: 1. lrk3, lrk4, lrk5, lrk6 (and some variants); 2. Solaris rootkit; 3. FreeBSD rootkit; 4. t0rn (including latest variant); 5. Ambient's Rootkit for Linux (ARK); 6. Ramen Worm; 7. rh[67]-shaper; 8. RSHA; 9. Romanian rootkit; 10. RK17; 11. Lion Worm; 12. Adore Worm. Please note that this is not a definitive test, it does not ensure that the target has not been cracked. In addition to running chkrootkit, one should perform more specific tests. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Finds typographic errors in LaTeX * Supports over 40 warnings. * Supports ``\input'' command; both TeX and LaTeX version. Actually includes the files. ``TEXINPUTS''-equivalent search path. * Intelligent warning/error handling. The user may promote/mute warnings to suit his preferences. You may also mute warnings in the header of a file; thus killing much unwanted garbage. * Supports both LaTeX 2.09 and LaTeX2e. * Flexible output handling. Has some predefined formats and lets the user specify his own format. Uses a ``printf()'' similar syntax. ``lacheck'' compatible mode included for interfacing with the AUC-TeX Emacs mode. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
check for trigraphs in C source code From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
changes the permissions for a file; permissions should include a letter designating who gets permissions (u for the user, g for the group, o for others, or a for all) followed by a + or - (to give or take away the permission) followed by the kind of permission (r for read access, w for write access, x for execute if the file is a program or script). From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The simultaneous pressing of two or more buttons or keys on an input device such as a keyboard or mouse that produces one set action. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Easy Boot loader with a Boot-Menu Easy to use Boot-Loader for Linux / DOS / other Operating systems. It works like lilo but offers a simple menu on boot. No strange prompt anymore! Background images and more! Includes X interface to configure the boot screen and all parameters From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
changes the user and/or group ownership of each given file as specified by the first non-option argument as follows. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
update password file in batch From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A powerful and simple preprocessor CHPP is a powerful preprocessor originally designed for, but not limited to, HTML. CHPP combines features of CPP, M4, Perl and Scheme. Among the features of CHPP are - CHPP is non-intrusive, i.e. you can take already existing text and just pipe it through CHPP and it is likely it won't change. - User-defined macros, which can be recursive - Complex data structures (lists and hashes) - Powerful looping constructs - Regular expression matching - Support for CGI scripting - An interface to SQL-Servers (at the moment mSQL and MySQL). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Slick scrolling space shooter Chromium is a top down fast paced high action scrolling space shooter using sdl libs. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
You are captain of the cargo ship Chromium B.S.U., responsible for delivering supplies to our troops on the front line. Your ship has a small fleet of robotic fighters which you control from the relative safety of the Chromium vessel.- Do not let ANY enemy ships get past your fighters! Each enemyship that makes it past the bottom of the screen will attackthe Chromium, and you lose a fighter.- Use your fighters as weapons! Crash into enemies to destroy thembefore they can get past you.- Strategic suicide is a powerful tactic! When the Chromium launches a new fighter, it releases a high energy burst which destroys all enemies in range.- Self-destruct to preserve your ammunition! A double-right-click will cause your current fighter to self-destruct. Before theship blows up, it ejects its ammunition so that the next fighter can pick it up. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
It sets your computer's clock from time servers on the Net. It consists of a pair of programs : `chronyd'. This is a daemon which runs in background on the system. It obtains measurements (e.g. via the network) of the system's offset relative to other systems, and adjusts the system time accordingly. For isolated systems, the user can periodically enter the correct time by hand (using `chronyc'). In either case, `chronyd' determines the rate at which the computer gains or loses time, and compensates for this. `chronyc'. This is a command-line driven control and monitoring program. An administrator can use this to fine-tune various parameters within the daemon, add or delete servers etc whilst the daemon is running. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Makes the root directory (/) become something other than its default for the lifetime of the current process. It can only be run by privileged users and is used to give a process (commonly a network server such as FTP or HTTP) access to a restricted portion of the file system. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A UNIX feature that creates a limited sandbox allowing a process to view only a single subtree of the filesystem. The jail call in BSD is a more advanced version for creating the same sort of sandbox. Point: In order for it to work properly, some common programs and libraries (e.g. /bin/sh, /usr/lib/libc.so.1, ...) need to be copied/linked to the appropriate locations in the new directory tree. Key point: A process running with root access can break out of a chrooted environment. Therefore, it should be used in conjunction with setuid. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Hardware Reference Platform (AIM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tool to edit the rpath in ELF binaries rpath allows you to change the rpath (where the application looks for libraries) in an application. It does not (yet) allow you to add an rpath if there isn't one already. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cylinder Head Sectors From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
stands for Cylinder/Head/Sector. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Disk information required by FDISK during partitioning. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
change login shell From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C Hardware Specific Module (NEST, MLID, Novell) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Card Holder Value [aka PIN] (ICC, PIN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
change foreground virtual terminal From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Check In (RCS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
check in RCS revisions From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Coded Information From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Component Interface (DMI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration Item (CM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Congestion Indicator From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Incident Advisory Capability (org., LLNL, Internet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Integrated Business From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Carrier Identification Code From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Coordination and Information Center (CSNET) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Center of Innovative Computer Applications (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Customer Information Control System (IBM, CICS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Customer Information Control System/Enterprise Systems Architecture (IBM, CICS), "CICS/ESA" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Customer Information Control System / Transaction Server (IBM, VSE/ESA), "CICS/TS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Customer Information Control System / Virtual Storage (IBM, CICS), "CICS/VS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration - Installation - Distribution (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Intrusion Detection Framework (CIDF, IDS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Classless Internet DOMAIN Routing [protocol] (RFC 1519) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Commission Internationale de l'Eclairage (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Internet File System (TCP/IP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Internet File System: a protocol that defines a standard for remote file access using millions of computers at a time. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chess In Lisp. A library for cmucl. This library is mainly intended as an example file. Not much useful stuff can be done yet. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Integration Laboratories (org., Apple, IBM, Novell, Sun, ...) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Component Integration LABoratorieS (org.,, OpenDoc, Apple, IBM, Adobe, ...), CILabs From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cisco Interactive Mentor (Cisco) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Information Model (DMTF, XML, DMI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Integrated Manufacturing From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GNU Simula compiler GNU Cim is a compiler for the programming language Simula (except unspecified parameters to formal or virtual procedures (see the documentation for how portable code for formal procedures can be written)). It offers a class concept, separate compilation with full type checking, interface to external C routines, an application package for process simulation and a coroutine concept. The portability of the GNU Simula Compiler is based on the C programming language. The compiler and the run-time system is written in C, and the compiler produces C code, that is passed to a C compiler for further processing towards machine code. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CIM Object Model (CIM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CIncinnati Milacron Operating System (OS), "CiMOS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cisco Information Online (Cisco, WWW) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Carrier Identification Parameter From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Classical IP over ATM (IP, ATM, IETF) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Integrated Processing From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer-Investitions-Programm From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Children's Internet Protection Act (Internet, USA, COPA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In cryptography, the word cipher means an encryption algorithm. A cipher transforms the original data/message into pseudo-random data/message of the same length. In order to decipher the message, a reverse transformation must be applied. Key point: A block cipher is one that encrypts a block of data at a time. For example, DES uses a block size of 64-bits. Each input block must correspond to exactly one output block (like a codebook). A block-cipher suffers from the fact the same data repeated in a message would be encoded in the same way. Consider a block size of 8-bit encrypting English text; you could therefore figure out all the letter 'e's in the cipher text because they are the most common letter used. Therefore, block-ciphers are often used in a chaining mode such that the same pattern will indeed be decrypted differently. Key point: A stream cipher is essentially a chained block cipher with a block size of 1 (either 1-bit or 1-byte). It generates a keystream against which it XORs the plaintext, operating much like a one-time pad, though less secure in theory but more secure in practice. Example: Some popular ciphers are: DES The original widely-used computer-based encryption cipher that spawned the industry, but easily crackable today. triple DES A more secure form of DES whereby data is simply encrypted three different times. RC4 One of the most widely used ciphers today because of its prevalent use within web browsers and SSL. RC2 A cipher similar to RC4. IDEA Gained popularity because it was used as the default cipher for PGP. Blowfish Popular cipher because of its open source and non-patented status. CAST-128 Alternate cipher in PGP. Skipjack Controversal cipher designed for the Clipper chip, a government program to encourage key recovery for law enforcement. GOST 28147 Russian standard with 256-bit key. AES The new American standard for replacing DES. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In cryptography, ciphertext describes the data after it has been encrypted. Contrast: clear-text, plaintext. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Committed Information Rate (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cross Interleaved Reed-solomon Code (CD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Centre for International Research on Communication and Information Technology (org., Australia) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MUDLinux is minidistribution of Linux containing a running Circle MUDServer. A 'special purpose/mini' distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
creation and display of circle packings CirclePack is a C program for the creation, display, manipulation, and storage of circle packings using the X Window System. Computations may be done in either hyperbolic, Euclidean, or spherical geometry, though the routines for the latter are not yet complete. For the theory behind the package, one must consult the research literature. One of the author's primary interests concerns the parallels between the developing theory of circle packings and the classical theory of analytic functions. Home page: http://www.math.utk.edu/~kens/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The clowns are trying to pop balloons to score points! "Circus Linux!" is based on the Atari 2600 game "Circus Atari" by Atari, released in 1980. Gameplay is similar to "Breakout" and "Arkanoid" - you slide a device left and right to bounce objects into the air which destroy a wall. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Card Information Structure / Space (PCMCIA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command Information System (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compuserve Information Systems (network) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Contact Image Sensor From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Complex Instruction Set Computer (CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer and Information Science Directorate (org., NSF) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[3D] Campus-InformationsSystem KArlsruhe (Uni Karlsruhe, Germany, VRML) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Comite International Special des Perturbations Radioelectriques (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Center for Information Systems Security (org., JIEO, DISA, mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Integrated Telephony From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Intergrated Tooling From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Copyright In Transmitted Electronic Documents (ESPRIT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
??? [switch] (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cyclone Integrated Video Interfaces Controller (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Commercial Internet eXchange (ISP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A LaTeX macro package for CJK (Chinese/Japanese/Korean) CJK is a macro package for LaTeX to enable typesetting Chinese, Japanese, and Korean. It supports (even simultaneously) various CJK encodings, e.g. Big5, GB, JIS, KS, CNS. Please also install: * freetype1-tools to use TrueType fonts with CJK (ttf2pk and ttf2tfm). * tfm-arphic-* for DFSG-free Chinese TrueType fonts donated by Arphic. tfm-arphic-bsmi00lp and tfm-arphic-bkai00mp for Big5 Ming and Kai fonts; tfm-arphic-gbsn00lp and tfm-arphic-gkai00mp for GB Sung and Kai fonts. Main Author: Werner Lemberg <wl@gnu.org> From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
sfv checker and generator SFV, Simple File Verification, uses crc32 checksums to verify that files are intact. cksfv automates the task of generating and checking .sfv sheets. For integrity, md5 checksums are probably a better alternative, but sfv is a widely used method for verification on the USENET binary newsgroups and other places. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
checksum and count the bytes in a file From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Column Address Strobe Latency (CAS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ConnectionLess (CO) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Control Language (IBM, OS/400) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Bomberman like game Blow up your friends and avoid being blown up yourself. Features include: * Nice graphics and sound * Powerups * Up to 8 players * Computer controlled players From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Core runtime libraries for the ClanLib game SDK ClanLib delivers a platform independent interface to write games with. If a game is written with ClanLib, it should be possible to compile the game under any platform (supported by ClanLib, that is) without changing the application source code. But ClanLib is not just a wrapper library, providing an common interface to low-level libraries such as DirectFB, DirectX, OpenGL, X11, etc. While platform independence is ClanLib's primary goal, it also tries to be a service-minded game sdk. In other words, we have put great effort in to designing the API, to ensure ClanLib's easy of use - while maintaining it's power. This package provides the core clanlib libraries (layer1, layer2, etc). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Free OCR program for Unix Systems Clara OCR is a free (GPL) OCR for systems that support the C library and the X window system (e.g. most flavours of Unix). Clara OCR is intended for large scale digitalization projects. It features a powerful GUI and a web interface for cooperative digitalization of books. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ClarkConnect is a Red Hat based distribution which can can transform standard PC hardware into a dedicated broadband gateway and easy-to-use server. The software is a great solution for small businesses, home offices, and networked homes. ClarkConnect version 1.1 was released July 31, 2002. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Centralized Local Area Selective Signaling From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Custom Local Area Signaling Service From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/klas'ik C/ n. [a play on `Coke Classic'] The C programming language as defined in the first edition of K&R, with some small additions. It is also known as `K&R C'. The name came into use while C was being standardized by the ANSI X3J11 committee. Also `C Classic'. An analogous construction is sometimes applied elsewhere: thus, `X Classic', where X = Star Trek (referring to the original TV series) or X = PC (referring to IBM's ISA-bus machines as opposed to the PS/2 series). This construction is especially used of product series in which the newer versions are considered serious losers relative to the older ones. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compiler for the INTERCAL language This package provides a Perl-based compiler for the INTERCAL programming language, usable either from the command line or as a Perl module. CLC-INTERCAL is designed to be almost compatible with the original (Princeton 1972) compiler. It also implements several extensions to the original language, including support for object orientation, operator overloading and quantum computing. The non-binary base extensions supported by the C-INTERCAL compiler are not yet implemented. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connected Limited Device Configuration (KVM, CDC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Certified Lotus Engineer (Lotus) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Wrap any command-line driven tool with readline This handy tool lets you use history and line-editing in any text oriented tool. This is especially usefully with third-party commercial tools that cannot be modified to use readline themselves. It's not perfect but it works pretty well. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
remove dangling symbolic links and empty directories From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
clean up the mess that bogus install-info may have done From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
clear the terminal screen From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In cryptography, the term clear-text describes messages that have not been encrypted. The word has the connotation of data that should be encrypted, but isn't (such as clear-text passwords). Misunderstanding: The word text comes from traditional cryptography that meant the text of messages, though these days text can refer to binary computer data as well. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Competitive Local Exchange Carrier From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Call Level Interface (SAQ, X/Open, Informix, ...) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CLear Interrupt (assembler) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command Line Interpreter / Interface (OS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Language Infrastructure (MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A full-screen or windowed text-mode session where the user executes programs by typing in commands with or without parameters. The CLI displays output text from the operating system or program and provides a command prompt for user input. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A means of communication between a program and its user, based solely on textual input and output. Commands are input with the help of a keyboard or similar device and are interpreted and executed by the program. Results are output as text or graphics to the terminal. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chemnitzer LInux Cluster (Linux, Chemnitz), "CLiC" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Liability Insurance Coverage From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MandrakeSoft, Bull and INPG/INRIA, a Grenoble Research Group created CLIC, a Linux Clustering Distribution. The first CLIC version, released October 30, 2002, features rapid deployment, auto-configuration, MPICH, LAM and PVM support, a large number of mathematical libraries, and Netjuggler (a parallelized virtual reality 3D engine). A 'special purpose/mini' distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Calling Line IDentification From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A machine that requests resources from other machines (servers). A client application, e.g. the popular email client elm, is a program that makes requests on other applications for information. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A machine that requests services (e-mail, for example) from a server. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A software program that is used to contact and obtain data from a Server software program on another computer, often across a great distance. EachClient program is designed to work with one or more specific kinds of Server programs, and each Server requires a specific kind of Client. A Web Browser is a specific kind of Client. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In a computer network, a user or process on a node that requests information or service from another node (usually a server). From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A common form of distributed system in which software is split between server tasks and client tasks. A client sends requests to a server, according to some protocol, asking for information or action, and the server responds. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C language interpreter Clif, a C-like Interpreter Framework, is and open-ended system for fast development of programs with C syntax. The program is compiled and if syntactically correct, code is immediately generated. The code is generated for a virtual machine. The virtual machine is a part of the framework. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command Line Interpreter Generator Based on a simple specification file clig generates C-code for a function Cmdline *parseCmdline(int argc, char **argv) which parses the command-line of a typical C-program and returns the result in a structure of type Cmdline. Besides parseCmdline(), the function void usage(void) is generated and will be called by the command-line parser if the command line contains obvious errors. One of the main reasons to use clig is the automatic generation of a usage()-function which is always up-to- date with respect to the options actually understood by the program. Additionally, clig creates a manual page. For more information, see http://wsd.iitb.fhg.de/~kir/clighome/. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common LISP Interface Manager (CLOS, LISP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
"C" Language Integrated Production System CLIPS 6.0 is an OPS-like forward chaining production system written in ANSI C by NASA. The CLIPS inference engine includes truth maintenance, dynamic rule addition, and customizable conflict resolution strategies. CLIPS, including the runtime version, is easily embeddable in other applications. CLIPS includes an object-oriented language called COOL (CLIPS Object-Oriented Language) which is directly integrated with the inference engine. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GNU CLISP, a Common Lisp implementation Common Lisp is a high-level, general-purpose programming language. GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe University and Michael Stoll of Munich University, both in Germany. It mostly supports the Lisp described in the ANSI Common Lisp standard. It runs on microcomputers (OS/2, Windows NT/2000, Windows 95/98, Amiga 500-4000, Acorn RISC PC) as well as on Unix workstations (Linux, SVR4, Sun4, DEC Alpha OSF, HP-UX, BeOS, NeXTstep, SGI, AIX, Sun3 and others) and needs only 2 MB of RAM. The user interface comes in German, English, French, Spanish and Dutch. GNU CLISP includes an interpreter, a compiler, a large subset of CLOS, a foreign language interface and a socket interface. An X11 interface is available through CLX and Garnet. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configurable Long Instruction Word (IC, CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ConnectionLess Layer (UNI, NNI, ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connectionless Network Access Protocol (UNI, NNI, ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ConnectionLess Network Protocol (OSI, ISO 8473) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ConnectionLess Network Service From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
vt. To overwrite, usually unintentionally: "I walked off the end of the array and clobbered the stack." Compare mung, scribble, trash, and smash the stack. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common LISP Object System (LISP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cell Loss Priority (UNI, ATM, CLR) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cell Loss Ratio (UNI, ATM, QOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Card Loading Signal From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ConnectionLess Service Function From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CLasS IDentifier (COM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ConnectionLess Transport Protocol (OSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command Line Utility: a program that can be executed from the command prompt. Examples of command line utilities in Linux are ls, dd, tar and gzip. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A program that is run from a command line session, or shell, such as Tar or Mkdir. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Lisp package for clue/clio/pictures: X interfaces for lisp Clue is to lisp what xlib is to C. It's basic, but close to the metal. Clio is to Lisp what Xt is to C. It uses CLOS to give an OO interface to X. Pictures is an imaging-system for clue. It lets people use constraints and such to draw pictures. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chemnitzer Linux User Group (Chemnitz, user group, Linux) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
From Pachyderm Software, ClumpOS is a CD-based Linux/MOSIX mini-distribution designed to allow you to quickly, or temporarily, add nodes to a MOSIX cluster. By default ClumpOS will attempt to configure the system for correct MOSIX operation, but an 'Expert' mode allows users to manually configure network and MOSIX settings. Version R5.0 was released February 12, 2002, with Linux kernel 2.4.17 and MOSIX 1.5.7 for 2.4.17. Version R7.0 was released September 18, 2002. Support for ClumpOS was discontinued as of January 31, 2003. A CD-based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
1. A physical group of blocks on a computer disk, treated as a single logical unit. 2. A collection of linked computer systems used for high-performance data processing load- balancing. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A network of workstations (PCs or other) running Linux. (Also, see Beowulf.) From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
On a floppy or hard disk, the basic unit of data storage. A cluster includes two or more sectors. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Range from a conventional network of workstations (NOW) to essentially custom parallel machines that just happen to use Linux PCs as processor nodes. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ClusterKnoppix is a basically a modified Knoppix with the openMosix kernel. Bittorrent: clusterKNOPPIX_V3.2-2003-05-20-EN-cl1.iso was released May 28, 2003. A 'special purpose/mini' distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Color LookUp Table (VGA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Constant Linear Velocity (CD, MOD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Class Library for cross platform (Delphi, Windows, Linux) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compatibility Mode (PARISC, NM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration Management From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration Manager (BIOS, PNP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection Management (RR, MM, GSM, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communication Manager /2 (IBM), "CM/2" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection Machine 5 (TMC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A cross-platform, open-source make system. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. CMake was developed by Kitware as part of the NLM Insight Segmentation and Registration Toolkit project. The ASCI VIEWS project also provided support in the context of their parallel computation environment. Other sponsors include the Insight, VTK, and VXL open source software communities. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cambridge Multiple Access System (OS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Console Matrix simulates the display from "The Matrix" It is based on the screensaver from the movie's website. It works with terminal settings up to 132x300 and can scroll lines all at the same rate From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Messaging Calls [interface] (XAPIA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Complement Carry Flag (assembler) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Mediated Communications [studies centre] (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cambridge Model Distributed System (OS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Component Management Entity From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Community of Massive Gaming Agents Internet, Germany, Telekom From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cyan Magenta Gelb Schwarz (color system, DTP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Coded Mark Inversion From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection Manager Interface (IBM, SNA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
China Medical Informatics Association (org., China) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Management Information Protocol (OSI, ISO, DP 9506, X.700) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Management Information Service (OSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Management Information Service Element (CMIS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A program specializer for C A program specializer or, as it is also called, a "partial evaluator" takes the source code for a program or a routine and (commonly) some of its input, and tries to produce faster but equivalent code, utilizing the fact that some of the variables will have known values so that some of the program's actions can be precomputed. This allows one to combine the maintainability of a generic parameterized source code with the speed of programs optimized for specific problem instances. C-Mix is a program specializer that works on portable C code. You will need a C compiler for compiling intermediate programs. For advanced use you may also want a WWW browser for browsing the analysis results. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Color Management Method (DTP, ICM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cache/Memory Management Unit From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chi Mei Optoelectronic (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CMIP Over LLC (OSI, LLC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Complementary-symmetry Metal-Oxide Semiconductor (IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
When the system is powered off, some persistent BIOS settings are stored in a small bit of battery sustained RAM built using CMOS technology. The name "CMOS settings" have become synonymous with "BIOS settings". Some viruses have been known to corrupt these settings, resulting in a condition where the machine can no longer boot. Simply setting a jumper to disconnect the battery backup will restore the settings back to factory defaults. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An energy-saving chip made to duplicate the functions of other chips, such as momry chips or microprocessors. CMOS chips are used in battery-powered portable computers and in other applications where reduced electrical consumption is desired. CMOS also refers to a special CMOS chip that operates the real time clock included on a motherboard and stores the basic system configuration, including floppy and hard disk types, amount of installed momery, and wat state settings. These settings are retained while the computer is off with only nominal battery support. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CMIP Over TCP (OSI, RFC 1189, CMIP, TCP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
compare two files or byte ranges From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cooperative Marketing Partner (DEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cell Misinsertion Rate (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chip Multiprocessor System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Code Management System (DEC, CM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Color Management System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Content Management Software / System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cryptographic Message Syntax (cryptography, RFC 2630) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[Cambridge] / Conversational Monitor System (IBM, OS, VM, VME, VM/ESA, Z/VM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
rpc.cmsd Provides an online calender were different people can view each other's schedules. The very existence of this application scares some security profesionals because it reveals too much information about individuals In 1998, a buffer-overflow in CMSD was one of the most popular exploits on the Internet. dtspcd DeskTop SubProces Control Daemon A service whereby a CDE process can easily launch another process on another computer. In November 2001, a remote exploit was discovered that affects all major UNIX vendors. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Music Toolkit (cmt) a collection of LADSPA plugins cmt -- Computer Music Toolkit -- is a collection of LADSPA compatible plugins that any conforming program may take advantage of. Plugins available are: low/high pass filters, echo/feedback delay filters with configurable delays from 0.01 to 60 seconds, amplifies, white noise generators, compresspors, expanders, limiters, b/fmh encoders, drum synthesizers and many more These plugins are only usable in host applications, of which glame, sweep and others can be found in Debian. For further information on cmt see <URL: http://www.ladspa.org/cmt/> From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection ManagemenT (FDDI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Carnegie-Mellon-University (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The CMUCL lisp compiler and development system. This is the basis package for CMUCL. It contains the base image with the compiler, PCL (CLOS), and the tty based debugger. It also contains cmuclconfig to configure in additional libraries. NOTE: you also need to select one of the cores that this package suggests! From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cyan Magenta Yellow (color system, DTP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cyan Magenta Yellow blacK (color system, DTP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communications Network From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection Management (mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Coordination Message (ISO 9646-3, TTCN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Copy Network From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corporate Network From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Certified Novell Administrator (Novell, Netware) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communication Network Architecture (SEL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communications Network Application From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Center for Neural Basis of Cognition (org., CMU, AI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communications Network Control From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computerized Numerical Control From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Caldera Network Desktop (Linux) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Caller Number Delivery (MODEM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Certified Netware Engineer (Novell, Netware) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Certified Netware Engineers Professional Association (org., Netware) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Centre Nationale d'Etudes des Telecommunications (org., France) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Simple News Server for Usenet news. C News is a light weight news server suitable for small feeds. C News is very useful for keeping some Usenet groups on a local system and minimizing the time you need to stay connected to the internet. The nntp package is needed for NNTP support. You need the non-free ncompress package only if you want to exchange news batches with sites where uncompress isn't gunzip. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Certified Netware Instructor (Novell, Netware) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Network Interface From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Coalition for Networked Information DIRectories (Internet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communications Network Management From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Customer Network Management From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communications Network for Manufacturing Applications From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cylink Network Management System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
China interNet Network Information Center (org., Internet, China) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corporate Network Products (TPS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communications and Network Riser From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed News ReCeive Via UUCP From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Certified Novell Salesperson (Novell, Netware) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Complimentary Network Service From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compuserve Network Services (CIS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Check Out (RCS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
check out RCS revisions From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection Oriented (CL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Most often used to refer to having a server that belongs to one person or group physically located on an Internet-connected network that belongs to another person or group. Usually this is done because the server owner wants their machine to be on a high-speed Internet connection and/or they do not want the security risks of having the server on thier own network. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In an operating system, a means of running more than one program at a time. In cooperative multitasking, one application program cannot force another to do something. An application yields to another voluntarily, but only after checking the electronic equivalent of a message box to see if any other applications have made a request. If the applicatio nis involved in a lengthy operation, howeber, it may not check the message box until the opeation is completed. See pre-emptive multitasking. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Caldera Open Administration System (Linux) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cache On A STick (Intel) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Operations, Audit and Security Technology (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
make a C source file unreadable but compilable From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/koh'bol/ n. [COmmon Business-Oriented Language] (Synonymous with evil.) A weak, verbose, and flabby language used by card wallopers to do boring mindless things on dinosaur mainframes. Hackers believe that all COBOL programmers are suits or code grinders, and no self-respecting hacker will ever admit to having learned the language. Its very name is seldom uttered without ritual expressions of disgust or horror. One popular one is Edsger W. Dijkstra's famous observation that "The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense." (from "Selected Writings on Computing: A Personal Perspective") See also fear and loathing, software rot. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COmmon Business Orientated Language From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
??? (org., Netherlands) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COmmunication technology: Basic Research and Applications From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COntent-Based image retrieval on the WEB (WWW, ESPRIT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cost Of Cracking Adjustment (cryptography) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A XML/XSL publishing framework servlet Cocoon is a 100% pure Java XML/XSL publishing framework servlet that allows complete separation of content, logic and style. It currently works with tomcat but with some manual changes it should work with jserv too. More information can be found at http://java.apache.org/cocoon. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Customer Owned Coin Operated Telephone From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection Oriented Data From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Conference On DAta Systems Languages (conference) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central Office Data Connecting Facility From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Client/server Open Development Environment (Powersoft) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COlor Depth Enhancement (ATI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This word has a number of uses. It may describe the "code" used to program computers. It may describe the "codes" used in encryption. It may be a number, such as an area-code or ICMP code. source code Describes the code that a programmer writes. It is compiled into binary object-code . See open-source. object code The output from compiling source-code. area code ICMP code. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Syntax highlighter. Code2html is a perl script which converts a program source code to syntax highlighted HTML, or any other target for which rules are defined. It may be used as a simple console program, converting a single source code file to a single output file, it can patch HTML files including special command sequences to insert syntax highlighted snippets of code, or it can be used as a CGI script. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In ancient times, a codebook was a book where you looked up a word, and replaced with another word according to the substitution table in the book. For example, you may look up the words "attack at dawn" in the book and come up with the words mouse dog cat that you send to your troops. The troops receiving the message would likewise look up these words in their codebooks in order to figure out the original message. Key point: In block-ciphers, the key represents a codebook. In other words, you could use the key to generate a huge book of matching pairs whereby each plaintext block would match to exactly one ciphertext block. Then, you could encrypt messages by looking them up in this table. See also: ECB From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Master Mind clone using GTK Code Breaker is a variation on the game "MasterMind" (R) that is put out by Pressman (R). So if you know how to play "MasterMind" (R) you should catch onto this game right away. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COder - DECoder From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In multimedia, a program that comresses audio, video, or graphics files for efficient storag or transmission, and decompresses them for playback purposes. Codec is an abbreviatoin for compressional decompression. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Device used to convert analog signals to digital signals for transmission and reconvert signals upon reception at the remote site while allowing for the signal to be compressed for less expensive transmission. From Glossary of Distance Education and Internet Terminology http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central Office Equipment From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COE Engineering System (COE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
??? (Digital audio) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Object File Format (Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection Orientated Internet Packet eXchange (Novell, Netware, IPX), "CO-IPX" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Caldera Open Linux (Caldera, Linux) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
filter reverse line feeds from input From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A shorthand way of referring to the Internet newsgroup comp.os.linux.announce, where Linux-related materials are announced. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
filter nroff output for CRT previewing From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Output on LaserDisk From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A tool for syncing PalmOS PDAs with Unix workstations Coldsync is a tool for syncing PalmOS PDAs with a Unix workstation with a focus on consistancy of data. It also has an API which allows conduits to be written in Perl, among other languages. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COprozessor fuer LISP auf der Basis von RISC (RISC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
generate DocBook index files From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CollegeLinux is made available by Robert Kennedy College, Del.Aimont, Suisse to both RKC and non RKC students. CollegeLinux is a new, stand-alone operating system based on Slackware. The aim of this experimental Linux distribution is to provide to students with an operating system which is easy to install and use and which provides an alternative to the traditional commercial operating systems. Entry added March 4, 2003. College Linux 2.3 (Darth Vader) was released May 9, 2003. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Colorizer for GCC warning/error messages A Perl wrapper to colorize the output of compilers with warning / error messages matching the gcc output format. More information can be found at the colorgcc web site http://home.i1.net/~jamoyers/software/. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A robust log colorizer in Perl. This is a short (no, it's not short anymore :) perl script to colorize your logs. You can even use syslog-ng to redirect all logs to the script and colorize them on the fly! From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a simple wrapper around make to colorize output This package contains colormake.pl which parses the output of make to colorize it to make it easier read. In addition, there are two wrapper scripts included, cmake and clmake, which can be invoked instead of make with colorized output on-the-fly. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Convers client with curses color support Colrconv is a modified version of VA3DP's ttylink client. In addition to the basic split screen session it gives you color and sound support plus some line editing capabilities, a scroll buffer and a status line. Also the default port is changed to 3600 (convers). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
remove columns from a file From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
columnate lists From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Component Object Model (OLE, OLE2, OCX, ActiveX, MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Output on Microfilm From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Continuation of Message From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communication or serial port on PCs of the Intel variety usually used for a data communication interface. From Glossary of Distance Education and Internet Terminology http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cache Only Memory Architecture (SMP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COMmon Algorithmic Language From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COMputer Dealer's EXposition (fair) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Comedi kernel module source Comedi (Control and Measurement Device Interface) is a collection of device drivers for data acquisition devices. This includes most devices that have analog-to-digital (A/D) converters, digital-to-analog (D/A) converters, raw digital I/O, digital counters, and timers. Well-known manufacturers include National Instruments, Data Translation, and Measurement Computing. A list of supported devices can be found in /usr/share/doc/comedi-source/. These drivers are not included in the Linux kernel source, so if you want to use these devices with Debian, you should install this package and compile the modules. The packages libcomedi0 and libcomedi-dev contain documentation about Comedi and Comedilib. This package provides the source code for Comedi. The kernel source is required to compile these modules. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
compare two sorted files line by line From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A data file, usually in ASCII format, in which a user or program serates the data items by commas to facilitate the transfer of data to another program. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A user-initiated signal given to a progam that initiates, terminates, or otherwise controls the execution of a specific operation. In command-driven programs, you type the command statement and its associated syntax and press Enter, In a menu=driven program, you choose a command from an on-screen menu. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An instruction to execute a process given to a computer via a keyboard, mouse, or voice request. Commands can also be called from another running process or an executable script. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In a Linux-based network, a Linux system that uses the file systems provided by another Linux system. In the X window system, it is an application program which depends on the display serve. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A space provided directly on the screen where users type specific commands. In Linux, you open a shell prompt and type commands at the command line, which generally displays a $ prompt at the end. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A selected configuration or setting passed to a command by a user or process that executes the command with a certain feature or pointer that is not available by default. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The DOS/Windows and OS/2 term for the part of the command line interface where the user types commands. (Also, see Shell Prompt.) From I-gloss This term can also be used in a Linux/UNIX context to describe the '#' or '$' symbol which signifies that the system is ready to accept some input. From Binh http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
One of the two fundamental user interfaces. Whereas most people are familiar with "graphical user interfaces (GUIs)" using windows and mice, the command-line provides a raw interface into the inner workings of the computer. Key point: The average hacker does all his/her work from the command-line. Virtually all hacker tools are command-line oriented. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
You tell the computer what to do with single words typed into the computer one at a time. Modern computers appear to have done away with the typing of commands by having beautiful graphical displays that work with a mouse, but, fundamentally, all that is happening is that commands are being secretly typed in for you. Using commands is still the only way to have complete power over the computer. You don't really know anything about a computer until you come to grips with the commands it uses. Using a computer will very much involve typing in a word, pressing , and then waiting for the computer screen to spit something back at you. Most commands are typed in to do something useful to a file. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
If set, bash attempts to save all lines of a multiple-line command in the same history entry. This allows easy re-editing of multi-line commands. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A freely-distributable collection of tools and drivers that allow UNIX and UNIX-compatible operating systems to control printer devices, manage print queues, and process print requests. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An optical disc that contains computer data. Storage capacity is typically 650-700 megabytes. CD-ROMs can usually be read by different kinds of computers, depending on the data stored on the disc. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A writable optical disc that contains computer data. CD-Rs can only be written to once, while CD-RWs can be written, erased, and rewritten. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COMputergestuetztes PARtner-TeilebestandsSystem (MBAG) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compress/decompress images for mailheaders, user tools Converts 48x48 .xbm format (X bitmap) files to a compressed format that can be placed in your X-Face: mail header. Some mailreaders, like exmh will then display this image when the user is reading your mail. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
To turn a program from source code into an executable machine code file. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
To turn programming source code into an executable program. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A language that requires a compiler program to turn programming source code into an executable machine-language binary program. After compiling once, the program can continue to be run from its binary form without compiling again. Compiled languages/programs tend to be faster than interpreted or p-code languages, but require compilers (which can be expensive), and are often more difficult to program in than interpreted and p-code languages. Examples of compiled languages are C and C++, COBOL, and FORTRAN. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A computer program that translates high-level programs, called source files, into low-level programs, called object files. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A program that reads the statements written in a human-readable programming language, such as Pacal or Modula-2, and translates the statements into a machine-readable executable program. Compiled programs run significantly faster than interpreted ones because the program interacts directly with the microprocessor and doesn't need to share memory space with the interpreter. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In programming, a compiler takes human readable source code and converts it into the binary code that the computer can understand. Key point: A compiler is a form of lossy compression and one-way encryption. All the information meaningful to humans is removed from the code leaving only the information necessary for the computer. This means that humans can no longer easily read the resulting program directly. Because of the "one-way" nature of the operation, programs cannot be used to recover the existing source code. This effect is different in various languages. C++ is the worst language in terms of decompilation; Java is the best. Most Java applets can be decompiled back to some semblance of their previous form. This has led to a market for programs that further obfuscate Java binaries in an effort to hide the original source code. Some compilers do leave human-readable symbols behind for debugging purposes. They won't reveal the original source, but can still be useful for reverse engineering They can be "stripped" from the binary. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a caching wrapper around compilers to speed up compilations Compilercache is a wrapper around your C and C++ compilers. Each time you compile something, the wrapper puts the result of the compilation into a cache. And once you compile the same thing again, the result will be picked from the cache instead of being recompiled. Care is taken to ensure that compilation with and without compilercache always results in identical object files. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compledge Sentinel is a Linux distribution designed for monitoring, auditing and intrusion detection. - a complete solution to solve as many monitoring needs and aspects as possible. A wide variety of open source software is included: Nagios, Nagat, Nessus, Snort, ACID, openMosix, Apache /w OpenSSL, PHP and MySQL. The whole package is distributed on one CD, ready to install on any x86-based computer. Version RC2.1 was released May 22, 2003. A 'special purpose/mini' distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A single element within a larger system; it can be hardware or software based and performs essential functions needed by the system. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
execute programs via entries in the mailcap file From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A UNIX compression utility that creates files with the *.Z extensin. A copyrighted program, compress cannot be freely redistributed, so many UNIX users prefer to use the Open Software Foundation's gunzip, which creates compressed files with the *.gz extension. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
To make a file smaller by applying a compression algorithm, usually for the purpose of conserving space or speeding up file transfers. This can also refer to the Unix command to compress a file which appends '.Z' to the filename, or to the free GNU enhanced version, gzip. From KADOWKEV http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A file converted by a file compression utility to a special format that minimizes the disk storage space required. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Video signals are downsized to allow travel along a smaller carrier. From Glossary of Distance Education and Internet Terminology http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Since encrypted data is essentially random, you cannot compress it. This defeats networking standards designed to automatically encrypt traffic (such as dial-up modems). Therefore, data must be compressed before it is encrypted. For this reason, compression is becoming an automatic feature to most encryption products. The most often used compression standard is gzip and its compression library zlib. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Special encoding of data to reduce byte size; useful in storing and archiving large (or multiple) files or for transmission of data over a network. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The compacting of files to save storage space and reduce transfer time. Compression uses algorithms such as Lempel-Ziv, LZW and Huffman coding. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The reduction of a file's size by means of a compression program. The two types of compression are loassless compression and lossy compression. In lossless compression, the compression process allows for subsequent decompression of the data with no loss of the original data. Lossless compression is used for program and dat files. Lossy compression, in which the compression processes remove some of the data in a way that is not obvious to a person using te data. Lossy compression is used for sounds, graphics, animations, and videos. Many modems offer on-the-fly compression, and often use the MNP5 or V.42bis protocols. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
There are two types: With lossless compression none of the original information is lost. Generally such compression can reduce the file size by about 50%. A popular lossless compression for graphics files is .tga (Targa) or for data .gz and .zip. The other compression method is lossy compression where some of the original information is lost. Lossy compression methods can reduce the file size often by 300% but are unsuitable in many situations. They are particularly useful for the compression of graphic files with JPEG compression being the most popular, especially as they help to reduce bandwidth. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
To break into a computer is to "compromise" its security. The word "compromise" is used as a synonym for "break into", "crack", "hack", and so on. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
InfraGuard is an alliance between the FBI and the private sector designed to protect the information infrastructure (i.e. the Internet). InfraGuard provides formal and informal channels for exchanging information (between government and the private sector) about Internet threats and vulnerabilities. InfraGuard is organized into local area chapters throughout the United States, where local private organizations get in touch with the oppropriate FBI field office. Contrast: Information is gathered from InfraGuard chapters and funneled up to the NIPC, which analyzes and cleanses the data, and distributes it back out to its members. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Teaching process in which a computer is used to enhance the education of a student. From Glossary of Distance Education and Internet Terminology http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COMputer TECHnologies (fair) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
To join two or more files or segments of text to form a single unit. The cat command, which is an abbreviation of this word, concatenates files. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
To link together two or more units of information, such as strings or files, so that they form one unit. In spreadsheet programs, concatenation is used to combine text in a formula by placing an ampersand between the formula and text. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communications for North Carolina Education, Research and Technology (network) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COSINE Network's Central Information Service for Europe (COSINE, network) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Based in Brazil, Conectiva is well-known in South America and has excellent Portuguese and Spanish support. Conectiva is the Latin and South American arm of UnitedLinux. The most current versions (as of April 2003) seem to be Conectiva Linux 9 and Conectiva Linux Enterprise Edition - Powered by UnitedLinux v1.0. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Alternate debconf configuration interface - frontends A "configlet" is a small Python/GNOME/Glade applet designed to load into a frontend application for the purpose of presenting an alternate interface to the standard debconf questions for one or more packages. This package provides a GNOME Druid frontend for the configlets, as well as a capplet interface that plugs configlets into the GNOME Control Center. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The choices made in setting up a computer system or an application program so that it meets the user's needs. Properly configuring your system is one of the more onerous tasks of personal computing and is mostly performed via manual alteration of system files in the /etc directory or 'dotfiles' in a user's home directory. Wizards such as the linuxconf and webmin can make such a task much easier. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A file created by an application progarm that stores the choices you make when you install (or configure) the program so that they're available the next time you start the program. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Placeholder for code that should correctly deal with host and build architecture for GNU autoconf-generated configure scripts. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
??? [hardware description language] (HDL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a real-time, curses based, multi-player space warfare game Conquest is a predecessor of netrek. The object of the game is twofold. The short-range goal is to accumulate "kills" by shooting down enemy players. You get one kill point for each enemy ship shot down, plus some extra if the enemy had kills too. The major weapon used to shoot down ships is the photon torpedo. The long-range goal is to conquer the universe for your team by taking every planet. You take planets by killing off the enemy's armies via bombardment, and then beaming your team's armies down. When all the planets have been taken, the game ends, a new game begins, and the player who actually took the last planet gets his/her name up in lights. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Perl replacement for Make Excerpted from the README file: Cons is a system for constructing, primarily, software, but is quite different from previous software construction systems. Cons was designed from the ground up to deal easily with the construction of software spread over multiple source directories. Cons makes it easy to create build scripts that are simple, understandable and maintainable. Cons ensures that complex software is easily and accurately reproducible. Cons uses a number of techniques to accomplish all of this. Construction scripts are just Perl scripts, making them both easy to comprehend and very flexible. Global scoping of variables is replaced with an import/export mechanism for sharing information between scripts, significantly improving the readability and maintainability of each script. Construction environments are introduced: these are Perl objects that capture the information required for controlling the build process. Multiple environments are used when different semantics are required for generating products in the build tree. Cons implements automatic dependency analysis and uses this to globally sequence the entire build. Variant builds are easily produced from a single source tree. Intelligent build subsetting is possible, when working on localized changes. Overrides can be setup to easily override build instructions without modifying any scripts. MD5 cryptographic signatures are associated with derived files, and are used to accurately determine whether a given file needs to be rebuilt. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection Oriented Networking Service From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Screen or station at which an administrator operates a computer system. Also called a terminal, shell prompt. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A command line program that does not require (or perhaps even offer) a graphical user interface to run. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A general purpose distribution in Portuguese. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Keeps a less syslog running on tty9 console-log keeps your syslog and your exim mainlog running in a less process on tty9/tty8. It also makes sure that this console is visible automatically after system boot so that a crashed system at least leaves the syslog readable on the console before reset. Using less makes searching, tagging and highlighting possible. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Linux console and font utilities. This package allows you to set-up and manipulate the Linux console (ie. screen and keyboard), and manipulate console-font files. `console-tools' was developed from version 0.94 of the standard `kbd' package, and integrates many fixes and enhancements, including new kbd features up to 0.99. You will probably want to install a set of data files, such as the one in the `console-data' package. For command-line compatibility with kbd, you may want to install the kbd-compat package. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
load EGA/VGA console screen font, screen-font map, and/or application-charset map. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central Office NeTwork ACcess From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Adjacent; placed one next to or after the other. A range of cells in a spreadsheet is often, but not always, made up of contiguous cells. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In ASCII (American Standard for Information Interchange, a code reserved for hardware-control purposes. In Abiword, for example, pressing Ctrl+F calls up the Find dialog box. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
vi. 1. "Stop whatever you are doing." From the interrupt character used on many operating systems to abort a running program. Considered silly. 2. interj. Among BSD Unix hackers, the canonical humorous response to "Give me a break!" From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GNOME (the GNU Network Object Model Environment) is an attractive and easy-to-use graphical desktop environment. The control-center package provides the GNOME Control Center utilities, which allow you to setupand configure your system's GNOME environment (such as the desktop background and theme, the screensaver, the window manager, system sounds, and mouse behavior). If you install GNOME, you need to install control-center. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
vi. "Stop talking." From the character used on some operating systems to abort output but allow the program to keep on running. Generally means that you are not interested in hearing anything more from that person, at least on that topic; a standard response to someone who is flaming. Considered silly. Compare control-S. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
vi. "Resume." From the ASCII DC1 or XON character (the pronunciation /X-on/ is therefore also used), used to undo a previous control-S. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
vi. "Stop talking for a second." From the ASCII DC3 or XOFF character (the pronunciation /X-of/ is therefore also used). Control-S differs from control-O in that the person is asked to stop talking (perhaps because you are on the phone) but will be allowed to continue when you're ready to listen to him -- as opposed to control-O, which has more of the meaning of "Shut up." Considered silly. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
convert the GNOME metadata.db file from DB version 1.85 or 2 to DB 3 From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Powerful make replacement Cook is a very powerful and very easy to use replacement for make. Through the use of Cook's powerful description language, and it's many built in functions, sophisticated build can be easily accomplished. Cook supports file fingerprints to speed build times, and also supports parallel builds over a network without requiring contorted build rules. See cook-doc for documentation and cook-rsh for remote execution scripts From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A mode in which input is accepted command line by command line rather than character by character. Cooked mode, the default for the Linux system, is the opposite of raw mode. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. [Unix, by opposition from raw mode] The normal character-input mode, with interrupts enabled and with erase, kill and other special-character interpretations performed directly by the tty driver. Oppose raw mode, rare mode. This term is techspeak under Unix but jargon elsewhere; other operating systems often have similar mode distinctions, and the raw/rare/cooked way of describing them has spread widely along with the C language and other Unix exports. Most generally, `cooked mode' may refer to any mode of a system that does extensive preprocessing before presenting data to a program. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The most common meaning of "Cookie" on the Internet refers to a piece of information sent by a Web Server to a Web Browser that the Browser software is expected to save and to send back to the Server whenever the browser makes additional requests from the Server. Depending on the type of Cookie used, and the Browsers' settings, the Browser may accept or not accept the Cookie, and may save the Cookie for either a short time or a long time. Cookies might contain information such as login or registration information, online "shopping cart" information, user preferences, etc. When a Server receives a request from a Browser that includes a Cookie, the Server is able to use the information stored in the Cookie. For example, the Server might customize what is sent back to the user, or keep a log of particular users' requests. Cookies are usually set to expire after a predetermined amount of time and are usually saved in memory until the Browser software is closed down, at which time they may be saved to disk if their "expire time" has not been reached. Cookies do not read your hard drive and send your life story to the CIA, but they can be used to gather more information about a user than would be possible without them. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A team of programs to help you maintain your cookie database The ''cookietool'' itself eliminates duplicate entries, sorts cookies alphabetically or by size if you wish. The ''cdbsplit'' extracts parts of the database to a separate file, by keyword, by size, by number, or as groups of 'similar' cookies. The ''cdbdiff'' compares two cookie databases. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COBOL Object Orientated Language (OOP, COBOL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cool Linux CD is a bootable CD that contains a live Linux distribution based on Red Hat 7.3. It also includes the XFS filesystem, devfs, IceWM, QVWM, ROX-filer, OpenOffice.org, Opera, Mozilla, Sylpheed, Pan, Licq, X-chat, GFTP, ppp-redialer, xmms, xine, mplayer, gqview, LinNeighborhood, IPTraffic, VMWare, and more. Initial version 1.30 was released August 13, 2002. Version 2.01 was released November 24, 2002. A CD-based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A portable, fast X Window text editor with beautiful 3D widgets. It requires only the X11 library to run. The engine is the same as that used for the internal editor of the Midnight Commander and hence cooledit represents a X Window version of that editor. The library that comes with Cooledit is now standalone. You can use it to write your own Cool applications. Check out the included programs Coolman and Smalledit. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Displays pixmap (.XPM) files as icons on the desktop. Each icon presents a menu (right-click) from where the user can perform various operations. Each icon has two user configurable scripts which are executed on receiving a drop event or on running the icon with a double-click. The icons scripts' as well as other properties can be modified through a dialog box accessible through each icon's menu. The scripts can directly manipulate a received drop event making it easy to program Trash Cans, Printer icons and so on. Several useful example icons are given. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mail notifier with 3d graphics Coolmail is like xbiff -- it watches your inbox mail file and lets you know when you have mail. But unlike xbiff, it can launch your favorite mail utility when you click on it, and it has cool animated 3D graphics. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Man page viewer using the Cool Widget library. This man page reader just views the output of the man system command, with a nice point and click, drag and drop, GUI. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Concurrent Object Orientated Programming (OOP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Character-Oriented Protocol From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Child Online Protection Act (Internet, USA, CIPA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
file http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/kop'ee-left/ n. [play on `copyright'] 1. The copyright notice (`General Public License') carried by GNU EMACS and other Free Software Foundation software, granting reuse and reproduction rights to all comers (but see also General Public Virus). 2. By extension, any copyright notice intended to achieve similar aims. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Free Software Foundation license notice that details the use and distribution rights of the licensed software and the user of that software. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a proof assistant for higher-order logic. Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp4. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communication ORiented Application aNalysis From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
an architecture and specification for creating, distributing, and managing distributed program objects in a network. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Object Request Broker Architecture (OMG) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COmmunity Research and Development Information Service (Europe) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A core file is created when a program terminates unexpectedly, due to a bug, or a violation of the operating systems or hardwares protection mechanisms. The operating system kills the program and creates a core file that programmers can use to figure out what went wrong. It contains a detailed description of the state that the program was in when it died. If would like to determine what program a core file came from, use the file command, like this: $ file core That will tell you the name of the program that produced the core dump. You may want to write the maintainer(s) of the program, telling them that their program dumped core. To Enable or Disable Core Dumps you must use the ulimit command in bash, the limit command in tcsh, or the rlimit command in ksh. See the appropriate manual page for details. This setting affects all programs run from the shell (directly or indirectly), not the whole system. If you wish to enable or disable core dumping for all processes by default, you can change the default setting in /usr/include/linux/sched.h. Refer to definition of INIT_TASK, and look also in /usr/include/linux/resource.h. PAM support optimizes the system's environment, including the amount of memory a user is allowed. In some distributions this parameter is configurable in the /etc/security/limits.conf file. From Linux Administrator's Security Guide. http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. Main storage or RAM. Dates from the days of ferrite-core memory; now archaic as techspeak most places outside IBM, but also still used in the Unix community and by old-time hackers or those who would sound like them. Some derived idioms are quite current; `in core', for example, means `in memory' (as opposed to `on disk'), and both core dump and the `core image' or `core file' produced by one are terms in favor. Some varieties of Commonwealth hackish prefer store. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a copy of the contents of core, produced when a process is aborted by certain kinds of internal error. It is useful to determine the nature of a program crash. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In mainframe computing, a debugging technique that involved printing out the entire contents of the computer's core, or memory. In slang, the term refers to a person who, when asked a simple question, recites everything he or she remembers about a subject. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. [common Iron Age jargon, preserved by Unix] 1. [techspeak] A copy of the contents of core, produced when a process is aborted by certain kinds of internal error. 2. By extension, used for humans passing out, vomiting, or registering extreme shock. "He dumped core. All over the floor. What a mess." "He heard about X and dumped core." 3. Occasionally used for a human rambling on pointlessly at great length; esp. in apology: "Sorry, I dumped core on you". 4. A recapitulation of knowledge (compare bits, sense 1). Hence, spewing all one knows about a topic (syn. brain dump), esp. in a lecture or answer to an exam question. "Short, concise answers are better than core dumps" (from the instructions to an exam at Columbia). See core. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
These are the GNU core utilities. This package is the union ofthe old GNU fileutils, sh-utils, and textutils packages.These tools're the GNU versions of common useful and popularfile & text utilities which are used for:- file management- shell scripts- modifying text file (spliting, joining, comparing, modifying, ...)Most of these programs have significant advantages over their Unix counterparts, such as greater speed, additional options, and fewer arbitrary limits. The following tools are included: basename cat chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor false fmt fold ginstall groups head hostid hostname id join kill link ln logname ls md5sum mkdir mkfifo mknod mv nice nl nohup od paste pathchk pinky pr printenv printf ptx pwd rm rmdir seq sha1sum shred sleep sort split stat stty su sum sync tac tail tee test touch tr true tsort tty uname unexpand uniq unlink uptime users vdir wc who whoami yes From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The classic corewars game with gtk-look. Corewars is a game which simulates a virtual machine with a number of programs. Each program tries to crash the others. The program that lasts the longest time wins. A number of sample programs are provided and new programs can be written by the player. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
control IEEE1394 digital camera Coriander is a GUI that lets you control all the features of an IEEE-1394 Digital Camera complying with the DC Specifications v1.04 or later (see http://www.1394ta.org). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tunnel TCP connections through HTTP proxies corkscrew is a simple tool to tunnel TCP connections through an HTTP proxy supporting the CONNECT method. It reads stdin and writes to stdout during the connection, just like netcat. It can be used for instance to connect to an SSH server running on a remote 443 port through a strict HTTPS proxy. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A file that contains scrambled and unrecoverable data. Files can become corrupted due to bad sectors (surface flaws on the disk), hard or floppy disk drive controller failures, or software errors. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Card Operating System (OS, ICC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cassette Operating System (OS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Class of Service From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Clip On Socket (CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Commercial Operating System (OS, DEC, PDP 11) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Concurrent Operating System (OS, UNIVAC 9200, UNIVAC 9300) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corporation for Open Systems (org., OSI, user group) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cray Operating System (OS, Cray) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COmputerunterstuetzte SAchbearbeitung From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COmputing in der Sozialen Arbeit (Org, Koeln, Germany) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Open Software Environment (HP, Sun, IBM, SCO, USL, Univel) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cooperation for OSI Networking in Europe (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Distribution and website are in Chinese. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COmputer System for Mainframe OperationS From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Object Services Specification From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
COpenhagen SGML Tool (SGML), "CoST" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
General-purpose SGML/XML post-processing tool. Cost is a structure-controlled SGML/XML application programming tool. It is implemented as a Tcl extension, and works in conjunction with James Clark's nsgmls, sgmls, and/or expat parsers. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central Office Terminal From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection-Oriented Transport Protocol (OSI, ISO 8073) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection-Oriented Transport [layer] Service From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ISO 3166 country code finder This ISO 3166 country code finder is mainly used to find out to which country a domain name belongs. It allows searching by 2- or 3-letter codes, country number, or country name. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Courier Mail Server Base System The Courier mail transfer agent (MTA) is an integrated mail/groupware server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services within a single, consistent, framework. This package provides the functionality needed by all Debian courier packages like some configuration files, helper programs and the Courier TCP server daemon. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Character Orientated Windows (MS, SAA, UI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a configurable talking cow Turns text into happy ASCII cows, with speech balloons. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An important developer of the Linux kernel including developing Linux networking, SMP. Other projects he has worked on include Linux/SGI, Linux/Mac68K, Linux/8086 ports, TV card drivers and Linux sound. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Coyote Linux v1.x (Floppy Release) is designed to run entirely from a floppy and does not require a hard drive or CDROM to be present in the system that it runs on. Creation of a Coyote Linux floppy can be done with either a Linux shell script or a Windows Wizard, both of which are available from the Coyote Linux download sites. Coyote Linux 1.32 was released January 6, 2003. Development version 2.0.0-pre5 was released June 18, 2003. Another project, the Fury IP Load Balancer, has been spun off the ECL base. Wolverine Alpha 1, a firewall and VPN product based on Embedded Coyote, was released January 15, 2002. Wolverine 1.0.283 was released November 12, 2002. A floppy-based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection Processor From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Control Point (IBM, SNA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Control Program (IBM, OS, VM/ESA, VM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Coordination Point (ISO 9646-3, TTCN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
copy files and directories From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Comprehensive PERL Archive Network (PERL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Debian Chinese Panel Debian Chinese Panel is a part of Debian Chinese Project. It aims to provide a user friendly interface for users to use Chinese in Debian GNU/Linux. Debian Chinese Panel is a program which can allow users to use/config Chinese software more easily. Another aim is that, users who want to use Chinese simply just install this package. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a mirroring utility for backing up your files Backup Copy is basically a smart copy program that allows a user to copy mass files from one place to another. When coping over a previous copy, the key features will allow coping only of new or non existing files in the backup. This results in saving time and less load on the drive. Built into the same feature of copying new files only, is a file removal procedure. If a file is removed from the source path, the same file will be removed when the next backup is performed. This provides a backup that is exactly the same as the source without filling up the drive. As an added option, all files that will be overwritten or deleted when doing a copy over a previous backup, have the opportunity to be stored in a trash bin. You can leave this trash bin to grow and grow just in case you need a backup of your backup. When you start running out of disk space you will need to remove or clean up the trash bin. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cost Per Copy From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Part Convergence Sublayer (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cellular Digital Packet Data From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Customer Premises Equipment From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Control Program Facility (OS, IBM, S/38) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ceramic Pin Grid Array (CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cost Per Hour From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Characters Per Inch From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Part Indicator (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Programming Interface (IBM, SAA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Private branch exchange Interface From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Programming Interface for Communications (IBM, SAA, API), "CPI/C" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
selectively update files From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
copy files to and from archives From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CoPy In/Out (Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GNU cpio -- a program to manage archives of files. GNU cpio is a tool for creating and extracting archives, or copying files from one place to another. It handles a number of cpio formats as well as reading and writing tar files. This package also includes rmt, the remote tape server, and GNU mt, a tape drive control program. The mt program is essential for magnetic tape drive users. Debian's version of GNU mt supports SCSI tape drives. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GNU cpio copies files into or out of a cpio or tar archive. Archives are files which contain a collection of other files plus information about them, such as their file name, owner, timestamps, and access permissions. The archive can be another file on the disk, a magnetic tape, or a pipe. GNU cpio supports the following archive formats: binary,old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar and POSIX.1tar. By default, cpio creates binary format archives, so that they are compatible with older cpio programs. When it is extracting files from archives, cpio automatically recognizes which kind of archive it is readingand can read archives created on machines with a different byte-order. Install cpio if you need a program to manage file archives. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Programming Interface Resource Recovery (IBM, SAA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Combined Programming Language (DEC, PL/1) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Conversational Programming Language (DEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A front-end for various audio players cplay provides a user-friendly interface to play various types of sound files. It offers a simple file list with which you can navigate around looking for audio files and a playlist to which you can add the files you want to play. cplay can play the songs in your playlist in repeat or random mode, and offers the option to store the playlist. Currently, the following audio formats are supported: MP3 (through madplay, mpg321 or splay), Ogg Vorbis (through ogg123), MOD and other module formats (through mikmod). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Complex Programmable Logic Device (PLD, IC, RL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Control Program for Microcomputers (OS, DR), "CP/M" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cost Per Minute From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Critical Path Method From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central Point Management Services (Central Point) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tools to access CP/M file systems This package allows to access CP/M file systems similar to the well-known mtools package, which accesses MSDOS file systems. All CP/M file system features are supported. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Calling Party Number From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compuserve Packet Network (network) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Customer Premises Network From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Control Program / NETwork (CP/M, OS), "CP/NET" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Control Program / ??? (CP/NET, CP/M, OS), "CP/NOS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Contention Priority Orientated Demand Assignment (MAC, PODA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cpp is the GNU C-Compatible Compiler Preprocessor. Cpp is a macroprocessor which is used automatically by the C compiler to transformyour program before actual compilation. It is called a macro processor because it allows you to define macros (abbreviations for longerconstructs). The C preprocessor provides four separate functionalities: the inclusion of header files (files of declarations that can besubstituted into your program); macro expansion (you can define macros and the C preprocessor will replace the macros with their definitions throughout the program); conditional compilation (using specialpreprocessing directives, you can include or exclude parts of the program according to various conditions); and line control (if you use a program to combine or rearrange source files into an intermediate file which is then compiled, you can use line control to inform the compiler about where each source line originated). From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The GNU C preprocessor. The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. This is a dependency package providing the default GNU C preprocessor for Debian GNU/Linux systems (version 2.95.4 for architecture i386). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Card / Paper tape Programming System (OS, IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Unit Testing Library for C++ CppUnit is a simple Framework for incorporating test cases in your C++ code. It is similar to, and inspired by, xUnit and JUnit. For more information on CppUnit visit the project homepage http://cppunit.sourceforge.net/ . From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
generate C function prototypes and convert function definitions Cproto is a program that generates function prototypes and variable declarations from C source code. It can also convert function definitions between the old style and the ANSI C style. This conversion overwrites the original files, so make a backup copy of your files in case something goes wrong. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central Processing System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Characters Per Second From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configurable PostScript Interpreter From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Professionals for Social Responsibility (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central Processing Unit From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
see central processing unit (CPU). From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A memory bank between the main memory and the CPU, which lets the computer read data and execute instructions faster. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central Processing Unit IDentifier (CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Intel and AMD x86 CPUID display program The program displays the vendor ID, Processor specific features, the processor name string, different kinds of instruction set extensions present, L1/L2 Cache information etc for the Processor on which it is running. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Color QuickCam (PC/Parallel) control program gtkcam - camera with gtk libs xcqcam - cam for X11 / control panel by tk cqcam - capture a single picture, does not require X Features: * Automatic brightness and color adjustments * Batchable output, perfect for a webcam * Support for "millions" (24bpp) and "billions" (32bpp) modes * Nearly lossless on-the-fly despeckling (removal of the "Christmas lights" effect) * X11 front-end and control panel, with Floyd dithering for 8bpp displays * Support for images up to 640x480 * 24-bit PPM output From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Carriage Return (ASCII) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
To decrypt a password, or to bypass a copy protection scheme. See crackz for more about copy protection. History: When the UNIX operating system was first developed, passwords were stored in the file /etc/passwd. This file was made readable by everyone, but the passwords were encrypted so that a user could not figure out who a person's password was. The passwords were encrypted in such a manner that you could test a password to see if it was valid, but you really couldn't decrypt the entry. (Note: not even administrators are able to figure out user's passwords; they can change them, but not decrypt them). However, a program called "crack" was developed that would simply test all the words in the dictionary against the passwords in /etc/passwd. This would find all user accounts whose passwords where chosen from the dictionary. Typical dictionaries also included people's names since a common practice is to choose a spouse's or child's name. Contrast: A "crack" program is one that takes existing encrypted passwords and attempts to find some that are "weak" and easily discovered. However, it is not a "password guessing" program that tries to login with many passwords, that is known as a grind Key point: The sources of encrypted passwords typically include the following: /etc/passwd from a UNIX system SAM or SAM._ from a Windows NT system <username>.pwl from a Windows 95/98 system sniffed challenge hashes from the network Key point: The "crack" program is a useful tool for system administrators. By running the program on their own systems, they can quickly find users who have chosen weak passwords. In other words, it is a policy enforcement tool. Tools: on UNIX, the most commonly used program is called simply "crack". On Windows, a popular program is called "l0phtCrack" from http://www.l0pht.com/. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
multiplayer OpenGL puzzle game like "Tetris Attack" Crack Attack is an OpenGL puzzle game based on the Super Nintendo game "Tetris Attack". Slowly, your stack of colored blocks grows from the bottom, and you've got to make sure it never reaches the top. If it does, you lose. To eliminate blocks from the stack, line up at least three of one color, horizontally or vertically. Once you do, those blocks disappear, and put off slightly your inevitable demise. Crack Attack is very slow without hardware acceleration. For XFree users, this means you want DRI. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A computer user who illegally visits networked computers to look around and/or cause harm. A criminal. From Glossary of Distance Education and Internet Terminology http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A specific type of hacker who decrypts passwords or breaks software copy protection schemes (creating "crackz"). Also, a generic name used by some to refer to all "malicious" hackers. Controversy: This work is extremely controversial. See the word hacker for a discussion about the way that "cracker" is used in the computer enthusiast community vs. the security community. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
One who explores and exploits flaws in computer systems and networks for malicious purposes. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CrackLib tests passwords to determine whether they match certainsecurity-oriented characteristics, with the purpose of stopping users from choosing passwords that are easy to guess. CrackLib performs several tests on passwords: it tries to generate words from a username and gecos entry and checks those words against the password; it checksfor simplistic patterns in passwords; and it checks for the password in a dictionary. CrackLib is actually a library containing a particular C function which is used to check the password, as well as other Cfunctions. CrackLib is not a replacement for a passwd program; it must be used in conjunction with an existing passwd program. Install the cracklib package if you need a program to check users'passwords to see if they are at least minimally secure. If you install CrackLib, you will also want to install the cracklib-dicts package. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The cracklib-dicts package includes the CrackLib dictionaries. CrackLib will need to use the dictionary appropriate to your system, which is normally put in /usr/share/dict/words. Cracklib-dicts also containsthe utilities necessary for the creation of new dictionaries. If you are installing CrackLib, you should also install cracklib-dicts. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A pro-active password checker library Run-time support programs which use the shared library in cracklib2 including programs to build the password dictionary databases used by the functions in the shared library. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A pro-active password checker library Shared library for cracklib2 which contains a C function which may be used in a passwd like program. The idea is simple: try to prevent users from choosing passwords that could be guessed by crack by filtering them out, at source. cracklib2 is NOT a replacement passwd program. cracklib2 is a LIBRARY. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cray Research Adaptive FORTRAN (Cray, MPP, FORTRAN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Warcraft 2-like multi-player real-time strategy game You are a Viking and have to lead a nation. Your main task is to command citizens; you can tell them to harvest resources, or to build one of the 9 building types. The ultimate goal is to create enough knights, catapults etc. to wipe out the competing civilizations. You can play against other humans by sending a window to their X display, or against a pretty clever AI. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Map editor for FreeCraft, the free WarCraft II clone. This is the map or from the FreeCraft Project, a realtime strategy game compatible with WarCraft II. This is the latest snapshot from the CVS repository. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cache RAM (RAM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Card Random Access Memory (RAM, IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tools for CramFs (Compressed ROM File System). This package contains tools that let you construct a CramFs (Compressed ROM File System) image from the contents of a given directory, as well as checking a constructed CramFs image and extracting its contents. Cram file systems are used for Debian INITRD images. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A classical CRypto ANalysis toolKit Crank is short for "CRyptANalysis toolKit", and its overall purpose is to provide a powerful and extensible environment for solving classical (pen-and-paper) ciphers, providing as much automation as possible. Classical ciphers include common schemes like monoalphabetic substitutions, where each letter of the alphabet is mapped to another (usually different) letter consistently through the text. The first version of Crank is restricting itself to these special ciphers. Other algorithms forever devoid of Crank's attentions include Enigma, RSA, DES, MurkelFish, or anything else invented after 1900. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cable Repair Administrative System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
1. n. A sudden, usually drastic failure. Most often said of the system (q.v., sense 1), esp. of magnetic disk drives (the term originally described what happens when the air gap of a hard disk collapses). "Three lusers lost their files in last night's disk crash." A disk crash that involves the read/write heads dropping onto the surface of the disks and scraping off the oxide may also be referred to as a `head crash', whereas the term `system crash' usually, though not always, implies that the operating system or other software was at fault. 2. v. To fail suddenly. "Has the system just crashed?" "Something crashed the OS!" See down. Also used transitively to indicate the cause of the crash (usually a person or a program, or both). "Those idiots playing SPACEWAR crashed the system." 3. vi. Sometimes said of people hitting the sack after a long hacking run; see gronk out. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A kernel debugging utility, allowing gdb like syntax. The core analysis suite is a self-contained tool that can be used to investigate either live systems, kernel core dumps created from the Kernel Core Dump patch offered by Mission Critical Linux, or kernel core dumps created by the LKCD patch offered by SGI. o The tool is loosely based on the SVR4 crash command, but has been completely integrated with gdb in order to be able to display formatted kernel data structures, disassemble source code, etc. o The current set of available commands consist of common kernel core analysis tools such as a context-specific stack traces, source code disassembly, kernel variable displays, memory display, dumps of linked-lists, etc. In addition, any gdb command may be entered, which in turn will be passed onto the gdb module for execution. o There are several commands that delve deeper into specific kernel subsystems, which also serve as templates for kernel developers to create new commands for analysis of a specific area of interest. Adding a new command is a simple affair, and a quick recompile adds it to the command menu. o The intent is to make the tool independent of Linux version dependencies, building in recognition of major kernel code changes so as to adapt to new kernel versions, while maintaining backwards compatibility. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Crash Recovery Kit for Linux is based on Red Hat Linux. It can be used as a recovery disc for lots of systems, not just Linux. All Linux filesystems as well as FAT16 and FAT32 are supported. Version 2.4.18 was released March 31, 2002. A CD-based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
JAM and *.MSG capable Fidonet tosser CrashMail II is basically a more portable version of CrashMail, a tosser for Amiga computers. Users of the old Amiga version will probably find some things familiar while some features are gone such as the ARexx port (for obvious reasons!) and the GUI configuration editor. The only feature that CrashMail II has and the old CrashMail hasn't is support for JAM messagebases. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Stress tests operating system stability crashme generates strings of random bytes and then attempts to execute them. Used to test kernel stability. **WARNING** While Linux has been known to survive days and weeks of crashme, IT IS NOT GUARANTEED THAT YOUR SYSTEM WILL SURVIVE! DO NOT USE THIS PROGRAM UNLESS YOU REALLY WANT TO CRASH YOR COMPUTER From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dungeon Crawl, a text-based roguelike game Crawl is a fun game in the grand tradition of games like Rogue, Hack, and Moria. Your objective is to travel deep into a subterranean cave complex and retrieve the Orb of Zot, which is guarded by many horrible and hideous creatures. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cyclic Redundancy Check[sum] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A form of a checksum that is able to detect accidental transmission errors. It is used on Ethernet in order to detect packet errors. It is also used on some operating systems in order to detect accidental errors in programs before running them. Key point: Like a checksum, a CRC is not able to detect intentional changes. You must use a cryptographic hash for that. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Routing Connection Group From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[fraunhofer] Center for Research in Computer Graphics (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Color Rendering Dictionary (PS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Plex86 Empty Disk Image Utility This tool is part of the Plex86 project. Its purpose is to generate disk images that are used to allocate the guest operating system in Plex86 environment. It can be useful for other programs that also make use of disk images, like Bochs. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Your authentication information, such as a password, token, or certificate. Since not all systems require a password to login, we use the more abstract term "credentials" to refer to this information. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corporation for Research and Educational Networking (network) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Color - Resolution Enhancement Technology (HP), "C-REt" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection Related Function Virtual Channel (UPC, UNI), "CRF(VC)" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Connection Related Function Virtual Path (UPC, UNI), "CRF(VP)" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cray Research, Inc. (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Program for collection and display of time-series data This is Cricket. It is a configuration, polling, and data-display engine wrapped around the RRD tool by Tobias Oetiker. There are three user-visible pieces to Cricket: the collector, the grapher, and the config tree. The collector runs from cron and fetches data from a number of devices according to the info it finds in the config tree. The grapher is a CGI application that allows users to traverse the config tree from a web browser and see the data that the collector recorded. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Continuity Rambus Inline Memory Module (RIMM, IC, Rambus) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A hex-based tactical game Crimson Fields is a hex-based tactical war game in the tradition of Battle Isle (tm). Two players command their units on a map of hexagons, trying to accomplish mission objectives ranging from defending important locations to simply destroying all enemy forces. The game can either be played in 'hot seat' mode or via email. There's no AI opponent, yet. A simple editor can be used to create custom level files. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Centre de Recherche en Informatique de Nancy (org., France) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Complex-Reduced Instruction Set Computer From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Complex-Reduced Instruction Set Processor From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shoot-em-up a la galaxian criticalmass, aka critter, is a shootemup in the style of Galaxian with very colorful and smooth graphics (provided that you have 3d acceleration) Note: criticalmass uses OpenGL, and will probably not run well if you do not have a 3d accelerator which is supported by X. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Conversational Remote Job Entry (RJE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Certificate Revocation List From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compile-time Reconfigurable Logic (RL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/ker'l*f/, sometimes /kru'l*f/ or /C-R-L-F/ n. (often capitalized as `CRLF') A carriage return (CR, ASCII 0001101) followed by a line feed (LF, ASCII 0001010). More loosely, whatever it takes to get you from the end of one line of text to the beginning of the next line. See newline, terpri. Under Unix influence this usage has become less common (Unix uses a bare line feed as its `CRLF'). From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Carriage Return - Line Feed (ASCII, DOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Customer Relationship Management From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A daemon for UNIX and UNIX-compatible operating systems which executes commands and processes at arbitrary times specified by a user or application. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Linux daemon that executes specified tasks at a designated time or interval (can be daily, weekly, etc....). From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
management of regular background processing cron is a background process (`daemon') that runs programs at regular intervals (for example, every minute, day, week or month); which processes are run and at what times are specified in the `crontab'. Users may also install crontabs so that processes are run on their behalf, though this feature can be disabled or restricted to particular users. Output from the commands is usually mailed to the system administrator (or to the user in question); you should probably install a mail system as well so that you can receive these messages. This cron package is configured by default to do various standard system maintenance tasks, such as ensuring that logfiles do not grow endlessly and overflow the disk. The lockfile-progs package is only a "Suggests" because of the poor way that dselect handles "Recomments", but I do strongly suggest that you install it; it prevents /etc/cron.daily/standard from running multiple times if something gets jammed. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
On UNIX, the cron daemon automated background tasks (such as backups or rotating the logs). It is really the simplest of programs; it reads instructions from a file and executes the appropriate programs at the scheduled time. Key point: When the machine is compromised, intruders will often put backdoor jobs into the crontab. When the victim tries to clean up his/her machine, the jobs in the crontab will run giving the intruder control again. This sort of thing happened in the famous attack against the New York Times; they kept cleaning up the machine, but cron kept giving control back to the intruder. Typically, these jobs would run during the wee hours of the morning when nobody is looking. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Automatic update of packages using apt This package contains a tool that is run by a cron job at regular intervals. By default it just updates the package list and download new packages without installing. You can instruct it to run anything that you can do with apt-get. It also sends mail (configurable) to the system administrator on errors. Observe that this tool is a security risk, so you should not set it to do more than necessary (automatic upgrade of all packages is NOT recommended). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Logfile rotator for web servers A simple program that reads log messages from its input and writes them to a set of output files, the names of which are constructed using template and the current date and time. The template uses the same format specifiers as the Unix date command (which are the same as the standard C strftime library function). It intended to be used in conjunction with a Web server, such as Apache, to split the access log into daily or monthly logs: TransferLog "|/usr/sbin/cronolog /var/log/apache/%Y/access.%Y.%m.%d.log" A cronosplit script is also included, to convert existing traditionally-rotated logs into this rotation format. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
fast, light-weight and functional GNOME e-mail client Cronos II is a powerful GNOME e-mail client. It has been designed to be fast, light, user-friendly, yet strong. Its strength resides in the extended configuration, that the user can manage dynamically without touching any code at all. The friendly aspect resides in the intuitive interface and in the simplicity of the environment and in the full compatibility with the GNOME Project. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A short name for file /var/lib/crontab, which contains a list of Linux commands to be performed at specific times. A system administrator can use crontab as an automatic timer to trigger the initiation of important jobs. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The crontabs package contains root crontab files. Crontab is theprogram used to install, uninstall or list the tables used to drive thecron daemon. The cron daemon checks the crontab files to see when particular commands are scheduled to be executed. If commands are scheduled, it executes them. Crontabs handles a basic system function, so it should be installed on your system. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Base Client Side of the game Crossfire. Crossfire is "a multiplayer graphical arcade and adventure game made for the X environment. It has certain flavours from other games, especially Gauntlet (TM) and Nethack/Moria. Any number of players can move around in their own window, finding and using items and battle monsters. They can choose to cooperate or compete in the same 'world'." This program can operate stand alone if you have access to a remote server. Playing with sounds will require rplay, also. This package contains no binaries From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Server for Crossfire Games This is the server program for the crossfire client Crossfire is a multiplayer graphical arcade and adventure game made for the X environment. It has certain flavours from other games, especially Gauntlet (TM) and Nethack/Moria. Any number of players can move around in their own window, finding and using items and battle monsters. They can choose to cooperate or compete in the same "world". From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Candidate Rendezvous Point (PIM, RP, Multicast), "C-RP" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Reference Platform (PowerPC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Center for Research on Parallel Computation (STC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cell Relay Service (UNI, ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cathode Ray Tube From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Technology Research [corporation] (provider) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cathode Ray Tube Controller (EGA, VGA, MCGA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Find any cruft built up on your system cruft is a program to look over your system for anything that shouldn't be there, but is; or for anything that should be there, but isn't. It bases most of its results on dpkg's database, as well as a list of `extra files' that can appear during the lifetime of various packages. cruft is still in pre-release; your assistance in improving its accuracy and performance is appreciated. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CRUX is a lightweight, i686-optimized Linux distribution targeted at experienced Linux users. The primary focus of this distribution is "keep it simple", which is reflected in a simple tar.gz-based package system, BSD-style initscripts, and a relatively small collection of trimmed packages. The secondary focus is utilization of new Linux features and recent tools and libraries. Version 1.1 was released March 24, 2003. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Emacs-Lisp Code for handling compressed and encrypted files Code for handling all sorts of compressed and encrypted files like: .gz, .tar.gz, .Z, .zip, PGP etc. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
TCP/IP swiss army knife extended with twofish encryption Cryptcat is a simple Unix utility which reads and writes data across network connections, using TCP or UDP protocol while encrypting the data being transmitted. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The study of codes, cryptography refers to the making and breaking of algorithms to conceal or otherwise encrypt information. One of the most popular internet encryption schemes is PGP. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multiplatform 3D Game Development Kit Crystal Space is a free 3D game toolkit. It can be used for a variety of 3D visualization tasks. Many people will probably be interested in using Crystal Space as the basis of a 3D game, for which it is well suited. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Carrier Selection From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chip Select (IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Client/Server, "C/S" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Code Segment [register] (CPU, Intel, assembler) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Coding Scheme (GPRS, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Science From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Controlled Slip [error event] (DS1/E1) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Convergence Sublayer (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Capability Set 1 (IN), "CS-1" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Capability Set 2 (IN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Callpath Service Architecture (IBM, CTI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Client Service Agent From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configuration Status Accounting From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Speller Application Program Interface (API) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Sciences Corporation (provider) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Concurrent SuperComputing Consortium (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Caldera Systems Curriculum Developers (Caldera) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interactively examine a C program source cscope is an interactive, screen-oriented tool that allows the user to browse through C source files for specified elements of code. Open-Sourced by: The Santa Cruz Operation, Inc. (SCO) Maintainer: Petr Sorfa <petr@users.sourceforge.net> Home Page: http://cscope.sourceforge.net/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Canadian Society for the Computational Studies of Intelligence (org., Canada, AI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Supported Cooperative Work From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Control flow Specification Diagram (CASE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Corrective Service Diskettes (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Customer Specific Dictionaries From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Circuit Switched Digital Capability From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Code Segment Descriptor Cache [register] (CS, Intel, CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Client-Server Environment From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[conference on] Computer Support for Environmental Impact Assessment (IFIP, conference) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cable SELect (EIDE, HD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Centro Studi E Laboratori Telecomunicazioni [s.p.a.] (org., Italy) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Centre Suisse d'Electronique et de Microtecnique (org., Switzerland) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C-bit Severely Errored Seconds (DS3/E3) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Constructive Solid Geometry (CAD, CAM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C SHell (Unix, BSD, Shell) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Complementary Software House (DEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shell with C-like syntax, standard login shell on BSD systems. The C shell was originally written at UCB to overcome limitations in the Bourne shell. Its flexibility and comfort (at that time) quickly made it the shell of choice until more advanced shells like ksh, bash, zsh or tcsh appeared. Most of the latter incorporate features original to csh. This package is based on current OpenBSD sources. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CompuServe Incorporated (ISP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Convergence Sublayer Indication (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Customer Specific Integrated Circuit (IC, RL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Caller Station IDentification (Fax) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central command/Southern command Integrated Data System (mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Center for Systems Interoperability and Integration (org., ???) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Commonwealth Scientific and Industrial Research Organization (org., UK) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central Schengen Information Systen (SIS, Europe, Strasbourg) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ceska Spolecnost pro Kybernetiku a Informatiku (org., Tschechien) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Callable Services Library (IBM, VM/ESA, CMS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer SoLutions [software gmbh] (Haendler) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed [headers] Serial Line Internet Protocol (SLIP, IP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Carrier Sense Multiple Access From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Carrier Sense Multiple Access with Collision Avoidance, "CSMA/CA" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Carrier Sense Multiple Access with Collision Detection (IEEE 802.3, ethernet, CSMA/CD), "CSMA/CD" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CannonSmash, a table tennis simulation game CannonSmash is a funny 3D table tennis game. It takes a while to get your hand at ease with the mouse+keyboard manipulations. But once you're used to the technique, you can feel like playing a real game. It is playable against the computer or through a network. Since csmash relies on OpenGL-compatible rendering, it is best experienced with a 3D accelerator card, although software rendering in wireframe mode should be sustainable. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C Specific Media Support (NEST, MLID, Novell) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Circuit Switching MUltipleXer (FDDI), "CS-MUX" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Card Select Number (PNP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer + Science NETwork (USA, network, BITNET) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Centro Supercacolo Piemonte (org., Italy, HPC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chip Scale Package (IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communicating Sequential Processes From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cross System Product (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Circuit Switched Public Data Network (IN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Convergence Sublayer Protocol Data Unit (ATM, PDU), "CS PDU" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
split a file into sections determined by context lines From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Systems Policy Project [group] (org., USA. manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cell misSequenced Ratio (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cell Switch Router (Toshiba) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Clock Synchronous Random Access Memory (RAM, IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cascading Style Sheets (HTML, WWW, JavaScript) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cascading Style Sheets: A simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Sub System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Content Scrambling System (DVD, Matsushita, IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Controlled Slip Seconds (DS1/E1) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Customer Switching System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A standard for specifying the appearance of text and other elements. CSS was developed for use with HTML in Web pages but is also used in other situations, notably in applications built using XPFE. CSS is typically used to provide a single "library" of styles that are used over and over throughout a large number of related documents, as in a web site. A CSS file might specify that all numbered lists are to appear in italics. By changing that single specification the look of a large number of documents can be easily changed. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Clone of the Unix SCCS revision-control system. SCCS is a de-facto standard shipped with most commercial Unices, and is the pre-file revision-control system under many project-wide revision-control systems. This software is under development and not all features are implemented at this time. GNU-based systems use RCS instead of SCCS. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central Standard Time [-0600] (TZ, CDT, USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Supported Telecommunications Applications (ECMA, CTI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Science and Technology Board (org., NRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Security Technology Center (org., CIAC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computing Systems Technology Office (org., ARPA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Recoding utility and Czech sorter. This is a utility which allows you to re-encode files between various encodings and sort Czech data. Some main features: - Written in Perl, providing appropriate Perl modules. - Supported encodings: ASCII, ISO-8859-1, ISO-8859-2, Microsoft cp1250 and cp1252, Mac, MacCE, PC Latin 2, Koi8-CS and TeX Cork (T1). - You can create your own encoding definition files and use them for recoding to any other defined encoding. - Single to single or single to many chars recodings are supported. - Sophisticated sorting algorithm for Czech. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Centre for Speech Technology Research From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
print out string literals in C source code From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Supported Telecommunications Standard From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Channel Service Unit (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Sometimes called a digital modem. It does not modulate or demodulate, but converts a computer's uni-polar digital signal to a bi-polar digital signal for transmission over ISDN lines. From Glossary of Distance Education and Internet Terminology http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
California State University NETwork (network, USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Comma Separated Values From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chipcard Terminal (ICC, CT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chips & Technologies (manufacturer), "C&T" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[magazin fuer] Computer Technik, "c't" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The ctags program generate an index (or "tag") file for C, C++, Eiffel,Fortran, and Java language objects found in files. This tag file allows these items to be quickly and easily located by a text editor or other utility. A "tag" signifies a language object for which an index entry is available (or, alternatively, the index entry created for that object). Alternatively, ctags can generate a cross reference file which lists, inhuman readable form, information about the various source objects found in a set of language files. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Comprehensive Tex Archive Network (TeX, FTP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Chipcard Terminal Application Program Interface (ICC, CT, API), "CT-API" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communication ToolBox (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Channel To Channel Adapter (IBM, System/370) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An acronym for Client-To-Client-Protocol, see IRC. From KADOWKEV http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Client To Client Protocol (IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Canadian Trusted Computer Product Evaluation Criteria (Canada) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cell Transfer Delay (UNI, ATM, QOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compliance Test and Evaluation, "CT & E" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command TERMinal (DEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A program to generate themable Web picture albums cthumb allows you to create themable web picture albums, i.e. collections of digital pictures, with small thumbnails of your pictures and with captions. In addition, it optionally allows you to have several views of the collection of pictures. An album is composed of a series of pages, each composed of a collection of pictures. For each page (and each picture), you can have several annotations per picture. cthumb will generate several versions of the page, for each annotation type. You can customize almost everything in the way the albums look on the screen, from the size of the thumbnails to the background and foreground colors, the border colors, whether you want film-strips, etc. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Telephony Integration From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
merge multiple CWEB change files into one file This program is capable of merging multiple change files for a CWEB file into a single change file, or producing a master change file from them. It is based on the TIE program written for WEB (and found in the tetex-bin package). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Unix jargon for "the time a file's status last changed". (cf. atime, mtime). From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a light compiler toolkit in Haskell CTKLight is a compiler toolkit for Haskell, helping in writing lexers and parsers using combinators. The resulting parsers and lexers are self-optimizing and thus fast. CTKLight works in both GHC and Hugs 98, language extensions turned on. CTKLight is suitable for small compiler projects. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Communication Trunk of Medium range Mil., Germany From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cassette Tape Operating System (OS, Datapoint) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Technical Regulations (Europe) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
[columbia university] Center for Telecommunications Research (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Central TRON (TRON) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cipher Text Stealing [mode] (cryptography) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Clear To Send (MODEM, RS-232) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Conformance Testing Service (OSTC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C Topology Specific Module (NEST, MLID, Novell) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compatible Time Sharing System (Unix, predecessor, OS, MIT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cray TimeSharing System (OS, Cray, LLNL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cartridge Tape Transport From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Character Translation Table From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cartridge Tape Transport Controller From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Thai word separator for Thai TeTeX/LaTeX and HTML This is a Thai word separator program intended for use with Thai LaTeX and HTML documents. Thai script is written continously without using "space" for breaking between words. A program such as LaTeX, then, needs to know where to break the sentence for a newline. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cell Tolerance Variation (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Claude's Tab window manager ctwm is Claude Lecommandeur's extension to twm; in addition to the features of twm, it supports multiple virtual screens, the pixmap file format, pinnable ("sticky") menus, and other enhancements. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Console teleTYpe From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Call Up (Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common User Application From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Champaign-Urbana Computer Users Group (org., user group) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Character User Interface (UI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common User Interface (AMS, UI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
encode C type declarations From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
unloop C loops From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
LALR parser generator for Java(tm) CUP is the "Constructor of Useful Parsers", a system for generating parsers from simple LALR specifications. It serves the same role as the widely used program YACC and in fact offers most of the features of YACC. However, CUP is written in Java, uses specifications including embedded Java code, and produces parsers which are implemented in Java. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Common Unix Printing System provides a portable printing layer for UNIX(TM) operating systems. It has been developed by Easy Software Productsto promote a standard printing solution for all UNIX vendors and users. CUPS provides the System V and Berkeley command-line interfaces. This is the main package needed for CUPS servers (machines where a printer is connected to or which host a queue for a network printer). It can also be used on CUPS clients so that they simply pickup broadcasted printer information from other CUPS servers and do notneed to be assigned to a specific CUPS server by an/etc/cups/client.conf file. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common UNIX Printing System(tm) - server The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. This package provides the CUPS scheduler/daemon and related files. The terms "Common UNIX Printing System" and "CUPS" are trademarks of Easy Software Products (www.easysw.com), and refer to the original source packages from which these packages are made. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Turn directories of images into static web content Curator is a powerful script that allows one to generate Web page image galleries with the intent of displaying photographic images on the Web, or for a CD-ROM presentation and archiving. It generates static Web pages only - no special configuration or running scripts are required on the server. The script supports many file formats, hierarchical directories, thumbnail generation and update, per-image description file with any attributes, and 'tracks' of images spanning multiple directories. The templates consist of HTML with embedded Python. Running this script only requires a recent Python interpreter and the ImageMagick tools. Upstream is: http://curator.sourceforge.net/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Get a file from an FTP, GOPHER, HTTP or HTTPS server. curl is a client to get documents/files from servers using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity. curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, file transfer resume and more. This package is able to handle SSL requests only if installed together with libcurl2-ssl. More informations can be found at the curl web site http://curl.haxx.se . From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
simple language to provide text application interfaces CURSEL is a freeware FMLI implementation, a small language that allows you to quickly make a form- and menu- based character interface to shell scripts and other programs. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Normally a block character which marks the place for input on a computer screen. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
colorful console interface for CVS version control CurVeS performs two functions. It provides a menu and command completion interface to CVS so that inexperienced users can learn the features of CVS without documentation. This includes the creation of some meta-features built upon standard CVS commands that commonly are used together. The second function of CurVeS is to provide visual presentation of a project directory so that the status of each file is comprehensible at a glance. CurVeS uses color, when available, to accent the file classification marks. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Configurable Unified Search Interface (WWW) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Commonly Used System Program (DEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Control Unit Terminal From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
remove sections from each line of files From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C source code utilities C source code utilities, consisting of cdecl and cundecl - decode and encode C type declarations cobfusc - make a C source file unreadable but compilable chilight - highlight C source files cunloop - unloop C loops yyextract - extract grammar rules from yacc grammar yyref - yacc grammar reference program From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ComputerUnterstuetzte Unterweisung From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tetris-like game with very impressive effects. Cuyo, named after a Spanish possessive pronoun, shares with tetris that things fall down and how to navigate them. When enough "of the same type" come "together", they explode. The goal of each level is to blow special "stones" away, you start with. But what "of the same type" and "together" means, varies with the levels. If you hear someone shout that a dragon is always burning his elephants, so that he is not able to blow the volcano away, there a good chances to find Cuyo on his screen. WARNING: It is known to successfully get many people away from more important things to do. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Compressed Volume File (DOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Virus Industry Association (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Credential Validation Modules CVM is a framework for validating a set of credentials against a database using a filter program. The modules act as a filter, taking a set of credentials as input and writing a set of facts as output if those credentials are valid. Optional input is given to the module through environment variables. Some of the ideas for CVM came from experience with PAM (pluggable authentication modules), the checkpassword interface used by qmail-pop3d, and the "authmod" interface used by Courier IMAP and POP3. This framework places fewer restrictions on the invoking client than checkpassword does, and is much simpler to implement on both sides than PAM and the authmod framework. See http://untroubled.org/cvm/cvm.html for more information. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A source code control system is a MUST to manage the changes occurring to a software project during development. Developers need a complete history of changes to backtrack to previous versions in case of any problems. Since source code is the most vital component of any software project and software development takes a huge amount of time and money, it is very important to spend some time in safe-guarding the source code by using source code control systems like CVS and RCS. CVS (Concurrent Version Control System) is a powerful tool which allows concurrent development of software by multiple users. It uses RCS underneath and has an application layer interface as a wrapper on top of RCS. CVS can record the history of your files (usually, but not always, source code). CVS only stores the differences between versions, instead of every version of every file you've created. CVS also keeps a log of who, when and why changes occurred, among other aspects. CVS is very helpful for managing releases and controlling the concurrent editing of source files among multiple authors. Instead of providing version control for a collection of files in a single directory, CVS provides version control for a hierarchical collection of directories consisting of revision controlled files. These directories and files can then be combined to form a software release. CVS can be used for storing "C", "C++", Java, Perl, HTML and other files. HISTORY of CVS: CVS is a very highly sophisticated and complex system. It is the "State of the Art" technology and is so called "software miracle". The CVS software is a very advanced and capable system developed over a very long period of time. And it took several years to mature!! It took about 20 to 30 years of research to develop CVS algorithms and later it was coded into a software. And even today, it is still evolving!! CVS algorithms actually started in Universities several decades ago and CVS implementation started out as a bunch of shell scripts written by Dick Grune, who posted it to the newsgroup comp.sources.unix in the volume 6 release of December, 1986. While no actual code from these shell scripts is present in the current version of CVS much of the CVS conflict resolution algorithms come from them. In April, 1989, Brian Berliner designed and coded CVS. Jeff Polk later helped Brian with the design of the CVS module and vendor branch support. And today each and every major software development project in the world is written using CVS as the safe repository. As good old software hats say - "You are in very safe hands, if you are using CVS !!!" From http://www.milkywaygalaxy.freeservers.com http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computer Vision Syndrome From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Concurrent Versions System (Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Concurrent Versions System CVS is a version control system, which allows you to keep old versions of files (usually source code), keep a log of who, when, and why changes occurred, etc., like RCS or SCCS. Unlike the simpler systems, CVS does not just operate on one file at a time or one directory at a time, but operates on hierarchical collections of directories consisting of version controlled files. CVS helps to manage releases and to control the concurrent editing of source files among multiple authors. CVS allows triggers to enable/log/control various operations and works well over a wide area network. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CVS means Concurrent Version System; it is a version control system which can record the history of your files (usually,but not always, source code). CVS only stores the differences between versions, instead of every version of every fileyou've ever created. CVS also keeps a log of who, when and why changes occurred, among other aspects. CVS is very helpful for managing releases and controllingthe concurrent editing of source files among multipleauthors. Instead of providing version control for a collection of files in a single directory, CVS providesversion control for a hierarchical collection ofdirectories consisting of revision controlled files. These directories and files can then be combined togetherto form a software release. Install the cvs package if you need to use a version control system. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CVS-log-message-to-ChangeLog conversion script This perl script produces a GNU-style ChangeLog for CVS-controlled sources, by running "cvs log" and parsing the output. Duplicate log messages get unified in the Right Way. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
create HTML versions of CVS logs cvs2html is program that transforms the 'cvs log' output into a HTML file. The program can be used on any type of cvs archive, but since it invokes cvs itself, it needs to be run in a machine having a local checked out copy of the archive and access to the repository. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Open Source Development with CVS, an online book This is an online version of a book written by Karl Fogel and published by Coriolis, Inc. This book covers CVS, starting with a tutorial and going on to cover repository administration, more advanced topics, troubleshooting, and a complete CVS reference. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
send problem report (PR) about CVS to a central support site From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The GNU Concurrent Versions System From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Continuous Variable Delta Modulation (DFUe) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Codex Vector Sum Excited Linear Prediction [algorithm] (Motorola, VOFR) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Create a tree of revisions/branches from a CVS/RCS file. CvsGraph was inspired by the graph option from WinCVS. It represents the revisions and branches in a CVS/RCS file in a graphical tree structure, also listing any tags associated with any given revision. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Tool to generate CVS patch set information CVSps is a program for generating 'patch set' information from a CVS repository. A patch set in this case is defined as a set of changes made to a collection of files, all committed at the same time (using a single 'cvs commit' command). This information is valuable for seeing the big picture of the evolution of a CVS project. While CVS tracks revision information, it is often difficult to see what changes were committed 'atomically' to the repository. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A network file distribution system optimized for CVS (client) CVSup is a software package for distributing and updating collections of files across a network. It can efficiently and accurately mirror all types of files, including sources, binaries, hard links, symbolic links, and even device nodes. CVSup's streaming communication protocol and multithreaded architecture make it most likely the fastest mirroring tool in existence today. In addition to being a great general-purpose mirroring tool, CVSup includes special features and optimizations specifically tailored to CVS repositories. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A network file distribution system optimized for CVS (server) CVSup is a software package for distributing and updating collections of files across a network. It can efficiently and accurately mirror all types of files, including sources, binaries, hard links, symbolic links, and even device nodes. CVSup's streaming communication protocol and multithreaded architecture make it most likely the fastest mirroring tool in existence today. In addition to being a great general-purpose mirroring tool, CVSup includes special features and optimizations specifically tailored to CVS repositories. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CVS utilities for use in working directories Several utilities which are used to facilitate working with the files in the working directory of a developer using CVS. The utilities included in this package are: + cvsu: Offline "cvs update" simulator. Lists the files found in the current directory (or in the directories which you specify). + cvsco: "Cruel checkout". Removes results of compilation and discards local changes. Deletes all the files except listed unmodified ones and checks out everything which seems to be missing. + cvsdiscard: Discards local changes but keeps results of compilation. Works like "cvsco", but only deletes files which are likely to cause merge conflicts. + cvspurge: CVS-based "make maintainer-clean". Removes results of compilation but keeps local changes intact. Removes unknown files, but keeps changes in files known to CVS. + cvstrim: Removes files and directories unknown to CVS. + cvschroot: Makes it possible to change CVS/Root in all subdirectories to the given value. + cvsrmadm: Removes all CVS directories in the project. It is safer if you occasionally make mistakes in the "find" commands. + cvsdo: Simulates some of the CVS commands (currently add, remove and diff) without any access to the CVS server. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a CGI interface to your CVS repository cvsweb is a WWW CGI script that provides remote access to your CVS repository. It allows browsing of the full tree, with configurable access controls. It will display the revision history of a file, as well as produce diffs between revisions and allow downloading any revision of the whole file. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Command-line frontend to unixcw This package contains a simple command line client called cw, which sounds characters as Morse code on the console speaker. The included cwgen binary can generate groups of random characters for Morse code practice. Included are some examples files with embedded commands. These commands can be used to change speed, tone, spacing between characters and much more. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Ncurses frontend to unixcw Cwcp is a curses-based interactive Morse code tutor program. It allows menu selection from a number of sending modes, and also permits character sounding options, such as the tone pitch, and sending speed, to be varied from the keyboard using a full-screen user interface. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Knuth's & Levy's C/C++ programming system. CWEB allows you to write documents which can be used simultaneously as C/C++ programs and as TeX documentation for them. The philosophy behind CWEB is that programmers who want to provide the best possible documentation for their programs need two things simultaneously: a language like TeX for formatting, and a language like C for programming. Neither type of language can provide the best documentation by itself. But when both are appropriately combined, we obtain a system that is much more useful than either language separately. You may also want to install the ctie package which allows one to work with multiple change files simultaneously. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
C/C++ literate programming system (Marc van Leeuwen's version) This version is a complete rewrite of Levy & Knuth's version of CWEB. It uses a slightly different syntax from the L&K version, but provides a compatibility mode allowing L&K CWEB sources to be processed, producing similar (though not necessarily identical) output. CWEB allows you to write documents which can be used simultaneously as C/C++ programs and as TeX documentation for them. The philosophy behind CWEB is that programmers who want to provide the best possible documentation for their programs need two things simultaneously: a language like TeX for formatting, and a language like C for programming. Neither type of language can provide the best documentation by itself. But when both are appropriately combined, we obtain a system that is much more useful than either language separately. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Centrum voor Wiskunde en Informatica (org., Netherlands) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Campus Wide Information System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common Warehousing Metadata Interchange (DB, DWH) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Current Workspace Pointer (SPARC, CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Character Width Table From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common X-windows Interface (Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Check an XPM (X PixMap) file - XPM 1, 2, or 3. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Generates latex and HTML documentation for C programs. A program that takes as input a series of C source files and produces a LaTeX or HTML document containing a cross reference of the files/functions/variables in the program, including documentation taken from suitably formatted source code comments. The documentation is stored in the C source file in specially formatted comments, making it simple to maintain. The cross referencing includes lists of functions called, callers of each function, usage of global variables, header file inclusion, macro definitions and type definitions. Works for ANSI C, including many gcc extensions. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cyberpunk was originally a cultural sub-genre of science fiction taking place in a not-so-distant, dystopian, over-industrialized society. The term grew out of the work of William Gibson and Bruce Sterling and has evolved into a cultural label encompassing many different kinds of human, machine, and punk attitudes. It includes clothing and lifestyle choices as well. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Term originated by author William Gibson in his novel Neuromancer the word Cyberspace is currently used to describe the whole range of information resources available through computer networks. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The nebulous "place" where humans interact over computer networks, same as virtual space. From Glossary of Distance Education and Internet Terminology http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A set of tracks on the platters of a hard disk. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In hard and floppy disk drives, a unit of storage consisting of the set of tracks that occupy the same position on opposite sides of the platter. On a double-sided disk, a cylinder includes track 1 on the top of one another, a cylinder consists of track 1 on both sides of all the disks. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The physical drive itself usually comprises several actual disks of which both sides are used. The sides are labelled 0, 1, 2, 3, and so on, and are also called heads because one magnetic head per side does the actual reading and writing. Each side/head has tracks, and each track is divided into segments called sectors. Each sector typically holds 512 bytes. The total amount of space on the drive in bytes is therefore: 512 x (sectors-per-track) x (tracks-per-side) x (number-of-sides) A single track and all the tracks of the same diameter (on all the sides) are called a cylinder. Disks are normally talked about in terms of ``cylinders and sectors'' instead of ``sides, tracks, and sectors.'' Partitions are (usually) divided along cylinder boundaries. Hence, disks do not have arbitrarily sized partitions; rather, the size of the partition is usually a multiple of the amount of data held in a single cylinder. Partitions therefore have a definite inner and outer diameter. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Cyan, Yellow, Magenta, blacK (color system) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
CMU Cyrus mail system (common files) Cyrus is a fully-featured IMAP daemon, with a number of features not found in other IMAP implementations, including: o Designed to handle massive quantities of mail o No need for users to have login accounts o Support for POP3 in addition to IMAP o Servers don't run as root o Easy support for mail quotas For more information, see http://asg.web.cmu.edu/cyrus/. Note: Cyrus doesn't support reading from and storing mail in your standard mail spool - it stores mail in a separate directory in its own MH-like format. The Debian version of Cyrus has been modified to support authentication via PAM in addition to the standard UNIX password file. This package contains the common files needed by the other Cyrus components. The cyrus-imapd and/or cyrus-pop3d packages are needed to enable IMAP and POP3 support respectively. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Direct3D (DirectX, MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Direct3D Retained Mode (DirectX, MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Graphical tool for downloading files from Internet Downloader for X is a tool for downloading files from the Internet via both HTTP and FTP with a powerful but userfriendly interface. It supports reconnecting and resuming on connection timeouts, has a download queue for multiple files, support for simultaneous downloads, and many other features for powerful downloading. It is written in C++, the GUI uses GTK+. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Destination [MAC] Address (SNA, Token Ring, ATM, FDDI, ...) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digital-to-Analog (D/A), "D/A" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DatenAustauschphase 11 [allgemeine bauabrechnung] (GAEB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DatenAustauschphase 81 [leistungsverzeichnis] (GAEB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DatenAustauschphase 82 [kostenanschlag] (GAEB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DatenAustauschphase 83 [angebotsanforderung] (GAEB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DatenAustauschphase 84 [angebotsabgabe] (GAEB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DatenAustauschphase 85 [nebenangebot] (GAEB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DatenAustauschphase 86 [zuschlag/auftragserteilung] (GAEB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Device Access Architecture (Vireo) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digest Access Authentication (HTTP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digital Audio Broadcasting From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digital to Analog Converter From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Discretionary Access Control From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dual Address Cycle (PCI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dual Attached Concentrator (FDDI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
??? [hardware description language] (HDL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Distributed Academic Computing Network Operating System (OS, HECTOR) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digital Access Control System (ISDN, DES, cryptography) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DAta Compression Technology From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multi-algorithm compression DACT compresses each block within the file with all its known algorithms and uses the block with the best compression ratio. DACT can encrypt the compressed data with one of two algorithms. Compression time for DACT is slow as each block is compressed multiple times, Current supported compression algorithms include RLE, Delta, Text, Zlib, Modified Zlib, Bzip2 and Seminibble Encoding. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Desktop Application Director (WordPerfect) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Exterminates all rational thought DadaDodo is a program that analyses texts for Markov chains of word probabilities and then generates random sentences based on that. Sometimes these sentences are nonsense; but sometimes they cut right through to the heart of the matter and reveal hidden meanings. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Digital Audio Extraction (CD, audio) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/day'mn/ or /dee'mn/ n. [from the mythological meaning, later rationalized as the acronym `Disk And Execution MONitor'] A program that is not invoked explicitly, but lies dormant waiting for some condition(s) to occur. The idea is that the perpetrator of the condition need not be aware that a daemon is lurking (though often a program will commit an action only because it knows that it will implicitly invoke a daemon). For example, under ITS writing a file on the LPT spooler's directory would invoke the spooling daemon, which would then print the file. The advantage is that programs wanting (in this example) files printed need neither compete for access to nor understand any idiosyncrasies of the LPT. They simply enter their implicit requests and let the daemon decide what to do with them. Daemons are usually spawned automatically by the system, and may either live forever or be regenerated at intervals. Daemon and demon are often used interchangeably, but seem to have distinct connotations. The term `daemon' was introduced to computing by CTSS people (who pronounced it /dee'mon/) and used it to refer to what ITS called a dragon; the prototype was a program called DAEMON that automatically made tape backups of the file system. Although the meaning and the pronunciation have drifted, we think this glossary reflects current (2000) usage. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A background process of the operating system that usually has root security level permission. A daemon usually lurks in the background until something triggers it into activity, such as a specific time or date, time interval, receipt of e-mail, etc. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A process lurking in the background, usually unnoticed, until something triggers it into action. For example, the \cmd{update} daemon wakes up every thirty seconds or so to flush the buffer cache, and the \cmd{sendmail} daemon awakes whenever someone sends mail. http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A program that runs continuously in the background, until activated by a particular event. A daemon can constantly query for requests or await direct action from a user or other process. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a program which runs for an extended period (usually "forever") to handle requests for service as needed. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A program, usually on a computer running UNIX, that serves some obscure function (such as routing electronic mail to its recipients) and usually has a very limited user interface. There's some debate about the origins of the word, but most say it derives from the devilish spirits of Greek mythology. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Disk And Execution MONitor (Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
On UNIX, a daemon is a program running in the background, usually providing some sort of service. Typical daemons are those that provide e-mail, printing, telnet, FTP, and web access. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Distributed Application Framework (CCITT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
DatenAnschaltGeraet From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
??? (Sun) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Device Application Interface (Novell, Netware, SMS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Distributed Artificial Intelligence (AI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
view web comic strips more conveniently A perl script that gathers online comic strips for more convenient viewing. When in normal mode, it creates an HTML page that references the strips directly, and when in local mode, it also downloads the images to your local disk. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Deutsches AgrarInformationsNETz (WWW, org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Distributed Application Integration System (ORB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data Access Language (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Distributed Artificial LIfe (AI), "DALi" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Direct Access Method / Mode (DAM, SAM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Distributed Abstract Machine From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Draft AMendment (ISO) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Damn Small Linux is a business card size (50MB) Linux distribution. Despite it's miniscule size it strives to have a functional and easy to use desktop. The initial freshmeat announcement for version 0.1 was released March 19, 2003. Version 0.3.10 was released June 4, 2003. A CD-based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Dynamically Adaptive Multicarrier Quadrature Amplitude Modulation From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
De.Admin.News.Announce (Usenet), "D.A.N.A." From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An IRC server designed for centrally maintained networks This is the ircd designed for use on OpenProjects Net (www.openprojects.net), based on the hybrid ircd used by efnet. It attempts to handle the network transparently as a unit, and to provide features to support the OPN philosophy. This package contains the main binary files. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
IRC services implementation for dancer-ircd This is the counterpart to dancer-ircd, a services implementation (nickserv, chanserv, etc) that works with the dancer protocol. It can connect to a remote server, but it is highly recommended that you run a local ircd instead and connect it to that. Note that dancer-services will not work properly with any ircd other than dancer-ircd. Dancer-services is essentially the same as hybserv, only patched to work with dancer-ircd. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Delivery of Advanced Network Technology to Europe (org., Europe) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Deutschsprachige ANwendervereinigung TEx [e.v.] (TeX, user group) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Provides a SOCKS wrapper for users behind a firewall. Dante provides "socksify" - a program which forwards network requests from any program to the SOCKS server (v4 or v5) which then performs them on your behalf. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
SOCKS server. dante-server provides "danted" - a SOCKS (v4 and v5) server From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data Access Objects (DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Destination Address Omitted [flag] (CATNIP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Disk At Once (CD-R) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Data Access Protocol (DEC, DNA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Developers Assistance Program (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Directory Access Protocol (X.500, DS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Directory Application Protocol (IN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document Application Profile (JTC1, ODIF, ODA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Distributed Application Programming Environment (ORB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Document Application Processing in a Heterogeneous Network Environment From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Developer API Extensions (IBM, OS/2, API) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Database Application Remote Interface (IBM, DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A source-based multi-platform Linux distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Defense Automation Resources Management Program (mil