M

m-tx

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

m2c

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

m4

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

m4

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

m68k-vme-tftplilo

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

MAC

Mandatory Access Control (MLS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAC

Media Access Control (ISO, OSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAC

Membership Advisory Committee (ICANN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAC

Message Authentication Code (SSL, SRT, cryptography) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAC (Message Authentication Code)

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

MAC address

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

MACH

Multilayer ACtuator Head From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Machine language

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

MACID

Media Access Control IDentifier, "MAC-ID" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MACOS

MACintosh Operating System (Apple, OS), "MacOS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

macro

/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

macro

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

Macro

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

Macro

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

macro- pref.

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

MACS

Manufacturing Application Control System (SNI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MACS

MODEM Access Control System (MODEM, DES, cryptography), "M.A.C.S." From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

macutils

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

MAD

Memory Address Driver strength (BIOS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAD

Message Address Directory From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

madbomber

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

MADCAP

Multicast Address Dynamic Client Allocation Protocol (RFC 2730, Multicast) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MADE

Multimedia Application Development Environment (CWI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Madeinlinux

An Italian Linux Distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MADK

Microsoft Activex Development Kit (ActiveX, MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

madoka

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

madplay

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

MADT

Multiple APIC Description Table (ACPI, APIC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAE

Macintosh Application Environment (Apple, Sun, HPUX) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Maelstrom

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

mag

computes fontsizes and magsteps From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

magic number

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

magic number

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

magic2mime

determine file type From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

magicdev

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

magicfilter

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

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

magnus

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

magpie

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

mah-jong

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

Mail

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

mail

send and receive mail From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mail-audit-tools

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

mail-files

GNU sharutils From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mailagent

an automatic mail-processing tool From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mailagent

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

Mailbox

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

mailcap

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

mailcheck

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

mailcrypt

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

maildir-bulletin

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

maildist

mailagent's commands From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

maildrop

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

mailfilter

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

mailhelp

mailagent's commands From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mailing list

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

Mailing Lists

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

mailleds

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

maillist

mailagent's commands From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Maillist (or Mailing List)

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

mailman

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

mailpatch

mailagent's commands From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mailq

Mail Transfer Agent From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mailreader

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

mailscanner

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

mailshar

GNU sharutils From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mailstat

shows mail-arrival statistics From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mailsync

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

mailto

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

mailtools

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

mailutils

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-imap4d

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-pop3d

Mailutils-based POP3 Daemon GNU Mailutils-based POP3 Daemon From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mailx

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

mailx

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

Mainframe

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

mainframe

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

MAINSAIL

MAchine INdependent SAIL (SAIL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

maint-guide

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

Maintenance programming

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

Maintenance release

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

MAJC

Microprocessor Architecture for Java Computing [pronounced 'magic'] (Sun, Java) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAJOUR

Modular Application for JOURnals (EWS, SGML) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

make

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

make

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

makedb

Create simple DB database from textual input. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

makedepend

create dependencies in makefiles From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

makedev

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

makedev

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

MAKEDEV

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

makedic

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

makefile

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

MAKEFLOPPIES

Creates the default floppy device nodes. TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

makeg

make a debuggable executable From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

makeindex

a general purpose, formatter-independent index processor From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

makeinfo

translate Texinfo documents From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

makejvf

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

makempx

typeset labels in MetaPost pictures with TeX or Troff From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

makepasswd

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

makepatch

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

makepsres

Build PostScript resource database file. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

makestrs

makes string table C source and header(s) From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MakeTeXPK

create a PK file for a font From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

makexvpics

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

make_smbcodepage

construct a codepage file for Samba From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

make_unicodemap

construct a unicode map file for Samba From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

malaga-bin

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

malsync

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

malware

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

MAM

Multi Access Module From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAME

Multiple Arcade Machine Emulator, "M.A.M.E." From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

man

macros to format man pages From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAN

Metropolitan Area Network From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

man

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

Man

The UNIX/Linux command for reading online manual pages. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

man page

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

man-db

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

man-in-the-middle attack

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

man-pages

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

man-pages

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

man2html

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

mandb

create or update the manual page index caches From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Mandrake Linux

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

mandrake-galaxy

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

mandrake-mime

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-release

Mandrake Linux release file. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mandrake_desk

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

manedit

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

mangoquest

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

manpages

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

manpath

determine search path for manual pages From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

manpath

format of the /etc/manpath.config file From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mantis

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

manued-el

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

MAP

Maintenance Analysis Procedure (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAP

Manufacturing Automation Protocol (General Motors) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAP

Mobile Application Part (MSC, GSM, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAP27

Mobile Access Protocol [for MPT 1327] (MPT 1327), "MAP 27" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAPASE

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

MAPI

Messaging Application Program Interface (MS, WOSA, API) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAPTOP

Manufacturing Automation Protocol/Technical Office Protocol, "MAP/TOP" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAR

Microprogram Address Register (IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

maradns

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

marbles

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

MARC

MAchine Readable Cataloging [record] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

marlais

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

MAS

Multi Agent Systems (AI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAS90

Mittelstands-Anwendungs-System 90 (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MASC

Multicast Address-Set Claim [protocol] (RFC 2909, Multicast) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MASE

Message Administration Service Element From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MASM

Microsoft ASseMbler (MS, assembler) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mason

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

masqmail

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

masquerade

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

mass storage device

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

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

matchbox

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

mathwar

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

matrem

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

mattrib

change MSDOS file attribute flags TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

matwrap

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

MAU

Medium Access Unit From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAU

Medium Attachment Unit (IEEE 802.3, Transceiver) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAU

Multistation Access Unit (Token Ring, Hub) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAUS

Muensters Apple User Service (BBS, network), "M.A.U.S." From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAW

Microsoft At Work From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAWI

MAterialWIrtschaft From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mawk

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

mawk

pattern scanning and text processing language From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAX

MAssively parallel uniX (Cray, OS, MIMD, MPP, Unix) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MAX

Media Access Exchange (Ascend) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

maxima

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

mayavi

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

MB

MailBox From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MB

MegaByte From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mbadblocks

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

MBAG

Mercedes-Benz AktienGesellschaft (user) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MBCMS

Mercedes-Benz-Computer-Mikrofilm-System (MBAG), "MB-CMS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MBE

Molecular Beam Epitaxy (IC; MOSFET) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MBONE (Multicast Backbone)

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

mboxgrep

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

MBPS

MegaBits Per Second From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Mbps

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

mbr

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

mbr

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

MBR

Master Boot Record From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MBR (Master Boot Record)

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

MBS

Maximum Burst Size From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MBUS

Module BUS [standard] (Sun, SPARC), "MBus" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mbxcopy

copy or move messages to a new mailbox From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mbxcreat

create a new mailbox From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mbxcvt

copy or move messages to a new mailbox, converting mailbox format From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mbxmove

copy or move messages to a new mailbox From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mc

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

mc-common

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

mc-foo

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

MCA

Micro Channel Architecture (IBM, PS/2) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCA

Mission Critical Applications From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCAD

Mechanical CAD (AutoCAD, CAD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mcat

dump raw disk image TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCAV

Modified Constant Angular Velocity From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCB

Memory Control Block (DOS, TPA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCBF

Mean Cycle Between Failure From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCC

Manchester Code Converter From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCC

Manchester Computing Centre (Linux) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCC

Mitteldeutsches Communication Center (Leipzig) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCC Interim Linux

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

mcd

change MSDOS directory TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCD

Mini Client Driver (MS, Windows NT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCD

Multimedia Cartridge Drive (Nomai) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCEB

Military Communications-Electronics Board (org., mil., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCF

Meta Content Framework / Format (Apple, WWW) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCGA

Multi Color Graphics Adapter (IBM, PS/2) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCH

Memory Controller Hub [aka Northbridge] (Intel) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCI

Measurement Layer Interface (UMA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCI

Media Control Interface From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCI

Microwave Communications Incorporated From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCL

Media Communication Lab (org., Uni Boston, USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mcl

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

MCM

MultiChip Module (CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCN

Metropolitan Campus Network From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCNE

Master Certified Netware Engineer (Novell, Netware) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCNS

??? [cable modem standard] (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mconfig

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

mcookie

generate magic cookies for xauth From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mcopy

copy MSDOS files to/from Unix TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCP

Master Control Program (OS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCP

Merlin Convenience Pack (IDB, OS/2) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCP

Multiport / Multiprotocol Communication Processor From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCPAS

Master Control Program/Advanced System, "MCP/AS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCPC

Multi Channel Per Carrier From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCPS

Microsoft Certified Product Specialist (MS, ATEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCR

Minimum Cell Rate (UNI, ATM, PCR, ABR) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mcrypt

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

MCS

Material Control System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCS

Message Conversion System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCS

Modulation and Coding Scheme (EGPRS, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCS

MultiCast Server From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCS

Multichannel Communications System (Mac) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCS

Multivender Customer Services (DEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCSD

Microsoft Certified Solution Developer (MS, ATEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCSE

Microsoft Certified System Engineer (MS, ATEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCSMP

Message Conversion System Message Processor (MCS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCSS

Mitac Computer Security System (Mitac) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCT

Microsoft Certified Trainer (MS, ATEC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCTD

Mean Cell Transfer Delay (UNI, ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mctools-lite

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

MCTS

Multiple Console Time Sharing System (OS, CAD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCU

Management & Cascade Unit (Hub) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCU

Micro Controller Unit (SIA, RL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCU

Multipoint Control Unit From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MCVA

Modified Constant Angular Velocity (Optical Disk) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MD

Make Directory (DOS, OS/2) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MD

Management DOMAIN From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MD

Mini Disk (Sony) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MD2

Message Digest [algorithm] 2 (RFC 1115/1319) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MD4

Message Digest [algorithm] 4 (RFC 1320) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MD4 (Message Digest #4)

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

MD5

Message Digest [algorithm] 5 (RFC 1321) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MD5 (Message Digest #5, 1.2.840.113549.2.5, RFC 1321)

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

md5sum

generates or checks MD5 message digests From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

md5sum.textutils

compute and check MD5 message digest From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDA

Mail Delivery Agent From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDA

Medicated Digest Authentication (HTTP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDA

Monochrome Display Adapter (IBM, PC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDAC

Microsoft Data Access Components (MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mdadm

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

MDBMS

Multidimensional DataBase Management System (DBMS, DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDBS

Micro Data Base System (DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDC

Message conversion system directory Component (MCS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDC

Meta Data Coalition From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDCT

Modified Discrete Cosine Transformation From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDDB

MultiDimensional DataBase (DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDE

??? DatenErfassung From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mdel

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

mdeltree

recursively delete an MSDOS directory and its contents TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mdetect

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

MDI

Medium Dependent Interface (ethernet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDI

Mobile Data Initiative (org., GSM, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDI

Multiple Document Interface (MS, Windows) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDI

Multiplex Device Interface From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mdidentd

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

mdir

display an MSDOS directory TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDIS

MetaData Interchange Specification From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mdk

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

MDK

MODEM Developers Kit (MODEM, MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mdk-menu-messages

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

mdkkdm

Mdk kdm. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mdklaunchhelp

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

mdkonline

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

MDL

Microstation Development Language (CAD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDRAM

Multibank Dynamic Random Access Memory (RAM, DRAM, IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDRC

Manufacturing Design Rule Checker From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDS

Manufacturing Design System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDSE

Message Delivery Service Element From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDSP

Mobile Device Sync Protocol (Lotus) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDT

Mechanical DeskTop (SGI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDT

Message Distribution Terminal From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDT

Mittlere DatenTechnik From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MDT

Mountain Daylight Time [-0600] (TZ, MST, USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

mdu

display the amount of space occupied by an MSDOS directory TQ From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ME

Mapping Entity From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ME

Millennium Edition (MS, Windows) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

meat-grinder

a graphical front end for tar From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

med-bio

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

med-dent

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

medusa

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

MEG

Mega Evil Grin (slang, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MEGA

MessdatenErfassung und Graphische Auswertung From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Megabyte

A million bytes. Actually, technically, 1024 kilobytes. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

megahal

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

MEI

Matsushita Electronics Incorporated (manufacturer, Japan) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

MEL

Maya Embedded Language From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

melon

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

Melon

Website in Japanese. Handhelds/PDA based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

members

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

memoization

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

memopanel

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 support, multi line display, strftime support in memo, color and font cha