O

O'Reilly, Tim

the founder of O'Reilly & Associates, which has the reputation of publishing the best Linux/UNIX books. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OA

Object Adapter (ORB, IDL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OA

Open Access (SPI, DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OAA

Open Arcade Architecture (Intel) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OAD

Open Architecture Driver (Iomega) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OADG

Open Architecture Development Group (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oaf

OAF (Object Activation Framework) provides the activation mechanism for GNOME components. It is a replacement for GOAD in the GNOME 2 platform. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oaf

OAF is an object activation framework for GNOME. It uses ORBit. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oaf

The GNOME Object Activation Framework. OAF is the new Object Activation Framework for GNOME. OAF has a similar purpose to gnorba, the GNOME 1.x CORBA activation library, and will replace it for GNOME 2.0. It allows you to do much more powerful activation queries than gnorba. Each server is described by an XML file that defines its attributes. When querying or activating, one may specify complex requirements using the OAF query language. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OAG

Open Application Group (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OAI

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

OAK

Object Application Kernel (Java, predecessor, Sun) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OAM

Operations, Administration and Management [cell] (ATM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OASIS

Online Application System Interactive Software From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OASIS

Open And Secure Information Systems (Eureka) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OBD

Online Bugs Database (Sun, DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OBEX

OBject EXchange (WordPerfect) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

objc-poc

Objective-C compiler Portable Object Compiler (objc-poc) is an Objective-C compiler. Includes: - a modern, portable, "all C" Objective C runtime There's absolutely no assembly language needed, nor is there a dependency on stack layout, register allocation conventions etc. Most other runtimes, were derived from pre-"all C"-Stepstone runtimes, so this is an important point of difference. - "objpak", the "Object Pak" Objective C Collection Classes Simple, powerful set of classes. Very portable. Can be used to develop with different compilers, then port with 'objc'. Compatible with ICpak101, the collection class library described in Brad Cox' book, and used by existing Objective-C packages that were developed with Stepstone objc. - "cakit", the "Computer Algebra Kit" Objective C classes Small, concise, interface to a large set of classes for polynomial computing and arbitrary precision integer arithmetic. Web page: http://sf.net/projects/objc/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

objcopy

copy and translate object files From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

objdump

display information from object files. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

object-oriented

A method of software development that groups related functions and data into reusable chunks. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Object-Oriented

A software development methodology that offers the programmer standard reusable software modules (components), rather than requiring the developer to write custom programming code each time. Using standard components reduces development time (because the writing and testing of those components has already been done by other programmers), and ensures a standard look and feel for programs using the same components. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Objective C

An object-oriented superset of ANSI C by Brad Cox, Productivity Products. Its additions to C are few and are mostly based on Smalltalk. Objective C is implemented as a preprocessor for C. Objective C syntax is a superset of standard C syntax, and its compiler accepts both C and Objective C source code (filename extension ".m"). From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

obliq

An interactive interpreter for the Obliq language. Obliq is a small, statically scoped, untyped language. It is object-oriented, higher-order, and distributed. State is local to an address space, while computation can migrate over the network. The distributed computation mechanism is based on Modula-3 Network Objects. This package includes several versions of Obliq: obliq: Obliq interpreter obliq-3D: Obliq interpreter with full 3D animation support obliq-anim: Obliq interpreter with full animation support obliq-min: Obliq interpreter with minimal runtime hooks obliq-std: Obliq interpreter with the standard runtime hooks obliq-ui: Obliq interpreter with ui support obliqsrv: Obliq server obliqsrv-std: Obliq server with the standard runtime hooks obliqsrv-ui: Obliq server with ui support visobliq: Prototype of an easy-to-use distributed programming environment using Obliq From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OBS

Online Book Store (Internet, WWW) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

obscurity

The philosophical debate of Security through obscurity, where people hope to hide rather than defend themselves from hackers. Controversy: This is a controversial topic. Non-security people will often claim that well-known security precautions are not necessary because it is unlikley that a hacker will find the obscure hole. Security professionals find this distressing because they have experience with the hacker community that regularly makes the obscure obvious. For example, buffer-overflow bugs are really obscure and hard to exploit, but once a hacker writes an automated exploit script or worm a once obscure vulnerability becomes widely known. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OBST

OBject management system of STONE (STONE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OBTWIAVBP

OBligatory The World Is A Very Big Place (DFUe, Usenet, IRC), "ObTWIAVBP" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OC

Object Class (OOP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OC1

Optical Carrier level 1 [51,48 Mbps] (SONET), "OC-1" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OC12

Optical Carrier level 12 [622,08 Mbps] (SONET), "OC-12" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OC24

Optical Carrier level 24 [1244,16 Mbps] (SONET), "OC-24" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OC3

Optical Carrier level 3 [155,52 Mbps] (SONET), "OC-3" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OC48

Optical Carrier level 48 [2488,32 Mbps] (SONET), "OC-48" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ocaml

ML language implementation with a class-based object system Objective Caml is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML. Objective Caml comprises two compilers. One generates bytecode which is then interpreted by a C program. This compiler runs quickly, generates compact code with moderate memory requirements, and is portable to essentially any 32 or 64 bit Unix platform. Performance of generated programs is quite good for a bytecoded implementation: almost twice as fast as Caml Light 0.7. This compiler can be used either as a standalone, batch-oriented compiler that produces standalone programs, or as an interactive, toplevel-based system. The other compiler generates high-performance native code for a number of processors. Compilation takes longer and generates bigger code, but the generated programs deliver excellent performance, while retaining the moderate memory requirements of the bytecode compiler. It is not available on all arches though. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ocamltk

a library for interfacing Objective Caml with the tcl/tk CamlTk417 is a library for interfacing Objective Caml with the scripting language Tcl/Tk. In addition to the basic interface with Tcl/Tk, this package contains * the "frx" library, written by Francois Rouaix; it contains some facilities for usual idioms * the "jpf" library, written by Jun P. Furuse; it contains a "file selector" and "balloon help" support * the "jtk" library, written by Jun P. Furuse; it contains extensions for Japanese Tcl/Tk * the "tkanim" extension, written by Jun P. Furuse; it adds support for animated GIF files. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ocamlweb

literate programming tool for Objective Caml Literate programming, as defined by Knuth, means to combine program code and documentation into one source document from which program code and documentation can be extracted. The approach of ocamlweb is that documentation is to be included in the program code as special comments. The ocamlweb tool extracts from this the documented program code as LaTeX document, while no special preprocessing is required to compile the source files. See also http://www.lri.fr/~filliatr/ocamlweb/index.en.html. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OCC

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

OCC

Other Common Carrier From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OCCA

Open Cooperative Computing Architecture From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OCD

Out-of-Cell Delineation (UNI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OCE

Open Collaborative Environment (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OCF

Open Computing Facility From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OCG

Oestereichische Computer Gesellschaft (org., Austria) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OCL

Open Content License (OPL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OCL

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

OCL

OS/2 inside Class Library (OS/2) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OCLC

Online Computer Library Center (org., Internet, USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oclock

round X clock From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OCO

Object Code Only (OOP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OCPA

Open Content Platform Association (org., Amiga, Sharp, JVC, Kyocera, ...) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OCR

Optical Character Recognition From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OCS

Object Compatibility Standard (Motorola) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OCS

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

OCSP

Online Certificate Status Protocol From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

octave

The GNU Octave language for numerical computations Octave is a (mostly Matlab (R) compatible) high-level language, primarily intended for numerical computations. It provides a convenient command-line interface for solving linear and nonlinear problems numerically. Octave uses some of the best and most respected numerical libraries as balgen, dassl, eisspack, fftpack, lapack, linpack, minpack, odepack, ranlib, slatec-fn and villad. Octave can be dynamically extended with user-supplied C++ files. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

octave

The GNU Octave language for numerical computations Octave is a (mostly Matlab (R) compatible) high-level language, primarily intended for numerical computations. It provides a convenient command-line interface for solving linear and nonlinear problems numerically. This package is an emoty 'transition' package. It is needed in order to transfer smoothly from the octave packages (up to and including version octave*2.0.16-1) to the new octave2.0* packages. The new octave2.0* can coexist with the upcoming octave2.1* packages of the new development version of GNU Octave. Once you have all the octave2.0 package you want installed, you can delete this package. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

octave-ci

Contributed functions for the GNU Octave language The octave-ci package provides almost two hundred functions for GNU Octave, a (mostly Matlab (R) compatible) high-level language primarily intended for numerical computations. The files in this package are grouped by the following directories: filefun, neural-nets, listfun, timefun, general, and misc. Other parts of this package have been integrated into GNU Octave itself as of version 2.0.13.92. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

octave-epstk

GNU Octave encapsulated postscript toolkit The octave-epstk package provides, via a set of .m functions, a toolkit to create powerful encapsulated postscript (.eps) graphs. Most 2D scientific graphics functions are written. The generated .eps-files are very small and can be imported into other documents without loss of quality. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

octave-forge

Contributed functions for GNU Octave from http://octave.sf.net The octave-forge project contains over 300 contributed functions for GNU Octave which are not in the main distribution. These functions are grouped according to the following subdirectories: audio, comm, control, general, geometry, ident, image, linear-algebra, optim, path, plot, set, signal, sparse, specfun, special-matrix, splines, statistics, strings, struct, time. While the main Octave distribution is conservative about accepting new functions and changes, octave-forge is very open. As a result, be prepared for some lower quality code and more rapidly changing interfaces to the functions in octave-forge. The octave-forge project is housed at http://sourceforge.net/projects/octave/ The Debian octave-forge package replaces (and extends) the earlier octave-matcompat package. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

octave-matcompat

Empty transition package for octave-forge The octave-forge package replaces the octave-matcompat package. This empty octave-matcompat forces installation of the (new) octave-forge package via an explicit dependency. Once both packages are installed, this package can be safely removed or purged. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

octave-sp

Semidefinite Programming functions for GNU Octave The octave-sp package provides functions for semidefinite programming. It can be used to solve nonlinear, convex optimization problems. For an overview of the functionality, use 'demosp' from within Octave. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OCX

OLE Control eXtensions (MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

od

dump files in octal and other formats From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OD

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

ODA

Office Document Architecture [protocol] (RFC 1197, ISO 8613, JTC1, ECMA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODA

Open Document Architecture (CCITT T.410) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODAPI

Open Database Application Programming Interface (Borland, DB, API), "Odapi" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODBC

Open DataBase Connectivity (WOSA, DB, API) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

odbc-postgresql

ODBC support for PostgreSQL Provides support for ODBC access to the PostgreSQL backend. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

odbcinst1

Support library and helper program for accessing odbc ini files This package contains the libodbcinst.so library from unixodbc, a library used by ODBC drivers for reading their configuration settings from /etc/odbc.ini and ~/.odbc.ini. It is useful to provide this in a stand-alone package, so that all ODBC drivers in Debian can use a consistent ini library, regardless of whether applications are built with iodbc or unixodbc. Also contained in this package is the odbcinst helper tool, which allows ODBC driver packages to install their own driver settings, and the driver setup plugins, which describe the features supported by individual ODBC drivers. COMPONENTS: libodbcinst.so (ODBC Installer/Setup) odbcinst (cmd line UI for libodbcinst.so) libodbcdrvcfg1S.so (GUI config for server based sources... basic) libodbcdrvcfg2S.so (GUI config for file based sources... basic) liboplodbcS.so (GUI config for OpenLink's opl driver) libodbcminiS.so (GUI config for MiniSQL driver) libodbcmyS.so (GUI config for MySQL driver) libtdsS.so (GUI config for MS SQL/Sybase driver) liboraodbcS.so (GUI config for Oracle driver) libodbcpsqlS.so (GUI config for PostgreSQL driver) From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODBMS

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

ODC

Optical Disc Corporation (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODD

Operator Distance-Dialing From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODE

Object Database and Environment (AT&T, DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODE

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

ODETTE

Organization for Data Exchange by Tele-Transmission in Europe (org., Europe) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODF

Opendoc Development Framework (Apple, OpenDoc) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODF

Opendoc Part Framework (OpenDoc) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODI

Open Data link Interface (Novell) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODI

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

ODIA

Object ??? (Apple, ALOE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODIF

Office Document Interchange Format (ISO 8613, ASN.1, ODA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODIN

Optimale Datenmodelle und algorithmen fuer Ingenieur- und Naturwissenschaften [auf hochleistungsrechnern] (Uni Karlsruhe, Germany, SNI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODINSUP

Open Data link Interface - Network driver interface specification SUPport (ODI, NDIS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODISS

Optical Digital Image Storage System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODK

Office Develoment Kit From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODL

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

ODL

Open Document Language (ODA, SGML) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODLI

Open Data Link Interface From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODM

Object Database Manager (AIX, IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODM

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

ODMA

Open Document Management API (API) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODMG

Object Database Management Group (org., DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

odontolinux

Dental office management software (PHP4 + PostgreSQL) Odontolinux! is a dental office management software. It is written in PHP4. It uses PostgreSQL as DBMS. You can install this software on a server and access it from any client provided that you are connected to the server's network and you have a browser. Odontolinux! features patient's data, multiple treatment plans, ledger, payments, invoices and much more. The user can choose between english and italian language. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODP

Open Directory Project (WWW, Netscape) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODP

Open Distributed Processing (ISO) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODP

OverDrive Processor (Intel) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODPR

OverDrive Processor Replacement (Intel) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODR

Ontrack Data Recovery (Ontrack, Software, Netware) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODR

Optimized Dynamic Routing (SNI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODS

Offenes Deutsches Schulnetz (network) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODS

Office Dialog System (OA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODS

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

ODS

Optical Data Systems [inc.] (manufacturer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODS

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

ODS

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

ODSI

Open Directory Service Interfaces (MS, Windows NT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODT

Online Debugging Technique From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ODT

Open DeskTop (SCO, GUI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

odvicopy

produce modified copy of DVI file From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

odvips

convert a TeX DVI file to PostScript From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

odvitype

translate a dvi file for humans From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OE

Outlook Express (MS, Internet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OEB

Open eBook [standard] (MS, NuvoMedia, ...) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OECOS

Organizational Engineering for Communications and Organizational Systems (SNI, OA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OEM

Original Equipment Manufacturer From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OEone HomeBase

OEone provides complete Internet computer systems, with hardware and Linux based software. OEone HomeBase Software 1.2 provides powerful computing, entertainment, television, personal productivity, backup services, automatic updates, software upgrades, and more for an Internet computer. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OEP

Operand Execution Pipelines (Motorola, CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OES

Olivetti EntsorgungsService (Olivetti) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OF

Overflow Flag (assembler) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OFA

Optimal Flexible Architecture (Oracle) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OFC

Open Financial Connectivity (MS, banking) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OFDM

Orthogonal Frequency Division Multiplexing (FDM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OFFIS

Oldenburg Forschungsinstitut Fuer Informatikwerkzeuge und -Systeme (org., Uni Oldenburg) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ofm2opl

convert Omega and TeX font-metric files to property-list files From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OFS

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

OFS

Output Field Separator (AWK) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OFTA

OFfice of the Telecommunications Authority (org., Hongkong) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OFTP

ODETTE File Transfer Protocol (ODETTE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oftpd

A secure anonymous FTP server Designed from the ground up to be as secure as an anonymous FTP server can be. It runs as non-root and uses chroot() to hide the rest of the system from the ftp daemon. It is designed to work efficiently with threads. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OFX

Open Financial eXchange (banking, Intuit, MS, Checkfree, USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ogg

/og/ v. [CMU] 1. In the multi-player space combat game Netrek, to execute kamikaze attacks against enemy ships which are carrying armies or occupying strategic positions. Named during a game in which one of the players repeatedly used the tactic while playing Orion ship G, showing up in the player list as "Og". This trick has been roundly denounced by those who would return to the good old days when the tactic of dogfighting was dominant, but as Sun Tzu wrote, "What is of supreme importance in war is to attack the enemy's strategy, not his tactics." However, the traditional answer to the newbie question "What does ogg mean?" is just "Pick up some armies and I'll show you." 2. In other games, to forcefully attack an opponent with the expectation that the resources expended will be renewed faster than the opponent will be able to regain his previous advantage. Taken more seriously as a tactic since it has gained a simple name. 3. To do anything forcefully, possibly without consideration of the drain on future resources. "I guess I'd better go ogg the problem set that's due tomorrow." "Whoops! I looked down at the map for a sec and almost ogged that oncoming car." From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ogg123

plays Ogg Vorbis files From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oggenc

encode audio into the Ogg Vorbis format From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ogginfo

gives information about Ogg files. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ogle

DVD player with support for DVD menus Ogle is a DVD player with DVD menu support. This is the vanilla version, with no special CPU support. If you have a recent i386, powerpc, you will want to install the optimized package, ogle-mmx or ogle-altivec respectively. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OGRAN

OpenGate - Router Access Node ??? (RND), "OG-RAN" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OH

Off-Hook (MODEM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OHCI

? Host Controller Interface (USB, Compaq, OPTI, Apple, UHCI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ohphone

Command line H.323 client with X, SVGA and SDL support Supports both voice and video phone calls using H.323 Voice over IP (VoIP) conferencing. Allows you to initiate and receive H.323 calls from the command line, can interoperate with any other H.323 client like GnomeMeeting or NetMeeting. It can be used interactively via a menu interface or simply via command line arguments. For more information on the OpenH323 project visit them at http://www.openh323.org/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OIA

Operator Information Area (IBM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OIC

Oh, I See (DFUe, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OID

Object IDentifier (OSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oidentd

Replacement ident daemon An ident (rfc1413) daemon for IPv4 and IPv6. oidentd allows users, given the proper permission, to specify the identd response that the server will output when a successful lookup is completed. Oidentd also allows for pseudo-random strings (either a prefix, such as "user," followed by a number between 0 and 99999, or 10 pseudo-random characters of the set 0-9A-Za-z) to be returned upon the completion of a successful lookup instead of a username or a UID. Oidentd supports IPv4 masqueraded connections, including netfilter. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OIDL

Object Interface Definition Language From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OIDP

Oracle Internet Development Pack (Oracle, Internet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OIF

Outgoing InterFace (PIM, IIF, Multicast) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OII

Operations-Intelligence Interface (mil.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OIIC

Optically Interconnected Integrated Circuits [project] (ESPRIT) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OIL

Operator Identification Language (ELI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OIM

Open Information Model From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OIP

Open Internet Platform (Caldera, Linux, SCO) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OIW

Open Information Warehouse (SAP, R/3) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OIW

OSI Implementors Workshop (OSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

okumura-clsfiles

Modified jclasses.dtx of ASCII pLaTeX. Provides jsarticle.cls, jsbook.cls and jspf.cls but jspf.cls are yet in experimental state. Also provides morisawa.sty with which one can use Morisawa Basic-5 type faces in TeX files. Morisawa Basic-5 type faces should be installed in your PS printer. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLAP

On-Line Analytical Processing. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLAP

OnLine Analytical Processing (DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oldps

report process status From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLE

Object Linking and Embedding From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLED

Organic Light Emitting Display (OLED) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLEDS

Object Linking and Embedding Directory Services (ODSI, MS), "OLE DS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oleo

GNU spreadsheet program Oleo is a spreadsheet program (better for you than the more expensive spreadsheet). It is an X client and also runs on character-based terminals. It can generate embedded Postscript renditions of spreadsheets. Keybindings should be familiar to Emacs users and are configurable by users. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLEO

Open Linking and Embedding of Objects (OLE, OpenDoc) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLEP

Organic Light-Emitting Polymer [display] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLI

Originating Line Information From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLIS

Oxford Library Information System From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLIT

OpenLook Interface Toolkit (OpenLook) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLIVR

OnLine Interactive Virtual Reality, "OLiVR" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLLI

OnLine Library Information From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLM

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

OLMC

Output Logic Macro Cell (GAL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLPS

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

OLRT

OnLine Real-Time From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLS

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

OLTEP

OnLine Test Executive Program From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLTM

Optical Line Terminating Multiplexer, "O-LTM" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLTP

OnLine Transaction Processing From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

olvwm

OpenLook virtual window manager This package contains an extended version of olwm, the original OpenLook window manager, enhanced for handling of virtual desktops. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

olwm

Open Look Window Manager This package contains the traditional Open Look Window Manager. For an extended version that offers virtual desktops, have a look at the package `olvwm'. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OLWM

OpenLook Window Manager (OpenLook) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OM1

Open MPEG consortium 1 (org., MPEG), "OM-1" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OMA

Object Management Architecture (OMG) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OMC

Operation and Maintenance Center (PLMN, GSM, mobile-systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OME

Open Messaging Environment (Novell) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

omega

extended unicode TeX From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

omega-rpg

A text-based roguelike game Omega is a complex rogue-style game of dungeon exploration. Unlike other such games, there are a number of ways to "win", depending on various actions taken during play. The ways you can get your name on the high score board include becoming the highest ranked head of a guild, sect, college, etc., as well as gaining the most points figured from possessions and experience. The game (via the oracle) may impose some structure on your exploration, but you need not follow all of the oracle's advice. There *is* a "total winner" status, by the way. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OMF

Object Management Framework (DME) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OMF

Object Module Format (IBM, MS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OMF

Open Media Framework (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OMFI

Open Media Framework Interchange (OMF) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OMG

Object Management Group (IBM, HP, DEC, Tandem, Sun, org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OMI

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

OMISTN

Optical Mode Interface SuperTwisted Nematic (LCD), "OMI-STN" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

omlcs

Markup language converter to html. OpaL Markup Language Content System is a extended html-like language defined in xml. It makes writing of content lot easier because it can fetch data from other files in a automated way. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OMN

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

Omni

The Omni printer driver provides support for over 300 printers using the Ghostscript framework. In addition, it provides a model for dynamically loading printer drivers, creating new devices by editing device description files, and simplifies new printer driver development by allowing for the subclassing of previous device features. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

omniidl

omniORB - idl compiler omniORB is a freely available Common Object Request Broker Architecture (CORBA) 2.3 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.3 compliant ORB. This includes the core idl compiler. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Omoikane GNU/Linux

This appears to be a Debian based distribution translated to Japanese. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OMR

Optical Mark Reader (Fax) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OMR

Optical Mark Recognition From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OMS

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

OMS

Open Music System (MIDI, Opcode Systems) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

omt

A tool for mirroring web pages. OpaL Mirror Tool is a program written in perl to mirror web pages or download files from the web. It has the powerful ability to rewrite the content of the pages to make a fully functional mirror and the user can specify additional rewrite rules at the command line. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OMT

Object Management Technique (Westmount, CASE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OMT

Object Modelling Technique (CASE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ONA

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

ONAC

Operations Network Administration Center From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ONAL

Off Network Access Line From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ONC

Open Network Computing (Sun) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OnCore OS

OnCore Systems, Inc. provides the OnCore OS, a highly optimized embedded OS that dynamically allocates Memory Management Unit (MMU) protected memory, which enables fully independent address spaces. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ONCXDR

Open Network Computing eXternal Data Representation (Sun), "ONC XDR" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ONE

Open Network Environment (Netscape) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

one-time pad (Vernam Cipher)

In cryptography, the one-time pad encrypts data by XORing the plaintext against a stream of truely random bits. In theory, the one-time pad is the only unbreakable encryption algorithm, even with infinite resources or quantum computers. This is because if the key (aka. pad) is totally random, then the ciphertext will be random as well. Problem: While the one-time pad is perfectly secure in theory, it has problems in practice, and is rarely used. The major problem is how one distributes the one-time pads to all the receivers. This can be done in some cases, such as sending out CD-ROMs full of random bits with soldiers on the battle-fields, but it becomes unwieldy for normal uses of cryptography. Key point: The pad (secret key) can be used only once. If it is ever used twice, then much of the plaintext can be easily recovered. This means that the pad must be as long as the data being encrypted. History: The one-time pad was invented by G. S. Vernam in 1926, and saw heavy use during WWII. It is still used today in diplomatic corps, spies, the Washington-Moscow "hot-line". Rumor: There are many short-wave radio stations throughout the world broadcasting a human voice reading off long lists of numbers. These are thought to be messages sent to spies throughout the word who decode them with one-time pads. Key point: Today's encryption algorithm are based upon the theoretical underpinnings of the one-time pad. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

one-time password (S/Key) . . . .

A password authentication enhancement, the one-time password allows you to log on only once with a password, after which that password is no longer valid. The way this works is that instead of having a normal password you would memorize, you are given a list of passwords. You use each password sequentially. You might use a hardware device that maintains the list for you. Each time you login, you ask the hardware device for the next password. Key point: The true secret (such as the password used to encrypt the passwords) is never sent across the wire. A hacker could certainly sniff the password from the wire, but it is now useless. Example: The original OTP system was named "S/Key"; a term trademarked by Bellcore. The idea was to create a password authentication system that integrated seamlessly to existing UNIX systems. Other approaches require replacing existing protocols/software with secure password exchanges (like challenge-responses or public-key crypto). However, it should be noted that the S/Key protocol is still vulnerable to man-in-the-middle attacks. From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oneko

a cat chases the cursor (now a mouse) around the screen A cat (neko) chases the cursor (now a mouse) around the screen while you work. Alternatively, a dog chases a bone. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oneko

The program oneko creates a cute cat chasing around your mouse cursor. From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oneliner

Command line for X OneLiner creates a single-line command prompt at the bottom of the screen, displaying your current directory and keeping track of all the directories you've been in and commands you've run during the current session. This is a complete re-write; OneLiner has progressed from a quick Tcl/Tk hack, to an ever-so-slightly more advanced C/Tk hack, and now to C/GTK+! The interface is practically the same, but items won't get duplicated on the history menus now. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ONI

Operator Number Identification From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ONIX

ONline Information eXchange [guidelines] From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Online/Offline

When you are logged onto a computer through your modem, you are said to be online. When you are using your computer but are not connected to a computer through your modem, youOre said to be working offline. On-line is also a Buzz word that indicates access to a computer network. From Glossary of Distance Education and Internet Terminology http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ONMS

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

onshore-timesheet

A complete, Open Source, Web-based Time-Billing solution A commercially supported, GPL'd web application to allow for the collection and approval of hours via the Web. Clients, jobs, personnel, and hours are modeled and managed by the system. Nightly reports give managers a list of their jobs and unapproved hours. A flexible backend is provided for integration with billing systems. See http://www.onshore-timesheet.org/ for more information and inquiries about commercial support, integration, or development. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OO

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

OO

Object Oriented, any programming language or other system which is based on the concept of grouping related routines and data structures together in 'objects'. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oo-browser

(Emacs) Object Oriented Class Browser The oo-browser is a multi-windowed, interactive object-oriented class browser similar in use to the well-known Smalltalk browsers. It is unique in a number of respects foremost of which is that it works well with a multiplicity of object-oriented languages. It provides both textual views within an editor and graphical views under the X window system and Windows. oo-browser provides support for Java, C++/C, Object-C, Python, Smalltalk, Eiffel and last but not least Lisp. More information can be found at the oo-browser web site http://sourceforge.net/projects/oo-browser/ . From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oo2c

Optimizing Oberon-2 to ANSI-C Compiler Oberon-2 is an object-oriented programming language, a successor of Pascal, designed by the renowned Niklaus Wirth. It combines the popular and proven design of Pascal (strict type system, easy to read code, easy to follow program flow, possibility to naturally structure your source code) with the modularity of Modula-2 and enhances both of them with clean, simple but powerful object-oriented concepts, including inheritance, dynamic type information, virtual methods, various access rules on class and module basis and a built-in garbage collector. OO2C is the first compiler of the Optimizing Oberon-2 Compiler (OOC) project. OOC's goal is to provide optimizing native code Oberon-2 compilers for a number of popular computer architectures. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOA

Object Orientated [system] Analysis (OOP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOAD

Object Orientated Analysis and Design (OOP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOCTG

Object Orientated COBOL Task Group (CODASYL, org., OOP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOD

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

OODB

Object Oriented Data Base (OOP, DB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OODBMS

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

OODL

Object Orientated Dynamic Language (OOP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOF

Office of The Future (OA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOF

Out of Frame (DS3/E3) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOL

Object-Oriented Language (OOP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOL

Open Objects Library (OS/2) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOM

Object-Oriented Methodology (OOP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOM

Out of memory From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oonsoo

Solitaire card game for x11. Oonsoo is a solitaire card game for x11. The goal of the game is to arrange the twelve suits of cards, in order, onto the twelve playing decks. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOP

Object Orientated Programming From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOPL

Object-Oriented Programming Language (OOP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oops

HTTP caching proxy server written for performance OOPS is lightweight but powerful proxy cache. It's main features are: * HTTP/1.1 (without persistent connections yet) and FTP * Fast start. It is ready to serve requests immediately after start. * On-disk storages are checked in background, while serving requests directly from network * Clean reconfiguration on SIGHUP - no broken sessions, new settings applied to new connections * Easy-to-read/understand config file and acl's * Bandwidth control * Modular structure. Several module types exist: logging, access, output, error reporting, URL filtering, ... * Objects are stored in large files: no file per object scheme. * These large files can be raw devices (like /dev/hda) From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOPS

Object Oriented Program Support (OOP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOPS

Object-Oriented Programming System (OOP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOPSLA

[conference on] Object Orientated Programming Systems, Languages and Applications (ACM, OOP, conference) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOPSTAD

Object Orientated Programming for SmallTalk Application Development association (org., OOP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOS

Object-Oriented Systems From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOS

Out-Of-Sequence From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOSA

Object Orientated System Analysis (OOP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOSH

Object-Oriented SHell (OOP, Shell) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OOT

Object-Oriented Technology (OOP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OP

Original Poster (slang, Usenet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPA

Open Publishing Architecture From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPAC

Online Public Access Catalogue (Internet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

opalmod

A set of modules for the opal packages. OpaL Perl Modules is a set of perl modules used for various tasks. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPC

OLE for Process Control (OLE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPC

OpenGL Performance Characterization [project group] (OpenGL, org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPC

Optical Proximity Correction From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPC

Organic Photo Conductor From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPC

Overall Performance Category From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPCR

Original Program Clock Reference From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPDU

Operation Protocol Data Units From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

open

available for modifications. not controlled by a single manufacturer. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

open

open and possibly create a file or device From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPEN

Open Protocol Enhanced Networks From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

open

start a program on a new virtual terminal (VT). From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

open

The open command starts a specified command with the first available virtual console, or on a virtual console that you specify. Install the open package if you regularly use virtual consoles to run programs. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

open architecture

A system in which all the system specifications are made public so that other companies will develop add-on products such as adapters for the system. See open bus system. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Open Sound System

a device driver for accessing sound cards and other sound devices under various UNIX operating systems. OSS has been derived from the Linux Sound Driver. The current version supports almost all popular sound cards and sound devices integrated on computer motherboards. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Open Source

A somewhat ambiguous term that refers to software that is released with its source code. The fact that the source code is provided does not necessarily mean that users can modify and redistribute the source code. The term is sometimes used interchangeably with "free software", although they are not always the same. (Also, see Public Domain and Shareware.) From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

open source

n. [common; also adj. `open-source'] Term coined in March 1998 following the Mozilla release to describe software distributed in source under licenses guaranteeing anybody rights to freely use, modify, and redistribute, the code. The intent was to be able to sell the hackers' ways of doing software to industry and the mainstream by avoid the negative connotations (to suits) of the term "free software". For discussion of the followon tactics and their consequences, see the Open Source Initiative site. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

open source

Term coined in March 1998 following the Mozilla release to describe software distributed in source under licenses guaranteeing anybody rights to freely use, modify, and redistribute, the code. The intent was to be able to sell the hackers' ways of doing software to industry and the mainstream by avoid the negative connotations (to suits) of the term "free software". From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Open Source Software

Open Source Software is software for which the underlying programming code is available to the users so that they may read it, make changes to it, and build new versions of the software incorporating their changes. There are many types of Open Source Software, mainly differing in the licensing term under which (altered) copies of the source code may (or must be) redistributed. From Matisse http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

open source software (OSS)

Non-proprietary software in which the software source code is available and can be adapted by users to suit their needs. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

open standard

A set of rules and specifications, which collectively describe the design or operating characteristics of a program or device, that is published and made freely available to the technical community. Open standards may contribute to rapid market growth if they encourage interoperability (the ability of a device made by one manufacturer to work with a device made by a different manufacturer). The opposite of an open standard is a proprietary standard which a company pushes in the hope that its standard, and no others, will come to dominate the market. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Open System Interconnection (OSI) reference model

An international standard for the organization of local area networks (LANs) established by the International Standards Organization (ISO) and the Institute of Electrical and Electronic Engineers (IEEE) that improves network flexibility. Synonymous with ISO/OSI reference model. The OSI reference model separates the communication process into distinct layers insulated from each other, such as the physical, data and transport. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Open Systems Interconnection (OSI)

Standard developed by ISO to allow computer systems running network operating systems to communicate using a seven-layer model. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

open-amulet-images

image files for OpenAmulet, a GUI toolkit This package contains the image files needed by certain OpenAmulet programs. The OpenAmulet Toolkit is a portable toolkit designed for the creation of 2D direct manipulation graphical user interfaces. It is written in C++ and can be used with Unix systems running the X Window System (Motif look), PC's running Microsoft Windows NT or `95 (native look), or Macintosh systems running MacOS (native look). The Amulet research project in the School of Computer Science at Carnegie Mellon University is creating a comprehensive set of tools which make it significantly easier to create graphical, highly-interactive user interfaces. The lower levels of Amulet are called the `Amulet Toolkit,' and these provide mechanisms that allow programmers to code user interfaces much more easily. Support is provided for: object selection, save/load, undo, and constraints. As the group at Carnegie Mellon University is no longer funded for its work on Amulet, some Amulet users have founded the OpenAmulet project which has continued its development. For more information, see http://www.openip.org and http://www.cs.cmu.edu/~amulet/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

open-source

"Open-source" describes a set of political values espoused by many on the Internet. When creating software, a programmer will write code. Code is the "source" from which the software is built. This source code is then compiled into object binaries. It is not feasable to reconstruct the source code from the binaries, which means that somebody using software cannot see the source code from which it was built. The political view is that people should be able to view the source, that is should be "open" for reading by anybody. The primary reason is that open-source increases "freedom". People are free to make changes as they like to the source-code, thereby fixing bugs or adding features to their software. There is also a level of paranoia involved: people fear that closed-source they can't read may be doing something subversive, such as secretly monitoring people for the government. Controversey: Open-source advocates believe that it is beneficial for the following reasons: security Security is founded upon the principle of peer review. This is especially true in the world of crypto, where nothing is accepted without years of vetting by members of the crypto community. In the same fashion, many paranoids will trust only peer-reviewed, open-source software. However, as of 2001, both open-source and closed-source have been the source of massive security problems (such as the many popular Linux worms). cost Open-source software licenses are usually free. However, since software licenses for many products are much smaller than operational costs, it price is not as important as other things. For example, BIND and Sendmail are popular not so much for their free licenses, but more for the fact that they have been the standard for more than 15 years. These products are well understood, and therefore cheap for companies to operate. stability and bugs The peer-review model suggests that bugs can be easily found and fixed. However, both open-source and closed-source suffer from the fact that source-code is a constantly moving target. In both cases, new code is being written faster than existing code is being fixed. There are some open-source projects (e.g. OpenBSD) where developers concentrate on stabilizing code rather than moving forward to the latest and greatest features. However, some people think that projects like Linux are too fast a moving target to ever quite stabilize. Since the source-code is open, developers can easily change it to add features. However, few people are developers, and the code is often so poorly documented, adding changes to it can often be more of a burden than starting over from scratch. Example: The following are well known open-source projects: Linux, Apache, sendmail, BIND, Samba, Perl, Mozilla, MySQL From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openafs

The AFS distributed filesystem- database server AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. It should be installed on the servers that will act as volume location and protection servers. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openam

H.323 answering machine This program does the job of a real answering machine but for H.323 Voice over IP (VoIP) based phones, this is, answers calls and plays previously recorded messages and then records new ones for you to hear afterwards. For more information on the OpenH323 project visit them at http://www.openh323.org/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openbabel

Convert and manipulate chemical data files Openbabel is a GPL and C++ rewrite of the 'babel' program to convert the various file formats used in chemical software. The command-line interface is mostly identical to the old 'babel' executable and recognizes these file formats among many others: Alchemy, ChemDraw, GAMESS, Gaussian, HyperChem, MDL Isis and Molfile, MOPAC, MPQC, PDB, SMILES and XYZ. Right now, openbabel is not a 100% replacement for babel as some file formats and bond order prediction are not yet supported. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openc++

extensible C++ compiler OpenC++ is a tool for source-code translation for C++. Programmers can easily implement various kinds of translation so that they can define new syntax, new annotation, and new object behavior. Web Page: http://www.hlla.is.tsukuba.ac.jp/~chiba/openc++.html From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OpenClassroom

The OpenClassroom Project is an initiative to develop a complete administrative system for the school. It includes tools for teachers, students and administrators. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

opengate

H.323 voice over IP gatekeeper OpenGatekeeper supports all the basic features of an H.323 Gatekeeper such as registration, admissions and access control, address translation and bandwidth monitoring and control. To utilise the gatekeeper you require a H.323 client, such as simph323, ohphone or even MS Netmeeting. It also supports many advanced features such as: - Gatekeeper routed calls - Support of H.323v2 alias types (party number, URL, transport id and email address) - Support for gateway prefixes - Registration and call activity logs - Neighbour gatekeeper database - Registration time to live From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPENGL

OPEN Graphics Language (OpenGL), "OpenGL" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OpenGL

OpenGL is an immediate mode graphics programming API originally developed by SGI based on their previous proprietary Iris GL, and became in industry standard several years ago. It is defined and maintained by the Architectural Revision Board (ARB), an organization that includes members as SGI, IBM, and DEC, and Microsoft. OpenGL provides a complete feature set for 2D and 3D graphics operations in a pipelined hardware accelerated architecture for triangle and polygon rendering. In a broader sense, OpenGL is a powerful and generic toolset for hardware assisted computer graphics. From 3DFX-HOWTO http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openh323gk

H.323 gatekeeper H.323 gatekeeper controls all H.323 clients (endpoints like MS Netmeeting) in your zone. Its most important function is address translation between symbolic alias addresses and IP addresses. This allows you to call "jan" instead of knowing which IP address he currently works on. To utilise the gatekeeper you require a H.323 client, such as simph323, ohphone or even MS Netmeeting. - can send LRQ to neighbour GK based on prefix - authentication mechanism - Alternate gatekeeper option - rewriting of E.164 numbers - "ping" endpoints (heartbeat) - TCP interface for monitoring and controlling the GK From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPENHCI

Open Host Controller Interface (USB), "OpenHCI" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openjade

Jade (James' DSSSL Engine) is an implementation of the DSSSL style language -- Document Style Semantics and Specification Language --an ISO standard for formatting SGML (and XML) documents. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openjade

Implementation of the DSSSL language OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL language. It is based on James Clark's Jade software. This is the latest stable release of OpenJade. For the latest-and-greatest/bleeding-edge, install the `openjade' package. The OpenJade processor, in conjunction with a DSSSL style sheet, is capable of translating SGML documents into other formats. Output formats currently supported are RTF, HTML, MIF, JadeTeX, or an XML representation of the flow object tree. Using it's own non-standard system, it is also capable of transforming one SGML or XML DTD to another. Author: The OpenJade Team <jade-devel@infomansol.com> Homepage: http://openjade.sourceforge.net/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OpenLDAP

An open-source version of lightweight Directory Access Protocol (LDAP). From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openldap

OpenLDAP is an open source suite of LDAP (Lightweight Directory Access Protocol) applications and development tools. LDAP is a set of protocols for accessing directory services (usually phone book style information, but other information is possible) over the Internet, similar to the way DNS (Domain Name System) information is propagated over the Internet. The openldap package contains configuration files, libraries, and documentation for OpenLDAP. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openmcu

H.323 conferencing server OpenH323 console interactive conferencing server that allows two or more people using a H.323 client to talk to each other in chat rooms. The server mixes the sound coming from all participants and splits the image so that up to 4 of them can be seen. For more information on the OpenH323 project visit them at http://www.openh323.org/ From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openmosix

Utilities to administer an openmosix cluster node Openmosix is an extension to the linux kernel to support scalable and transparent cluster computing. The enhanced kernel allows a cluster of workstations and servers based on the Intel x86 architecture to work cooperatively as if part of a single system. This package provides the utilities to run a openmosix cluster. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openmotif

This is the Open Motif 2.2.1 runtime environment. It includes the Motif shared libraries, needed to run applications which are dynamically linked against Motif, and the Motif Window Manager "mwm". From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OpenNA Linux

The OpenNA Linux Operating System provides a highly secure and fast Linux server. Dedicated for mission critical tasks in the servers domain, the OpenNA Linux operating system provides a secure, strong, reliable and fast solution. A beta4 development version was released July 22, 2002. Release Candidate 2 was released March 24, 2003. A 'secured' distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

opennap

Open source Napster server. Napster is a protocol for sharing files between clients. The server acts as a broker and search engine for client transfers. It also features group and private chat, similar to IRC. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openoffice

OpenOffice.org is an Open Source, community-developed, multi-platformoffice productivity suite. It includes the key desktop applications, such as a word processor, spreadsheet, presentation manager, formulaeditor and drawing program, with a user interface and feature set similar to other office suites. Sophisticated and flexible,OpenOffice.org also works transparently with a variety of file formats, including Microsoft Office. Usage: Simply type "ooffice" to run OpenOffice.org or select the requested component (Writer, Calc, Draw, Impress, etc.) from your desktop menu. The ooffice wrapper script will install a few files in the user's home, if necessary. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OpenOffice.org

OpenOffice.org is an Open Source, community-developed, multi-platform office productivity suite. It includes the key desktop applications, such as a word processor, spreadsheet, presentation manager, forumula editing and drawing program, with a user interface and feature set similar to other office suites. Sophisticated and flexible, OpenOffice.org also works transparently with a variety of file formats, including Microsoft Office. Languages available in OpenOffice.org-l10n-* packages include: Enligh,French, German, Spanish, Italian, Dutch, Sweddish, Finnish, Polish,Russian, Chinese, Japanese, Korean, Danish, Greek, Turkish, Czech,Catalan, Arab, Slovak.Localized help files available in OpenOffice.org-help-* packagesinclude: English, French, German, Spanish, Italian, Sweddish, Russian,Finnish, Czech, Japanese, Korean, Chinese. Spell-checking and hyphenation dictionaries are available in myspell-*and myspell-hyph-* packages, respectively. Please install the onesthat better suit your language needs.Usage: Simply type "ooffice" to run OpenOffice.org or select the requested component (Writer, Calc, Draw, Impress, etc.) from your desktop menu. The ooffice wrapper script will install a few files inthe user's home, if necessary. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

opensp

OpenJade group's SGML parsing tools This package is a collection of SGML/XML tools called OpenSP. It is a fork from James Clark's SP suite. These tools are used to parse, validate, and normalize SGML and XML files. The central programs included in this package are 'onsgmls', which replaces sgmls, 'ospam', 'ospent', 'osgmlnorm', and 'osgml2xml'. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openssh

SSH (Secure Shell) a program for logging into a remote machine and for executing commands in a remote machine. It is intended to replace rlogin and rsh, and provide secure encrypted communications betweentwo untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it up to date in terms of security and features, as well as removing all patented algorithms to separate libraries (OpenSSL). This package includes the core files necessary for both the OpenSSH client and server. To make this package useful, you should also install openssh-clients, openssh-server, or both. From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OpenSSH

The open source implementation of the Secure Shell (SSH) protocol. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openssl

Secure Socket Layer (SSL) binary and related cryptographic tools. This package contains the openssl binary and related tools. It is part of the OpenSSL implementation of SSL. You need it to perform certain cryptographic actions like: o Creation of RSA, DH and DSA key parameters o Creation of X.509 certificates, CSRs and CRLs o Calculation of Message Digests o Encryption and Decryption with Ciphers o SSL/TLS Client and Server Tests o Handling of S/MIME signed or encrypted mail . From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openssl

The openssl certificate management tool and the shared libraries that provide various encryption and decription algorithms and protocols, including DES, RC4,RSA and SSL. This product includes software developed by the OpenSSL Project for use in theOpenSSL Toolkit (http://www.openssl.org/). This product includes cryptographic software written by Eric Young(eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com). From Mandrake 9.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openuniverse

3D Universe Simulator OpenUniverse (OU for short) is a fun, fast and free OpenGL space simulator. It currently focusses on the Solar System and lets you visit all of its planets, most major moons and a vast collection of smaller bodies in colorful, glorious and realtime 3D. If you've ever had a chance to visit Mercury or asteroid Geographos, here you'll find them looking exactly the same way, following exactly the same path as when you've left them. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openverse

A graphical chat written in tcl/tk. OpenVerse is a graphical visual chat client/server written in tcl/tk. Anyone who has seen Virtual Places, The Palace, or any other visual chat can quickly relate to what OpenVerse is. This package includes both the client program and server code. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openvrml-lookat

VRML X11 viewer This package contains lookat, a X11 VRML viewer using openvrml From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

openvt

start a program on a new virtual terminal (VT). From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Openwall GNU/Linux

"Owl" (or "Openwall GNU/*/Linux") is a security-enhanced operating system with Linux and GNU software as its core, compatible with other major distributions of GNU/*/Linux. It is intended as a server platform. The Owl 0.1-prerelease was released on May 11, 2001. Version 1.0 was released October 14, 2002. A 'secured' distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OpenZaurus

The OpenZaurus project was aimed at building a kernel and filesystem for the Sharp SL-5000d and SL-5500. Version 2.9.5.5 was released August 8, 2002. After that the project became a Debian based embedded distribution built from source. It is quite similar to other embedded debian-based distributions, such as Familiar for the Ipaq. This is still an open source Linux for the Sharp Zaurus, using the latest available Opie. Ports of OpenZaurus to other PDAs and/or other embedded systems are imminent (as of January 28, 2003). OpenZaurus 3.1 release candidate 2 was announced January 24, 2003. Handhelds/PDA based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Operating system

A master control program that manages the computer's internal functions and provides a means to control the computer's operations. The most popular operating systems for personal computers include Microsoft Windows and MacOS. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

operating system

n. [techspeak] (Often abbreviated `OS') The foundation software of a machine; that which schedules tasks, allocates storage, and presents a default interface to the user between applications. The facilities an operating system provides and its general design philosophy exert an extremely strong influence on programming style and on the technical cultures that grow up around its host machines. Hacker folklore has been shaped primarily by the Unix, ITS, TOPS-10, TOPS-20/TWENEX, WAITS, CP/M, MS-DOS, and Multics operating systems (most importantly by ITS and Unix). From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

operating system

Software that shares a computer system's resources (processor, memory, disk space, network bandwidth, and so on) between users and the application programs they run. Controls access to the system to provide security. http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

operating system

The foundation software of a machine; that which schedules tasks, allocates storage, and presents a default interface to the user between applications. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

operating system (OS)

The main control software of a computer system; handles task scheduling, storage, and communication with peripherals. All applications installed on a computer system must communicate with the operating system. Linux is one example of an operating system. From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPI

Open Prepress Interface (DTP) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

opie-client

OPIE programs for generating OTPs on client machines This package contains the necessary generators to produce one-time passwords (OTPs) which allow you to log into systems running OPIE aware daemons. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

opie-server

OPIE programs for maintaining an OTP key file Creates an OTP key file. Probably not useful without libpam-opie From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPK

OEM Pre-installation Kit (MS, Windows, OEM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPL

Open Publication License (OCL) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPL

Organizer Programming Language (Psion, PDA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

opl2ofm

convert Omega and TeX property-list files to font-metric files From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPM

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

OPS

Operations Per Second (CPU) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPS

Oracle Parallel Server (Oracle) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPSEC

Open Platform for Secure Enterprise Connectivity (org., manufacturer, IDS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPT

Open Protocol Technology From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

opt

Options Parsing Tool shared library opt is a subroutine library which facilitates the convenient input of parameters to a C program. Parameters are parsed from a command line, with further facilities for reading options from files, from environment strings, or from an interactive environment. The aim of the opt package is to permit programs to be both user- and programmer- friendly. The package attempts to on the one hand provide a direct and relatively full-featured input interface to the ultimate user of the program, and at the same time impose a minimal amount of work on the programmer to "attach" the package to his or her software. It is similar to GNU's (and AT&T's old) getopts package, but with a different interface that might be easier to use. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPTARG

The value of the last option argument processed by the getopts builtin command. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPTERR

If set to the value 1, bash displays error messages generated by the getopts builtin command (see SHELL BUILTIN COMMANDS below). OPTERR is initialized to 1 each time the shell is invoked or a shell script is executed. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OPTIND

The index of the next argument to be processed by the getopts builtin command. From Rute-Users-Guide http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

option

An argument on a command line, usually preceded by a minus sign, that modifies the functioning of the command-also known as a flag or a switch. For example, the -x option on the command line vi -x allows the vi editor to read an encrypted file. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OQL

Object Query Language (ODMG) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OR

Originator / Recipient (X.400, MOTIS), "O/R" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ORAIS

Opportunities and Risks of Artificial Intelligent Systems (conference, GI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Orange Book

n. The U.S. Government's standards document "Trusted Computer System Evaluation Criteria, DOD standard 5200.28-STD, December, 1985" which characterize secure computing architectures and defines levels A1 (most secure) through D (least). Modern Unixes are roughly C2. See also crayola books, book titles. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Orange Linux

Orange Linux is a floppy-based Linux distribution that includes a set of tools for making your own distribution, a VGA graphics library, and a small Pong game. Initial version 1.0 was released March 11, 2003. A floppy-based distribution. From LWN Distribution List http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ORB

Object Request Broker (OMA, OMG, CORBA, ORB) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

orbit

A CORBA ORB (used with Gnome) ORBit is a lightweight CORBA ORB designed for use with the Gnome project. (Nothing about it requires Gnome, though.) This package contains command-line utilities for various ORBit services: orbit-ird, name-client, orbit-name-server, orbit-event-server, ior-decode. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ORBit

ORBit is a high-performance CORBA (Common Object Request Broker Architecture) ORB (object request broker). It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. CORBA is an architecture that enables communication between program objects, regardless of the programming language they are written in or the operating system they run on. From Redhat 8.0 RPM http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

orbit2

A CORBA ORB (used with Gnome) ORBit2 is a high-performance CORBA ORB originally designed for use with the GNOME project. (Nothing about it requires GNOME, though.) This package contains command-line utilities, such as name-client-2, orbit-name-server-2 and ior-decode-2. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ORCA

Online Resource Control Aid From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ORDBMS

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

oregano

GNOME application for schematic capture of electrical circuits Oregano is an application for schematic capture and printing of electrical circuits. It can also be used for simulations if you have Berkeley Spice. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

original-awk

The original awk described in "The AWK Programming Language" This is the version of awk described in "The AWK Programming Language", by Al Aho, Brian Kernighan, and Peter Weinberger (Addison-Wesley, 1988, ISBN 0-201-07981-X). From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ORK

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

ORM

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

oroborus

A lightweight themeable window manager for X. Oroborus is a small and simple window manager which does exactly what it says it does, manage windows. There is no fancy doc, clip, wharf, or a root menu for that matter. These utilities can be provided by other programs such as "deskmenu". Oroborus has support for Gnome and session management, or can be run as a stand-alone window manager. This package has also been compiled with Xinerama support. Oroborus is small, about 40Kb at the time of this package. It has full keyboard control and is very themeable. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OROM

Optical Read Only Memory (ROM), "O-ROM" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

orp

Java VM and JIT from Intel Research Lab. ORP stands for Open Runtime Platform, which is an Intel(TM) Open Source research platform for investigating dynamic compilation and memory management technologies. The basic ORP system incorporates a fast code generating JIT (Just-In-Time) as well as an optimizing JIT. It also includes several GC (Garbage Collection) algorithms, ranging from a simple mark-sweep algorithm to an advanced train algorithm. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

orp-classpath

Free java class libraries (specific to ORP JVM) GNU Classpath is a set of essential libraries for supporting the Java language. Our goal is to provide a free replacement for Sun's proprietary class libraries so that the GNU system can run programs written in the Java language. This specific package has additional files that are specific to the ORP JVM. It is only suitable for use with the ORP JVM. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

orphan

n. [Unix] A process whose parent has died; one inherited by init(1). Compare zombie. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

orphaned i-node

/or'f*nd i:'nohd/ n. [Unix] 1. [techspeak] A file that retains storage but no longer appears in the directories of a filesystem. 2. By extension, a pejorative for any person no longer serving a useful function within some organization, esp. lion food without subordinates. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ORS

Output Record Separator (AWK) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ORT

Ongoing Reliability Test From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

orville-write

An alternative to the standard write program Orville Write is an alternative to the default write program. It has many features which are not present in the default write including helper flags, telegrams, access control, and more. The Orville Write home page is at: http://www.wwnet.net/~janc/write.html From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OS

/O-S/ 1. [Operating System] n. An abbreviation heavily used in email, occasionally in speech. 2. n. obs. On ITS, an output spy. See "OS and JEDGAR" in Appendix A. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OS

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

OS

see operating system (OS). From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OS (operating system)

An operating system is software that sits between "user" programs (applications, services). From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OS/2

/O S too/ n. The anointed successor to MS-DOS for Intel 286- and 386-based micros; proof that IBM/Microsoft couldn't get it right the second time, either. Often called `Half-an-OS'. Mentioning it is usually good for a cheap laugh among hackers -- the design was so baroque, and the implementation of 1.x so bad, that 3 years after introduction you could still count the major apps shipping for it on the fingers of two hands -- in unary. The 2.x versions are said to have improved somewhat, and informed hackers now rate them superior to Microsoft Windows (an endorsement which, however, could easily be construed as damning with faint praise). See monstrosity, cretinous, second-system effect. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OS2

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

OS200

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

OS2000

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

OS3

Oregon State Open Shop Opearating System (OS, CDC 3300), "OS-3" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OS32MT

Operating System /32 - Multitasking Time (OS, Interdata), "OS/32-MT" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OS32ST

Operating System /32 - Serial Time (OS, Interdata), "OS/32-ST" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OS360

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

OS4

Operating System /4 (OS, UNIVAC 9700), "OS/4" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OS400

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

OS7

Operating System /7 (OS, UNIVAC 9700), "OS/7" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OS700

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

OS8

Operating System /8 (OS, DEC, PDP 8), "OS/8" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OS9

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

OSA

Object System Adaptor (SOM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSA

Office Systems Administrator (OA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSA

Open Scripting Architecture (Apple, OS/2) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSAC

Operator Services Assistance Center From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSAK

Open Systems Application Kernel From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSAM

Overflow Sequential Access Method (SAM) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSAR

Optical Storage and Retrieval From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSC

Ohio Supercomputer Center (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSCAR

OnScreen Configuration & Activity Reporting (Apex) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSCRL

Operating System Command Response Language From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSD

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

OSD

Open Software Description [manifest / standard] (MS, Marimba, XML, DU, DUP, MSIE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

osdclock

Clock using the XOSD library A clock which uses the X On-Screen Display library to display itself. It supports a strftime(3)-style format parameter and has can be configured to show up only at specific intervals. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSDL

Open Source Development Lab (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSDN

Open Source Development Network (Open-Source, Network) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSDS

Operating System for Distributed Switching From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSE

Open Software / System Environment From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSEIA

Open System Environment profile for Imminent Acquisitions (OSE), "OSE/IA" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSF

Open Software Foundation (HP, DEC, IBM, org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSF

Open Software Foundation, backers of MACH and other projects. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSF

Operations System Function (IN) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSF

Oppose Sun Forever [ aka Open Software Foundation] (slang, org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSF (Open Software Foundation)

A consortium of computer companies that promotes standards and publishes specifications for programs operating on computers that run UNIX OSF is perhaps best known for designing OSF Motif, a graphical user interface (GU1) for UNIX that provided much of the design inspiration for Microsoft Windows 95. OSF also developed the OSF Distributed Computing Environment (DCE) (a set of programs that supplement a vendor's operating system and enable cross platform network intqroperability and the OSF/I operating system, a publicly available variant of UNIX. See proprietary. From QUECID http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSF1

Open Software Foundation [system] /1 (OSF, OS, DEC), "OSF/1" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSG

Open Systems Group (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

osh

Operator's Shell The Operator Shell (Osh) is a setuid root, security enhanced, restricted shell. It allows the administrator to carefully limit the access of special commands and files to the users whose duties require their use, while at the same time automatically maintaining audit records. The configuration file for Osh contains an administrator defined access profile for each authorized user or group. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSI

Open Systems Interconnection (ISO 9646-1) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSI

Open Systems Interconnection - a network model including protocols developed by an ISO standards committee with the intent to standardize network communications. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSICS

OSI Communication Systems (OSI) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSID

Origination Signaling IDentifier From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSINLCP

[PPP] OSI Network Layer Control Protocol (OSI, PPP, RFC 1377) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSIRM

Open Systems Interconnection/Reference Model (ISO), "OSI/RM" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSKA

ObjektSchluesselKAtalog (ATKIS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oskit

The Flux Operating System Toolkit, a framework for OS design This package is a collection of libraries designed to ease kernel development. Provided with libraries of commonly used functions, operating system developers can spend more time focusing on design and "interesting" code, and less time wrestling with extremely-low-level issues. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSM

Operating system Service Module (I2O) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSM

Optical Storage Manager (ARMS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSME

Open Systems Message Exchange From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSMFT

Operating System / Multiprogramming with a Fixed number of Tasks (OS, IBM S/360), "OS/MFT" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSMVS

Operating System / Multiple Virtual Space (OS, IBM, S/370, OS/MVT, successorr, OS/VS-2), "OS/MVS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSMVT

Operating System / Multiprogramming with a Variable number of Tasks (OS, IBM, S/360, S/370), "OS/MVT" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSN

Office System Node (IBM, DIA, OA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSN

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

OSO

OverScan Operation (VXA, Streamer) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSP

Optical Storage Processor From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSP

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

OSPCP

Operating System / Primary Control Program (IBM, OS, OS/360, predecessor), "OS/PCP" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSPF

An internet routing protocol, this stands for Open Shortest Path First. This is a relatively new protocol with many enhancements over RIP and other older systems. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSPF

Open Shortest Path First [protocol / routing] (Internet, IGP, RFC 1583) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSPF (Open Shortest Path First)

OSPF is a "routing" protocol. It is used by routers (inside an ISP or corporation) to figure out which paths packets should take when forwarded through the network. Key point: OSPF can easily be subverted by "local" hackers. This means that hacker generally has to be within network area he/she wishes to subvert. The hacker will either pretend to be a router, or spoof packets from nearby routers. The most common technique is to "advertise" false information (spoof Link State Advertisements (LSA)). From Hacking-Lexicon http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSPM

Operating System directed [configuration and] Power Management From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSQL

Object-Structured Query Language (DB, SQL, OODBMS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSR

Optical Scanning Recognition From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSRT

Operating System / Real Time (OS, Destek Group), "OS/RT" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSS

Open Source Software From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSS

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

OSS

See open source software (OSS). From Redhat-9-Glossary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSS

Written-only acronym for "Open Source Software" (see open source. This is a rather ugly TLA, and the principals in the open-source movement don't use it, but it has (perhaps inevitably) spread through the trade press like kudzu. From Jargon Dictionary http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSS (Open Sound System)

A device driver for accessing sound cards and other audio devices under UNIX/Linux. It evolved from the Linux Sound Driver, and supports most popular audio chips and adapters. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oss-preserve

Program to save/restore OSS mixer settings This package saves the Open Sound System (OSS) mixer settings into a file when the machine is shut down, and restores them from the file when it is restarted. It can optionally restore from a file of fixed settings. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSSVS

Operating System / Single Virtual Space (OS, IBM, S/370, OS/VS2), "OS/SVS" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSTA

Optical Storage Technology Association (org.) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSTC

Open System Test Consortium (org., OSTC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSTP

Office of Science and Technology Policy (org., USA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSVS1

Operating System / Virtual System - 1 (OS, IBM, S/370), "OS/VS-1" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSVS2

(IBM, MVS), "OS/VS2" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSVS2

Operating System / Virtual System - 2 (OS, IBM, S/370), "OS/VS-2" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSWL2

OS-9 Windows / Level 2, "OSW/L2" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OSWS

Operating System Work Station From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OT

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

OT

Off Topic (slang, Usenet) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OT

Open Transport (Apple) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OTA

Office of Technology Assessment (org., IBM, HP, AEG, AT&T, SNI, ...) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

otangle

translate WEB to Pascal From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OTDR

Optical Time DOMAIN Reflectometer (cable) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OTM

Object Transaction Monitor (COM, MTS) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OTOH

On The Other Hand (slang, Usenet, IRC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

otp

Generator for One Time Passwords otp creates key and password lists for verification and security purposes in a variety of formats. Keys can be of any length, consist of digits or letters (capital or lower case), and alphabetic passwords can either be entirely random (most secure) or obey the digraph statistics of English text (easier to remember when transcribing, but less secure). For computer applications, for example one-time login passwords, otp can create a file containing the MD5 signature of each of the generated keys. This permits the computer to verify keys without the need to store the keys in plaintext. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OTP

One Time Password From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OTP

One Time Programmable [chip] (IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

otp2ocp

convert Omega Translation Process files to Omega Compiled Process files From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OTPPP

Open Transport/Point-to-Point Protocol (Apple, OT, PPP), "OT/PPP" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OTPROM

One Time Programmable Read Only Memory (ROM, IC) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OTS

Office TeleSystem (OA) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OU

Organizational Unit (MS, Windows NT, AD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OUCL

Oxford University Computing Laboratory From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OUG

Occam User Group (org., user group) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OUI

Organization Unique Identifier (IEEE) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OUI

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

OUM

Ovonic Unified Memory (ECD) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

outguess

A universal steganographic tool OutGuess is a universal steganographic tool that allows the insertion of hidden information into the redundant bits of data sources. The nature of the data source is irrelevant to the core of OutGuess. The program relies on data specific handlers that will extract redundant bits and write them back after modification. In this version the PNM and JPEG image formats are supported. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

outocp

debug an OCP file From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OUTWATS

OUTward Wide Area Telephone Service From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ov511-source

Driver source for the OV511, a USB-only chip used in many webcams. This package contains the device driver source for the OV511, a USB-only chip used in many "webcam" devices. Any camera using the OV511/OV511+ and the OV6620 or OV7610/20/20AE image sensor should work. TV-capture devices with the SAA7111A decoder are supported as well. It supports streaming and capture of color or monochrome video via the Video4Linux API. Most V4L apps are compatible with it, and it supports most image widths and heights that are multiples of 8. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

overkill

bloody 2D action deathmatch-like game in ascii-art Throw away Doom, Quake and Duke Nukem - 0verkill comes. Now you don't even need graphic mode if you wanna take a bloody deathmatch with your friends. From Debian 3.0r0 APT http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ovf2ovp

convert a virtual font file and its associated font metric file into property-list format From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OVID

Object, View, and Interaction Design From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

ovp2ovf

convert a virtual property-list file into a virtual font file and its associated font metric file From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OWL

Object Windows Library (Borland, API) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OWL

Open Windows Library (API) From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

owner

The user who creates a file and therefore has privileged access to it. From Linux Guide @FirstLinux http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

Owner

The user who has privileged access to a file; typically the user who created the file. From I-gloss http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

OWORM

Optical Write Once Read Many, "O-WORM" From VERA http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oxdvi

DVI Previewer for the X Window System From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oxdvi.bin

DVI Previewer for the X Window System From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html

oxdvi.real

DVI Previewer for the X Window System From whatis http://www.tldp.org/LDP/Linux-Dictionary/html/index.html