-
Carta.tech
-
Man Pages
-
Miscellaneous
- postgresql-client-9.4 / ABORT(7)
- Abort the current transaction
- postgresql-client-9.4 / ALTER_AGGREGATE(7)
- Change the definition of an aggregate function
- postgresql-client-9.4 / ALTER_COLLATION(7)
- Change the definition of a collation
- postgresql-client-9.4 / ALTER_CONVERSION(7)
- Change the definition of a conversion
- postgresql-client-9.4 / ALTER_DATABASE(7)
- Change a database
- postgresql-client-9.4 / ALTER_DEFAULT_PRIVILEGES(7)
- Define default access privileges
- postgresql-client-9.4 / ALTER_DOMAIN(7)
- Change the definition of a domain
- postgresql-client-9.4 / ALTER_EVENT_TRIGGER(7)
- Change the definition of an event trigger
- postgresql-client-9.4 / ALTER_EXTENSION(7)
- Change the definition of an extension
- postgresql-client-9.4 / ALTER_FOREIGN_DATA_WRAPPER(7)
- Change the definition of a foreign-data wrapper
- postgresql-client-9.4 / ALTER_FOREIGN_TABLE(7)
- Change the definition of a foreign table
- postgresql-client-9.4 / ALTER_FUNCTION(7)
- Change the definition of a function
- postgresql-client-9.4 / ALTER_GROUP(7)
- Change role name or membership
- postgresql-client-9.4 / ALTER_INDEX(7)
- Change the definition of an index
- postgresql-client-9.4 / ALTER_LANGUAGE(7)
- Change the definition of a procedural language
- postgresql-client-9.4 / ALTER_LARGE_OBJECT(7)
- Change the definition of a large object
- postgresql-client-9.4 / ALTER_MATERIALIZED_VIEW(7)
- Change the definition of a materialized view
- postgresql-client-9.4 / ALTER_OPERATOR(7)
- Change the definition of an operator
- postgresql-client-9.4 / ALTER_OPERATOR_CLASS(7)
- Change the definition of an operator class
- postgresql-client-9.4 / ALTER_OPERATOR_FAMILY(7)
- Change the definition of an operator family
- postgresql-client-9.4 / ALTER_ROLE(7)
- Change a database role
- postgresql-client-9.4 / ALTER_RULE(7)
- Change the definition of a rule
- postgresql-client-9.4 / ALTER_SCHEMA(7)
- Change the definition of a schema
- postgresql-client-9.4 / ALTER_SEQUENCE(7)
- Change the definition of a sequence generator
- postgresql-client-9.4 / ALTER_SERVER(7)
- Change the definition of a foreign server
- postgresql-client-9.4 / ALTER_SYSTEM(7)
- Change a server configuration parameter
- postgresql-client-9.4 / ALTER_TABLE(7)
- Change the definition of a table
- postgresql-client-9.4 / ALTER_TABLESPACE(7)
- Change the definition of a tablespace
- postgresql-client-9.4 / ALTER_TEXT_SEARCH_CONFIGURATION(7)
- Change the definition of a text search configuration
- postgresql-client-9.4 / ALTER_TEXT_SEARCH_DICTIONARY(7)
- Change the definition of a text search dictionary
- postgresql-client-9.4 / ALTER_TEXT_SEARCH_PARSER(7)
- Change the definition of a text search parser
- postgresql-client-9.4 / ALTER_TEXT_SEARCH_TEMPLATE(7)
- Change the definition of a text search template
- postgresql-client-9.4 / ALTER_TRIGGER(7)
- Change the definition of a trigger
- postgresql-client-9.4 / ALTER_TYPE(7)
- Change the definition of a type
- postgresql-client-9.4 / ALTER_USER(7)
- Change a database role
- postgresql-client-9.4 / ALTER_USER_MAPPING(7)
- Change the definition of a user mapping
- postgresql-client-9.4 / ALTER_VIEW(7)
- Change the definition of a view
- postgresql-client-9.4 / ANALYZE(7)
- Collect statistics about a database
- postgresql-client-9.4 / BEGIN(7)
- Start a transaction block
- postgresql-client-9.4 / CHECKPOINT(7)
- Force a transaction log checkpoint
- postgresql-client-9.4 / CLOSE(7)
- Close a cursor
- postgresql-client-9.4 / CLUSTER(7)
- Cluster a table according to an index
- postgresql-client-9.4 / COMMENT(7)
- Define or change the comment of an object
- postgresql-client-9.4 / COMMIT(7)
- Commit the current transaction
- postgresql-client-9.4 / COMMIT_PREPARED(7)
- Commit a transaction that was earlier prepared for two-phase commit
- postgresql-client-9.4 / CREATE_AGGREGATE(7)
- Define a new aggregate function
- postgresql-client-9.4 / CREATE_CAST(7)
- Define a new cast
- postgresql-client-9.4 / CREATE_COLLATION(7)
- Define a new collation
- postgresql-client-9.4 / CREATE_CONVERSION(7)
- Define a new encoding conversion
- postgresql-client-9.4 / CREATE_DATABASE(7)
- Create a new database
- postgresql-client-9.4 / CREATE_DOMAIN(7)
- Define a new domain
- postgresql-client-9.4 / CREATE_EVENT_TRIGGER(7)
- Define a new event trigger
- postgresql-client-9.4 / CREATE_EXTENSION(7)
- Install an extension
- postgresql-client-9.4 / CREATE_FOREIGN_DATA_WRAPPER(7)
- Define a new foreign-data wrapper
- postgresql-client-9.4 / CREATE_FOREIGN_TABLE(7)
- Define a new foreign table
- postgresql-client-9.4 / CREATE_FUNCTION(7)
- Define a new function
- postgresql-client-9.4 / CREATE_GROUP(7)
- Define a new database role
- postgresql-client-9.4 / CREATE_INDEX(7)
- Define a new index
- postgresql-client-9.4 / CREATE_LANGUAGE(7)
- Define a new procedural language
- postgresql-client-9.4 / CREATE_MATERIALIZED_VIEW(7)
- Define a new materialized view
- postgresql-client-9.4 / CREATE_OPERATOR(7)
- Define a new operator
- postgresql-client-9.4 / CREATE_OPERATOR_CLASS(7)
- Define a new operator class
- postgresql-client-9.4 / CREATE_OPERATOR_FAMILY(7)
- Define a new operator family
- postgresql-client-9.4 / CREATE_ROLE(7)
- Define a new database role
- postgresql-client-9.4 / CREATE_RULE(7)
- Define a new rewrite rule
- postgresql-client-9.4 / CREATE_SCHEMA(7)
- Define a new schema
- postgresql-client-9.4 / CREATE_SEQUENCE(7)
- Define a new sequence generator
- postgresql-client-9.4 / CREATE_SERVER(7)
- Define a new foreign server
- postgresql-client-9.4 / CREATE_TABLE(7)
- Define a new table
- postgresql-client-9.4 / CREATE_TABLESPACE(7)
- Define a new tablespace
- postgresql-client-9.4 / CREATE_TABLE_AS(7)
- Define a new table from the results of a query
- postgresql-client-9.4 / CREATE_TEXT_SEARCH_CONFIGURATION(7)
- Define a new text search configuration
- postgresql-client-9.4 / CREATE_TEXT_SEARCH_DICTIONARY(7)
- Define a new text search dictionary
- postgresql-client-9.4 / CREATE_TEXT_SEARCH_PARSER(7)
- Define a new text search parser
- postgresql-client-9.4 / CREATE_TEXT_SEARCH_TEMPLATE(7)
- Define a new text search template
- postgresql-client-9.4 / CREATE_TYPE(7)
- Define a new data type
- postgresql-client-9.4 / CREATE_USER(7)
- Define a new database role
- postgresql-client-9.4 / CREATE_USER_MAPPING(7)
- Define a new mapping of a user to a foreign server
- postgresql-client-9.4 / CREATE_VIEW(7)
- Define a new view
- postgresql-client-9.4 / DEALLOCATE(7)
- Deallocate a prepared statement
- postgresql-client-9.4 / DECLARE(7)
- Define a cursor
- postgresql-client-9.4 / DELETE(7)
- Delete rows of a table
- postgresql-client-9.4 / DISCARD(7)
- Discard session state
- postgresql-client-9.4 / DO(7)
- Execute an anonymous code block
- postgresql-client-9.4 / DROP_AGGREGATE(7)
- Remove an aggregate function
- postgresql-client-9.4 / DROP_CAST(7)
- Remove a cast
- postgresql-client-9.4 / DROP_COLLATION(7)
- Remove a collation
- postgresql-client-9.4 / DROP_CONVERSION(7)
- Remove a conversion
- postgresql-client-9.4 / DROP_DATABASE(7)
- Remove a database
- postgresql-client-9.4 / DROP_DOMAIN(7)
- Remove a domain
- postgresql-client-9.4 / DROP_EVENT_TRIGGER(7)
- Remove an event trigger
- postgresql-client-9.4 / DROP_EXTENSION(7)
- Remove an extension
- postgresql-client-9.4 / DROP_FOREIGN_DATA_WRAPPER(7)
- Remove a foreign-data wrapper
- postgresql-client-9.4 / DROP_FOREIGN_TABLE(7)
- Remove a foreign table
- postgresql-client-9.4 / DROP_FUNCTION(7)
- Remove a function
- postgresql-client-9.4 / DROP_GROUP(7)
- Remove a database role
- postgresql-client-9.4 / DROP_INDEX(7)
- Remove an index
- postgresql-client-9.4 / DROP_LANGUAGE(7)
- Remove a procedural language
- postgresql-client-9.4 / DROP_MATERIALIZED_VIEW(7)
- Remove a materialized view
- postgresql-client-9.4 / DROP_OPERATOR(7)
- Remove an operator
- postgresql-client-9.4 / DROP_OPERATOR_CLASS(7)
- Remove an operator class
- postgresql-client-9.4 / DROP_OPERATOR_FAMILY(7)
- Remove an operator family
- postgresql-client-9.4 / DROP_OWNED(7)
- Remove database objects owned by a database role
- postgresql-client-9.4 / DROP_ROLE(7)
- Remove a database role
- postgresql-client-9.4 / DROP_RULE(7)
- Remove a rewrite rule
- postgresql-client-9.4 / DROP_SCHEMA(7)
- Remove a schema
- postgresql-client-9.4 / DROP_SEQUENCE(7)
- Remove a sequence
- postgresql-client-9.4 / DROP_SERVER(7)
- Remove a foreign server descriptor
- postgresql-client-9.4 / DROP_TABLE(7)
- Remove a table
- postgresql-client-9.4 / DROP_TABLESPACE(7)
- Remove a tablespace
- postgresql-client-9.4 / DROP_TEXT_SEARCH_CONFIGURATION(7)
- Remove a text search configuration
- postgresql-client-9.4 / DROP_TEXT_SEARCH_DICTIONARY(7)
- Remove a text search dictionary
- postgresql-client-9.4 / DROP_TEXT_SEARCH_PARSER(7)
- Remove a text search parser
- postgresql-client-9.4 / DROP_TEXT_SEARCH_TEMPLATE(7)
- Remove a text search template
- postgresql-client-9.4 / DROP_TRIGGER(7)
- Remove a trigger
- postgresql-client-9.4 / DROP_TYPE(7)
- Remove a data type
- postgresql-client-9.4 / DROP_USER(7)
- Remove a database role
- postgresql-client-9.4 / DROP_USER_MAPPING(7)
- Remove a user mapping for a foreign server
- postgresql-client-9.4 / DROP_VIEW(7)
- Remove a view
- postgresql-client-9.4 / END(7)
- Commit the current transaction
- postgresql-client-9.4 / EXECUTE(7)
- Execute a prepared statement
- postgresql-client-9.4 / EXPLAIN(7)
- Show the execution plan of a statement
- postgresql-client-9.4 / FETCH(7)
- Retrieve rows from a query using a cursor
- gnustep-common / GNUstep(7)
- A free implementation of the openstep standard
- postgresql-client-9.4 / GRANT(7)
- Define access privileges
- erlang-manpages / INET-ADDRESS-MIB(7)
- The erlang/otp mib module for textual conventions for representing internet addresses
- postgresql-client-9.4 / INSERT(7)
- Create new rows in a table
- manpages / LDP(7)
- Intro to the linux documentation project, with help, guides and documents
- postgresql-client-9.4 / LISTEN(7)
- Listen for a notification
- postgresql-client-9.4 / LOAD(7)
- Load a shared library file
- postgresql-client-9.4 / LOCK(7)
- Lock a table
- postgresql-client-9.4 / MOVE(7)
- Position a cursor
- lam-runtime / MPI(7)
- Lam/mpi implementation
- shapetools / Makefile.tmpl(7)
- Shapefile.tmpl, makefile.tmpl, release.tmpl, release.c.tmpl templates in the shapetools rms
- postgresql-client-9.4 / NOTIFY(7)
- Generate a notification
- erlang-manpages / OTP-SNMPEA-MIB(7)
- The erlang/otp mib module for the snmpea component in otp
- libpam-runtime / PAM(7)
- Pluggable authentication modules for linux
- pgapack / PGAGetPrintFrequencyValue(7)
- Returns how often to print statistics reports
- pgapack / PGAPrintContextVariable(7)
- Prints the value of all the fields in the context variable.
- pgapack / PGAPrintIndividual(7)
- Prints the allele values of a string and associated fields (evaluation, fitness, etc.) of a string
- pgapack / PGAPrintPopulation(7)
- Calls pgaprintindividual to print each member of a population
- pgapack / PGAPrintReport(7)
- Prints genetic algorithm statistics.
- pgapack / PGAPrintString(7)
- Write the allele values in a string to a file
- pgapack / PGASetPrintFrequencyValue(7)
- Specifies the frequency with which genetic algorithm statistics are reported.
- pgapack / PGASetPrintOptions(7)
- Set flags to indicate what ga statistics should be printed whenever output is printed.
- postgresql-client-9.4 / PREPARE(7)
- Prepare a statement for execution
- postgresql-client-9.4 / PREPARE_TRANSACTION(7)
- Prepare the current transaction for two-phase commit
- postgresql-client-9.4 / REASSIGN_OWNED(7)
- Change the ownership of database objects owned by a database role
- postgresql-client-9.4 / REFRESH_MATERIALIZED_VIEW(7)
- Replace the contents of a materialized view
- postgresql-client-9.4 / REINDEX(7)
- Rebuild indexes
- postgresql-client-9.4 / RELEASE_SAVEPOINT(7)
- Destroy a previously defined savepoint
- postgresql-client-9.4 / RESET(7)
- Restore the value of a run-time parameter to the default value
- postgresql-client-9.4 / REVOKE(7)
- Remove access privileges
- erlang-manpages / RFC1213-MIB(7)
- The erlang/otp mib module for rfc-1213
- postgresql-client-9.4 / ROLLBACK(7)
- Abort the current transaction
- postgresql-client-9.4 / ROLLBACK_PREPARED(7)
- Cancel a transaction that was earlier prepared for two-phase commit
- postgresql-client-9.4 / ROLLBACK_TO_SAVEPOINT(7)
- Roll back to a savepoint
- shapetools / Release.tmpl(7)
- Shapefile.tmpl, makefile.tmpl, release.tmpl, release.c.tmpl templates in the shapetools rms
- libroar-dev / RoarAudio(7)
- Roaraudio sound system and package
- postgresql-client-9.4 / SAVEPOINT(7)
- Define a new savepoint within the current transaction
- postgresql-client-9.4 / SECURITY_LABEL(7)
- Define or change a security label applied to an object
- postgresql-client-9.4 / SELECT(7)
- Retrieve rows from a table or view
- postgresql-client-9.4 / SELECT_INTO(7)
- Define a new table from the results of a query
- postgresql-client-9.4 / SET(7)
- Change a run-time parameter
- postgresql-client-9.4 / SET_CONSTRAINTS(7)
- Set constraint check timing for the current transaction
- postgresql-client-9.4 / SET_ROLE(7)
- Set the current user identifier of the current session
- postgresql-client-9.4 / SET_SESSION_AUTHORIZATION(7)
- Set the session user identifier and the current user identifier of the current session
- postgresql-client-9.4 / SET_TRANSACTION(7)
- Set the characteristics of the current transaction
- postgresql-client-9.4 / SHOW(7)
- Show the value of a run-time parameter
- slony1-2-doc / SLONIK_ADMIN_CONNINFO(7)
- Preamble - identifying postgresql database
- slony1-2-doc / SLONIK_CLONE_FINISH(7)
- Complete cloning a node.
- slony1-2-doc / SLONIK_CLONE_PREPARE(7)
- Prepare for cloning a node.
- slony1-2-doc / SLONIK_CLUSTER_NAME(7)
- Preamble - identifying slony-i cluster
- slony1-2-doc / SLONIK_CREATE_SET(7)
- Create slony-i replication set
- slony1-2-doc / SLONIK_DATE(7)
- Display current date
- slony1-2-doc / SLONIK_DEFINE(7)
- Defining a named symbol
- slony1-2-doc / SLONIK_DROP_LISTEN(7)
- Eliminate configuration indicating how slony-i node listens for events
- slony1-2-doc / SLONIK_DROP_NODE(7)
- Remove the node from participating in the replication
- slony1-2-doc / SLONIK_DROP_PATH(7)
- Delete slony-i connection information
- slony1-2-doc / SLONIK_DROP_SET(7)
- Discard slony-i replication set
- slony1-2-doc / SLONIK_DROP_TRIGGER(7)
- Return a trigger to default behavior, where it will not fire on subscriber nodes
- slony1-2-doc / SLONIK_ECHO(7)
- Generic output tool
- slony1-2-doc / SLONIK_EXECUTE_SCRIPT(7)
- Execute sql/ddl script
- slony1-2-doc / SLONIK_EXIT(7)
- Terminate slonik script with signal
- slony1-2-doc / SLONIK_FAILOVER(7)
- Fail a broken replication set over to a backup node
- slony1-2-doc / SLONIK_INCLUDE(7)
- Pulling in slonik code from another file
- slony1-2-doc / SLONIK_INIT_CLUSTER(7)
- Initialize slony-i cluster
- slony1-2-doc / SLONIK_LOCK_SET(7)
- Guard slony-i replication set to prepare for move set
- slony1-2-doc / SLONIK_MERGE_SET(7)
- Merge slony-i replication sets together
- slony1-2-doc / SLONIK_MOVE_SET(7)
- Change origin of a slony-i replication set
- slony1-2-doc / SLONIK_REPAIR_CONFIG(7)
- Resets the name-to-oid mapping of tables in a replication set, useful for restoring a node after a pg_dump.
- slony1-2-doc / SLONIK_RESTART_NODE(7)
- Restart slony-i node
- slony1-2-doc / SLONIK_RESUBSCRIBE_NODE(7)
- Change the provider of a replication set
- slony1-2-doc / SLONIK_SET_ADD_SEQUENCE(7)
- Add a sequence to a slony-i replication set
- slony1-2-doc / SLONIK_SET_ADD_TABLE(7)
- Add a table to a slony-i replication set
- slony1-2-doc / SLONIK_SET_DROP_SEQUENCE(7)
- Remove a sequence from a slony-i replication set
- slony1-2-doc / SLONIK_SET_DROP_TABLE(7)
- Remove a table from a slony-i replication set
- slony1-2-doc / SLONIK_SET_MOVE_SEQUENCE(7)
- Move a sequence from one slony-i replication set to another
- slony1-2-doc / SLONIK_SET_MOVE_TABLE(7)
- Move a table from one slony-i replication set to another
- slony1-2-doc / SLONIK_SLEEP(7)
- Sleep using system sleep()
- slony1-2-doc / SLONIK_STORE_LISTEN(7)
- Configure slony-i node to indicate where to listen for events
- slony1-2-doc / SLONIK_STORE_NODE(7)
- Initialize slony-i node
- slony1-2-doc / SLONIK_STORE_PATH(7)
- Configure slony-i node connection
- slony1-2-doc / SLONIK_STORE_TRIGGER(7)
- Indicate that a trigger should not be disabled by slony-i on a subscriber node
- slony1-2-doc / SLONIK_SUBSCRIBE_SET(7)
- Start replication of slony-i set
- slony1-2-doc / SLONIK_SYNC(7)
- Generate an ordinary sync event
- slony1-2-doc / SLONIK_TABLE_ADD_KEY(7)
- Add primary key for use by slony-i for a table with no suitable key
- slony1-2-doc / SLONIK_TABLE_DROP_KEY(7)
- Removes a primary key added by table add key
- slony1-2-doc / SLONIK_UNINSTALL_NODE(7)
- Decommission slony-i node
- slony1-2-doc / SLONIK_UNLOCK_SET(7)
- Unlock a slony-i set that was locked
- slony1-2-doc / SLONIK_UNSUBSCRIBE_SET(7)
- End replication of slony-i set
- slony1-2-doc / SLONIK_UPDATE_FUNCTIONS(7)
- Reload stored functions
- slony1-2-doc / SLONIK_WAIT_FOR_EVENT(7)
- Have slonik script wait for previous event to complete
- erlang-manpages / SNMP-COMMUNITY-MIB(7)
- The erlang/otp mib module for supporting coexistence between snmpv1, snmpv2, and snmpv3
- erlang-manpages / SNMP-FRAMEWORK-MIB(7)
- The erlang/otp mib module for textual conventions used in the snmp management architecture
- erlang-manpages / SNMP-MPD-MIB(7)
- The erlang/otp mib module for message processing and dispatching
- erlang-manpages / SNMP-NOTIFICATION-MIB(7)
- The erlang/otp mib module for mechanisms to remotely configure the parameters for the generation of notifications
- erlang-manpages / SNMP-TARGET-MIB(7)
- The erlang/otp mib module for mechanisms to remotely configure the parameters for the generation of snmp messages
- erlang-manpages / SNMP-USER-BASED-SM-MIB(7)
- The erlang/otp mib module for the snmp user-based security model
- erlang-manpages / SNMP-USM-AES-MIB(7)
- The erlang/otp mib module for the use of aes by snmp's user-based security model
- erlang-manpages / SNMP-VIEW-BASED-ACM-MIB(7)
- The erlang/otp mib module for the view-based access control model for snmp
- erlang-manpages / SNMPv2-MIB(7)
- The erlang/otp mib module for snmp entities
- erlang-manpages / SNMPv2-TM(7)
- The erlang/otp mib module for snmpv2 transport mappings
- erlang-manpages / STANDARD-MIB(7)
- The erlang/otp mib module for snmp standard datatypes
- postgresql-client-9.4 / START_TRANSACTION(7)
- Start a transaction block
- shapetools / Shapefile.tmpl(7)
- Shapefile.tmpl, makefile.tmpl, release.tmpl, release.c.tmpl templates in the shapetools rms
- erlang-manpages / TRANSPORT-ADDRESS-MIB(7)
- The erlang/otp mib module for commonly used transport address definitions
- postgresql-client-9.4 / TRUNCATE(7)
- Empty a table or set of tables
- postgresql-client-9.4 / UNLISTEN(7)
- Stop listening for a notification
- postgresql-client-9.4 / UPDATE(7)
- Update rows of a table
- upower / UPower(7)
- System-wide power management
- postgresql-client-9.4 / VACUUM(7)
- Garbage-collect and optionally analyze a database
- postgresql-client-9.4 / VALUES(7)
- Compute a set of rows
- xorg-docs-core / X(7)
- A portable, network-transparent window system
- xorg-docs-core / XConsortium(7)
- X consortium information
- xorg-docs-core / XOrgFoundation(7)
- X.org foundation information
- xorg-docs-core / XProjectTeam(7)
- X.org group information
- xorg-docs-core / XStandards(7)
- X window system standards and specifications
- xorg-docs-core / Xsecurity(7)
- X display access control
- afnix / afnix-vol-0(7)
- Afnix installation guide
- afnix / afnix-vol-2(7)
- Afnix reference manual
- manpages / aio(7)
- Posix asynchronous i/o overview
- mountall / all-swaps(7)
- Event signalling that all swap partitions have been activated
- alsa-utils / alsactl_init(7)
- Alsa control management - initialization
- amanda-client / amanda-applications(7)
- Application-api for amanda
- amanda-common / amanda-auth(7)
- Communication/authentication methods between amanda server and client
- amanda-common / amanda-changers(7)
- Configuring and using amanda changers
- amanda-common / amanda-compatibility(7)
- Compatibility between amanda versions
- amanda-common / amanda-devices(7)
- Configuring and using amanda devices
- amanda-common / amanda-interactivity(7)
- Configuring interactivity with amanda amanda
- amanda-common / amanda-match(7)
- Common amanda match expression
- amanda-common / amanda-scripts(7)
- Configuring and using the script api
- amanda-common / amanda-taperscan(7)
- Amanda taperscan algorithms
- cpl-plugin-amber-doc / amber_BeamPos(7)
- Amber beam monitoring recipe
- cpl-plugin-amber-doc / amber_SciCal(7)
- Amber science and calibration recipe
- cpl-plugin-amber-doc / amber_ascii_export(7)
- Amber frame data to ascii export
- cpl-plugin-amber-doc / amber_calibrate(7)
- Amber derives calibrated visibilities
- cpl-plugin-amber-doc / amber_detector(7)
- Amber raw data detector
- cpl-plugin-amber-doc / amber_oimerge(7)
- Amber merge oi-fits files
- cpl-plugin-amber-doc / amber_p2vm(7)
- Amber pixel-to-visibility-matrix for 2- and 3-telescopes mode
- cpl-plugin-amber-doc / amber_raw_to_fitsimage(7)
- Amber raw data display
- cpl-plugin-amber-doc / amber_selector(7)
- Amber oi frame selector
- cpl-plugin-amber-doc / amber_spectral_calibration(7)
- Amber offset between photo. and interf. channels
- cpl-plugin-amber-doc / amber_trf(7)
- Amber derives the transfer function
- amora-cli / amora(7)
- Amora (a remote mobile assistant) daemon
- amtterm / amt-howto(7)
- Intel amt with linux mini howto
- manpages / armscii-8(7)
- Armenian character set encoded in octal, decimal, and hexadecimal
- manpages / arp(7)
- Linux arp kernel module.
- manpages / ascii(7)
- Ascii character set encoded in octal, decimal, and hexadecimal
- auditd / audit.rules(7)
- A set of rules loaded in the kernel audit system
- cups-daemon / backend(7)
- Cups backend transmission interfaces
- docbook-utils / backend-spec(7)
- Interface between jw and its backends
- yaz / bib1-attr(7)
- Bib-1 attribute set
- bilibop-common / bilibop(7)
- Run debian gnu/linux from an external media
- libatfs1 / bindrules(7)
- Shapetools version bind rules
- blosxom / blosxom(7)
- A lightweight yet feature-packed weblog
- bluemon / bluemon-dbus(7)
- Bluemon dbus interface to bluemon(1)
- manpages / boot(7)
- General description of boot sequence
- manpages / bootparam(7)
- Introduction to boot time parameters of the linux kernel
- systemd / bootup(7)
- System bootup process
- calf-plugins / calf(7)
- A audio plugin library
- manpages / capabilities(7)
- Overview of linux capabilities
- cbios / cbios(7)
- Provides open source bios rom files for msx computers
- ccze / ccze-plugin(7)
- A robust log colorizer, plugin infrastructure
- freewnn-cserver / cenv(7)
- Cwnn environment operation functions.
- manpages / charsets(7)
- Character set standards and internationalization
- python-pycha / chavier(7)
- Chart viewer for pycha library
- freewnn-cserver / ckey(7)
- The standard definition of each function key in
- cloudprint-service / cloudprint-service(7)
- Manage the google cloud print proxy
- cmake-data / cmake-buildsystem(7)
- Cmake buildsystem reference
- cmake-data / cmake-commands(7)
- Cmake language command reference
- cmake-data / cmake-developer(7)
- Cmake developer reference
- cmake-data / cmake-generator-expressions(7)
- Cmake generator expressions
- cmake-data / cmake-generators(7)
- Cmake generators reference
- cmake-data / cmake-language(7)
- Cmake language reference
- cmake-data / cmake-packages(7)
- Cmake packages reference
- cmake-data / cmake-policies(7)
- Cmake policies reference
- cmake-data / cmake-properties(7)
- Cmake properties reference
- cmake-data / cmake-qt(7)
- Cmake qt features reference
- cmake-data / cmake-toolchains(7)
- Cmake toolchains reference
- cmus / cmus-tutorial(7)
- C* music player tutorial
- libcomedi0 / comedi(7)
- The linux control and measurement device interface
- manpages / complex(7)
- Basics of complex mathematics
- upstart / control-alt-delete(7)
- Event signalling console press of control-alt-delete
- manpages / cp1251(7)
- Cp1251 character set encoded in octal, decimal, and hexadecimal
- manpages / cp1252(7)
- Cp1252 character set encoded in octal, decimal, and hexadecimal
- manpages / cpuset(7)
- Confine processes to processor and memory node subsets
- manpages / credentials(7)
- Process identifiers
- erlang-manpages / crypto(7)
- The crypto application
- freewnn-cserver / cst_end(7)
- Cwnn startup and termination
- cvm / cvm-sql(7)
- Cvm sql framework
- cvsweb / cvsweb(7)
- A cgi interface to your cvs repository
- libcw6 / cw(7)
- The international morse code
- freewnn-cserver / cwnn(7)
- A chinese input system running on unix workstations.
- dacs / dacs.install(7)
- Dacs installation guide
- dacs / dacs.java(7)
- Dacs java support
- dacs / dacs.quick(7)
- Dacs quick start tutorial
- dacs / dacs.readme(7)
- Dacs readme
- systemd / daemon(7)
- Writing and packaging system daemons
- dbmix / dbmix(7)
- Digital audio mixing system
- upstart / dbus-event(7)
- Event signalling that a dbus signal has been emitted
- dconf-cli / dconf(7)
- A configuration systen
- upstart-dconf-bridge / dconf-event(7)
- Event signalling that a dconf key has been changed
- manpages / ddp(7)
- Linux appletalk protocol implementation
- debconf-doc / debconf(7)
- Debian package configuration system
- debconf-doc / debconf-devel(7)
- Developers guide
- derivations / derivations(7)
- Book: derivations of applied mathematics
- desktop-profiles / desktop-profiles(7)
- Introduction and overview
- directvnc / directvnc-kbmapping(7)
- Details of keyboard mapping file syntax for directvnc(1)
- dist / dist(7)
- Introduction to dist
- groff / ditroff(7)
- Classical device independent roff
- dovecot-core / doveadm-search-query(7)
- Overview of search queries for doveadm mailbox commands
- dovecot-antispam / dovecot-antispam(7)
- The dovecot antispam plugin.
- dpatch / dpatch(7)
- Self applying patch
- dpatch / dpatch.make(7)
- Simplistic wrapper around dpatch(1) for make(1).
- dracut / dracut.cmdline(7)
- Dracut kernel command line options
- dracut / dracut.modules(7)
- Dracut modules
- libdrm-dev / drm(7)
- Direct rendering manager
- upstart / drm-device-added(7)
- Bridge between upstart and udev
- libdrm-dev / drm-gem(7)
- Drm memory management
- libdrm-dev / drm-kms(7)
- Kernel mode-setting
- libdrm-dev / drm-memory(7)
- Drm memory management
- libdrm-dev / drm-mm(7)
- Drm memory management
- libdrm-dev / drm-ttm(7)
- Drm memory management
- oss4-base / dsp(7)
- Open sound system audio devices
- dwb / dwb-js(7)
- Dwbs javascript api documentation
- dwww / dwww(7)
- Access documentation via www
- e2tools / e2tools(7)
- Utilities to manipulate files in an ext2/ext3 filesystem
- libtntnet-dev / ecpp(7)
- Template-language for tntnet(8)
- ecryptfs-utils / ecryptfs(7)
- An enterprise-class cryptographic filesystem for linux
- eurephia / edb-sqlite(7)
- Eurephia sqlite3 database driver
- manpages / environ(7)
- User environment
- manpages / epoll(7)
- I/o event notification facility
- erlang-manpages / erl_docgen(7)
- Erl_docgen -
- eurephia / eurephia-auth(7)
- The eurephia openvpn authentication plug-in
- eurephia / eurephia-variables(7)
- Eurephia configuration variables
- eurephia / eurephia_init(7)
- Initialisation utility for the eurephia openvpn plug-in.
- eurephia / eurephia_saltdecode(7)
- Debug utility for eurephia
- eurephia / eurephiadm(7)
- Eurephia administration utility
- eurephia / eurephiadm-adminaccess(7)
- Access control for eurephia administration features
- eurephia / eurephiadm-attempts(7)
- Manage the attempts log in eurephia
- eurephia / eurephiadm-blacklist(7)
- Manage the eurephia blacklist
- eurephia / eurephiadm-certs(7)
- Certificate management for eurephia
- eurephia / eurephiadm-config(7)
- Show and modify eurephia configuration settings
- eurephia / eurephiadm-fwprofiles(7)
- Configuring eurephia firewall profiles
- eurephia / eurephiadm-lastlog(7)
- View the eurephia lastlog
- eurephia / eurephiadm-usercerts(7)
- Managing user accounts and certificate relations
- eurephia / eurephiadm-users(7)
- User management module
- exactimage / exactimage(7)
- Image processing library
- manpages / fanotify(7)
- Monitoring filesystem events
- manpages / feature_test_macros(7)
- Feature test macros
- sendfile / fetchfile(7)
- O-saft / fetchfile
- manpages / fifo(7)
- First-in first-out special file, named pipe
- upstart / file-event(7)
- Event signalling that a file has changed
- mountall / filesystem(7)
- Event signalling that filesystems have been mounted
- cups / filter(7)
- Cups file conversion filter interface
- filtergen / filter_backends(7)
- Output drivers for the filtergen packet filter compiler
- cpl-plugin-uves-doc / flames_cal_mkmaster(7)
- Creates a master flat frame to support fiber mode data reduction
- cpl-plugin-uves-doc / flames_cal_orderpos(7)
- Defines uves-echelle-simultaneous calibration fibre order positions
- cpl-plugin-uves-doc / flames_cal_predict(7)
- Implements the uves physical model
- cpl-plugin-uves-doc / flames_cal_prep_sff_ofpos(7)
- Determines order and fibre postions
- cpl-plugin-uves-doc / flames_cal_wavecal(7)
- Performs the wavelength calibration
- cpl-plugin-uves-doc / flames_obs_redchain(7)
- Runs the full uves-fibre reduction chain
- cpl-plugin-uves-doc / flames_obs_scired(7)
- Reduces a flames science image
- cpl-plugin-uves-doc / flames_utl_unpack(7)
- Unpack flames-uves packed frames
- flashcache-utils / flashcache(7)
- Overview of operation
- awesome-extra / flaw(7)
- A lua oo management framework for awesome wm widgets
- qmail / forgeries(7)
- How easy it is to forge mail
- cpl-plugin-fors-doc / fors_align_sky(7)
- Upgrade wavelength solution using sky lines
- cpl-plugin-fors-doc / fors_align_sky_lss(7)
- Upgrade wavelength solution using sky lines
- cpl-plugin-fors-doc / fors_bias(7)
- Compute the master bias frame
- cpl-plugin-fors-doc / fors_calib(7)
- Determination of the extraction mask
- cpl-plugin-fors-doc / fors_config(7)
- Creation of fors recipes configuration tables
- cpl-plugin-fors-doc / fors_dark(7)
- Compute master dark frame
- cpl-plugin-fors-doc / fors_detect_objects(7)
- Detect objects in slit spectra
- cpl-plugin-fors-doc / fors_detect_spectra(7)
- Detect mos/mxu spectra on ccd
- cpl-plugin-fors-doc / fors_extract(7)
- Extraction of scientific spectra
- cpl-plugin-fors-doc / fors_extract_objects(7)
- Extract objects in slit spectra
- cpl-plugin-fors-doc / fors_extract_slits(7)
- Spatial rectification of spectral image
- cpl-plugin-fors-doc / fors_flatfield(7)
- Flat field correction of input frame
- cpl-plugin-fors-doc / fors_img_science(7)
- Reduce scientific exposure
- cpl-plugin-fors-doc / fors_img_screen_flat(7)
- Compute master screen flat frame
- cpl-plugin-fors-doc / fors_img_sky_flat(7)
- Compute master img_sky_flat frame
- cpl-plugin-fors-doc / fors_normalise_flat(7)
- Normalise master flat spectrum
- cpl-plugin-fors-doc / fors_photometry(7)
- Compute corrected flatfield
- cpl-plugin-fors-doc / fors_pmos_calib(7)
- Determination of the extraction mask
- cpl-plugin-fors-doc / fors_pmos_extract(7)
- Extraction of scientific spectra
- cpl-plugin-fors-doc / fors_pmos_science(7)
- Extraction of scientific spectra
- cpl-plugin-fors-doc / fors_remove_bias(7)
- Subtract bias from input frame
- cpl-plugin-fors-doc / fors_resample(7)
- Resample input spectra at constant wavelength step
- cpl-plugin-fors-doc / fors_science(7)
- Extraction of scientific spectra
- cpl-plugin-fors-doc / fors_spec_mflat(7)
- Computes master spectroscopic flat, removing bias first
- cpl-plugin-fors-doc / fors_subtract_sky(7)
- Subtract sky from scientific spectra
- cpl-plugin-fors-doc / fors_subtract_sky_lss(7)
- Subtract sky from calibrated long slit exposure
- cpl-plugin-fors-doc / fors_sumflux(7)
- Integrate flux from all or part of the input frame
- cpl-plugin-fors-doc / fors_trace_flat(7)
- Determine spectral curvature model
- cpl-plugin-fors-doc / fors_wave_calib(7)
- Derive dispersion relation from rectified arc lamp frame
- cpl-plugin-fors-doc / fors_wave_calib_lss(7)
- Derive dispersion relation from long-slit arc lamp frame
- cpl-plugin-fors-doc / fors_zeropoint(7)
- Compute zeropoint
- freeipmi-common / freeipmi(7)
- Freeipmi overview
- docbook-utils / frontend-spec(7)
- Interface between jw and its frontends
- manpages / ftm(7)
- Feature test macros
- libfuntools-dev / funcombine(7)
- Combining region and table filters
- libfuntools-dev / funenv(7)
- Funtools environment variables
- libfuntools-dev / funfiles(7)
- Funtools data files
- libfuntools-dev / funfilters(7)
- Filtering rows in a table
- libfuntools-dev / funidx(7)
- Using indexes to filter rows in a table
- libfuntools-dev / funregions(7)
- Spatial region filtering
- libfuntools-dev / funtext(7)
- Support for column\-based text files
- libfuntools-dev / funtools(7)
- Fits users need tools
- libfuntools-dev / funview(7)
- Database view support for tables
- manpages / futex(7)
- Fast user-space locking
- gammu-smsd / gammu-smsd-dbi(7)
- Gammu-smsd(1) backend using dbi abstraction layer to use any supported database as a message storage
- gammu-smsd / gammu-smsd-files(7)
- Gammu-smsd(1) backend using filesystem as a message storage
- gammu-smsd / gammu-smsd-mysql(7)
- Gammu-smsd(1) backend using mysql database server as a message storage
- gammu-smsd / gammu-smsd-null(7)
- Gammu-smsd(1) backend not storing messages
- gammu-smsd / gammu-smsd-odbc(7)
- Gammu-smsd(1) backend using odbc abstraction layer to use any supported database as a message storage
- gammu-smsd / gammu-smsd-pgsql(7)
- Gammu-smsd(1) backend using postgresql database server as a message storage
- gammu-smsd / gammu-smsd-run(7)
- Documentation for runonreceive directive
- gammu-smsd / gammu-smsd-sql(7)
- Gammu-smsd(1) backend using sql abstraction layer to use any supported database as a message storage
- gammu-smsd / gammu-smsd-tables(7)
- Description of tables for database backends of gammu-smsd(1) the backends themselves are described in their sections, this document describes general database structure and required tables. more sms daemons can share single database. if you do not specify phoneid in their configuration, all are treated equally and you have no guarantee which one sends outgoing message. if you configure phoneid and use it when inserting message to the outbox table (gammu-smsd-inject does this), each sms daemon will have separate outbox queue.
- ganeti-2.12 / ganeti(7)
- None
- ganeti-2.12 / ganeti-extstorage-interface(7)
- None
- ganeti-2.12 / ganeti-os-interface(7)
- None
- libgfshare-bin / gfshare(7)
- Explanation of shamir secret sharing in gf(2**8)
- cpl-plugin-giraf-doc / giframestack(7)
- Creates a stacked image from a set of raw images.
- cpl-plugin-giraf-doc / gimasterbias(7)
- Creates a master bias image from a set of raw biases.
- cpl-plugin-giraf-doc / gimasterdark(7)
- Creates a master dark image from a set of raw dark frames.
- cpl-plugin-giraf-doc / gimasterflat(7)
- Create the fiber master flat field and the localization mask.
- cpl-plugin-giraf-doc / giscience(7)
- Process a science observation.
- cpl-plugin-giraf-doc / gistandard(7)
- Process a spectro-photometric standard star observation and compute the instrument response curve.
- git-man / gitcli(7)
- Git command-line interface and conventions
- git-man / gitcore-tutorial(7)
- A git core tutorial for developers
- git-man / gitcredentials(7)
- Providing usernames and passwords to git
- git-man / gitcvs-migration(7)
- Git for cvs users
- git-man / gitdiffcore(7)
- Tweaking diff output
- git-man / gitglossary(7)
- A git glossary
- git-man / gitnamespaces(7)
- Git namespaces
- git-man / gitrevisions(7)
- Specifying revisions and ranges for git
- git-man / gittutorial(7)
- A tutorial introduction to git (for version 1.5.1 or newer)
- git-man / gittutorial-2(7)
- A tutorial introduction to git: part two
- git-man / gitworkflows(7)
- An overview of recommended workflows with git
- cpl-plugin-giraf-doc / giwavecalibration(7)
- Compute dispersion solution from an arc-lamp spectrum.
- manpages / glibc(7)
- Overview of standard c libraries on linux
- manpages / glob(7)
- Globbing pathnames
- gnats-user / gnats(7)
- Problem report management system
- libgnome2-common / gnome-options(7)
- Standard command line options for gnome 2 programs
- gnupg / gnupg(7)
- The gnu privacy guard suite of programs
- golang-go / go-packages(7)
- Tool for managing go source code
- golang-go / go-path(7)
- Tool for managing go source code
- golang-go / go-remote(7)
- Tool for managing go source code
- golang-go / go-testflag(7)
- Tool for managing go source code
- golang-go / go-testfunc(7)
- Tool for managing go source code
- gpm / gpm-types(7)
- Pointer types (mice, tablets, etc.) managed by gpm. the information below is extracted from the texinfo file, which is the preferred source of information.
- upstart / graphics-device-added(7)
- Bridge between upstart and udev
- graphviz / graphviz(7)
- Rich set of graph drawing tools
- groff / groff_mm(7)
- Groff mm macros
- grokevt / grokevt(7)
- A collection of scripts built for reading windows event log files.
- gromacs-data / gromacs(7)
- Molecular dynamics simulation suite
- libgtk2.0-bin / gtk-options(7)
- Standard command line options for gtk+ programs
- guilt / guilt(7)
- Quilt on top of git
- gvfs-common / gvfs(7)
- Gio virtual file system
- gvpe / gvpe.protocol(7)
- None
- cpl-plugin-hawki-doc / hawki_cal_dark(7)
- Dark recipe
- cpl-plugin-hawki-doc / hawki_cal_distortion(7)
- Distortion autocalibration
- cpl-plugin-hawki-doc / hawki_cal_flat(7)
- Twillight flat recipe
- cpl-plugin-hawki-doc / hawki_cal_zpoint(7)
- Zero point computation recipe
- cpl-plugin-hawki-doc / hawki_sci_jitter(7)
- Jitter recipe
- cpl-plugin-hawki-doc / hawki_step_apply_dist(7)
- Distortion correction utility
- cpl-plugin-hawki-doc / hawki_step_basic_calib(7)
- Basic reduction recipe
- cpl-plugin-hawki-doc / hawki_step_combine(7)
- Jitter image combination recipe
- cpl-plugin-hawki-doc / hawki_step_compute_bkg(7)
- Background computing utility
- cpl-plugin-hawki-doc / hawki_step_detect_obj(7)
- Object detection recipe
- cpl-plugin-hawki-doc / hawki_step_photom_2mass(7)
- 2mass photometric calibration
- cpl-plugin-hawki-doc / hawki_step_refine_offsets(7)
- Jitter recipe
- cpl-plugin-hawki-doc / hawki_step_stats(7)
- Standard statistics utility
- cpl-plugin-hawki-doc / hawki_step_stitch(7)
- Stitching utility
- cpl-plugin-hawki-doc / hawki_step_subtract_bkg(7)
- Background subtraction utility
- cpl-plugin-hawki-doc / hawki_tec_filtchk(7)
- Filter checking recipe
- cpl-plugin-hawki-doc / hawki_util_gendist(7)
- Distortion map creation
- cpl-plugin-hawki-doc / hawki_util_stdstars(7)
- Standard stars catalog creation
- herbstluftwm / herbstluftwm-tutorial(7)
- A tutorial introduction to herbstluftwm
- hfsplus / hfsplus(7)
- Hfsplus a set of tools to access hfs+ file systems
- manpages / hier(7)
- Description of the filesystem hierarchy
- manpages / hostname(7)
- Hostname resolution description
- hwloc / hwloc(7)
- General information about hwloc ("hardware locality").
- hwloc-nox / hwloc(7)
- General information about hwloc ("hardware locality").
- ibacm / ibacm(7)
- Infiniband communication management assistant
- icecc / icecream(7)
- A distributed compile system
- icewm-common / icewm-common(7)
- A small and fast window manager
- manpages / icmp(7)
- Linux ipv4 icmp kernel module.
- manpages / inotify(7)
- Monitoring filesystem events
- manpages / intro(7)
- Introduction to overview, conventions, and miscellany section
- manpages / ip(7)
- Linux ipv4 protocol implementation
- openipmi / ipmi_cmdlang(7)
- A command language interface to the ipmi library
- ipsvd / ipsvd(7)
- Internet protocol service daemon
- manpages / ipv6(7)
- Linux ipv6 protocol implementation
- ipv6toolkit / ipv6toolkit(7)
- An ipv6 security assessment and trouble-shooting toolkit
- irda-utils / irda(7)
- The linux-irda protocol stack
- isdnutils-base / isdn_cause(7)
- Description of isdn cause messages.
- manpages / iso-8859-1(7)
- Iso 8859-1 character set encoded in octal, decimal, and hexadecimal
- manpages / iso-8859-10(7)
- Iso 8859-10 character set encoded in octal, decimal, and hexadecimal
- manpages / iso-8859-11(7)
- Iso 8859-11 character set encoded in octal, decimal, and hexadecimal
- manpages / iso-8859-13(7)
- Iso 8859-13 character set encoded in octal, decimal, and hexadecimal
- manpages / iso-8859-14(7)
- Iso 8859-14 character set encoded in octal, decimal, and hexadecimal
- manpages / iso-8859-15(7)
- Iso 8859-15 character set encoded in octal, decimal, and hexadecimal
- manpages / iso-8859-16(7)
- Iso 8859-16 character set encoded in octal, decimal, and hexadecimal
- manpages / iso-8859-2(7)
- Iso 8859-2 character set encoded in octal, decimal, and hexadecimal
- manpages / iso-8859-3(7)
- Iso 8859-3 character set encoded in octal, decimal, and hexadecimal
- manpages / iso-8859-4(7)
- Iso 8859-4 character set encoded in octal, decimal, and hexadecimal
- manpages / iso-8859-5(7)
- Iso 8859-5 character set encoded in octal, decimal, and hexadecimal
- manpages / iso-8859-6(7)
- Iso 8859-6 character set encoded in octal, decimal, and hexadecimal
- manpages / iso-8859-7(7)
- Iso 8859-7 character set encoded in octal, decimal, and hexadecimal
- manpages / iso-8859-8(7)
- Iso 8859-8 character set encoded in octal, decimal, and hexadecimal
- manpages / iso-8859-9(7)
- Iso 8859-9 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859-1(7)
- Iso 8859-1 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859-10(7)
- Iso 8859-10 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859-11(7)
- Iso 8859-11 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859-13(7)
- Iso 8859-13 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859-14(7)
- Iso 8859-14 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859-15(7)
- Iso 8859-15 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859-16(7)
- Iso 8859-16 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859-2(7)
- Iso 8859-2 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859-3(7)
- Iso 8859-3 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859-4(7)
- Iso 8859-4 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859-5(7)
- Iso 8859-5 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859-6(7)
- Iso 8859-6 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859-7(7)
- Iso 8859-7 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859-8(7)
- Iso 8859-8 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859-9(7)
- Iso 8859-9 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859_1(7)
- Iso 8859-1 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859_10(7)
- Iso 8859-10 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859_11(7)
- Iso 8859-11 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859_13(7)
- Iso 8859-13 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859_14(7)
- Iso 8859-14 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859_15(7)
- Iso 8859-15 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859_16(7)
- Iso 8859-16 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859_2(7)
- Iso 8859-2 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859_3(7)
- Iso 8859-3 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859_4(7)
- Iso 8859-4 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859_5(7)
- Iso 8859-5 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859_6(7)
- Iso 8859-6 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859_7(7)
- Iso 8859-7 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859_8(7)
- Iso 8859-8 character set encoded in octal, decimal, and hexadecimal
- manpages / iso_8859_9(7)
- Iso 8859-9 character set encoded in octal, decimal, and hexadecimal
- java-wrappers / java-wrappers(7)
- Capacities shared by java wrapper scripts
- jetring / jetring(7)
- Maintenance of gpg keyrings using changesets
- kdelibs5-data / kdeoptions(7)
- Common commandline options for all applications based on the kde libraries
- erlang-manpages / kernel(7)
- The kernel application
- systemd / kernel-command-line(7)
- Kernel command line parameters
- upstart / keyboard-request(7)
- Event signalling console press of alt-uparrow
- keyutils / keyrings(7)
- In-kernel key management and retention facility
- keyutils / keyutils(7)
- In-kernel key management utilities
- cpl-plugin-kmos-doc / kmo_arithmetic(7)
- Perform basic arithmetic on cubes
- cpl-plugin-kmos-doc / kmo_combine(7)
- Combine reconstructed cubes
- cpl-plugin-kmos-doc / kmo_copy(7)
- Copy a section of a cube to another cube, image or spectrum
- cpl-plugin-kmos-doc / kmo_extract_spec(7)
- Extract a spectrum from a cube.
- cpl-plugin-kmos-doc / kmo_fit_profile(7)
- Fit spectral line profiles as well as spatial profiles with a simple function - for example to measure resolution or find the centre of a source
- cpl-plugin-kmos-doc / kmo_fits_check(7)
- Check contents of a kmos fits-file
- cpl-plugin-kmos-doc / kmo_fits_stack(7)
- Creates kmos conform fits-files
- cpl-plugin-kmos-doc / kmo_fits_strip(7)
- Strip noise, rotator and/or empty extensions from a processed kmos fits frame
- cpl-plugin-kmos-doc / kmo_illumination_flat(7)
- Alternative to kmo_illumination based on flatfield frames.
- cpl-plugin-kmos-doc / kmo_make_image(7)
- Collapse a cube to create a spatial image
- cpl-plugin-kmos-doc / kmo_multi_reconstruct(7)
- Reconstruct and combine obj/sky-pairs in one step.
- cpl-plugin-kmos-doc / kmo_noise_map(7)
- Generate a noise map from a raw frame
- cpl-plugin-kmos-doc / kmo_reconstruct(7)
- Performs the cube reconstruction using different interpolation methods.
- cpl-plugin-kmos-doc / kmo_rotate(7)
- Rotate a cube spatially
- cpl-plugin-kmos-doc / kmo_sci_red(7)
- Reconstruct obj/sky-pairs individually and combine them afterwards
- cpl-plugin-kmos-doc / kmo_shift(7)
- Shift a cube spatially
- cpl-plugin-kmos-doc / kmo_sky_mask(7)
- Create a mask of spatial pixels that indicates which pixels can be considered as sky.
- cpl-plugin-kmos-doc / kmo_sky_tweak(7)
- Removal of oh sky lines
- cpl-plugin-kmos-doc / kmo_stats(7)
- Perform basic statistics on a kmos-conform fits-file
- cpl-plugin-kmos-doc / kmo_std_star(7)
- Create the telluric correction frame.
- cpl-plugin-kmos-doc / kmos_dark(7)
- Create master dark frame & bad pixel mask
- cpl-plugin-kmos-doc / kmos_flat(7)
- Create master flatfield frame and badpixel map
- cpl-plugin-kmos-doc / kmos_gen_reflines(7)
- Create reflines calibration file
- cpl-plugin-kmos-doc / kmos_illumination(7)
- Create a frame to correct spatial non-uniformity of flatfield
- cpl-plugin-kmos-doc / kmos_wave_cal(7)
- Create a wavelength calibration frame
- manpages / koi8-r(7)
- Russian character set encoded in octal, decimal, and hexadecimal
- manpages / koi8-u(7)
- Ukrainian character set encoded in octal, decimal, and hexadecimal
- libpacklib1-gfortran / kuesvr(7)
- The cern kuip edit server
- lam-runtime / lam(7)
- Introduction to local area multicomputer (lam)
- lam-runtime / lamssi(7)
- Introduction to lam system services interface (ssi)
- lam-runtime / lamssi_boot(7)
- Overview of lam's boot ssi modules
- lam-runtime / lamssi_coll(7)
- Overview of lam's mpi collective ssi modules
- lam-runtime / lamssi_cr(7)
- Overview of lam's mpi checkpoint / restart ssi modules
- lam-runtime / lamssi_rpi(7)
- Overview of lam's rpi ssi modules
- manpages / latin1(7)
- Iso 8859-1 character set encoded in octal, decimal, and hexadecimal
- manpages / latin10(7)
- Iso 8859-16 character set encoded in octal, decimal, and hexadecimal
- manpages / latin2(7)
- Iso 8859-2 character set encoded in octal, decimal, and hexadecimal
- manpages / latin3(7)
- Iso 8859-3 character set encoded in octal, decimal, and hexadecimal
- manpages / latin4(7)
- Iso 8859-4 character set encoded in octal, decimal, and hexadecimal
- manpages / latin5(7)
- Iso 8859-9 character set encoded in octal, decimal, and hexadecimal
- manpages / latin6(7)
- Iso 8859-10 character set encoded in octal, decimal, and hexadecimal
- manpages / latin7(7)
- Iso 8859-13 character set encoded in octal, decimal, and hexadecimal
- manpages / latin8(7)
- Iso 8859-14 character set encoded in octal, decimal, and hexadecimal
- manpages / latin9(7)
- Iso 8859-15 character set encoded in octal, decimal, and hexadecimal
- siege / layingsiege(7)
- An http/https stress tester was designed orignally as a internet usage simulator. in short, its role was to simulate the activity of many simultaneous users hitting a http server. we were debugging some java code and during that process we arrived at a point where the code could withstand an acceptable number of users hitting a single url but it could not withstand the seemingly random activity that characterizes many users hitting many urls on a webserver. in order to debug the problem in a lab environment, i developed a program that simply read a bunch of urls ( we used images, scripts, static html, jsps, etc. ) into memory and hit them randomly. the result was a success. we were able to break the code in the lab, an occurance which ultimately allowed us to fix it and put it into production. as the developers code improved, siege improved until we ultimately had good java code and a pretty decent regression tool. it was helpful for us, i hope it is helpful to you. in order to feel comfortable putting code into production, you need a way to measure its performance and to determine its threshold for failure. if you break your database pool at 250 simultaneous users and you average less then one-hundred simultaneous users and the code performs favorably, you can feel good about putting it into production. at the same time, if you should monitor trends in your site's activity and prepare for the moment when your traffic starts to near your threshold for failure. as a webdeveloper or websystems administrator you have little to no control over your user group. they can visit your site anytime day or night. your domain name could resemble a popular site, yoohoo.com? and when was the last time marketing informed you about an approaching advertising blitz? you must be prepared for anything. that is why stress and performance testing is so important. i would not recommend putting anything into production until you have a good feel for how it will perform under duress.
- nordugrid-arc-ldap-monitor / ldap-monitor(7)
- Real-time nordugrid monitoring tool
- ocl-icd-libopencl1 / libOpenCL(7)
- Ocl-icd implementation of opencl icd loader
- ocl-icd-libopencl1 / libOpenCL.so(7)
- Ocl-icd implementation of opencl icd loader
- manpages / libc(7)
- Overview of standard c libraries on linux
- libdisasm-dev / libdisasm(7)
- Library for disassembling intel x86 instructions
- libmodbus-dev / libmodbus(7)
- A fast and portable modbus library
- lam-runtime / libmpi(7)
- Lam/mpi implementation
- libpwiz-doc / libpwiz-doc(7)
- Library to perform proteomics data analyses - documentation
- libquvi-scripts / libquvi-scripts(7)
- Overview of query media library scripts
- gnustep-common / library-combo(7)
- Gnustep make support for cross-compilation.
- libroar-dev / libroar(7)
- Roaraudio sound library
- libsmbclient / libsmbclient(7)
- An extension library for browsers and that can be used as a generic browsing api.
- libxwiimote-dev / libxwiimote(7)
- Xwiimote user-space library
- live-boot-doc / live-boot(7)
- System boot components
- live-build / live-build(7)
- The live systems tool suite
- live-config-doc / live-config(7)
- System configuration components
- live-images / live-images(7)
- System image configurations
- live-tools / live-tools(7)
- System support scripts
- mountall / local-filesystems(7)
- Event signalling that local filesystems have been mounted
- manpages / locale(7)
- Description of multilanguage support
- courier-mta / localmailfilter(7)
- Local mail filtering
- lutefisk-doc / lutefisk-doc(7)
- Software for the de novo interpretation of peptide cid spectra (documentation)
- lvm2 / lvmcache(7)
- Lvmcache lvm caching
- lvm2 / lvmthin(7)
- Lvmthin lvm thin provisioning
- lxc / lxc(7)
- Linux containers
- manpages / mailaddr(7)
- Mail addressing description
- courier-base / maildirquota.courier(7)
- Voluntary maildir quotas
- maildrop / maildirquota.maildrop(7)
- Voluntary maildir quotas
- courier-maildrop / maildropex(7)
- Maildrop filtering language examples
- maildrop / maildropex(7)
- Maildrop filtering language examples
- courier-maildrop / maildropfilter(7)
- Maildrops filtering language
- maildrop / maildropfilter(7)
- Maildrops filtering language
- courier-maildrop / maildropgdbm(7)
- Gdbm/db support in maildrop
- maildrop / maildropgdbm(7)
- Gdbm/db support in maildrop
- manpages / man(7)
- Macros to format man pages
- manpages / man-pages(7)
- Conventions for writing linux man pages
- massxpert-data / massxpert-data(7)
- Massxpert mass spectrometry software package (data files)
- massxpert-doc / massxpert-doc(7)
- Massxpert mass spectrometry software package (documentation)
- manpages / math_error(7)
- Detecting errors from mathematical functions
- oss4-base / midi(7)
- Open sound system midi devices
- mimedefang / mimedefang-notify(7)
- Conventions used by mimedefang-multiplexor(8) to notify an external program of state changes.
- mimedefang / mimedefang-protocol(7)
- Conventions used by mimedefang(8) to communicate with filter programs.
- manpages / missing(7)
- Missing manual pages
- oss4-base / mixer(7)
- Open sound system mixer (control panel) device
- mk-configure / mk-configure(7)
- Lightweight replacement for gnu autotools
- ganeti-2.12 / mon-collector(7)
- Command line interface for the data collectors of the monitoring system
- monkeysphere / monkeysphere(7)
- Ssh and tls authentication framework using openpgp web of trust
- cpl-plugin-fors-doc / montecarlo(7)
- Test function mos_montecarlo_polyfit()
- mosquitto / mosquitto-tls(7)
- Configure ssl/tls support for mosquitto
- mountall / mounted(7)
- Event signalling that a filesystem has been mounted
- mountall / mounting(7)
- Event signalling that a filesystem is mounting
- mozplugger / mozplugger(7)
- A streaming multimedia plugin for unix mozilla
- manpages / mq_overview(7)
- Overview of posix message queues
- mosquitto / mqtt(7)
- Mq telemetry transport
- libmtbl-dev / mtbl(7)
- Immutable sorted string library
- munge / munge(7)
- Munge overview
- manpages / namespaces(7)
- Overview of linux namespaces
- upstart / net-device-added(7)
- Bridge between upstart and udev
- upstart / net-device-removed(7)
- Bridge between upstart and udev
- manpages / netdevice(7)
- Low-level access to linux network devices
- manpages / netlink(7)
- Communication between kernel and user space (af_netlink)
- nfs-kernel-server / nfsd(7)
- Special filesystem for controlling linux nfs server
- notmuch / notmuch-search-terms(7)
- Syntax for notmuch queries
- noweb / nowebfilters(7)
- Filters and parsers for use with noweb
- noweb / nowebstyle(7)
- Latex package for noweb
- npm / npm-coding-style(7)
- Npm\'s "funny" coding style
- npm / npm-config(7)
- More than you probably want to know about npm configuration
- npm / npm-developers(7)
- Developer guide
- npm / npm-disputes(7)
- Handling module name disputes
- npm / npm-faq(7)
- Frequently asked questions
- npm / npm-index(7)
- Index of all npm documentation npm help .sh "readme" node package manager npm help .sh "npm" node package manager npm help .sh "npm-adduser" add a registry user account npm help .sh "npm-bin" display npm bin folder npm help .sh "npm-bugs" bugs for a package in a web browser maybe npm help .sh "npm-build" build a package npm help .sh "npm-bundle" removed npm help .sh "npm-cache" manipulates packages cache npm help .sh "npm-completion" tab completion for npm npm help .sh "npm-config" manage the npm configuration files npm help .sh "npm-dedupe" reduce duplication npm help .sh "npm-deprecate" deprecate a version of a package npm help .sh "npm-docs" docs for a package in a web browser maybe npm help .sh "npm-edit" edit an installed package npm help .sh "npm-explore" browse an installed package npm help .sh "npm-help-search" search npm help documentation npm help .sh "npm-help" get help on npm npm help .sh "npm-init" interactively create a package.json file npm help .sh "npm-install" install a package npm help .sh "npm-link" symlink a package folder npm help .sh "npm-ls" list installed packages npm help .sh "npm-outdated" check for outdated packages npm help .sh "npm-owner" manage package owners npm help .sh "npm-pack" create a tarball from a package npm help .sh "npm-prefix" display prefix npm help .sh "npm-prune" remove extraneous packages npm help .sh "npm-publish" publish a package npm help .sh "npm-rebuild" rebuild a package npm help .sh "npm-repo" open package repository page in the browser npm help .sh "npm-restart" start a package npm help .sh "npm-rm" remove a package npm help .sh "npm-root" display npm root npm help .sh "npm-run-script" run arbitrary package scripts npm help .sh "npm-search" search for packages npm help .sh "npm-shrinkwrap" lock down dependency versions npm help .sh "npm-star" mark your favorite packages npm help .sh "npm-stars" view packages marked as favorites npm help .sh "npm-start" start a package npm help .sh "npm-stop" stop a package npm help .sh "npm-submodule" add a package as a git submodule npm help .sh "npm-tag" tag a published version npm help .sh "npm-test" test a package npm help .sh "npm-uninstall" remove a package npm help .sh "npm-unpublish" remove a package from the registry npm help .sh "npm-update" update a package npm help .sh "npm-version" bump a package version npm help .sh "npm-view" view registry info npm help .sh "npm-whoami" display npm username npm apihelp .sh "npm" node package manager npm apihelp .sh "npm-bin" display npm bin folder npm apihelp .sh "npm-bugs" bugs for a package in a web browser maybe npm apihelp .sh "npm-cache" manage the npm cache programmatically npm apihelp .sh "npm-commands" npm commands npm apihelp .sh "npm-config" manage the npm configuration files npm apihelp .sh "npm-deprecate" deprecate a version of a package npm apihelp .sh "npm-docs" docs for a package in a web browser maybe npm apihelp .sh "npm-edit" edit an installed package npm apihelp .sh "npm-explore" browse an installed package npm apihelp .sh "npm-help-search" search the help pages npm apihelp .sh "npm-init" interactively create a package.json file npm apihelp .sh "npm-install" install a package programmatically npm apihelp .sh "npm-link" symlink a package folder npm apihelp .sh "npm-load" load config settings npm apihelp .sh "npm-ls" list installed packages npm apihelp .sh "npm-outdated" check for outdated packages npm apihelp .sh "npm-owner" manage package owners npm apihelp .sh "npm-pack" create a tarball from a package npm apihelp .sh "npm-prefix" display prefix npm apihelp .sh "npm-prune" remove extraneous packages npm apihelp .sh "npm-publish" publish a package npm apihelp .sh "npm-rebuild" rebuild a package npm apihelp .sh "npm-repo" open package repository page in the browser npm apihelp .sh "npm-restart" start a package npm apihelp .sh "npm-root" display npm root npm apihelp .sh "npm-run-script" run arbitrary package scripts npm apihelp .sh "npm-search" search for packages npm apihelp .sh "npm-shrinkwrap" programmatically generate package shrinkwrap file npm apihelp .sh "npm-start" start a package npm apihelp .sh "npm-stop" stop a package npm apihelp .sh "npm-submodule" add a package as a git submodule npm apihelp .sh "npm-tag" tag a published version npm apihelp .sh "npm-test" test a package npm apihelp .sh "npm-uninstall" uninstall a package programmatically npm apihelp .sh "npm-unpublish" remove a package from the registry npm apihelp .sh "npm-update" update a package npm apihelp .sh "npm-version" bump a package version npm apihelp .sh "npm-view" view registry info npm apihelp .sh "npm-whoami" display npm username npm help .sh "npm-folders" folder structures used by npm npm help .sh "npmrc" the npm config files npm help .sh "package.json" specifics of npm\'s package.json handling npm help .sh "npm-coding-style" npm\'s "funny" coding style npm help .sh "npm-config" more than you probably want to know about npm configuration npm help .sh "npm-developers" developer guide npm help .sh "npm-disputes" handling module name disputes npm help .sh "npm-faq" frequently asked questions npm help .sh "npm-index" index of all npm documentation npm help .sh "npm-registry" the javascript package registry npm help .sh "npm-scripts" how npm handles the "scripts" field npm help .sh "removing-npm" cleaning the slate npm help .sh "semver" the semantic versioner for npm
- npm / npm-registry(7)
- The javascript package registry
- npm / npm-scripts(7)
- How npm handles the "scripts" field
- nullmailer / nullmailer(7)
- Overview of nullmailer documentation
- manpages / numa(7)
- Overview of non-uniform memory architecture
- python-numm / numm.getting-started(7)
- Numm installation and usage
- ocfs2-tools / o2cb(7)
- Default cluster stack for the ocfs2 file system.
- erlang-manpages / observer(7)
- The observer application
- resource-agents / ocf_heartbeat_AoEtarget(7)
- Manages ata-over-ethernet (aoe) target exports
- resource-agents / ocf_heartbeat_AudibleAlarm(7)
- Emits audible beeps at a configurable interval
- resource-agents / ocf_heartbeat_CTDB(7)
- Ctdb resource agent
- resource-agents / ocf_heartbeat_ClusterMon(7)
- Runs crm_mon in the background, recording the cluster status to an html file
- resource-agents / ocf_heartbeat_Delay(7)
- Waits for a defined timespan
- resource-agents / ocf_heartbeat_Dummy(7)
- Example stateless resource agent
- resource-agents / ocf_heartbeat_EvmsSCC(7)
- Manages evms shared cluster containers (sccs) (deprecated)
- resource-agents / ocf_heartbeat_Evmsd(7)
- Controls clustered evms volume management (deprecated)
- resource-agents / ocf_heartbeat_Filesystem(7)
- Manages filesystem mounts
- resource-agents / ocf_heartbeat_ICP(7)
- Manages an icp vortex clustered host drive
- resource-agents / ocf_heartbeat_IPaddr(7)
- Manages virtual ipv4 addresses (portable version)
- resource-agents / ocf_heartbeat_IPaddr2(7)
- Manages virtual ipv4 addresses (linux specific version)
- resource-agents / ocf_heartbeat_IPsrcaddr(7)
- Manages the preferred source address for outgoing ip packets
- resource-agents / ocf_heartbeat_IPv6addr(7)
- Manages ipv6 aliases
- resource-agents / ocf_heartbeat_LVM(7)
- Controls the availability of an lvm volume group
- resource-agents / ocf_heartbeat_LinuxSCSI(7)
- Enables and disables scsi devices through the kernel scsi hot-plug subsystem (deprecated)
- resource-agents / ocf_heartbeat_MailTo(7)
- Notifies recipients by email in the event of resource takeover
- resource-agents / ocf_heartbeat_ManageRAID(7)
- Manages raid devices
- resource-agents / ocf_heartbeat_ManageVE(7)
- Manages an openvz virtual environment (ve)
- resource-agents / ocf_heartbeat_Pure-FTPd(7)
- Manages a pure-ftpd ftp server instance
- resource-agents / ocf_heartbeat_Raid1(7)
- Manages linux software raid (md) devices on shared storage
- resource-agents / ocf_heartbeat_Route(7)
- Manages network routes
- resource-agents / ocf_heartbeat_SAPDatabase(7)
- Manages a sap database instance as an ha resource.
- resource-agents / ocf_heartbeat_SAPInstance(7)
- Manages a sap instance as an ha resource.
- resource-agents / ocf_heartbeat_SendArp(7)
- Broadcasts unsolicited arp announcements
- resource-agents / ocf_heartbeat_ServeRAID(7)
- Enables and disables shared serveraid merge groups
- resource-agents / ocf_heartbeat_SphinxSearchDaemon(7)
- Manages the sphinx search daemon.
- resource-agents / ocf_heartbeat_Squid(7)
- Manages a squid proxy server instance
- resource-agents / ocf_heartbeat_Stateful(7)
- Example stateful resource agent
- resource-agents / ocf_heartbeat_SysInfo(7)
- Records various node attributes in the cib
- resource-agents / ocf_heartbeat_VIPArip(7)
- Manages a virtual ip address through rip2
- resource-agents / ocf_heartbeat_VirtualDomain(7)
- Manages virtual domains through the libvirt virtualization framework
- resource-agents / ocf_heartbeat_WAS(7)
- Manages a websphere application server instance
- resource-agents / ocf_heartbeat_WAS6(7)
- Manages a websphere application server 6 instance
- resource-agents / ocf_heartbeat_WinPopup(7)
- Sends an smb notification message to selected hosts
- resource-agents / ocf_heartbeat_Xen(7)
- Manages xen unprivileged domains (domus)
- resource-agents / ocf_heartbeat_Xinetd(7)
- Manages a service of xinetd
- resource-agents / ocf_heartbeat_anything(7)
- Manages an arbitrary service
- resource-agents / ocf_heartbeat_apache(7)
- Manages an apache web server instance
- resource-agents / ocf_heartbeat_asterisk(7)
- Manages an asterisk pbx
- resource-agents / ocf_heartbeat_conntrackd(7)
- This resource agent manages conntrackd
- resource-agents / ocf_heartbeat_db2(7)
- Resource agent that manages an ibm db2 luw databases in standard role as primitive or in hadr roles as master/slave configuration. multiple partitions are supported.
- resource-agents / ocf_heartbeat_dhcpd(7)
- Chrooted isc dhcp server resource agent.
- resource-agents / ocf_heartbeat_drbd(7)
- Manages a drbd resource (deprecated)
- resource-agents / ocf_heartbeat_eDir88(7)
- Manages a novell edirectory directory server
- resource-agents / ocf_heartbeat_ethmonitor(7)
- Monitors network interfaces
- resource-agents / ocf_heartbeat_exportfs(7)
- Manages nfs exports
- resource-agents / ocf_heartbeat_fio(7)
- Fio io load generator
- resource-agents / ocf_heartbeat_iSCSILogicalUnit(7)
- Manages iscsi logical units (lus)
- resource-agents / ocf_heartbeat_iSCSITarget(7)
- Iscsi target export agent
- resource-agents / ocf_heartbeat_ids(7)
- Manages an informix dynamic server (ids) instance
- resource-agents / ocf_heartbeat_iscsi(7)
- Manages a local iscsi initiator and its connections to iscsi targets
- resource-agents / ocf_heartbeat_jboss(7)
- Manages a jboss application server instance
- resource-agents / ocf_heartbeat_lxc(7)
- Manages lxc containers
- resource-agents / ocf_heartbeat_mysql(7)
- Manages a mysql database instance
- resource-agents / ocf_heartbeat_mysql-proxy(7)
- Manages a mysql proxy instance
- resource-agents / ocf_heartbeat_named(7)
- Manages a named server
- resource-agents / ocf_heartbeat_nfsserver(7)
- Manages an nfs server
- resource-agents / ocf_heartbeat_nginx(7)
- Manages an nginx web/proxy server instance
- resource-agents / ocf_heartbeat_oracle(7)
- Manages an oracle database instance
- resource-agents / ocf_heartbeat_oralsnr(7)
- Manages an oracle tns listener
- resource-agents / ocf_heartbeat_pgsql(7)
- Manages a postgresql database instance
- resource-agents / ocf_heartbeat_pingd(7)
- Monitors connectivity to specific hosts or ip addresses ("ping nodes") (deprecated)
- resource-agents / ocf_heartbeat_portblock(7)
- Block and unblocks access to tcp and udp ports
- resource-agents / ocf_heartbeat_postfix(7)
- Manages a highly available postfix mail server instance
- resource-agents / ocf_heartbeat_pound(7)
- Manage a pound instance
- resource-agents / ocf_heartbeat_proftpd(7)
- Ocf resource agent compliant ftp script.
- resource-agents / ocf_heartbeat_rsyncd(7)
- Manages an rsync daemon
- resource-agents / ocf_heartbeat_rsyslog(7)
- Rsyslog resource agent
- resource-agents / ocf_heartbeat_scsi2reservation(7)
- Scsi-2 reservation
- resource-agents / ocf_heartbeat_sfex(7)
- Manages exclusive access to shared storage using shared disk file exclusiveness (sf-ex)
- resource-agents / ocf_heartbeat_slapd(7)
- Manages a stand-alone ldap daemon (slapd) instance
- resource-agents / ocf_heartbeat_symlink(7)
- Manages a symbolic link
- resource-agents / ocf_heartbeat_syslog-ng(7)
- Syslog-ng resource agent
- resource-agents / ocf_heartbeat_tomcat(7)
- Manages a tomcat servlet environment instance
- resource-agents / ocf_heartbeat_varnish(7)
- Manage a varnish instance
- resource-agents / ocf_heartbeat_vmware(7)
- Manages vmware server 2.0 virtual machines
- openmpi-checkpoint / ompi_crcp(7)
- Open mpi mca checkpoint/restart coordination protocol (crcp) framework: overview of open mpi's crcp framework, and selected modules. open mpi 1.6.5
- openmpi-checkpoint / opal_crs(7)
- Open pal mca checkpoint/restart service (crs): overview of open pal's crs framework, and selected modules. open mpi 1.6.5.
- opencryptoki / opencryptoki(7)
- A pkcs#11 implementation.
- opendnssec-common / opendnssec(7)
- Making dnssec easy for dns administrators
- openipmi / openipmi_conparms(7)
- Connection parmeters for openipmi
- openms / openms(7)
- Library for lc/ms data management and analysis - metapackage
- openms-common / openms-common(7)
- Library for lc/ms data management and analysis - common files
- openms-doc / openms-doc(7)
- Library for lc/ms data management and analysis - documentation
- manpages / operator(7)
- C operator precedence and order of evaluation
- aptdaemon / org.debian.apt(7)
- The main interface of aptdaemon
- aptdaemon / org.debian.apt.transaction(7)
- The main interface of an aptdaemon transaction
- openmpi-doc / orte_filem(7)
- Open rte mca file management (filem) framework: overview of open rte's filem framework, and selected modules. open mpi 1.6.5
- openmpi-doc / orte_hosts(7)
- Openrte hostfile and host behavior: overview of openrte's support for user-supplied hostfiles and comma-delimited lists of hosts
- openmpi-doc / orte_snapc(7)
- Open rte mca snapshot coordination (snapc) framework: overview of open rte's snapc framework, and selected modules. open mpi 1.6.5
- erlang-manpages / os_mon(7)
- Os monitoring application
- erlang-manpages / ose(7)
- The ose application
- oss4-base / oss_ali5455(7)
- Alim5455 audio driver.
- oss4-base / oss_atiaudio(7)
- Ati ixp southbridge audio driver.
- oss4-base / oss_audigyls(7)
- Creative labs ca106 (audigyls/sblive 24bit) driver.
- oss4-base / oss_audioloop(7)
- Loopback audio driver.
- oss4-base / oss_audiopci(7)
- Creative/ensoniq audiopci - es1370 audio driver.
- oss4-base / oss_cmi878x(7)
- Cmedia cmi8788 audio driver.
- oss4-base / oss_cmpci(7)
- Cmedia cmi8738/8768 audio driver.
- oss4-base / oss_cs4281(7)
- Cirrus logic cs4281 driver
- oss4-base / oss_cs461x(7)
- Cirrus logic cs461x/cs4280 audio driver.
- oss4-base / oss_digi96(7)
- Rme digi96 professional audio driver.
- oss4-base / oss_emu10k1x(7)
- Creative labs p16x (emu10k1x) driver.
- oss4-base / oss_envy24(7)
- Ice envy24 audio device driver.
- oss4-base / oss_envy24ht(7)
- Via envy24ht/pt audio driver.
- oss4-base / oss_fmedia(7)
- Forte media fm801 driver.
- oss4-base / oss_geode(7)
- National semiconductor geode audio driver.
- oss4-base / oss_hdaudio(7)
- Intel high definition audio (azalia)
- oss4-base / oss_ich(7)
- Intel ich/sis7012/nvidia/amd audio device driver.
- oss4-base / oss_imux(7)
- Input muplexer audio driver.
- oss4-base / oss_madi(7)
- Rme hdsp madi and aes32 audio driver
- oss4-base / oss_midiloop(7)
- Loopback midi driver.
- oss4-base / oss_sbpci(7)
- Creative labs es1371 audio driver.
- oss4-base / oss_sbxfi(7)
- Soundblaster x-fi audio driver
- oss4-base / oss_solo(7)
- Ess solo-1 audio driver
- oss4-base / oss_trident(7)
- Sis7018, 4dwave, alim5451 audio driver.
- oss4-base / oss_usb(7)
- Usb audio/midi/mixer driver
- oss4-base / oss_userdev(7)
- Oss client/server audio pseudo device.
- oss4-base / oss_via823x(7)
- Open sound system driver for via 8233/8235/8237 audio controllers.
- oss4-base / oss_via97(7)
- Via 82c686 audio driver
- oss4-base / oss_ymf7xx(7)
- Yamaha ds-xg audio driver.
- oss4-base / osscore(7)
- Open sound sytem core audio framework.
- manpages / packet(7)
- Packet interface on device level
- libpam-script / pam-script(7)
- A pam module that can invoke scripts within the pam stack.
- libpam-krb5-migrate-heimdal / pam_krb5_migrate(7)
- Kerberos 5 migration pam module
- manpages / path_resolution(7)
- How a pathname is resolved to a file
- libpcap0.8 / pcap-filter(7)
- Packet filter syntax
- libpcap0.8-dev / pcap-linktype(7)
- Link-layer header types supported by libpcap
- libpcap0.8-dev / pcap-tstamp(7)
- Packet time stamps in libpcap
- pciutils / pcilib(7)
- A library for accessing pci devices
- performous-tools / performous-tools(7)
- Tools for performous karaoke game
- keyutils / persistent-keyring(7)
- Per-user persistent keyring
- manpages / pid_namespaces(7)
- Overview of linux pid namespaces
- dovecot-core / pigeonhole(7)
- Overview of the pigeonhole projects sieve support for the dovecot secure imap and pop3 server
- pilot-link / pilot-link(7)
- A suite of tools for communicating with palm handhelds, such as those made by palm, handspring, handera, trgpro, sony or other palm compatible handheld pda device.
- manpages / pipe(7)
- Overview of pipes and fifos
- po4a / po4a(7)
- Framework to translate documentation and other materials
- po4a / po4a-runtime(7)
- Po4a and runtime gettext translation without autotools
- podget / podget(7)
- Simple tool to automate downloading of podcasts.
- polygraph / polygraph(7)
- Performance benchmark for web intermediaries
- manpages / posixoptions(7)
- Optional parts of the posix standard
- upstart / power-status-changed(7)
- Event signalling change of power status
- powerman / powerman-devices(7)
- Powerman device configuration notes
- prerex / prerex.sty(7)
- A latex document style for prerequisite charts
- keyutils / process-keyring(7)
- Per-process shared keyring
- manpages / pthreads(7)
- Posix threads
- manpages / pty(7)
- Pseudoterminal interfaces
- python-mzml / python-mzml(7)
- Mzml mass spectrometric data parsing
- python-mzml-doc / python-mzml-doc(7)
- Mzml mass spectrometric data parsing (documentation)
- qmail / qmail(7)
- Overview of qmail documentation
- qmail / qmail-limits(7)
- Artificial limits in the qmail system
- atm-tools / qos(7)
- Quality of service specification
- kdelibs5-data / qtoptions(7)
- Common commandline options for all applications based on the qt toolkit
- manpages / raw(7)
- Linux ipv4 raw sockets
- librdmacm-dev / rdma_cm(7)
- Rdma communication manager.
- rdup / rdup-backups(7)
- Introduction into making backups with rdup
- manpages / re_format(7)
- Posix.2 regular expressions
- libfuntools-dev / regalgebra(7)
- Boolean algebra on spatial regions
- libfuntools-dev / regbounds(7)
- Region boundaries
- libfuntools-dev / regcoords(7)
- Spatial region coordinates
- libfuntools-dev / regdiff(7)
- Differences between funtools and iraf regions
- manpages / regex(7)
- Posix.2 regular expressions
- libfuntools-dev / reggeometry(7)
- Geometric shapes in spatial region filtering
- shapetools / release.c.tmpl(7)
- Shapefile.tmpl, makefile.tmpl, release.tmpl, release.c.tmpl templates in the shapetools rms
- mountall / remote-filesystems(7)
- Event signalling that remote filesystems have been mounted
- librenaissance0-dev / renaissance(7)
- Gnustep development framework
- libroar-dev / roardecnet(7)
- Hints for decnet users or roaraudio
- libroar-dev / roartips(7)
- Tips for roaraudio users
- libroar-dev / roartut(7)
- Roaraudio sound library developer tutorial
- libroar-dev / roarvio(7)
- Roaraudio sound library roarvio - roaraudio virtual io layer
- libroar-dev / roarvs(7)
- Roaraudio sound library roarvs - roaraudio very simple api
- ruby-ronn / ronn-format(7)
- Manual authoring format based on markdown
- librdmacm-dev / rsocket(7)
- Rdma socket api
- manpages / rtld-audit(7)
- Auditing api for the dynamic linker
- manpages / rtnetlink(7)
- Linux ipv4 routing socket
- upstart / runlevel(7)
- Event signalling change of system runlevel
- erlang-manpages / runtime_tools(7)
- The runtime tools application
- samba-common-bin / samba(7)
- A windows ad and smb/cifs fileserver for unix
- libsane-common / sane(7)
- Scanner access now easy: api for accessing scanners
- atm-tools / sap(7)
- Service access point specification
- erlang-manpages / sasl(7)
- The sasl application
- manpages / sched(7)
- Overview of scheduling apis
- libsctp-dev / sctp(7)
- Sctp protocol.
- manpages / sem_overview(7)
- Overview of posix semaphores
- npm / semver(7)
- The semantic versioner for npm
- upstart / session-end(7)
- Event signalling session shutdown
- keyutils / session-keyring(7)
- Session shared process keyring
- shapetools / shape_stdrul(7)
- Shapetools rms general version selection rules
- shapetools / shape_stdvar(7)
- Shapetools rms project wide variant definitions
- shapetools / shape_tmpl(7)
- Shapefile.tmpl, makefile.tmpl, release.tmpl, release.c.tmpl templates in the shapetools rms
- manpages / shm_overview(7)
- Overview of posix shared memory
- manpages / sigevent(7)
- Structure for notification from asynchronous routines
- manpages / signal(7)
- Overview of signals
- simple-tpm-pk11 / simple-tpm-pk11(7)
- Simple pkcs11 provider for tpm chips
- cpl-plugin-sinfo-doc / sinfo_rec_detlin(7)
- Detector's linearity & non linear bad pixels determination.
- cpl-plugin-sinfo-doc / sinfo_rec_distortion(7)
- Finds optical distortions and slitlets distances
- cpl-plugin-sinfo-doc / sinfo_rec_jitter(7)
- Object or std star or psf star data reduction
- cpl-plugin-sinfo-doc / sinfo_rec_mdark(7)
- Master dark and hot pixels mask generation.
- cpl-plugin-sinfo-doc / sinfo_rec_mflat(7)
- Master flat determination
- cpl-plugin-sinfo-doc / sinfo_rec_pupil(7)
- Pupil data reduction
- cpl-plugin-sinfo-doc / sinfo_rec_wavecal(7)
- Wavelength calibration and slitpos determination
- cpl-plugin-sinfo-doc / sinfo_utl_bp_mask_add(7)
- Add bad pixels masks
- cpl-plugin-sinfo-doc / sinfo_utl_cube2ima(7)
- Cube to image conversion
- cpl-plugin-sinfo-doc / sinfo_utl_cube2spectrum(7)
- Collapse a cube to an image over an aperture
- cpl-plugin-sinfo-doc / sinfo_utl_cube_arith(7)
- Cube arithmetics
- cpl-plugin-sinfo-doc / sinfo_utl_cube_combine(7)
- Coadd cubes in an output cube according to user defined offsets
- cpl-plugin-sinfo-doc / sinfo_utl_cube_create(7)
- Generate a cube
- cpl-plugin-sinfo-doc / sinfo_utl_ima_arith(7)
- Computes result of ima1 op ima2
- cpl-plugin-sinfo-doc / sinfo_utl_ima_line_corr(7)
- Computes result of ima1 op ima2
- cpl-plugin-sinfo-doc / sinfo_utl_line_oh_select(7)
- Oh line table creation
- cpl-plugin-sinfo-doc / sinfo_utl_skycor(7)
- Sky lines residuals correction
- cpl-plugin-sinfo-doc / sinfo_utl_skymap(7)
- Flags sky lines as bad pixels, with map generation
- cpl-plugin-sinfo-doc / sinfo_utl_spectrum_divide_by_blackbody(7)
- Spectrum normalization by a blackbody
- cpl-plugin-sinfo-doc / sinfo_utl_spectrum_wavelength_shift(7)
- Spectrum wavelength shift
- sisu-complete / sisu-complete(7)
- Structured information, serialized units - a document publishing system, complete dependency package
- sisu-pdf / sisu-pdf(7)
- Structured information, serialized units - a document publishing system, complete dependency package
- sisu-postgresql / sisu-postgresql(7)
- Structured information, serialized units - a document publishing system, complete dependency package
- sisu-sqlite / sisu-sqlite(7)
- Structured information, serialized units - a document publishing system, complete dependency package
- oss4-base / sndstat(7)
- Open sound system status device
- erlang-manpages / snmp(7)
- The snmp application
- manpages / socket(7)
- Linux socket interface
- upstart / socket-event(7)
- Event signalling that a socket connection has been made
- sox / soxeffect(7)
- Sound exchange, the swiss army knife of audio manipulation
- sox / soxformat(7)
- Sound exchange, the swiss army knife of audio manipulation
- manpages / spufs(7)
- Spu filesystem
- erlang-manpages / ssh(7)
- The ssh application implements the ssh (secure shell) protocol and
- erlang-manpages / ssl(7)
- The ssl application provides secure communication over
- manpages / standards(7)
- C and unix standards
- systemtap-doc / stappaths(7)
- Systemtap configurable file paths
- upstart / started(7)
- Event signalling that a job is running
- upstart / starting(7)
- Event signalling that a job is starting
- upstart / startup(7)
- Event signalling system startup
- erlang-manpages / stdlib(7)
- The stdlib application
- upstart / stopped(7)
- Event signalling that a job has stopped
- upstart / stopping(7)
- Event signalling that a job is stopping
- manpages / suffixes(7)
- List of file suffixes
- survex / survex(7)
- Cave survey software
- manpages / svipc(7)
- System v interprocess communication mechanisms
- manpages / symlink(7)
- Symbolic link handling
- sysconftool / sysconftool(7)
- Format of configuration files installed by sysconftool
- systemd-cron / systemd.cron(7)
- Systemd cron units
- systemd / systemd.directives(7)
- Index of configuration directives
- systemd / systemd.index(7)
- List all manpages from the systemd project
- systemd / systemd.journal-fields(7)
- Special journal fields
- systemd / systemd.special(7)
- Special systemd units
- systemd / systemd.time(7)
- Time and date specifications
- iproute2 / tc-hfsc(7)
- Hierarchical fair service curve
- manpages / tcp(7)
- Tcp protocol
- libtecla-dev / tecla(7)
- The user interface provided by the tecla library.
- ncurses-bin / term(7)
- Conventions for naming terminal types
- manpages / termio(7)
- System v terminal driver interface
- cpl-plugin-fors-doc / test_hough(7)
- Test hough transform on any table of points
- erlang-manpages / test_server(7)
- Test server for manual or automatic testing of erlang code
- keyutils / thread-keyring(7)
- Per-thread keyring
- manpages / time(7)
- Overview of time and timers
- manpages / tis-620(7)
- Iso 8859-11 character set encoded in octal, decimal, and hexadecimal
- tkabber-plugins / tkabber-plugins(7)
- Tkabber-plugins the set of standard plugins for tkabber, an xmpp (jabber) client
- tntnet / tntnet.properties(7)
- Configuration-file for tntnet (8)
- tntnet / tntnet.xml(7)
- Configuration file for tntnet(8)
- udev / udev(7)
- Dynamic device management
- udisks / udisks(7)
- Storage management
- manpages / udp(7)
- User datagram protocol for ipv4
- manpages / udplite(7)
- Lightweight user datagram protocol
- manpages / undocumented(7)
- No manpage for this program, utility or function.
- manpages / unicode(7)
- Universal character set
- manpages / units(7)
- Decimal and binary prefixes
- manpages / unix(7)
- Sockets for local interprocess communication
- upstart / upstart(7)
- Upstart process management daemon
- urfkill / urfkill(7)
- Rfkill switches management
- manpages / uri(7)
- Uniform resource identifier (uri), including a url or urn
- manpages / url(7)
- Uniform resource identifier (uri), including a url or urn
- manpages / urn(7)
- Uniform resource identifier (uri), including a url or urn
- keyutils / user-keyring(7)
- Per-user keyring
- keyutils / user-session-keyring(7)
- Per-user default session keyring
- manpages / user_namespaces(7)
- Overview of linux user_namespaces
- manpages / utf-8(7)
- An ascii compatible multibyte unicode encoding
- manpages / utf8(7)
- An ascii compatible multibyte unicode encoding
- cpl-plugin-uves-doc / uves_cal_cd_align(7)
- Measures the reproducability of the cross disperser positioning
- cpl-plugin-uves-doc / uves_cal_mbias(7)
- Creates the master bias frame
- cpl-plugin-uves-doc / uves_cal_mdark(7)
- Creates the master dark frame
- cpl-plugin-uves-doc / uves_cal_mflat(7)
- Creates the master flat field frame
- cpl-plugin-uves-doc / uves_cal_mflat_combine(7)
- Combines the master flat field and the master dflat frames
- cpl-plugin-uves-doc / uves_cal_mkmaster(7)
- Creates the master bias/dark/flat frame
- cpl-plugin-uves-doc / uves_cal_orderpos(7)
- Defines echelle order positions
- cpl-plugin-uves-doc / uves_cal_predict(7)
- Implements the uves physical model
- cpl-plugin-uves-doc / uves_cal_response(7)
- Determines response function and quantum efficiency
- cpl-plugin-uves-doc / uves_cal_tflat(7)
- Reduces a tflat frame
- cpl-plugin-uves-doc / uves_cal_wavecal(7)
- Performs the wavelength calibration
- cpl-plugin-uves-doc / uves_obs_redchain(7)
- Runs the full uves reduction chain
- cpl-plugin-uves-doc / uves_obs_scired(7)
- Reduces a science frame
- cpl-plugin-uves-doc / uves_utl_ima_arith(7)
- Computes result of ima1 op ima2
- cpl-plugin-uves-doc / uves_utl_remove_crh_single(7)
- Remove crhs from an image
- varnish / varnish-counters(7)
- Varnish counter field definitions
- manpages / vdso(7)
- Overview of the virtual elf dynamic shared object
- mountall / virtual-filesystems(7)
- Event signalling that virtual filesystems have been mounted
- cpl-plugin-vimos-doc / vmbias(7)
- Create a master bias from set of raw bias frames.
- cpl-plugin-vimos-doc / vmdark(7)
- Create a master dark from set of raw dark frames.
- cpl-plugin-vimos-doc / vmdet(7)
- Determine ron, gain, and bad pixels from a set of flat field exposures.
- cpl-plugin-vimos-doc / vmifucalib(7)
- Generate ifu calibrations from a set of flat and arc lamp exposures.
- cpl-plugin-vimos-doc / vmifucombine(7)
- Combine partial ifu field-of-views reconstructed by vmifuscience from different quadrants.
- cpl-plugin-vimos-doc / vmifucombinecube(7)
- Rearrange into cube format images of extracted spectraproduced by vmifucalib, vmifuscience, and vmifustandard.
- cpl-plugin-vimos-doc / vmifuscience(7)
- Extract spectra from an ifu scientific exposure.
- cpl-plugin-vimos-doc / vmifustandard(7)
- Extract a standard star spectrum.
- cpl-plugin-vimos-doc / vmimcalphot(7)
- Determine photometric calibration from a set of observed standard stars.
- cpl-plugin-vimos-doc / vmimflatscreen(7)
- Create a master screen flat field from set of raw screen flat field frames.
- cpl-plugin-vimos-doc / vmimflatsky(7)
- Create a master sky flat field from set of raw sky flat field frames.
- cpl-plugin-vimos-doc / vmimobsjitter(7)
- Reduce and combine a set of jittered imaging exposures.
- cpl-plugin-vimos-doc / vmimobsstare(7)
- Reduce an imaging science exposure.
- cpl-plugin-vimos-doc / vmimpreimaging(7)
- Reduce a preimaging science exposure.
- cpl-plugin-vimos-doc / vmimstandard(7)
- Reduce an imaging standard star exposure.
- cpl-plugin-vimos-doc / vmmoscalib(7)
- Determination of the extraction mask
- cpl-plugin-vimos-doc / vmmoscombine(7)
- Combine reduced mos observations from different obs.
- cpl-plugin-vimos-doc / vmmosobsjitter(7)
- Reduce and combine a set of jittered mos observations.
- cpl-plugin-vimos-doc / vmmosobsstare(7)
- Reduce a mos science exposure.
- cpl-plugin-vimos-doc / vmmosscience(7)
- Extraction of scientific spectra
- cpl-plugin-vimos-doc / vmmosstandard(7)
- Reduce a mos standard star exposure.
- cpl-plugin-vimos-doc / vmspcaldisp(7)
- Determine spectral distortion models from flat field and arc lamp exposure.
- cpl-plugin-vimos-doc / vmspflat(7)
- Build master flat field from a set of raw mos flat fields.
- cpl-plugin-vimos-doc / vmspphot(7)
- Apply to ifu or mos 1d-extracted spectra a flux correction.
- libvotca-csg2 / votca-csg(7)
- The votca coarse-graining engine
- libvotca-tools2 / votca-tools(7)
- The basic tools library of the votca package
- voxbo / voxbo(7)
- General information about the voxbo toolbox
- voxbo / voxbo-fileformats(7)
- General information about file format support in voxbo
- varnish / vsl(7)
- Shared memory logging
- libwaffle-doc / waffle(7)
- A library for selecting an opengl api and window system at runtime
- libwaffle-doc / waffle_feature_test_macros(7)
- Macros to control definitions exposed by waffles headers
- weston / weston-drm(7)
- The drm backend for weston
- awesome-extra / wicked(7)
- A lua library for dynamic widgets in awesome
- winbind / winbind_krb5_locator(7)
- A plugin for mit and heimdal kerberos for detecting kdcs using windows semantics.
- wireless-tools / wireless(7)
- Wireless tools and wireless extensions
- nordugrid-arc-ws-monitor / ws-monitor(7)
- Real-time nordugrid monitoring tool
- manpages / x25(7)
- Itu-t x.25 / iso-8208 protocol interface.
- xautomation / xautomation(7)
- Control x from the command line, and find things on the screen
- xkb-data / xkeyboard-config(7)
- Xkb data description files
- libxmlezout3-dev / xml_ez_out(7)
- Simple ada utility package for generating xml output.
- libxpa-dev / xpa(7)
- \s0 public access to data and algorithms
- libxpa-dev / xpaacl(7)
- Access control for \s-1xpa\s0 messaging
- libxpa-dev / xpachanges(7)
- Changes for users from xpa 1.0 and 2.0
- libxpa-dev / xpacode(7)
- Where to find example/test code
- libxpa-dev / xpacommon(7)
- Getting common information about access points
- libxpa-dev / xpaconvert(7)
- Converting the \s-1xpa\s0 \s-1api\s0 to 2.0
- libxpa-dev / xpaenv(7)
- Environment variables for \s-1xpa\s0 messaging
- libxpa-dev / xpainet(7)
- \s-1xpa\s0 communication between hosts
- libxpa-dev / xpaintro(7)
- Introduction to the \s-1xpa\s0 messaging system
- libxpa-dev / xpamethod(7)
- \s-1xpa\s0 communication methods
- libxpa-dev / xpaname(7)
- What does \s-1xpa\s0 stand for?
- libxpa-dev / xpaoom(7)
- What happens when \s-1xpa\s0 runs out of memory?
- libxpa-dev / xpatemplate(7)
- Access point names and templates
- libxpa-dev / xpausers(7)
- Distinguishing users
- libxpa-dev / xpaxt(7)
- The \s-1xpa\s0 interface to xt (x windows)
- libxs-dev / xs(7)
- Crossroads i/o, a lightweight messaging layer
- libxs-dev / xs_inproc(7)
- Local in-process (inter-thread) transport
- libxs-dev / xs_ipc(7)
- Local inter-process transport
- libxs-dev / xs_pgm(7)
- Reliable multicast transport via pgm protocol
- libxs-dev / xs_tcp(7)
- Crossroads unicast transport using tcp
- libxs-dev / xs_zmq(7)
- Crossroads i/o zeromq compatibility library
- cpl-plugin-xshoo-doc / xsh_2dmap(7)
- Creates a wavelength and spatial resampling solution, a clean arc line list
- cpl-plugin-xshoo-doc / xsh_cfg_recover(7)
- Optimizes a model configuration to match data taken after a major format change
- cpl-plugin-xshoo-doc / xsh_flexcomp(7)
- Compute the flexure of the instrument
- cpl-plugin-xshoo-doc / xsh_geom_ifu(7)
- Produces the spatial geometry of the ifu pattern on the sky
- cpl-plugin-xshoo-doc / xsh_lingain(7)
- Computes detector's gain/linearity-map
- cpl-plugin-xshoo-doc / xsh_mbias(7)
- Create the master bias frame
- cpl-plugin-xshoo-doc / xsh_mdark(7)
- Create the master dark frame
- cpl-plugin-xshoo-doc / xsh_mflat(7)
- Create the master flat and the orders edges traces table frames
- cpl-plugin-xshoo-doc / xsh_orderpos(7)
- Create the orders centre traces table file
- cpl-plugin-xshoo-doc / xsh_predict(7)
- Compute a first guess dispersion solution and order table
- cpl-plugin-xshoo-doc / xsh_respon_slit_nod(7)
- Reduce std star frames in slit configuration and nod mode
- cpl-plugin-xshoo-doc / xsh_respon_slit_offset(7)
- Compute the response function in slit and on/off mode
- cpl-plugin-xshoo-doc / xsh_respon_slit_stare(7)
- Compute the response function in slit stare mode
- cpl-plugin-xshoo-doc / xsh_scired_ifu_offset(7)
- Reduce science ifu on-off exposures and build a 3d cube
- cpl-plugin-xshoo-doc / xsh_scired_ifu_offset_drl(7)
- Reduce science exposure in ifu configuration and on/off mode
- cpl-plugin-xshoo-doc / xsh_scired_ifu_stare(7)
- Reduce science ifu stare exposures and build a 3d cube
- cpl-plugin-xshoo-doc / xsh_scired_ifu_stare_drl(7)
- Reduce science exposure in ifu configuration and stare mode
- cpl-plugin-xshoo-doc / xsh_scired_slit_nod(7)
- Reduce science frames in slit configuration and nod mode
- cpl-plugin-xshoo-doc / xsh_scired_slit_offset(7)
- Reduce science exposure in slit configuration and on/off mode
- cpl-plugin-xshoo-doc / xsh_scired_slit_stare(7)
- Reduce science exposure in slit configuration and stare mode
- cpl-plugin-xshoo-doc / xsh_util_physmod(7)
- Generate physical model products
- cpl-plugin-xshoo-doc / xsh_wavecal(7)
- Compute arclines tilt and instrument resolution
- xviewg / xview(7)
- Xview toolkit information
- xwiimote / xwiimote(7)
- Nintendo wii remote linux device driver
- xymon-client / xymon(7)
- Introduction to xymon
- yasm / yasm_arch(7)
- Yasm supported target architectures
- yasm / yasm_dbgfmts(7)
- Yasm supported debugging formats
- yasm / yasm_objfmts(7)
- Yasm supported object formats
- yasm / yasm_parsers(7)
- Yasm supported parsers (assembler syntaxes)
- libyaz4-dev / yaz(7)
- Z39.50 toolkit.
- yaz / yaz-log(7)
- Log handling in all yaz-based programs
- libzmq-dev / zmq(7)
- 0mq lightweight messaging kernel
- libzmq3-dev / zmq(7)
- 0mq lightweight messaging kernel
- libzmq-dev / zmq_cpp(7)
- Interface between 0mq and c++ applications
- libzmq3-dev / zmq_curve(7)
- Secure authentication and confidentiality
- libzmq-dev / zmq_epgm(7)
- 0mq reliable multicast transport using pgm
- libzmq3-dev / zmq_epgm(7)
- 0mq reliable multicast transport using pgm
- libzmq-dev / zmq_inproc(7)
- 0mq local in-process (inter-thread) communication transport
- libzmq3-dev / zmq_inproc(7)
- 0mq local in-process (inter-thread) communication transport
- libzmq-dev / zmq_ipc(7)
- 0mq local inter-process communication transport
- libzmq3-dev / zmq_ipc(7)
- 0mq local inter-process communication transport
- libzmq3-dev / zmq_null(7)
- No security or confidentiality
- libzmq-dev / zmq_pgm(7)
- 0mq reliable multicast transport using pgm
- libzmq3-dev / zmq_pgm(7)
- 0mq reliable multicast transport using pgm
- libzmq3-dev / zmq_plain(7)
- Clear-text authentication
- libzmq-dev / zmq_tcp(7)
- 0mq unicast transport using tcp
- libzmq3-dev / zmq_tcp(7)
- 0mq unicast transport using tcp