A simple music-from-text language for use with MusiXTeX M-Tx is a music-from-text language designed to look as much as possible like printed music. Here is some typical input code: ------------------------------------------------------------------------ Title: Net soos ek is Composer: Charlotte Elliott Style: SATB Sharps: 2 Meter: 3/4 PMX: w190m Space: 9 @+5 b4 b b | b2d | a4 a a | a2d | d4 e- f | g2 e4 | d2d of |] L: Net soos ek is, net soos ek is, O Lam van God, ek kom. d4s g f | e2d | e4 f e | d2d | d4 dr d | d2 c4 | d2d |] @^+5 rp | b4 e d | c2d | a4 d c | ( b2d | b2 ) g4 | f2d |] LT: Net soos ek is, O Lam van God, ek kom. a4 a a | g2d | g4 g g | f2d | b4- g+ f | e2 a4- | d2d ofd |] L: Net soos ek is, net soos ek is, O Lam van God, ek kom. ------------------------------------------------------------------------ To run M-Tx, you also need MusiXTeX, musixlyr and PMX, all available as Debian packages. Author: Dirk Laurie <dirk@calvyn.puk.ac.za> From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Modula-2 translator (compiler) m2c is a Modula-2 translator. The translator supports Modula-2 versions described in 3rd and 4th editions of famous Wirth's book _Programming_in_Modula-2_. (Note: This is not current Modula-2 ISO standard.) High portability of the translator is achieved by intermediate translation into C. The translator is aimed to be used on Unixes of different flavours. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A GNU implementation of the traditional UNIX macro processor. M4 is useful for writing text files which can be logically parsed, and is used by many programs as part of their build process. M4 has built-in functions for including files, running shell commands, doing arithmetic, etc. The autoconf program needs m4 for generating configure scripts, but not for running configure scripts. Install m4 if you need a macro processor. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a macro processing language GNU `m4' is an implementation of the traditional UNIX macro processor. It is mostly SVR4 compatible, although it has some extensions (for example, handling more than 9 positional parameters to macros). `m4' also has builtin functions for including files, running shell commands, doing arithmetic, etc. Autoconf needs GNU `m4' for generating `configure' scripts, but not for running them. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Linux kernel TFTP boot loader for m68k VME processor boards. Tftplilo is a highly configurable kernel and ramdisk network boot loader for BVM and Motorola m68k VME processor boards. It provides a mechanism for one or more diskless machines to interactively select a kernel boot configuration from a set of configurations defined in a single text configuration file that is transferred from the host tftp server. Each defined configuration specifies things such as Linux kernel and initial ramdisk file names which are then also transferred from the host tftp server. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mandatory Access Control (MLS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Media Access Control (ISO, OSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Membership Advisory Committee (ICANN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Message Authentication Code (SSL, SRT, cryptography) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A specific type of message digest where the secret key is included as part of the fingerprint. Whereas a normal digest consists of a hash(data), the MAC consists of a hash(key + data). Contrast: The most common form is actually HMAC (hash MAC) that uses the algorithm hash(key + hash(key + data)). From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Every piece of Ethernet hardware has a unique number assigned to it called it's MAC address. Remember that Ethernet is used locally to connect you to the Internet, and you share the local network with many other people. The MAC address is used by your local Internet router in order to direct your traffic to you rather than somebody else in your local area. Key point: The MAC address is 6-bytes long, and must be unique. In order to guarantee uniqueness, equipment vendors are assigned a unique 3-byte prefix, and they then assign their own 3-byte suffix. Thus, the first 3-bytes of a MAC address identifies what kind of hardware you have (3Com, Cisco, Intel, etc.). Key point: The uniqueness property of MAC addresses has interesting implications. It was an important clue in tracking down David Smith (the Melissa author). From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multilayer ACtuator Head From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The native binary language recognised and executed by a computer's central procsessing unit (CPU). Machine language, a low-level language symbolised by 0s and 1s, is extremely difficult to use and read. See assembly language and high-level progamming language. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Media Access Control IDentifier, "MAC-ID" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MACintosh Operating System (Apple, OS), "MacOS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
/mak'roh/ n. [techspeak] A name (possibly followed by a formal arg list) that is equated to a text or symbolic expression to which it is to be expanded (possibly with the substitution of actual arguments) by a macro expander. This definition can be found in any technical dictionary; what those won't tell you is how the hackish connotations of the term have changed over time. The term `macro' originated in early assemblers, which encouraged the use of macros as a structuring and information-hiding device. During the early 1970s, macro assemblers became ubiquitous, and sometimes quite as powerful and expensive as HLLs, only to fall from favor as improving compiler technology marginalized assembler programming (see languages of choice). Nowadays the term is most often used in connection with the C preprocessor, LISP, or one of several special-purpose languages built around a macro-expansion facility (such as TeX or Unix's [nt]roff suite). Indeed, the meaning has drifted enough that the collective `macros' is now sometimes used for code in any special-purpose application control language (whether or not the language is actually translated by text expansion), and for macro-like entities such as the `keyboard macros' supported in some text editors (and PC TSR or Macintosh INIT/CDEV keyboard enhancers). From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A command that incorporates a set of other commands. You custom design a command, called a macro, from existing commands. Both the vi editor and the nroff and troff formatters use macros. The mm macro package described in this book is an example of a large collection of nroff and troff macros. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A program consisting of recorded keystrokes and an application's command language that, when run within the application, executes the keystrokes and commands to accomplish a task. Macros can automate tedious and often-repeated tasks (such as saving and backing up a file to a floppy) or create special menus to speed data entry. Some programs provide a macro-recording mode in which the program records your keystrokes and then saves the recording as a macro. Others provide a built-in macro editor, where you type and edit macro commands directly to create IF/THEN/ELSE statements and DO/WHILE loops. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A set of instructions stored in an executable form. Macros may be application specific (such as a spreadsheet or word processing macro that performs specific steps within that program) or general-purpose (for example, a keyboard macro that types in a user ID when Ctrl-U is pressed on the keyboard). From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Large. Opposite of micro-. In the mainstream and among other technical cultures (for example, medical people) this competes with the prefix mega-, but hackers tend to restrict the latter to quantification. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Manufacturing Application Control System (SNI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MODEM Access Control System (MODEM, DES, cryptography), "M.A.C.S." From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Set of tools to deal with specially encoded Macintosh files macutils is a package that contains a number of utilities that deal with Macintosh files on a Unix system. This is useful for converting BinHex-encoded files to the smaller MacBinary format before transferring them to a Mac. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Memory Address Driver strength (BIOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Message Address Directory From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A Kaboom! clone "Mad Bomber" is a clone of Activision's classic Atari 2600 console game, "Kaboom!," by Larry Kaplan, with spruced-up graphics and sound effects, and music. The Mad Bomber is loose in the city and he's dropping bombs everywhere! It's your job to catch them before they hit the ground and explode. Luckily, you have a set of trusty buckets to extinguish the bombs with. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multicast Address Dynamic Client Allocation Protocol (RFC 2730, Multicast) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multimedia Application Development Environment (CWI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An Italian Linux Distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Activex Development Kit (ActiveX, MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
IRC personal proxy, stationing, logger and bot program (pirc). madoka can work as IRC personal proxy server, stationing on the IRC net with logging. and some bot plugins included. madoka is IPv6 compliant with Socket6.pm which is in libsocket6-perl. But Documents are available only Japanese. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MPEG audio player in fixed point MAD is an MPEG audio decoder. It currently only supports the MPEG 1 standard, but fully implements all three audio layers (Layer I, Layer II, and Layer III, the latter often colloquially known as MP3.). There is also full support for ID3 tags. All work is done in fixed point, so it even works on machines without a FPU. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multiple APIC Description Table (ACPI, APIC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Macintosh Application Environment (Apple, Sun, HPUX) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Maelstrom is a space combat game, originally ported from the Macintosh platform. Brave pilots get to dodge asteroids and fight off other ships at the same time. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
computes fontsizes and magsteps From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In source code, some non-obvious constant whose value is significant to the operation of a program and that is inserted inconspicuously in-line (hardcoded), rather than expanded in by a symbol set by a commented #define. Magic numbers in this sense are bad style. 2. A number that encodes critical information used in an algorithm in some opaque way. 3. pecial data located at the beginning of a binary data file to indicate its type to a utility. Under Unix, the system and various applications programs (especially the linker) distinguish between types of executable file by looking for a magic number. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
n. [Unix/C; common] 1. In source code, some non-obvious constant whose value is significant to the operation of a program and that is inserted inconspicuously in-line (hardcoded), rather than expanded in by a symbol set by a commented #define. Magic numbers in this sense are bad style. 2. A number that encodes critical information used in an algorithm in some opaque way. The classic examples of these are the numbers used in hash or CRC functions, or the coefficients in a linear congruential generator for pseudo-random numbers. This sense actually predates and was ancestral to the more commonsense 1. 3. Special data located at the beginning of a binary data file to indicate its type to a utility. Under Unix, the system and various applications programs (especially the linker) distinguish between types of executable file by looking for a magic number. Once upon a time, these magic numbers were PDP-11 branch instructions that skipped over header data to the start of executable code; 0407, for example, was octal for `branch 16 bytes relative'. Many other kinds of files now have magic numbers somewhere; some magic numbers are, in fact, strings, like the !<arch> at the beginning of a Unix archive file or the %! leading PostScript files. Nowadays only a wizard knows the spells to create magic numbers. How do you choose a fresh magic number of your own? Simple -- you pick one at random. See? It's magic! The magic number, on the other hand, is 7+/-2. See "The magical number seven, plus or minus two: some limits on our capacity for processing information" by George Miller, in the "Psychological Review" 63:81-97 (1956). This classic paper established the number of distinct items (such as numeric digits) that humans can hold in short-term memory. Among other things, this strongly influenced the interface design of the phone system. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
determine file type From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Magicdev is a daemon that runs within the GNOME environment and detects when a CD is removed or inserted. Magicdev handles running autorun programs on the CD, updating the File Manager, and playing audio CDs. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
automatic printer filter. Magicfilter is a customizable, extensible automatic printer filter. It uses its own magic database (` la file(1)) to decide how to print out a given print job. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MagicPoint is an X11 based presentation tool. MagicPoint's presentation files (typically .mgp files) are plain text so you can create presentation files quickly with your favorite editor. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Computational group theory software with GUI The MAGNUS computational group theory package is an innovative symbolic algebra package providing facilities for doing calculations in and about infinite groups. Almost all symbolic algebra systems are oriented toward finite computations that are guaranteed to produce answers, given enough time and resources. By contrast, MAGNUS is concerned with experiments and computations on infinite groups which in some cases are known to terminate, while in others are known to be generally recursively unsolvable. MAGNUS features an intuitive graphical user interface, facilities for running different algorithms on the same problem in parallel, generation of approximations for working on otherwise infeasible problems, genetic algorithms and a plug-in package manager. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Debian reference librarian This program acts as a "reference librarian" for the apt(8) and dpkg(8) database, and how that information compares to the actual system. Each package is fully described on an individual page. Three additional package lists are provided: "required by," "recommended by" and "suggested by," as is a link to the Debian bug tracking system. If the package is installed, the page also shows the conffiles and any files in the package which don't match the manifest (if enabled). All package lists provide the "summary" description and the version of the package, if installed. A synopis of all packages (the 'description' field) is available, grouped by section or priority or keyword. A synopsis of all installed packages is also provided. Additional indexes include package name, maintainer, source package, package size, installed size and md5sum. Magpie also has experimental XML support, but no XSL stylesheets have been defined yet. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The original Mah-Jong game This is a set of programs to play the original Mah-Jong game: one server, one client for a human player and one client for a programmed player. Hence the game can be played by 1 to 4 human players. You should keep in mind that the original Mah-Jong game has nothing to do with the well-known solitaire game. (It only uses the same set of tiles.) If you like the game, please consider making a donation to the (upstream) author. Read /usr/share/doc/mah-jong/README.Debian for details. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Electronic Mail is a means of exchanging private text messages through the Internet and other networks. Common Unix mail readers include Elm, Pine, and MUSH. It is also possible to read mail across a SLIP connection with a client program connected to a popmail server. From KADOWKEV http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
send and receive mail From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Programs derived from the Mail::Audit package Small programs designed to enhance the Mail::Audit package. These include proc2ma, to convert procmail rc files to mail filters using Mail::Audit, and popread, to act as a replacement for fetchmail. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GNU sharutils From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
an automatic mail-processing tool From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An automatic mail-processing tool Mailagent allows you to process your mail automatically. This has far more functionality than procmail, and is easier to configure (providing, of course, that you grok perl). As a mail processing tool, this slices, it dices, it ... Given a set of lex-like rules, you are able to file mails to specific folders (plain Unix-style folders and also MMDF and MH ones), forward messages to a third person, pipe a message to a command or even post the message to a newsgroup. It is also possible to process messages containing some commands. You may also set up a vacation program, which will automatically answer your mail while you are not there, but more flexibly than the Unix command of the same name. You only need to supply a message to be sent and the frequency at which this will occur. Some simple macro substitutions allow you to re-use some parts of the mail header into your vacation message, for a more personalized reply. You may also set up a generic mail server, without the hassle of the lower-level concerns like error recovery, logging or command parsing. The mailagent is not usually invoked manually but is rather called via the filter program, which is in turn invoked by sendmail. That means you must have sendmail/smail on your system to use this. You also must have perl to run the mailagent scripts. It is possible to extend the mailagent filtering commands by implementing them in perl and then having them automagically loaded when used. Please note that on Debian systems, mailagent can not lock /var/spool/mail directory mailboxes, and thus one must put a catch all rule saving all mail in ones home directory. This is because Debian MDA policy requires them to be setgid mail, and making anything as extensible as mailagent setgid anything negates any benefit of having group permission protection. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In electronix mail, the storage space that has been set aside to store an individual's electronic mail messages. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The mailcap file is used by the metamail program. Metamail reads the mailcap file to determine how it should display non-text or multimedia material. Basically, mailcap associates a particular type of file with a particular program that a mail agent or other program can call in order to handle the file. Mailcap should be installed to allow certain programs to be able to handle non-text files. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Check multiple mailboxes/maildirs for mail Mailcheck is a simple, configurable tool that allows multiple mailboxes to be checked for the existence of new mail messages. It supports both mbox and maildir-style mailboxes, for compatibility with most mail transport agents. It also supports remote POP3 and IMAP mailboxes. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An Emacs interface to the GNU Privacy Guard. Mailcrypt is an Emacs lisp package that provides a simple but powerful interface to cryptographic functions for mail and news. With Mailcrypt, encryption becomes a seamlessly integrated part of your mail and news handling environment. Mailcrypt can automatically fetch public keys to encode, decode, and verify messages, and can be configured to automate mailing through anonymous remailers. Although Mailcrypt may be used to process data in arbitrary Emacs buffers, it is most useful in conjunction with other Emacs packages for handling mail and news. Mailcrypt has specialized support for Rmail, VM, MH-E, and Gnus. Currently XEmacs ships with its own Mailcrypt, 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
Deliver bulletins directly to the users' Maildir. Deliver bulletins directly to the Maildir mail storage of users. Designed to be run from the /etc/aliases file with command-line parameters for which groups to send mail to. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
mailagent's commands From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
mail delivery agent with filtering abilities maildrop is a replacement for your local mail delivery agent. maildrop reads a mail message from standard input, then delivers the message to your mailbox. maildrop knows how to deliver mail to mbox-style mailboxes, and maildirs (a mail storing format introduced by Qmail). maildrop can optionally read instructions from a file on how to filter incoming mail, and, based upon the instructions, deliver mail to alternate mailboxes, or forward it to somewhere else, like procmail. Unlike procmail, maildrop uses a structured filtering language that's a bit easier on the eyes. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A program that filters your incoming e-mail to help remove spam. Mailfilter is very flexible utility for UNIX (-like) operating systems to get rid of unwanted e-mail messages, before having to go through the trouble of downloading them to the local computer. It offers support for one or many POP3 accounts and is especially useful for dialup connections via modem, ISDN, etc. Install Mailfilter if you'd like to remove spam from your POP3 mail accounts. With Mailfilter you can define your own filters (rules) to determine which e-mails should be delivered and which are considered waste. Rules are Regular Expressions, so you can make use of familiar options from other mail delivery programs such as e.g. procmail. If you do not get your mail from a POP3-Server you don't need Mailfilter. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
mailagent's commands From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An e-mail address that is an alias (or macro, though that word is never used in this connection) which is expanded by a mail exploder to yield many other e-mail addresses. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A mailing list is a special address that, when posted to, automatically sends email to a long list of other addresses. You usually subscribe to a mailing list by sending some specially formatted email or by requesting a subscription from the mailing list manager. Once you have subscribed to a list, any email you post to the list will be sent to every other subscriber, and every other subscriber's posts to the list will be sent to you. There are mostly three types of mailing lists: the majordomo type, the listserv type, and the *-request type. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
It show new mails with the keyboard-leds The Program mailleds have set the SUID-Bit! Please check the source code! mailleds is a quiet, unobtrusive way to signify that you have new mail: a user daemon to blink LEDs when there is new mail. This package don't have /usr/bin/xmailleds, because this don't work. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
mailagent's commands From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A (usually automated) system that allows people to send e-mail to one address, whereupon their message is copied and sent to all of the other subscribers to the maillist. In this way, people who have many different kinds of e-mail access can participate in discussions together. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Powerful, web-based mailing list manager The GNU Mailing List Manager, which manages email discussion lists much like Majordomo and Smartmail. Unlike most similar products, Mailman gives each mailing list a web page, and allows users to subscribe, unsubscribe, etc. over the web. Even the list manager can administer his or her list entirely from the web. Mailman also integrates most things people want to do with mailing lists, including archiving, mail <-> news gateways, and so on. It has all of the features you expect from such a product, plus integrated support for the web (including web based archiving), automated bounce handling and integrated spam prevention. For more information see http://www.list.org/. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
mailagent's commands From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mail Transfer Agent From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Simple, but powerful WWW mail reader system Mailreader is a light and simple web based mail user agent written in PERL. It has a very simple configuration and works quite well. Mailreader currently supports only POP3 servers. Now it support Japanese locale (libjcode-pm-perl needed - otherwise please ignore this suggestion). Although mailreader's dependencies do not include a POP3 server, it does require an available POP3 server on the network for normal operation. For secure connections (HIGHLY RECOMMENDED!) you need httpd with ssl support. (You can try apache-ssl). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An email virus scanner and spam tagger. MailScanner is a freely distributable E-Mail gateway virus scanner and spam detector. It uses sendmail or Exim as its basis, and a choice of 7 commercial virus scanning engines to do the actual virus scanning. It can decode and scan attachments intended solely for Microsoft Outlook users (MS-TNEF). If possible, it will disinfect infected documents and deliver them automatically. It also has features which protect it against Denial Of Service attacks. Virus checking is disabled by default, spam checking is enabled by default. After installation, you can enable virus checking, write your own virus scanner or install one of the supported commercial anti-virus packages. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GNU sharutils From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
shows mail-arrival statistics From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Synchronize IMAP mailboxes Mailsync is a way of keeping a collection of mailboxes synchronized. The mailboxes may be on the local filesystem or on an IMAP server. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
WWW Forms to Mail Gateway This package provides a CGI program that converts data submitted through a <forms> tag to simple mail that is sent to a given address. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Package to facilitate upgrades This package exists to smooth upgrades from the old name of mailtools to the new name of libmailtools-perl. If all dependencies on mailtools are changed to libmailtools-perl, this package can be safely removed. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
GNU Mailutils mailx client This is GNUs version of mailx. It is capable of speaking POP3, IMAP, and mbox. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mailutils-based IMAP4 Daemon GNU Mailutils-based IMAP4 Daemon From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mailutils-based POP3 Daemon GNU Mailutils-based POP3 Daemon From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A simple mail user agent. mailx is the traditional command-line-mode mail user agent. Even if you don't use it it may be required by other programs. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The mailx package installs the /bin/mail program, which is used to send quick email messages (i.e., without opening up a full-featured mail useragent). Mail is often used in shell scripts. You should install mailx because of its quick email sending ability, which is especially useful if you're planning on writing any shell scripts. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A multi-user computer designed to meet the computing needs of a large organisation. Originally, the term mainframe referred to the metal cabinet that housed the central processing unit (CPU) of early computers. The term came to be used gerneally to refer to the large central computers developed in the late 1950s and 1960s to meet the accounting and information-management needs of large organisations. The largest mainframes can handle thousands of dumb terminals and use terabytes of secondary storage. See minicomputer, personal computer, and workstarion. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The largest and most powerful type of computer system that is widely used. A mainframe typically occupies many cabinets and fills an entire room. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MAchine INdependent SAIL (SAIL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Debian New Maintainers' Guide This package contains the Debian New Maintainers' Guide. This document will try to describe building of a Debian GNU/Linux package to the common Debian user (and wannabe developer) in common language, and well covered with working examples. Contains following chapters: 1. Getting started "The Right Way" 2. First steps 3. Modifying the source 4. Required stuff under debian/ 5. Other files under debian/ 6. Final steps From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Altering progams after they have been in use for a while. Maintenance programming may be performed to add features, correct bugs that escaped detection during testing, or update key variables (such as the inflation rate) that change over time. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A program revision that corrects a minor bug or makes a minor new feature available, such as a new printer driver. Maintenance relesaes are usually numbered in tenths (3.2) or hundredths (2.01), to distinguish them from mahor program revisions. Synonymous with interim update. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microprocessor Architecture for Java Computing [pronounced 'magic'] (Sun, Java) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Modular Application for JOURnals (EWS, SGML) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A GNU tool for controlling the generation of executables and other non-source files of a program from the program's source files. Make allows users to build and install packages without any significant knowledge about the details of the build process. The details about how the program should be built are provided for make in the program's makefile.The GNU make tool should be installed on your system because it is commonly used to simplify the process of installing programs. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The GNU version of the "make" utility. GNU Make is a program that determines which pieces of a large program need to be recompiled and issues the commands to recompile them, when necessary. More information about GNU Make can be found in the `make' Info page. The upstream sources for this package are available at the location ftp://ftp.gnu.org/gnu/make/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Create simple DB database from textual input. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
create dependencies in makefiles From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Creates device files in /dev. The MAKEDEV executable is used to populate the /dev directory with device files. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This package contains the makedev program, which makes it easier to createand maintain the files in the /dev directory. /dev directory files correspond to a particular device supported by Linux (serial or printerports, scanners, sound cards, tape drives, CD-ROM drives, hard drives,etc.) and interface with the drivers in the kernel. The makedev package is a basic part of your Mandrake Linux system and it needs to be installed. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This package contains the MAKEDEV script, which makes it easier to createand maintain the files in the /dev directory. /dev directory files correspond to a particular device supported by Linux (serial or printer ports, scanners, sound cards, tape drives, CD-ROM drives, hard drives, etc.) and interface with the drivers in the kernel. You should install the MAKEDEV package because the MAKEDEV utility makes it easy to manage the /dev directory device files. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A dictionary compiler for KDrill makeedict is the program to help you make custom dictionary file for KDrill. In particular, this is the program use to create the kanadic drill files. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A file that instructs the program make how to compile and link a program. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Creates the default floppy device nodes. TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
make a debuggable executable From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a general purpose, formatter-independent index processor From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
translate Texinfo documents From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
generate VF file from japanese TeX TFM file for dvips For japanese font, the real size of PS font and information of TFM file is a bit different and this causes unexpected output so we need VF file to fix this situation. This package provide a tool to generate such VF files from TFM files. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
typeset labels in MetaPost pictures with TeX or Troff From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Generate and encrypt passwords Generates true random passwords by using the /dev/random feature of Linux, with the emphasis on security over pronounceability. It can also encrypt plaintext passwords given on the command line. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
generate/apply patch files with more functionality than plain diff This package contains a pair of programs, makepatch and applypatch, to assist in the generation and application of patch kits to synchronise source trees. makepatch knows about common conventions for patch kits (it generates Index: and Prereq: lines, it patches patchlevel.h first, it can use manifest files), plus it prepends some shell code which if run will take care adding directories, removing files, setting execute mode on scripts, and the like. applypatch uses some extra data supplied by makepatch to verify both the patch and the source directory before applying the patch. Afterwards it will clean up the directory tree plus fix up the permissions and even the timestamps on the patched files. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Build PostScript resource database file. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
makes string table C source and header(s) From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
create a PK file for a font From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
updates .xvpics thumbnails from the command line This package includes a shell script and a C helper program to update XV/Gimp/zgv/xzgv thumbnails from the command line. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
construct a codepage file for Samba From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
construct a unicode map file for Samba From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A system for automatic language analysis Malaga is a system for implementing natural language analysers: both grammars and morphologies can be created. You will not be needing this package if you do not intend to do research on computer linguistics or develop computer programs that need to do advanced processing of natural languages. This package contains a set of standalone programs that can be used in developing and playing with grammars and morphologies. One of the programs uses a Tk/TCL module for displaying graphical analysis trees. Malaga support for Emacs is also included. To read the documentation in this package you will need a basic TeX environment, particularly the standard Computer Modern fonts and a DVI file viewer, which are included in the Debian tetex-bin and tetex-base packages. Alternatively, you can install the malaga-doc package, which contains the same documentation in HTML and PostScript form. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Utility to sync AvantGo channels with a 3Com Pilot PDA malsync is a small utility that communicates between a 3Com Pilot and the AvantGo webservers (and other MAL enabled servers). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
In an abstract world, the world consists of plants and animals (flora and fauna). Hardware makes up the flora, automated programs with a life of their own make up the malware. Examples: viruses/virii, Trojan Horses, RATs (Remote Administration Trojans), spiders, bots, logic bombs. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multi Access Module From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multiple Arcade Machine Emulator, "M.A.M.E." From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
macros to format man pages From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Metropolitan Area Network From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The man package includes three tools for finding information and/or documentation about your Linux system: man, apropos and whatis. The man system formats and displays on-line manual pages about commands or functions on your system. Apropos searches the whatis database (containing short descriptions of system commands) for a string. Whatis searches its own database for a complete word. The man package should be installed on your system because it is the primary way for find documentation on a Mandrake Linux system. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The UNIX/Linux command for reading online manual pages. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Every version of UNIX comes with an extensive collection of online help pages called man pages (short for manual pages). The man pages are the authoritative about your UNIX system. They contain complete information about both the kernel and all the utilities. http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The on-line manual pager This package provides the man command, the primary way of examining the on-line help files (manual pages). Other utilities provided include the whatis and apropos commands for searching the manual page database, the manpath utility for determining the manual page search path, and the maintenance utilities mandb, catman and zsoelim. man-db uses the groff suite of programs to format and display the manual pages. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An attacker where the hacker interposes himself in the middle between two people. Culture: Historically, when talking about such attacks, the hacker is given male names starting with the letter M (like Mallory, Mark, Mawry, etc.). Key point: This often means that both sides of a connection really need to authenticate themselves. For example, when you log into a server, you really want to be assured it is the real server you are talking to, rather than Mark who is forwarding your requests to the real server using your identity. Key point: In the year 2000, Dug Song released a toolkit for interposing yourself in between SSL and SSH connections. It relies upon the fact that client systems do not validate the certificates on the server. Therefore, the man-in-the-middle attack can present any certificate to the client, which will not realize it is not the certificate of the server. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A large collection of man pages (documentation) from the Linux Documentation Project (LDP). From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A large collection of man pages (reference material) from the LinuxDocumentation Project (LDP). The man pages are organized into the following sections: Section 1: User commands (intro only) Section 2: System calls Section 3: Libc calls Section 4: Devices (e.g., hd, sd) Section 5: File formats and protocols (e.g., wtmp, /etc/passwd, nfs) Section 6: Games (intro only) Section 7: Conventions, macro packages, etc. (e.g., nroff, ascii) Section 8: System administration (intro only) Section 9: Kernel internal routines From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Turns a web-browser and an httpd-server into a man pager. Point your webbrowser at http://your.site/cgi-bin/man2html and you got your manpages in the browser. Features: * Fast C CGI program for man/BSD-mandoc to HTML conversion. * Works from the unformatted nroff/troff source. * Source may be compressed. * Does tbl tables (but not eqn equations). * Generates hypertext links to foobar(1), abc@host, and xyzzy.h files * CGI script for whatis-based alpha-indexes by section. * CGI script for name-only alpha-indexes by section. * CGI script for full text search (requires glimpse) * Front-end script to talk to a pre-launched netscape. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
create or update the manual page index caches From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MandrakeSoft makes this popular distribution. Originally based on Red Hat Linux, Mandrake Linux has grown into a unique distribution. Mandrake Linux 9.1 (Bamboo) was released March 25, 2003. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This package displays an html file allowing users to launch browsers to other html pages (Mandrake web sites or local html documentation) or to launch Mandrake applications such as the Mandrake Control Center. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This package contains all MIME type files not provided by desktop environment. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mandrake Linux release file. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This package contains useful icons, backgrounds and others goodies for the Mandrake desktop. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A GTK+-based Enhanced ManPage Editor ManEdit was created due to a lack of editors for UNIX manual pages, since users expect each UNIX program/configuration/api/etc to have a manual page the lack of an editor and the high demand for what it should create eventually lead to this (long overdue) application. Although most resourced developers can create a source document using a much more advanced editor and then export to multiple file formats, the average UNIX contributor isn't up to that. Even the creators of this application were intimidated at the UNIX manual page creation process. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Blue Mango Quest, a first person maze game Pacman meets Doom This brings the third dimension into the classical game of pacman: run arround a maze eating pills and power ups while you avoid being eaten by ghostly fiends. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Man pages about using a Linux system. This package contains the Linux man pages for these sections: * 4 = Devices (e.g. hd, sd). * 5 = File formats and protocols, syntaxis of several system files (e.g. wtmp, /etc/passwd, nfs). * 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). Sections 1, 6 and 8 are provided by the respective applications. This package only includes the intro man page describing the section. The man pages describe syntaxis of several system files. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
determine search path for manual pages From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
format of the /etc/manpath.config file From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A php/MySQL/web based bug tracking system. Php3 version Mantis is a php/MySQL/web based bug tracking system. The software resides on a webserver while any web browser should be able to function as a client. It is released under the terms of the GNU GPL. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Minor mode for manued proofreading method Manued is a method for proofreading of manuscripts, proposed by Ikuo TAKEUCHI in No.39 Programming symposium of Japan. Manued is a media independent proofreading method, however, it is especially effective for exchanging electric texts via E-mail. Manued.el is an emacs lisp implementation for supporting manued method. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Maintenance Analysis Procedure (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Manufacturing Automation Protocol (General Motors) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mobile Application Part (MSC, GSM, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mobile Access Protocol [for MPT 1327] (MPT 1327), "MAP 27" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mobile Application Part - Application Service Elements (MAP, MSC, GSM, mobile-systems), "MAP-ASE" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Messaging Application Program Interface (MS, WOSA, API) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Manufacturing Automation Protocol/Technical Office Protocol, "MAP/TOP" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microprogram Address Register (IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A simple DNS server, aimed to be secure This DNS server has the following goals: Security. A DNS server needs to be secure. It has a number of security features in the code, including: 1.The code uses a special string library which is resistant to buffer overflows. 2.The code, if started as root, mandates running as an unprivledged user in a chroot() jail. Open-Source. This DNS server is public-domain code. There are no restrictions attached to this code. Simplicity. This DNS server has the minimum number of features needed to correctly act as an authoritative name server for a domain. MaraDNS can be found from http://www.maradns.org From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A game where you build figures out of colored marbles The goal of this game is to create a more or less complex figure out of single marbles within a time limit to reach the next level. Sounds easy? Well, there is a problem: If a marble starts to move, it will not stop until it hits a wall or another marble. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MAchine Readable Cataloging [record] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An interpreter for a Dylan-like language Marlais is a simple-minded interpreter for a programming language strongly resembling Dylan. Dylan is an object oriented language similar to Lisp that uses infix syntax rather than prefix syntax. Marlais can use either syntax. This is a "hackers release" and is intended as a vehicle for education and experimentation. If you are interested in using Dylan you may also wish to look at the gwydion-dylan package. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multi Agent Systems (AI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mittelstands-Anwendungs-System 90 (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multicast Address-Set Claim [protocol] (RFC 2909, Multicast) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Message Administration Service Element From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft ASseMbler (MS, assembler) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Interactively creates a Linux packet filtering firewall. Mason creates a firewall that exactly matches the types of TCP/IP traffic flowing in, out and through a Linux computer. It can be used to create a full firewall or add rules to an existing firewall. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A mailer for hosts without permanent internet connection MasqMail is a MTA (mail transport agent) and POP3 client for hosts that don't have a permanent internet connection, eg. a home network or a single host at home. It has special support for connections to different ISPs, and will work nicely along with the masqdialer. In these cases, MasqMail is a slim replacement for full-blown MTAs such as sendmail, exim, qmail or postfix. The POP3 client can be a small replacement for other full-featured tools like fetchmail. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An attack where somebody forges their identity, either by supplying false credentials when authenticating or by hijacking existing connections through man-in-the-middle attacks. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A piece of equipment, such as a disk or tape drive, that stores large amounts of data relatively inexpensively. Although these devices cost less than the main memory in a computer system, they are much slower to access. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mastodon, version INST0064 was released March 9, 2001. It is a self-booting 360MB CD image, suitable for burning onto a CD-ROM. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A X11 Window manager for handheld devices Matchbox is a X11 window manager designed for computers with little screen real estate, limited input devices and low cpu/storage resources. Touchscreen PDA's fit well into this category. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A flash card game designed to teach maths. A GTK application that teaches kids (and adults) how to respond quickly to math problems using flash cards and timers. It includes a Computer player, where the player gets to decide if the Computer is right or not. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An experiment in Artificial life Matrem is a computer program that simulates life. It belongs to the emerging science of "artificial life", which studies evolution and complex systems in general by simulation. Matrem is also a game, where players compete to create the fittest life form. Their efforts are the driving force behind the program. This package provides a binary generated from the original sources. You can study the evolution of the default world and species. If you wish to add your own species you will need to download and modify the source code. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
change MSDOS file attribute flags TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A wrapper generator for matrix languages Matwrap is a tool for interfacing C++ code into matrix-oriented scripting languages such as Octave, Tela or Matlab 5. It generates all the code to convert from the scripting language's internal types into the types that your C++ code understands (e.g., double, char *, float *, struct abc *). You do not need to understand any of the API details of the language to use your C++ code; just give matwrap a .h file describing your functions. Brief list of features: - Functions are automatically vectorized. - Arguments containing dimensions of other vector and matrix arguments can be computed automatically and need not be specified. - Pointers to structures and classes are supported. Public member functions of classes may be called, and public data members may be evaluated or set. Inheritance is supported. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Medium Access Unit From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Medium Attachment Unit (IEEE 802.3, Transceiver) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multistation Access Unit (Token Ring, Hub) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Muensters Apple User Service (BBS, network), "M.A.U.S." From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft At Work From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MAterialWIrtschaft From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a pattern scanning and text processing language Mawk is an interpreter for the AWK Programming Language. The AWK language is useful for manipulation of data files, text retrieval and processing, and for prototyping and experimenting with algorithms. Mawk is a new awk meaning it implements the AWK language as defined in Aho, Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms to the Posix 1003.2 (draft 11.3) definition of the AWK language which contains a few features not described in the AWK book, and mawk provides a small number of extensions. Mawk is smaller and much faster than gawk. It has some compile-time limits such as NF = 32767 and sprintf buffer = 1020. From Debian 3.0r0 APT 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
MAssively parallel uniX (Cray, OS, MIMD, MPP, Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Media Access Exchange (Ascend) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A fairly complete computer algebra system. This system MAXIMA is a COMMON LISP implementation due to William F. Schelter, and is based on the original implementation of Macsyma at MIT, as distributed by the Department of Energy. I now have permission from DOE to make derivative copies, and in particular to distribute it under the GNU public license. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A scientific data visualization system. MayaVi is a Python application using The Visualization Toolkit. It also provides modules which are a handy interface to VTK internals in Python. It features an easy to use GUI, and lets you save the visualized scene to PostScript file, PPM/BMP/TIFF/JPEG/PNG image, Open Inventor, VRML or RenderMan RIB files. And a lot more! MayaVi can be easily modified to do things differently. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MailBox From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MegaByte From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
tests a floppy disk, and marks the bad blocks in the FAT TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mercedes-Benz AktienGesellschaft (user) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mercedes-Benz-Computer-Mikrofilm-System (MBAG), "MB-CMS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Molecular Beam Epitaxy (IC; MOSFET) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a network that works in conjunction with the Internet for audio and video applications. From Glossary of Distance Education and Internet Terminology http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Grep through mailboxes mboxgrep is a small utility that scans either standard Unix mailboxes, Gnus nnml or nnmh mailboxes, MH mailboxes or Maildirs, and displays messages matching a basic, extended, or Perl-compatible regular expression. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MegaBits Per Second From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
One million bps, actual number is 1,048,576. From Glossary of Distance Education and Internet Terminology http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
master boot record - The first sector of the disk; this is the sector that the BIOS reads in and starts when the machine is first booted. The master boot record contains a small program which reads the partition table, checks which partition is active (that is, marked bootable), and reads the first sector of that partition, the partition's boot sector. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Master Boot Record for IBM-PC compatible computers. This is used in booting Linux from the hard disk. The MBR runs first, then transfers control to LILO, which transfers control to the Linux kernel. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Master Boot Record From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The first physical sector on a bootable disk drive. The place where the system BIOS looks when the computer is first booted, to determine which partition is currently active (bootable), before reading that partition's first (boot) sector and booting from the partition. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Maximum Burst Size From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Module BUS [standard] (Sun, SPARC), "MBus" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
copy or move messages to a new mailbox From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
create a new mailbox From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
copy or move messages to a new mailbox, converting mailbox format From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
copy or move messages to a new mailbox From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Midnight Commander - A powerful file manager. - normal version Midnight Commander is a feature-rich file manager. It has mouse support in a linux console and in an xterm. It started as a Norton Commander clone but now it is far superior to it. Among other things it can do FTP, includes a hex editor, comes with an internal editor which can be invoked separately as 'mcedit' and lets you do most system administration tasks. Browsing, unpacking and installation of Debian packages is possible by just pressing enter on a *.deb file. Handling of other archive formats like rpm, zip, zoo and tar.gz is equally supported. This version comes with undelete for ext2 filesystems compiled in. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Common files for mc and gmc These are the files the midnight commander and the midnight commander GNOME version have in common. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
an advanced, learning, mp3 jukebox MC Foo is an advanced, adaptive and learning mp3 jukebox server. -continuous music playing -learns what music you like and dislike -no static playlists; uses a playqueue you can view and alter -can be controlled from any hosts and even with infrared remote controllers -allows multiple user/preference profiles, according to whose listening and his or her mood Note that MC Foo is in the early stages of development, and not everything works yet. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Micro Channel Architecture (IBM, PS/2) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mission Critical Applications From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mechanical CAD (AutoCAD, CAD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
dump raw disk image TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Modified Constant Angular Velocity From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Memory Control Block (DOS, TPA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mean Cycle Between Failure From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Manchester Code Converter From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Manchester Computing Centre (Linux) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mitteldeutsches Communication Center (Leipzig) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MCC Interim Linux was started by the Manchester Computing Centre in February of 1992, after they made Linux availible on their FTP site in November of 1991. The distribution was one of the first to use a combined boot/root disk. Several distributions were based off of MCC Interim Linux, including TAMU, MJ, and SLS (which later morphed into Slackware Linux, a distribution that's still alive today). Distribution development is not all that active. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
change MSDOS directory TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mini Client Driver (MS, Windows NT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multimedia Cartridge Drive (Nomai) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Military Communications-Electronics Board (org., mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Meta Content Framework / Format (Apple, WWW) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multi Color Graphics Adapter (IBM, PS/2) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Memory Controller Hub [aka Northbridge] (Intel) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Measurement Layer Interface (UMA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Media Control Interface From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microwave Communications Incorporated From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Media Communication Lab (org., Uni Boston, USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
the Markov Cluster algorithm The MCL package is an implementation of the Markov Cluster algorithm, and offers utilities for manipulating sparse matrices (the essential data structure in the MCL algorithm) and conducting cluster experiments. For additional information on the MCL algorithm, see the pointers found at <http://members.ams.chello.nl/svandong/>. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MultiChip Module (CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Metropolitan Campus Network From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Master Certified Netware Engineer (Novell, Netware) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
??? [cable modem standard] (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Kernel configuration tool mconfig is a tool to configure a Linux kernel. Unlike the scripts that come with kernel source it has a grammar written in yacc and that is compiled once not for each new kernel release. It supports severals interfaces modes for different uses. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
generate magic cookies for xauth From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
copy MSDOS files to/from Unix TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Master Control Program (OS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Merlin Convenience Pack (IDB, OS/2) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multiport / Multiprotocol Communication Processor From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Master Control Program/Advanced System, "MCP/AS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multi Channel Per Carrier From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Certified Product Specialist (MS, ATEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Minimum Cell Rate (UNI, ATM, PCR, ABR) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Replacement for old unix crypt(1) mcrypt is a simple crypting program, intended to be replacement for the old unix crypt(1). More information can be found at the mcrypt homepage http://mcrypt.hellug.gr/ . From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Material Control System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Message Conversion System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Modulation and Coding Scheme (EGPRS, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MultiCast Server From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multichannel Communications System (Mac) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multivender Customer Services (DEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Certified Solution Developer (MS, ATEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Certified System Engineer (MS, ATEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Message Conversion System Message Processor (MCS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mitac Computer Security System (Mitac) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Certified Trainer (MS, ATEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mean Cell Transfer Delay (UNI, ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A CD player and audio mixer for X McTools-lite consists of a CD-ROM audio player with playlists and a database, a mixer control program, and a versatile file requester for shell scripts. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multiple Console Time Sharing System (OS, CAD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Management & Cascade Unit (Hub) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Micro Controller Unit (SIA, RL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multipoint Control Unit From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Modified Constant Angular Velocity (Optical Disk) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Make Directory (DOS, OS/2) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Management DOMAIN From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mini Disk (Sony) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Message Digest [algorithm] 2 (RFC 1115/1319) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Message Digest [algorithm] 4 (RFC 1320) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
An older hash algorithms that used to be popular. It is important today only for historical significance because it has been discovered to be "broken". From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Message Digest [algorithm] 5 (RFC 1321) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MD5 is one of the most popular hash algorithms. It processes an input file or message into a "unique" 128-bit fingerprint. This fingerprint is believed to be "unique"; while it is theoretically possible that two inputs could hash to the same fingerprint, it is nearly statistically impossible. Contrast: Compared to other hash algorithms, MD5 is extremely popular. It is the most popular hashing algorithm, used in SSL, PGP, HTTP authentication, Tripwire, and many other places. MD5 is one of the faster hash algorithms. However, a theoretical weakness has been found such that an attacker may be able to create two separate messages that hash to the same value. Therefore, most use of MD5 is simply for backwards compatibility. History: MD5 was written by Ron Rivest as an enhanced version of the earlier MD4. MD4 is part of many standards, but is considered completely broken by today's standards (and MD5 itself is now considere to have some weaknesses). See also: integrity From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
generates or checks MD5 message digests From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
compute and check MD5 message digest From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mail Delivery Agent From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Medicated Digest Authentication (HTTP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Monochrome Display Adapter (IBM, PC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microsoft Data Access Components (MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Manage MD devices aka Linux Software Raid mdadm is a program that can be used to create, manage, and monitor MD devices. As such it provides a similar set of functionality to the raidtools packages. Unlike raidtools, mdadm can perform (almost) all of its functions without having a configuration file. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multidimensional DataBase Management System (DBMS, DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Micro Data Base System (DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Message conversion system directory Component (MCS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Meta Data Coalition From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Modified Discrete Cosine Transformation From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MultiDimensional DataBase (DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
??? DatenErfassung From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
delete an MSDOS file mdeltree - recursively delete an MSDOS directory and its contents TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
recursively delete an MSDOS directory and its contents TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
mouse device autodetection tool mdetect is a tool for autoconfiguring mice; it is typically used as the backend to some user-friendly frontend code. mdetect writes the autodetected mouse device and protocol (as used by gpm) to standard output. It can be invoked so as to produce output appropriate for XFree86 X server configuration files. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Medium Dependent Interface (ethernet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mobile Data Initiative (org., GSM, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multiple Document Interface (MS, Windows) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multiplex Device Interface From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
ident daemon that permits fake identd Mdidentd is a special ident daemon that permits processes to set their own fake ident replies regardless of the userid they are running under. For normal ident to work, a normal ident daemon must be installed as well. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
display an MSDOS directory TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MetaData Interchange Specification From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MIX Development Kit MDK stands for MIX Development Kit, and provides tools for developing and executing, in a MIX virtual machine, MIXAL programs. The MIX is Donald Knuth's mythical computer, described in the first volume of The Art of Computer Programming, which is programmed using MIXAL, the MIX assembly language. MDK includes a MIXAL assembler (mixasm) and a MIX virtual machine (mixvm) with a command line interface. In addition, a GTK+ GUI to mixvm, called gmixvm, and a Guile interpreter with an embedded MIX virtual machine called mixguile, are provided. Using these interfaces, you can debug your MIXAL programs at source code level, and read/modify the contents of all the components of the MIX computer (including block devices, which are simulated using the file system). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MODEM Developers Kit (MODEM, MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This package includes that translations of the main menu used by the different desktops and window managers of the distribution; as well as translations used by specifically added features. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mdk kdm. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
This package allows to launch khelpcenter or change khelpcenter page. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The Mandrake Online tool is designed for registered users who want to upload their configuration (packages, hardware infos). This allows them to be kept informed about security updates, hardware support/enhancements and other high value services. Since 9.1 MandrakeClub and MandrakeOnline have been merged. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Microstation Development Language (CAD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Multibank Dynamic Random Access Memory (RAM, DRAM, IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Manufacturing Design Rule Checker From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Manufacturing Design System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Message Delivery Service Element From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mobile Device Sync Protocol (Lotus) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mechanical DeskTop (SGI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Message Distribution Terminal From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mittlere DatenTechnik From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mountain Daylight Time [-0600] (TZ, MST, USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
display the amount of space occupied by an MSDOS directory TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mapping Entity From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Millennium Edition (MS, Windows) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a graphical front end for tar From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Debian Med bioinformatics packages This meta package will install bioinformatics related Debian packages for use in medical research. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Debian Med packages for dental practice This meta package will install Debian packages which build a system for managing a dental practice. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
The GNOME search/indexing package Medusa is software that allows you to quickly search your system for particular types of files, using an index. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mega Evil Grin (slang, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
MessdatenErfassung und Graphische Auswertung From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A million bytes. Actually, technically, 1024 kilobytes. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
a conversation simulator that can learn as you talk to it Conversation simulators are computer programs which give the appearance of conversing with a user in natural language. Such programs are effective because they exploit the fact that human beings tend to read much more meaning into what is said than is actually there; we are fooled into reading structure into chaos, and we interpret non-sequitur as valid conversation. MegaHAL differs from conversation simulators such as Eliza in that it uses a Markov Model to learn how to hold a conversation. It is possible to teach MegaHAL to talk about new topics, and in different languages. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Matsushita Electronics Incorporated (manufacturer, Japan) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Maya Embedded Language From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Mail notifier with configurable icons, xbiff replacement Melon is a simple utility that notifies user for newly received emails, through a couple of configurable icons. In short it is an xbiff replacement. It supports multiple mailboxes, acoustic warnings, execution of external programs on request. Since Melon's check is based on the change time of a file, it is able to monitor every kind of files, not just mailboxes. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Website in Japanese. Handhelds/PDA based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Shows the members of a group; by default, all members. members is the complement of groups: whereas groups shows the groups a specified user belongs to, members shows users belonging to a specified group. Given the name of a group, members will send a space-separated list of member names to stdout. Full option parsing has been added as of this version. You can ask for primary members, secondary members, both on one line, each on separate lines. If no option is selected, prints all members on one line by default. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
A extension library that adds memoization support to CMU-CL. The library adds support not only to memoize functions, but also to have persistent memoization information recording to CMU-CL. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Memo on the GNOME panel MemoPanel applet allows you to put a memo on the GNOME panel. Basic features are follows: stay on panel (GNOME applet) , i18n sup