Monday, March 8, 2021

General Linux Commands (6)

xsec-siginf.1
xsec-siginf(1): - Output information about a signature in an XML file
xsec-siginf(1): xmlsec-siginf prints to standard output various information about a signature found in an XML file. The signature must comply with the XML Digital Signature and Encryption specifications.

paperpswidth.3
paperpswidth(3): - return informations about a paper
paperpswidth(3): paperinfo() returns a pointer to a struct paper containing informations about the paper with name papername paperwithsize() looks for a paper whose width and height is psw and psh in PostScript points, and return a pointer to a struct paper

perlref.1
perlref(1): - Perl references and nested data structures NOTE This is complete
perlref(1): Before release 5 of Perl it was difficult to represent complex data structures, because all references had to be symbolic--and even then it was difficult to refer to a variable instead of a symbol table entry.

r.to.rast3.1grass
r.to.rast3(1grass): - Converts 2D raster map slices to one 3D raster volume map.
r.to.rast3(1grass): Converts 2D raster map(s) into one raster3D map. It is important to properly set the 3D region settings, especially number or layers and depth of layers. If the 2D and 3D region settings are different, the 2D resolution will be adjusted to

git-credential.1
git-credential(1): - Retrieve and store user credentials
git-credential(1): Git has an internal interface for storing and retrieving credentials from system-specific helpers, as well as prompting the user for usernames and passwords. The git-credential command exposes this interface to scripts which may want to

freeenv.9freebsd
freeenv(9freebsd): freeenv, getenv, getenv_int, getenv_long, getenv_string,
freeenv(9freebsd): These functions set, unset, fetch, and parse variables from the kernel's environment. The getenv() function obtains the current value of the kernel environment variable name and returns a pointer to the string value.

tcmdb.3
tcmdb(3): - the utility API - (Ubuntu Linux Manual)
tcmdb(3): The utility API is a set of routines to handle records on memory easily. Especially, extensible string, array list, hash map, and ordered tree are useful. To use the utility API, include `tcutil.h' and related standard header files.

ckey.7
ckey(7): - The standard definition of each function key in cWnn system.
ckey(7): ---------------------------------------------------------- | Function | Other | Description | Function | Function | | Keys | Keys | | In Input | In Input | | | | | State | State | | (a) | (b) | (c) | (d) | (e) |

suexec-custom.8
suexec-custom(8): - Switch User For Exec - (Ubuntu)
suexec-custom(8): suexec is the "wrapper" support program for the suexec behaviour for the Apache HTTP server. It is run from within the server automatically to switch the user when an external program has to be run under a different user.

r2e.1
r2e(1): - receive RSS feeds by email (Ubuntu Linux)
r2e(1): r2e is a simple program which you can run in your crontab. It watches RSS feeds and sends you nicely formatted email message for each new item. For a quick start with r2e, try these steps: r2e new your@yourdomain.

sort.1posix
sort(1posix): sort --- sort, merge, or sequence check text files
sort(1posix): The notation: k field_start[type][,field_end[type]] shall define a key field that begins at field_start and ends at field_end inclusive, unless field_start falls beyond the end of the line or after field_end, in which case the key field is

booblyrics.1
booblyrics(1): - search and display song lyrics (Ubuntu)
booblyrics(1): Console application allowing to search for song lyrics on various websites. Supported websites: * parolesmania (Paroles Mania lyrics website) * parolesmusique (paroles-musique lyrics website) * parolesnet (paroles.

adjtime.2freebsd
adjtime(2freebsd): adjtime --- correct the time to allow synchronization of the
adjtime(2freebsd): The adjtime() system call makes small adjustments to the system time, as returned by gettimeofday(2), advancing or retarding it by the time specified by the timeval delta.

dpns-chgrp.1
dpns-chgrp(1): - change group ownership of a DPNS directory/file in the name server
dpns-chgrp(1): dpns-chgrp sets the group ownership of a DPNS directory/file in the name server to the value of group. To change the group ID, the effective user ID of the process must match the owner ID of the file and the new group must be in the list of

gitcore-tutorial.7
gitcore-tutorial(7): - A Git core tutorial for developers
gitcore-tutorial(7): This tutorial explains how to use the "core" Git commands to set up and work with a Git repository. If you just need to use Git as a revision control system you may prefer to start with "A Tutorial Introduction to Git" (gittutorial(7)) or

gbrowse.1
gbrowse(1): - The Generic Genome Browser - (Ubuntu)
gbrowse(1): GBrowse is a simple but highly configurable web-based genome browser. It is a component of the Generic Model Organism Systems Database project (GMOD). Some of its features: * Simultaneous bird's eye and detailed views of the genome; *

viewperl.1
viewperl(1): - quickly view syntax highlighted Perl code
viewperl(1): View a Perl source code file, syntax highlighted. -c, --code=CODE view CODE, syntax highlighted -l, --lines display line numbers -L, --no-lines supress display of line numbers (default) -m, --module=FILE consider FILE the name of a module,

clang-format-3.9.1
clang-format-3.9(1): - manual page for clang-format 3.9
clang-format-3.9(1): OVERVIEW: A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf code. If no arguments are specified, it formats the code from standard input and writes the result to the standard output.

stag-handle.1p
stag-handle(1p): - streams a stag file through a handler into a writer
stag-handle(1p): will take a Stag compatible format (xml, sxpr or itext), turn the data into an event stream passing it through my-handler.pl ARGUMENTS -help|h shows this document -module|m PERLMODULE A module that is used to transform the input events the

rxp.1
rxp(1): - XML parser program - (Ubuntu Linux Manual)
rxp(1): rxp reads and parses XML from the url (or standard input if none is provided) and writes it to standard output, optionally expanding entities, defaulting attributes, and translating to a different output encoding. rxp accepts XML 1.0 and 1.

numrange.1
numrange(1): - Print out a range of numbers for use in for loops and such.
numrange(1): numrange will print out a list of numbers based on an expression that you specify. This is useful for making a list of numbers for use in for loops and so on. Ranges are inclusive. Ranges of numbers are specified using the ..

volk-config-info.1
volk-config-info(1): - pkgconfig-like tool for Vector Optimized Library of Kernels 0.
volk-config-info(1): Program options: volk-config-info [options]: -h [ --help ] print help message --prefix print VOLK installation prefix --builddate print VOLK build date (RFC2822 format) --cc print VOLK C compiler version --cflags print VOLK CFLAGS

return.1posix
return(1posix): return --- return from a function or dot script
return(1posix): None. Section 2.9.5, Function Definition Command, Section 2.14, Special Built-In Utilities, dot COPYRIGHT Portions of this text are reprinted and reproduced in electronic form from IEEE Std 1003.

arm-none-eabi-objdump.1
arm-none-eabi-objdump(1): - display information from object files.
arm-none-eabi-objdump(1): objdump displays information about one or more object files. The options control what particular information to display. This information is mostly useful to programmers who are working on the compilation tools, as opposed to programmers

esd2esi.1
esd2esi(1): - generate an exonerate sequence index file
esd2esi(1): esd2esi from exonerate version 2.2.0 esd2esi: generate an exonerate sequence index file The author of this software is Guy St.C. Slater. guy@ebi.ac.uk. 2007.

foamtosurface.1
foamtosurface(1): - a free, open source CFD software.
foamtosurface(1): foamToSurface is a Write the boundaries of a foam mesh in surface format. More detailed information can be found on the WEB-site http://openfoam.org COPYRIGHT 2011-2016 OpenFOAM Foundation foamToSurface(1)

t.vect.algebra.1grass
t.vect.algebra(1grass): - Apply temporal and spatial operations on space time vector
t.vect.algebra(1grass): t.vect.algebra performs temporal and spatial overlay and buffer functions on space time vector datasets (STVDS) by using the temporal vector algebra. New STVDS can be created, which are expressions of existing STVDS.

g.copy.1grass
g.copy(1grass): - Copies available data files in the current mapset search path to
g.copy(1grass): A user may access data stored under the other mapsets listed in their mapset search path. However, the user may only modify data stored under their own current mapset. g.

gt-compreads-refcompress.1
gt-compreads-refcompress(1): - Generates compact encoding for fastq data using
gt-compreads-refcompress(1): -v [yes|no] be verbose (default: no) -mquals [yes|no] store mapping quality for each read (default: no) -quals [yes|no] store all quality values for each read, this implies enabling of option "vquals" (default: no) -vquals [yes|no] store

powerman.dev.5
powerman.dev(5): - PowerMan device specification files
powerman.dev(5): PowerMan device specifications are rather wierd. For this reason, we suggest that you leave the writing of these scripts to the PowerMan authors. However, if you insist, here is how they work.

pymvpa2-exec.1
pymvpa2-exec(1): - evaluate arbitrary Python expressions for tests and assertions
pymvpa2-exec(1): Execute arbitrary Python expressions (on datasets) This command can be used to execute arbitrary Python scripts while avoiding unnecessary boilerplate code to load datasets and store results.

onioncircuits.1
onioncircuits(1): - display Tor circuits and streams
onioncircuits(1): This GTK+ application displays Tor circuits and streams. It allows its user to inspect the circuits the locally running Tor daemon has built, along with some additional metadata for each node.

bc.1posix
bc(1posix): bc --- arbitrary-precision arithmetic language
bc(1posix): Grammar The grammar in this section and the lexical conventions in the following section shall together describe the syntax for bc programs. The general conventions for this style of grammar are described in Section 1.3, Grammar Conventions.

jlbc.3
jlbc(3): - C library for creating and accessing a dynamic array of words, using a
jlbc(3): A JudyL array is the equivalent of an array of word-sized values. A Value is addressed by an Index (key). The array may be sparse, and the Index may be any word-sized number.

xkbfindoverlayforkey.3
xkbfindoverlayforkey(3): - Find the alternate name by using the primary name for a
xkbfindoverlayforkey(3): Keys that can generate multiple keycodes may be associated with multiple names. Such keys have a primary name and an alternate name. XkbFindOverlayForKey uses the primary name of the key, under, to look up the alternate name, which it

pytonectl.1
pytonectl(1): - remote control for pytone - (Ubuntu)
pytonectl(1): pytonectl is a commandline remote control for a running PyTone instance. It communicates via Unix Sockets or TCP/IP with the running PyTone. The full documentation for PyTone

next.3perl
next(3perl): - Provide a pseudo-class NEXT (et al) that allows method redispatch
next(3perl): NEXT.pm adds a pseudoclass named "NEXT" to any program that uses it. If a method "m" calls "$self->NEXT::m()", the call to "m" is redispatched as if the calling method had not originally been found.

ciderwebmail.3pm
ciderwebmail(3pm): - Catalyst based application (Ubuntu)
ciderwebmail(3pm): CiderWebmail: webmail sucks - we suck less! METHODS langs() Returns all languages supported by this version. CiderWebmail::Controller::Root, Catalyst script/ciderwebmail_server.

owexist.1
owexist(1): - lightweight owserver access - (Ubuntu)
owexist(1): 1-Wire 1-wire is a wiring protocol and series of devices designed and manufactured by Dallas Semiconductor, Inc. The bus is a low-power low- speed low-connector scheme where the data line can also provide power.

obgui.1
obgui(1): obgui --- Open Babel graphical user interface
obgui(1): obgui is the Open Babel graphical user interface, an alternative to using the command line with the same capabilities. obabel(1). The web pages for Open Babel can be found at: <http://openbabel.

cm2xml.1
cm2xml(1): - convert CommonMark file to XML document
cm2xml(1): Generate XML document from markdown sources. Reads from <source> (default is stdin) and writes to <destination> (default is stdout). See <http://docutils.sf.net/docs/user/config.html> for the full reference.

xmtextsetselection.3
xmtextsetselection(3): XmTextSetSelection --- A Text function that sets the primary
xmtextsetselection(3): XmTextSetSelection sets the primary selection of the text in the widget. It also sets the insertion cursor position to the last position of the selection and calls the widget's XmNmotionVerifyCallback callbacks.

simplebus.4freebsd
simplebus(4freebsd): simplebus --- ePAPR simple-bus driver
simplebus(4freebsd): This bus driver is dedicated for the simple-bus node of a flattened device tree compliant with the ePAPR specification. The simplebus entity does not represent any physical element by itself, it is rather an umbrella node grouping

mia-3disosurface-from-stack.1
mia-3disosurface-from-stack(1): - Extract an ist-surface froma a 3D image.
mia-3disosurface-from-stack(1): mia-3disosurface-from-stack This program is used to extract an iso- surface from the input gray scale image given as slices. Extract the surface from an image set with numbers imageXXXX.

leg.1
leg(1): - parser generators - (Ubuntu Linux Manual)
leg(1): peg and leg are tools for generating recursive-descent parsers: programs that perform pattern matching on text. They process a Parsing Expression Grammar (PEG) [Ford 2004] to produce a program that recognises legal sentences of that grammar.

apt-mirror.1
apt-mirror(1): - apt sources mirroring tool (Ubuntu)
apt-mirror(1): A small and efficient tool that lets you mirror a part of or the whole Debian GNU/Linux distribution or any other apt sources. Main features: * It uses a config similar to APT's sources.

m68hc12-nm.1
m68hc12-nm(1): - list symbols from object files (Ubuntu)
m68hc12-nm(1): GNU nm lists the symbols from object files objfile.... If no object files are listed as arguments, nm assumes the file a.out. For each symbol, nm shows: · The symbol value, in the radix selected by options (see below), or hexadecimal by

trace-cmd.dat.5
trace-cmd.dat(5): - trace-cmd file format - (Ubuntu)
trace-cmd.dat(5): The trace-cmd(1) utility produces a "trace.dat" file. The file may also be named anything depending if the user specifies a different output name, but it must have a certain binary format.

pbmtogo.1
pbmtogo(1): - convert a portable bitmap into compressed GraphOn graphics
pbmtogo(1): Reads a portable bitmap as input. Produces 2D compressed GraphOn graphics as output. Be sure to set up your GraphOn with the following modes: 8 bits / no parity; obeys no XON/XOFF; NULs are accepted. These are all on the Comm menu.

sgrep.1
sgrep(1): - search a file for a structured pattern
sgrep(1): sgrep (structured grep) is a tool for searching text files and filtering text streams using structural criteria. The data model of sgrep is based on regions, which are non-empty substrings of text.

upsstats.html.5
upsstats.html(5): - HTML template for Network UPS Tools upsstats
upsstats.html(5): This file is used by upsstats.cgi(8) to generate status pages. Certain commands are recognized, and will be replaced with various status elements on the fly. FORMATTING Commands can be placed anywhere on a line, but must start and end with

oid2name.1
oid2name(1): - resolve OIDs and file nodes in a PostgreSQL data directory
oid2name(1): oid2name is a utility program that helps administrators to examine the file structure used by PostgreSQL. To make use of it, you need to be familiar with the database file structure, which is described in Chapter 63, Database Physical

sed.1
sed(1): - stream editor for filtering and transforming text
sed(1): Sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline). While in some ways similar to an editor which permits scripted edits (such as ed), sed works by

cbc.1
cbc(1): - Cbc mixed integer programming solver (Ubuntu)
cbc(1): This manual page documents briefly the cbc command. cbc -- Cbc (Coin-or branch and cut) is an open-source mixed integer programming solver written in C++. glpsol(1),dsdp5(1),clp(1) This program is fully documented in the accompanying

t.vect.extract.1grass
t.vect.extract(1grass): - Extracts a subset of a space time vector dataset.
t.vect.extract(1grass): The purpose of t.vect.extract is to extract a subset of a space time vector dataset and to store that subset in a different space time vector dataset. In the following example a new space time vector dataset will be create with all the

emacs25-lucid.1
emacs25-lucid(1): - GNU project Emacs (Ubuntu Linux)
emacs25-lucid(1): GNU Emacs is a version of Emacs, written by the author of the original (PDP-10) Emacs, Richard Stallman. The user functionality of GNU Emacs encompasses everything other editors do, and it is easily extensible since its editing commands are

jack-stdout.1
jack-stdout(1): - write JACK audio data to stdout (Ubuntu)
jack-stdout(1): jack-stdout captures audio from JACK and writes raw data to standard- output. The number of given ports detemine the number of audio channels that are used. If more than one channel is given, the audio-sample data will be interleaved.

arm-linux-gnueabi-gcc-4.7.1
arm-linux-gnueabi-gcc-4.7(1): - GNU project C and C++ compiler
arm-linux-gnueabi-gcc-4.7(1): When you invoke GCC, it normally does preprocessing, compilation, assembly and linking. The "overall options" allow you to stop this process at an intermediate stage. For example, the -c option says not to run the linker.

lvmsystemid.7
lvmsystemid(7): lvmsystemid --- LVM system ID (Ubuntu)
lvmsystemid(7): Local VGs may exist on shared storage where they are visible to multiple hosts. These VGs are intended to be used by only a single machine, even though they are visible to many.

aarch64-linux-gnu-gcc-nm-4.9.1
aarch64-linux-gnu-gcc-nm-4.9(1): - a wrapper around nm adding the --plugin option
aarch64-linux-gnu-gcc-nm-4.9(1): gcc-nm is a wrapper around nm(1) adding the appropriate --plugin option for the GCC 4.9 compiler. nm(1) gcc-nm [OPTION] ... [ARGS...] gcc-nm - a wrapper around nm adding the --plugin option

xmlistsetkbditempos.3
xmlistsetkbditempos(3): XmListSetKbdItemPos --- A List function that sets the
xmlistsetkbditempos(3): XmListSetKbdItemPos sets the location cursor at the item specified by position. This function does not determine if the item at the specified position is selected or not. widget Specifies the ID of the List widget.

sigprocmask.3posix
sigprocmask(3posix): sigprocmask --- examine and change blocked signals
sigprocmask(3posix): Refer to pthread_sigmask(). COPYRIGHT Portions of this text are reprinted and reproduced in electronic form from IEEE Std 1003.1, 2013 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open

ltsp-config.8
ltsp-config(8): - configure certain parts of an LTSP server
ltsp-config(8): Generates or updates configuration files for certain parts of an LTSP server, like lts.conf, the DHCP server, nbd-server etc. dnsmasq(8), dhcpd.conf(5), lts.conf(5), nbd-server(5)

toml.3pm
toml(3pm): - Parser for Tom's Obvious, Minimal Language.
toml(3pm): "TOML" implements a parser for Tom's Obvious, Minimal Language, as defined at <https://github.com/mojombo/toml>. "TOML" exports two subroutines, "from_toml" and "to_toml", FAQ How change how to de-serialize? You can change

git-notes.1
git-notes(1): - Add or inspect object notes (Ubuntu)
git-notes(1): Adds, removes, or reads notes attached to objects, without touching the objects themselves. By default, notes are saved to and read from refs/notes/commits, but this default can be overridden.

welcome2l.1
welcome2l(1): - Linux ANSI boot logo. (Ubuntu Linux)
welcome2l(1): Welcome2L is a little program that may run at login time to produce a BBS like ANSI login logo. It's very similar to Linux_Logo. But where Linux_Logo intends to be portable, Welcome2L intends to produce the best looking ANSI screens by

cfi.4freebsd
cfi(4freebsd): cfi, cfid --- driver for Common Flash Interface (CFI) NOR flash
cfi(4freebsd): The cfi device driver provides a management interface to NOR flash devices supporting the Common Flash Interface (CFI) specification. Its companion device cfid provides a geom(4) disk interface to the device.

y4mdenoise.1
y4mdenoise(1): - Motion-compensating YUV4MPEG-frame denoiser
y4mdenoise(1): y4mdenoise can be used to remove noise from images in a YUV4MPEG2 stream. This is useful for cleaning old sources to increase video quality, and to reduce the bitrate needed to encode your video (e.g. for VCD and SVCD creation).

org-ruby.1
org-ruby(1): - TODO (Unbuntu Linux Learning Resources)
org-ruby(1): -h, --help Show this message -d, --debug Run with $DEBUG true -t, --translate FORMAT Translate the ORG file to the specified format. -v, --version Print version

ebshell.1
ebshell(1): - Bookkeeping software for small and medium-size businesses
ebshell(1): For a description how to use the program, see <http://www.eekboek.nl/docs/index.html>. ebshell EekBoek is a bookkeeping package for small and medium-size businesses.

lsmcli.1
lsmcli(1): - libStorageMgmt command line interface
lsmcli(1): lsmcli is the command line tool for the libStorageMgmt library. This tool allows users to do one off storage related management operations or to script management of their storage. PREREQUISITES * libStorageMgmt daemon.

update-openssh-known-hosts.8
update-openssh-known-hosts(8): - download, filter and merge known_hosts for OpenSSH
update-openssh-known-hosts(8): update-openssh-known-hosts manages downloading, filtering and mergeing of ssh_known_hosts files from anywhere into one local file for use by ssh(1). ssh(1), sshd(8), ssh_config(5), curl(1), rsync(1), psql(1), run-parts(8)

psimage.1gmt
psimage(1gmt): - Place images or EPS files on maps
psimage(1gmt): psimage reads an Encapsulated PostScript file or a raster image file and plots it on a map. The image can be scaled arbitrarily, and 1-bit raster images can be (1) inverted, i.e.

defid.1
defid(1): - [
defid(1): Query ID database and report results. By default, output consists of multiple lines, each line containing the matched identifier followed by the list of file names in which it occurs.

gofmt.1
gofmt(1): - formats Go programs (Ubuntu Linux Manual)
gofmt(1): Without an explicit path, it processes the standard input. Given a file, it operates on that file; given a directory, it operates on all .go files in that directory, recursively. (Files starting with a period are ignored.

bones-info.1
bones-info(1): - display information about a Nethack bones file
bones-info(1): bones-info displays information about a Nethack bones file. By default it shows what byte sex it used to read the file and the 4 version numbers which constitute the feature set and platform for the Nethack binary which generated it.

pymvpa2-mkevds.1
pymvpa2-mkevds(1): - extract (multi-sample) events from a dataset
pymvpa2-mkevds(1): Extract (multi-sample) events from a dataset An arbitrary number of input datasets is loaded from HDF5 storage. All loaded datasets are concatenated along the samples axis.

libmng.3
libmng(3): - Multiple-image Network Graphics (MNG) Reference Library 1.0.9
libmng(3): The libmng library supports decoding, displaying, encoding, and various other manipulations of the Multiple-image Network Graphics (MNG) format image files. It uses the zlib(3) compression library, and optionally the JPEG library by the

tsdoubleoutput.1
tsdoubleoutput(1): - tool from openCaster suite (Ubuntu)
tsdoubleoutput(1): Usage: 'tsdoubleoutput inputfile.ts outputfile1.ts outputfile2.ts' N.B. files must exist, touch them if needed' tsdoubleoutput - tool from openCaster suite

mate-screenshot.1
mate-screenshot(1): - capture the screen, a window, or an user-defined area and save
mate-screenshot(1): mate-screenshot is a MATE utility for taking screenshots of the entire screen, a window or an user-defined area of the screen, with optional beutifying border effects.

throw.3tcl
throw(3tcl): - Generate a machine-readable error (Ubuntu)
throw(3tcl): This command causes the current evaluation to be unwound with an error. The error created is described by the type and message arguments: type must contain a list of words describing the error in a form that is machine-readable (and which

ipetoipe.1
ipetoipe(1): - Convert between Ipe file formats (Ubuntu)
ipetoipe(1): ipetoipe converts between the two Ipe file formats XML and PDF. Options are: -pdf convert to PDF format -xml convert to XML format -export do not include Ipe markup in the output file.

wipe.1
wipe(1): - securely erase files from magnetic media
wipe(1): Recovery of supposedly erased data from magnetic media is easier than what many people would like to believe. A technique called Magnetic Force Microscopy (MFM) allows any moderately funded opponent to recover the last two or three layers

sap.7
sap(7): - Service Access Point specification (Ubuntu)
sap(7): The text2sap and sap2text functions use the format described in this man page. Because all standard ATM tools on Linux use those functions to convert to or from the textual representation of SAP specifications, they expect them in the same

alien.1p
alien(1p): - Convert or install an alien binary package
alien(1p): alien is a program that converts between Red Hat rpm, Debian deb, Stampede slp, Slackware tgz, and Solaris pkg file formats. If you want to use a package from another linux distribution than the one you have installed on your system, you

ffserver-all.1
ffserver-all(1): - ffserver video server - (Ubuntu)
ffserver-all(1): A filtergraph is a directed graph of connected filters. It can contain cycles, and there can be multiple links between a pair of filters. Each link has one input pad on one side connecting it to one filter from which it takes its input, and

makeset.1
makeset(1): - build a Bioseq-set from Seq-entries (Ubuntu)
makeset(1): makeset builds an ASN.1 Bioseq-set from a bunch of files containing Seq-entry objects. makeset [-] [-b F] [-c N] [-d] [-i filename] [-o filename] [-r str]

pmFetch.3
pmFetch(3): - get performance metric values C (Ubuntu)
pmFetch(3): Given a list of Performance Metric Identifiers (PMID)s, e.g. as constructed by pmLookupName(3), via pmidlist and numpmid, fetch the values for these performance metrics.

bspc.1
bspc(1): - Binary space partitioning window manager
bspc(1): bspwm is a tiling window manager that represents windows as the leaves of a full binary tree. It is controlled and configured via bspc. bspwm [-h|-v|-c CONFIG_PATH] bspc DOMAIN [SELECTOR] COMMANDS bspc COMMAND [

bcron-sched.8
bcron-sched(8): - bcron system scheduler - (Ubuntu)
bcron-sched(8): bcron-sched reads job descriptions from stored crontabs, determines when they need to be run, and writes execution commands to standard output for bcron-exec to execute.

setnodeent.3
setnodeent(3): - DECnet database seek function (Ubuntu)
setnodeent(3): setnodeent seeks the next record to be retrieved by getnodeent. Actually this function is present only for compatibility with X11R6. #include <netdnet/dn.h> #include <netdnet/dnetdb.h> #include <sys/socket.

postal-list.1
postal-list(1): - program to show how postal expands user names
postal-list(1): This program shows the expansion that the postal program uses on email addresses. This can be used to make sure that you're configuration files do what you expect them to, and can also be used to produce a list of user-names for an account

setdirectionbymatrix.1
setdirectionbymatrix(1): - part of ANTS registration suite
setdirectionbymatrix(1): SetDirectionByMatrix infile.nii outfile.nii d01 d02 d03 d10 .... SetDirectionByMatrix - part of ANTS registration suite

gfan.1
gfan(1): - tool to compute Grbner fans and tropical varieties
gfan(1): Gfan is a software package for computing Grbner fans and tropical varieties. These are polyhedral fans associated to polynomial ideals. The maximal cones of a Grbner fan are in bijection with the marked reduced Grbner bases of its defining

compseq.1e
compseq(1e): - Calculate the composition of unique words in sequences
compseq(1e): compseq is a command line program from EMBOSS ("the European Molecular Biology Open Software Suite"). It is part of the "Nucleic:Composition,Protein:Composition" command group(s).

gnugo.6
gnugo(6): - The GNU program to play the game of Go
gnugo(6): GNU Go plays a game of Go against the user. It has many other features: it can play against itself or another program, analyse and score a recorded game. GNU Go is compliant with Go modem protocol, load and save game in the Smart Game

afl-showmap.1
afl-showmap(1): - map display utility for American Fuzzy Lop (afl)
afl-showmap(1): afl-showmap is a simple tool that runs the targeted binary and displays the contents of the trace bitmap in a human-readable form. Useful in scripts to eliminate redundant inputs and perform other checks.

inetutils-talk.1
inetutils-talk(1): talk --- talk to another user (Ubuntu)
inetutils-talk(1): Talk is a visual communication program which copies lines from your terminal to that of another user. Options available: person If you wish to talk to someone on your own machine, then person is just the person's login name.

getcert-list.1
getcert-list(1): getcert (Ubuntu Linux Manual Page)
getcert-list(1): Queries certmonger for a list of certificates which it is monitoring or attempting to obtain. ENROLLMENT certmonger(8) getcert(1) getcert-add-ca(1) getcert-add-scep-ca(1) getcert-list-cas(1) getcert-modify-ca(1) getcert-refresh-ca(1)

sslsniff-bpfcc.8
sslsniff-bpfcc(8): - Print data passed to OpenSSL. Uses Linux eBPF/bcc.
sslsniff-bpfcc(8): sslsniff prints data sent to SSL_write and SSL_read OpenSSL functions, allowing us to read plain text content before encryption (when writing) and after decryption (when reading).

General Linux Commands (5)

4ti2-qsolve.1
4ti2-qsolve(1): - software package for algebraic, geometric and combinatorial
4ti2-qsolve(1): The software package 4ti2 is a suite of command-line tools for addressing algebraic, geometric and combinatorial problems on linear spaces. DATA STRUCTURE The main concept of 4ti2 remains the same: a project is defined via a file foo[.

tpp.1
tpp(1): - Text Presentation Program - (Ubuntu Linux)
tpp(1): Tpp stands for text presentation program and is an ncurses-based presentation tool. The presentation can be written with your favorite editor in a simple description format and then shown on any text terminal that is supported by ncurses -

llvm-dwarfdump-3.8.1
llvm-dwarfdump-3.8(1): - manual page for llvm-dwarfdump 3.8
llvm-dwarfdump-3.8(1): ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. OVERVIEW: llvm dwarf dumper USAGE: llvm-dwarfdump [options] <input object files or .

avibox.1
avibox(1): - merge multimedia files into an AVI file
avibox(1): avibox takes the input from several media files and joins their streams (all of them or just a selection) into an AVI file. The options are as follows: -h, --help Display usage and quit. -v, --verbose Increase verbosity level.

xdgacopyarea.3
xdgacopyarea(3): - Client library for the XFree86-DGA extension.
xdgacopyarea(3): The XFree86-DGA extension is an X server extension for allowing client programs direct access to the video frame buffer. This is a brief description of the programming interface for version 2.0 of the XFree86-DGA extension.

v.cluster.1grass
v.cluster(1grass): - Performs cluster identification.
v.cluster(1grass): v.cluster partitions a point cloud into clusters or clumps. If the minimum number of points is not specified with the min option, the minimum number of points to constitute a cluster is number of dimensions + 1, i.e.

abl.1
abl(1): - Prefixed representation for boolean functions
abl(1): libablmmm.a is a library that enables to represent a boolean function in a LISP-like form. An ABL is a prefixed internal representation for a boolean function having standard operators as OR,NOR,NAND,XOR,NOT and AND.

dmxaddinput.3
dmxaddinput(3): - attach a new input (Ubuntu Linux)
dmxaddinput(3): DMXAddInput() is used to attach a new input (or a previously detached input) to the Xdmx(1) server. mask specifies the fields in attr that are active, and id returns the device if of the first device in the series that is added.

stg-repair.1
stg-repair(1): - Fix StGit metadata if branch was modified with git commands
stg-repair(1): If you modify an StGit stack (branch) with some git commands --- such as commit, pull, merge, and rebase --- you will leave the StGit metadata in an inconsistent state. In that situation, you have two options: 1.

xpagetfd.3
xpagetfd(3): - retrieve data from one or more XPA servers and write to files
xpagetfd(3): Retrieve data from one or more XPA servers whose class:name identifier matches the specified template and write it to files associated with one or more standard I/O fds (i.e, handles returned by open()).

nose2-3.1
nose2-3(1): - nose2-3 (Unbuntu Linux Learning Resources)
nose2-3(1): usage: nose2 [-s START_DIR] [-t TOP_LEVEL_DIRECTORY] [--config [CONFIG]] [--no-user-config] [--no-plugins] [--plugin PLUGINS] [--exclude-plugin EXCLUDE_PLUGINS] [--verbose] [--quiet] [--log-level LOG_LEVEL] [--coverage PATH]

sox.1
sox(1): - Sound eXchange, the Swiss Army knife of audio manipulation
sox(1): Introduction SoX reads and writes audio files in most popular formats and can optionally apply effects to them. It can combine multiple input sources, synthesise audio, and, on many systems, act as a general purpose audio player or a

levee.1
levee(1): - A Screen Oriented Editor. (Ubuntu Linux)
levee(1): Levee is a screen oriented editor based on the Unix editor "vi". It provides a terse, powerful way to enter and edit text (however, if you want a word-processor, you're better off with WordStar.) Levee is a moded editor.

tracker-store.1
tracker-store(1): - database indexer and query daemon
tracker-store(1): tracker-store provides both a powerful database daemon which allows clients to query or update their data using the highly descriptive SPARQL language. tracker-store does not do any file crawling or any mining of data itself, instead other

ln.1posix
ln(1posix): ln --- link files (Ubuntu Linux Manual)
ln(1posix): None. chmod, find, pax, rm The Base Definitions volume of POSIX.12008, Chapter 8, Environment Variables, Section 12.2, Utility Syntax Guidelines The System Interfaces volume of POSIX.

sighold.2freebsd
sighold(2freebsd): sighold, sigignore, sigpause, sigrelse, sigset --- legacy
sighold(2freebsd): This interface is made obsolete by sigsuspend(2) and sigaction(2). The sigset() function modifies signal dispositions. The sig argument specifies the signal, which may be any signal except SIGKILL and SIGSTOP.

v.external.1grass
v.external(1grass): - Creates a new pseudo-vector map as a link to an OGR-supported
v.external(1grass): v.external creates new vector map as a link to external OGR layer or PostGIS feature table. OGR (Simple Features Library) is part of the GDAL library, so you need to install GDAL to use v.external for external OGR layers.

snmpget.1
snmpget(1): - communicates with a network entity using SNMP GET requests
snmpget(1): snmpget is an SNMP application that uses the SNMP GET request to query for information on a network entity. One or more object identifiers (OIDs) may be given as arguments on the command line.

arbtt-stats.1
arbtt-stats(1): - generate statistics from the arbtt data samples
arbtt-stats(1): arbtt-stats reads the samples that were recorded so far by arbtt-capture from the log file, filters them according to the users specifications and generates one or more reports from the data.

dds.6
dds(6): - double dummy solver frontend (Ubuntu Linux)
dds(6): This program is a command line interface for Bo Haglund's Double Dummy Solver (DDS). It has four useful stand-alone options: 1. Option -playdd, to play any deal double dummy. 2. Option -giblib.

jxplorer.1
jxplorer(1): - A Java LDAP Browser - (Ubuntu Linux)
jxplorer(1): JXplorer is an open source Java application that allows you to browse and search any LDAP directory. This manual page provides some information about JXplorer project and it was written for the Debian distribution because JXplorer does not

g.filename.1grass
g.filename(1grass): - Prints GRASS data base file names.
g.filename(1grass): g.filename is designed for Bourne shell scripts that need to know the full file name, including it's path, for mapset elements, like raster, vector and site maps, region definitions and imagery groups.

xmlsort.1p
xmlsort(1p): - sorts 'records' in XML files (Ubuntu)
xmlsort(1p): This script takes an XML document either on STDIN or from a named file and writes a sorted version of the file to STDOUT. The "-r" option should be used to identify 'records' in the document - the bits you want sorted.

erfc.3posix
erfc(3posix): erfc, erfcf, erfcl --- complementary error functions
erfc(3posix): The functionality described on this reference page is aligned with the ISO C standard. Any conflict between the requirements described here and the ISO C standard is unintentional. This volume of POSIX.12008 defers to the ISO C standard.

ipmish.1
ipmish(1): - Shell interface to an IPMI system (Ubuntu)
ipmish(1): The openipmish is a command interpreter that gives the full power of the OpenIPMI library to a user-level command language. It is designed so it can easily be driven with a scripting language like TCL, it has well-formed output.

smd-check-conf.1
smd-check-conf(1): - checks smd configuration file
smd-check-conf(1): smd-check-conf performs some sanity check on a configuration file. It mainly tests the translators for a configured endpoint. The test consists in listing local and remote mailboxes, calling the translators, displaying the result to the

xmtextfieldsetaddmode.3
xmtextfieldsetaddmode(3): XmTextFieldSetAddMode --- A TextField function that sets
xmtextfieldsetaddmode(3): XmTextFieldSetAddMode controls whether or not the TextField widget is in Add mode. When the widget is in Add mode, the insert cursor can be moved without disturbing the primary selection.

protoc.1
protoc(1): - compile protocol buffer description files
protoc(1): protoc is a compiler for protocol buffers definitions files. It can can generate C++, Java and Python source code for the classes defined in PROTO_FILE. More documentation about protocol buffers syntax and APIs is available online at

xmtabstackxytowidget.3
xmtabstackxytowidget(3): XmTabStackXYToWidget --- A TabStack function that converts
xmtabstackxytowidget(3): XmTabStackXYToWidget converts an X/Y pixel coordinate in the window if TabStack to the widget ID of the tab occupying that space. widget Specifies the TabStack widget ID x Specifies X coordinate to convert y Specifies Y coordinate to

flow-rptfmt.1
flow-rptfmt(1): flow-rptfmt --- Format the output of flow-report in ASCII or HTML
flow-rptfmt(1): The flow-rptfmt utility processes the CSV output of flow-report into formatted ASCII or HTML. Sorting, maximum display lines, field filter, header display, and name substitution are supported during post processing.

xfwm4.1
xfwm4(1): - Window manager for Xfce - (Ubuntu Linux)
xfwm4(1): Usage: xfwm4 [OPTION...] [ARGUMENTS...] Help Options: -h, --help Show help options --help-all Show all help options --help-gtk Show GTK+ Options --help-sm-client Show session management options Application Options: --daemon Fork to the

puppet-apply.8
puppet-apply(8): - Apply Puppet manifests locally (Ubuntu)
puppet-apply(8): This is the standalone puppet execution tool; use it to apply individual manifests. When provided with a modulepath, via command line or config file, puppet apply can effectively mimic the catalog that would be served by puppet master with

sa.3
sa(3): - Socket Abstraction VERSION OSSP sa 1.2.5 (02-Oct-2005)
sa(3): OSSP sa is an abstraction library for the Unix Socket networking application programming interface (API), featuring stream and datagram oriented communication over Unix Domain and Internet Domain (TCP and UDP) sockets.

cyradm.1p
cyradm(1p): - Cyrus administration shell, alter ego of Cyrus::IMAP::Shell
cyradm(1p): This module implements cyradm in Perl. It is a shell around Cyrus::IMAP::Admin. Commands are provided in both Tcl-compatible forms and GNU-style long option forms.

lcd4linux.8
lcd4linux(8): - daemon for ''lcd'' display devices
lcd4linux(8): LCD4Linux is a small program that grabs information from the kernel and some subsystems and displays it on an external liquid crystal display. If started without any options, it will try to read its configuration from /etc/lcd4linux.

smigetidentity.3
smigetidentity(3): - SMI identity information routines
smigetidentity(3): These functions retrieve information on a SMIng identity definition (SMIng). smiGetIdentity(SmiModule *smiModulePtr,char *name) returns a pointer to struct SmiIdentity for the identity with the given name in the given module(smiModulePtr),

claws-mail-tnef-parser.1
claws-mail-tnef-parser(1): - TNEF parser plugin for Claws Mail.
claws-mail-tnef-parser(1): This manual page documents briefly the claws-mail-tnef-parser. This manual page was written for the Debian distribution because the original program does not have a manual page.

remove.3posix
remove(3posix): remove --- remove a file - (Ubuntu)
remove(3posix): The functionality described on this reference page is aligned with the ISO C standard. Any conflict between the requirements described here and the ISO C standard is unintentional. This volume of POSIX.12008 defers to the ISO C standard.

libsmdev.3
libsmdev(3): libsmdev.h --- Library to access and read storage media (SM) devices
libsmdev(3): The libsmdev_get_version() function is used to retrieve the library version. the libsmdev.h include file #include <libsmdev.h> Support functions const char * libsmdev_get_version(void); int libsmdev_get_access_flags_read(void);

mapivi.1
mapivi(1): - Picture Viewer and Organizer MaPiVi means Martin's Picture Viewer
mapivi(1): JPEG picture viewer / image management system with meta info support written in Perl/Tk for UNIX, Mac OS X and Windows. I wrote mapivi just for me, because I needed a image viewer which is also able to display and edit meta infos of JPEG

setgid.2
setgid(2): - set group identity (Ubuntu Linux Manual)
setgid(2): setgid() sets the effective group ID of the calling process. If the calling process is privileged (has the CAP_SETGID capability in its user namespace), the real GID and saved set-group-ID are also set.

athena-jot.1
athena-jot(1): - print sequential or random data (Ubuntu)
athena-jot(1): Jot is used to print out increasing, decreasing, random, or redundant data, usually numbers, one per line. The options are understood as follows. -r Generate random data instead of sequential data, the default.

imgrep.1p
imgrep(1p): - search for mail/news messages (Ubuntu)
imgrep(1p): The imgrep command enumerates mail/news messages matched given patterns. This command is provided by IM (Internet Message). imgrep [ imgrep - search for mail/news messages

zbarcam.1
zbarcam(1): - scan and decode bar codes from a video device
zbarcam(1): zbarcam scans a video4linux video source (eg, a webcam) for bar codes and prints any decoded data to the standard output. The video stream is also displayed to the screen.

fcpatterndestroy.3
fcpatterndestroy(3): - Destroy a pattern - (Ubuntu)
fcpatterndestroy(3): Decrement the pattern reference count. If all references are gone, destroys the pattern, in the process destroying all related values. #include <fontconfig/fontconfig.

mpdris2.1
mpdris2(1): - media player interface (MPRIS2) bridge for MPD
mpdris2(1): mpDris2 is an implementation of the MPRIS2 media player interface as a client for MPD, allowing MPRIS2 clients to control MPD and observe its track changes via a standard D-Bus interface.

ggrapher.1
ggrapher(1): - Mathematical Genealogy Grapher (Ubuntu)
ggrapher(1): Create a Graphviz "dot" file for a mathematics genealogy, where ID is a record identifier from the Mathematics Genealogy Project. Multiple IDs may be passed.

captoinfo.1
captoinfo(1): - convert a termcap description into a terminfo description
captoinfo(1): captoinfo looks in each given text file for termcap descriptions. For each one found, an equivalent terminfo description is written to standard output. Termcap tc capabilities are translated directly to terminfo use capabilities.

powstatd.8
powstatd(8): - a configurable UPS monitor. (Ubuntu)
powstatd(8): powstatd is a configurable UPS monitoring daemon designed to work with SysVinit (e.g., most Linux distributions). powstatd monitors a serial connection from a "dumb" or "relay" UPS for power failures and shuts the machine down gracefully if

glgettexlevelparameter.3g
glgettexlevelparameter(3g): - return texture parameter values for a specific level
glgettexlevelparameter(3g): glGetTexLevelParameterfv, glGetTexLevelParameteriv, glGetTextureLevelParameterfv and glGetTextureLevelParameteriv return in params texture parameter values for a specific level-of-detail value, specified as level.

xxgdb.1
xxgdb(1): - X window system interface to the gdb debugger.
xxgdb(1): Xxgdb is a graphical user interface to the gdb debugger under the X Window System. It provides visual feedback and mouse input for the user to control program execution through breakpoints, to examine and traverse the function call stack,

addbddvarbefore.3
addbddvarbefore(3): - adds a new variable, before an existing one.
addbddvarbefore(3): addbddvarbefore creates a new variable, with the number BddSystem->INDEX_TO_VAR[ Index ] in the bdd system BddSystem. If a null pointer is given, the default bdd system is used.

xkbptractiony.3
xkbptractiony(3): - Returns the high_YYY and low_YYY fields of act converted to a
xkbptractiony(3): Actions associated with the XkbPtrAction structure move the pointer when keys are pressed and released. If the MouseKeys control is not enabled, KeyPress and KeyRelease events are treated as though the action is XkbSA_NoAction.

shpwkb.1
shpwkb(1): - test WKB binary Input / Output (Ubuntu)
shpwkb(1): Utility to test WKB binary Input / Output. dbfadd(1), dbfcat(1), dbfcreate(1), dbfdump(1), dbfinfo(1), shpcat(1), shpcentrd(1), shpcreate(1), shpdump(1), shpdxf(1), shpfix(1), shpinfo(1), shpproj(1), shprewind(1), shptest(1) December

sbuild.1
sbuild(1): - build debian packages from source (Ubuntu)
sbuild(1): sbuild rebuilds Debian binary packages from the corresponding Debian source, installing any missing source dependencies. The build takes place in a dedicated clean build environment (chroot), rather than on the host system.

itk.3itk
itk(3itk): - framework for building mega-widgets in Tcl/Tk
itk(3itk): Mega-widgets are high-level widgets that are constructed using Tk widgets as component parts, usually without any C code. A fileselectionbox, for example, may have a few listboxes, some entry widgets and some control buttons.

fal.8
fal(8): - File Access Listener for DECnet - (Ubuntu)
fal(8): fal is a daemon that serves incoming DAP (Data Access protocol) connections from remote systems. It enables transparent file access to files from OpenVMS machines using standard DECnet syntax.

xcmsfreeccc.3
xcmsfreeccc(3): - creating and destroying CCCs (Ubuntu)
xcmsfreeccc(3): The XcmsCreateCCC function creates a CCC for the specified display, screen, and visual. The XcmsFreeCCC function frees the memory used for the specified CCC. Note that default CCCs and those currently associated with colormaps are ignored.

cu.1
cu(1): - Call up another system (Ubuntu Linux Manual)
cu(1): The cu command is used to call up another system and act as a dial in terminal. It can also do simple file transfers with no error checking. cu takes a single argument, besides the options.

dh-make-elpa.1
dh-make-elpa(1): - helper for creating Debian packages from ELPA packages
dh-make-elpa(1): dh-make-elpa will try to create the files required to build a Debian source package from an unpacked GNU Emacs ELPA package. dh-make-elpa is an experimental script that performs a lot of guesswork.

aid.1
aid(1): - Query ID database and report results. (Ubuntu)
aid(1): Query ID database and report results. By default, output consists of multiple lines, each line containing the matched identifier followed by the list of file names in which it occurs.

hfst-expand.1
hfst-expand(1): - =Display the strings recognized by a transducer
hfst-expand(1): Display the strings recognized by a transducer Common options: -h, --help Print help message -V, --version Print version info -v, --verbose Print verbosely while processing -q, --quiet Only print fatal erros and requested output -s,

authenumerate.8
authenumerate(8): - Fetches all known users from the authentication modules
authenumerate(8): authenumerate lists all known users from the authentication modules, including uid, gid and home directory. Its use is documented in /usr/share/doc/courier-base/README.sharedfolders.txt.gz.

cmail.6
cmail(6): - X graphical user interface for chess (Ubuntu)
cmail(6): XBoard is a graphical chessboard that can serve as a user interface to chess engines (such as GNU Chess), the Internet Chess Servers, electronic mail correspondence chess, or your own collection of saved games.

pcs.8
pcs(8): - pacemaker/corosync configuration system (Ubuntu)
pcs(8): Control and configure pacemaker and corosync. pcs [-f file] [-h] [commands]... pcs - pacemaker/corosync configuration system

remctl.3
remctl(3): - Simple remctl call to a remote server
remctl(3): remctl() provides a simplified client API for the remctl protocol. Given the host, port, service principal for authentication, and command to run, it opens a connection to the remote system, sends the command via the remctl protocol, reads

jester.6
jester(6): - an X-based game similar to Othello(tm)
jester(6): jester is an X-based game similar to the board game Othello. jester allows you to waste hours of otherwise productive time that could be spent playing Solitaire instead.

cargo-update.1
cargo-update(1): - Update the package dependencies
cargo-update(1): Update dependencies as recorded in the local lock file. This command requires that a Cargo.lock already exists as generated by cargo build or related commands. If SPEC is given, then a conservative update of the lockfile will be performed.

fmove.1e
fmove(1e): - Interactive mixed method parsimony (Ubuntu)
fmove(1e): fmove is a command line program from EMBOSS ("the European Molecular Biology Open Software Suite"). It is part of the "Phylogeny:Discrete characters" command group(s).

du.1
du(1): - estimate file space usage - (Ubuntu Linux)
du(1): Summarize disk usage of the set of FILEs, recursively for directories. Mandatory arguments to long options are mandatory for short options too. -0, --null end each output line with NUL, not newline -a, --all write counts for all files, not

kore.1
kore(1): - A fast SPDY capable web server for web development in C
kore(1): Kore is an easy to use web application framework for writing scalable web APIs in C. Its main goals are security, scalability and allowing rapid development and deployment of such APIs.

tzwatch.1
tzwatch(1): - Display the time in a number of time zones, specified by the user
tzwatch(1): Tzwatch displays the time in a number of time zones, specified by the user. The list of time zones (format as TZ variable) is kept in ${HOME}/.tzlist. The time zone is chosen using tzselect.

lierolibre.6
lierolibre(6): - script to launch lierolibre (Ubuntu)
lierolibre(6): lierolibre is an old-school earthworm action game. It is a direct fork of Liero. Features: * 2 worms, 40 weapons, great playability, two game modes: Kill'em All and Game of Tag, plus AI-players without true intelligence! * Extensions via a

marco-compton.1
marco-compton(1): - Marco window manager wrapper (Ubuntu)
marco-compton(1): A wrapper for the Macro window manager that invokes Compton to enable GLX accelerated compositing. marco-compton(1) marco-compton marco-compton - Marco window manager wrapper

puppet-master.8
puppet-master(8): - The puppet master daemon (Ubuntu)
puppet-master(8): This command starts an instance of puppet master, running as a daemon and using Rubys built-in Webrick webserver. Puppet master can also be managed by other application servers; when this is the case, this executable is not used.

cups-browsed.conf.5
cups-browsed.conf(5): - server configuration file for cups-browsed
cups-browsed.conf(5): The cups-browsed.conf file configures the cups-browsed daemon. It is normally located in the /etc/cups directory. Each line in the file can be a configuration directive, a blank line, or a comment. Comment lines start with the # character.

gserialver.1
gserialver(1): - version command (Ubuntu Linux Manual)
gserialver(1): Print the serialVersionUID of the specified classes. javac(1), ... gserialver [ gserialver - version command

r.latlong.1grass
r.latlong(1grass): - Creates a latitude/longitude raster map.
r.latlong(1grass): r.latlong creates a latitude (degree decimal) map, or longitude if the -l flag is used, from any map in any projection using PROJ.4 library. This is an input to r.sun and i.evapo.potrad.

rksh93.1
rksh93(1): - KornShell, a standard/restricted command and programming language
rksh93(1): Ksh is a command and programming language that executes commands read from a terminal or a file. Rksh is a restricted version of the command interpreter ksh; command interpreter ksh; See Invocation below for the meaning of arguments to the

strcpy.3posix
strcpy(3posix): stpcpy, strcpy --- copy a string and return a pointer to the end of
strcpy(3posix): For strcpy(): The functionality described on this reference page is aligned with the ISO C standard. Any conflict between the requirements described here and the ISO C standard is unintentional. This volume of POSIX.

img-pcx.3tk
img-pcx(3tk): - Img, Paintbrush Format (pcx) (Ubuntu)
img-pcx(3tk): The package img::pcx is a sub-package of Img. It can be loaded as a part of the complete Img support, via package require Img, or on its own, via package require img::pcx.

bless.1
bless(1): - graphical hexadecimal Gtk# editor (Ubuntu)
bless(1): Edit the FILEs as a sequence of bytes, allowing read/write, search, pattern finding, efficient query-replace, multi-tabbing, customized data-views, plugins, and many other features.

ec2-create-vpn-connection-route.1
ec2-create-vpn-connection-route(1): - Create a route for the VPN connection
ec2-create-vpn-connection-route(1): Create a route for the VPN connection. GENERAL http://docs.amazonwebservices.com/AWSEC2/2014-05-01/CommandLineReference http://docs.amazonwebservices.com/AWSEC2/latest/CommandLineReference EC2 API command line tools 1.6.14.

html.3tcl
html(3tcl): - Procedures to generate HTML structures
html(3tcl): The package html provides commands that generate HTML. These commands typically return an HTML string as their result. In particular, they do not output their result to stdout.

pkcsconf.1
pkcsconf(1): - configuration utility for the pkcsslotd daemon
pkcsconf(1): The pkcsconf utility displays and configures the state of the pkcsslotd daemon and the tokens managed by the daemon. COMMAND SUMMARY -i display PKCS11 info -t display token info -s display slot info -m display mechanism list -l display slot

qmc.1
qmc(1): - McClusky process): - (Ubuntu Linux Manual)
qmc(1): Simplification tool by using the Quine - McClusky process. qmc [OPTION] QMC: - simplification tool (by using the Quine - McClusky process)

plgchr.3plplot
plgchr(3plplot): - Get character default height and current (scaled) height
plgchr(3plplot): Get character default height and current (scaled) height. Redacted form: plgchr(p_def, p_ht) This function is used in example 23. ARGUMENTS p_def (PLFLT *, output) Pointer to default character height (mm).

kv4lsetup.1
kv4lsetup(1): - setup grabbing card - (Ubuntu Linux)
kv4lsetup(1): k4vlsetup kv4lsetup must either be called as root or run setuid root if kv4lsetup doesn't run as root, it cannot set the address of the framebuffer correctly, so avicap will crash - it might even crash your computer kv4lsetup will be

xmcvttextpropertytoxmstringtable.3
xmcvttextpropertytoxmstringtable(3): XmCvtTextPropertyToXmStringTable --- A function
xmcvttextpropertytoxmstringtable(3): XmCvtTextPropertyToXmStringTable converts the specified XTextProperty structure into an XmStringTable, as follows: * If the encoding member of text_prop is the Atom STRING, each returned XmString has a tag of "ISO8859-1" and a text type of

z80dasm.1
z80dasm(1): - Z80 assembly generating disassembler
z80dasm(1): z80dasm disassembles a binary file containing Z80 machine code into Z80 assembly language source (including a number of undocumented opcodes). It can try to guess locations of labels in the code or the labels can be specified by hand in the

sipp.1
sipp(1): - Session Initiation Protol (SIP) performance testing tool
sipp(1): Usage: sipp remote_host[:remote_port] [options] Available options: -v : Display version and copyright information. -aa : Enable automatic 200 OK answer for INFO, UPDATE and NOTIFY messages. -base_cseq : Start value of [cseq] for each call.

cups-snmp.conf.5
cups-snmp.conf(5): - snmp configuration file for cups
cups-snmp.conf(5): The snmp.conf file configures how the standard CUPS network backends (http, https, ipp, ipps, lpd, snmp, and socket) access printer information using SNMPv1 and is normally located in the /etc/cups directory.

s3270.1
s3270(1): - IBM host access tool (Ubuntu Linux Manual)
s3270(1): s3270 opens a telnet connection to an IBM host, then allows a script to control the host login session. It is derived from x3270(1), an X- windows IBM 3270 emulator.

gmond.1
gmond(1): - manual page for Ganglia Monitor Daemon
gmond(1): The Ganglia Monitoring Daemon (gmond) listens to the cluster message channel, stores the data in-memory and when requested will output an XML description of the state of the cluster -h, --help Print help and exit -V, --version Print version

qlinkhut.1
qlinkhut(1): - check synchronisation via Ableton Link
qlinkhut(1): This manual page documents briefly the LinkHut, QLinkHut and QLinkHutSilent commands. LinkHut (and its variations) are example implementations of Ableton Link, a technology for synchronizing musical beat, tempo, and phase across multiple

mips64el-linux-gnuabi64-gcc-5.1
mips64el-linux-gnuabi64-gcc-5(1): - GNU project C and C++ compiler
mips64el-linux-gnuabi64-gcc-5(1): When you invoke GCC, it normally does preprocessing, compilation, assembly and linking. The "overall options" allow you to stop this process at an intermediate stage. For example, the -c option says not to run the linker.

v.net.spanningtree.1grass
v.net.spanningtree(1grass): - Computes minimum spanning tree for the network.
v.net.spanningtree(1grass): v.net.spanningtree finds the minimum spanning tree in a network. v.net, v.net.steiner v.net.spanningtree v.net.spanningtree --help v.net.spanningtree [-g] input=name output=name [arc_layer=string] [node_layer=string] [arc_column=name]

random.4freebsd
random(4freebsd): random --- the entropy device (Ubuntu)
random(4freebsd): The random device returns an endless supply of random bytes when read. It also accepts and reads data as any ordinary file. The generator will start in an unseeded state, and will block reads until it is seeded for the first time.

hmac.3ssl
hmac(3ssl): - HMAC message authentication code (Ubuntu)
hmac(3ssl): HMAC is a MAC (message authentication code), i.e. a keyed hash function used for message authentication, which is based on a hash function. HMAC() computes the message authentication code of the n bytes at d using the hash function evp_md

gccgo-4.8.1
gccgo-4.8(1): - A GCC-based compiler for the Go language
gccgo-4.8(1): The gccgo command is a frontend to gcc and supports many of the same options. This manual only documents the options specific to gccgo. The gccgo command may be used to compile Go source code into an object file, link a collection of object

General Linux Commands (4)

tc-route.8
tc-route(8): - route traffic control filter (Ubuntu)
tc-route(8): Match packets based on routing table entries. This filter centers around the possibility to assign a realm to routing table entries. For any packet to be classified by this filter, a routing table lookup is performed and the returned realm

entrailsbook.1e
entrailsbook(1e): - Reports the internal structures in EMBOSS book format
entrailsbook(1e): entrailsbook is a command line program from EMBOSS ("the European Molecular Biology Open Software Suite"). It is part of the "Utils:Misc" command group(s). entrailsbook is fully documented via the tfm(1) system.

displaycal-synthprofile.1
displaycal-synthprofile(1): - Synthetic Profile Creator
displaycal-synthprofile(1): Creates synthethic ICC profiles. displaycal (1) displaycal-synthprofile Florian Hch <florian@displaycal.net> 06 May 2013 displaycal-synthprofile(1)

clang-check-3.9.1
clang-check-3.9(1): - manual page for clang-check 3.9
clang-check-3.9(1): USAGE: clang-check [subcommand] [options] <source0> [... <sourceN>] The full documentation for clang-check is maintained as a Texinfo manual. If the info and clang-check programs are properly installed at your site, the

m-gif.4
m-gif(4): - GIF87a and annimated GIF89a format (MedCon)
m-gif(4): The Graphics Interchange Format from CompuServe allows between 1 and 8 bits of color information with an RGB color palette. The image arrays are compressed with an LZW coding. The extension of the file is `.gif'.

xymonpage.cgi.1
xymonpage.cgi(1): - Utility to show a webpage using header and footer
xymonpage.cgi(1): xymonpage is a tool to generate a webpage in the Xymon style, with a standard header- and footer as well as a Xymon background. The data to present on the webpage, apart from the header and footer, are passed to xymonpage in stdin.

rows.1
rows(1): - common, beautiful interface to tabular data, no matter the format
rows(1): Sum tables from `source` URIs and save into `destination` rows sum [ Written by lvaro Justen <alvarojusten@gmail.com>. This manual page was written by Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.

yaws.conf.5
yaws.conf(5): - Configuration file for the Yaws web server
yaws.conf(5): Yaws is fast lightweight web server. It reads a configuration file called yaws.conf to control its operations. The configuration contains two distinct parts: a global part which affects all the virtual hosts and a server part where options

django16-admin.1
django16-admin(1): - Utility script for the Django Web framework
django16-admin(1): This utility script provides commands for creation and maintenance of Django projects and apps. With the exception of startproject, all commands listed below can also be performed with the manage.

hdf2adf.1
hdf2adf(1): - convert HDF5/ADF files (Ubuntu Linux)
hdf2adf(1): usage : cgnsconvert [options] InputFile [OutputFile] options: -a : write ADF file -h : write HDF5 file -f : force output if input format is same as output -l : expand links in ouput file

pkeyutl.1ssl
pkeyutl(1ssl): - public key algorithm utility (Ubuntu)
pkeyutl(1ssl): The pkeyutl command can be used to perform public key operations using any supported algorithm. COMMAND genpkey(1), pkey(1), rsautl(1) dgst(1), rsa(1), genrsa(1)

wineconsole-stable.1
wineconsole-stable(1): - The Wine console - (Ubuntu)
wineconsole-stable(1): wineconsole is the Wine console manager, used to run console commands and applications. It allows running the console either in the current terminal (curses) or in a newly made window (user).

trial.1
trial(1): - run unit tests (Ubuntu Linux Manual Page)
trial(1): trial loads and executes a suite of unit tests, obtained from modules, packages and files listed on the command line. trial will take either filenames or fully qualified Python names as arguments. Thus `trial myproject/foo.

xinternalconnectionnumbers.3
xinternalconnectionnumbers(3): - handle Xlib internal connections
xinternalconnectionnumbers(3): The XAddConnectionWatch function registers a procedure to be called each time Xlib opens or closes an internal connection for the specified display. The procedure is passed the display, the specified client_data, the file descriptor for the

circuits.web3.1
circuits.web3(1): - Web Server and testing tool (Ubuntu)
circuits.web3(1): circuits.web3 is a component based, event-driven light weight and high performance HTTP/WSGI framework. circuits.web3 applications are stand- alone applications with a high performance, multi-process web server with great concurrent

kraft.1
kraft(1): - Business documents for the small enterprise
kraft(1): Business documents for the small enterprise Full user documentation is available through the KDE Help Center. You can also enter the URL help:/kraft/ directly into konqueror or you can run `khelpcenter help:/kraft/' from the command-line.

actiona.1
actiona(1): - Task automation (Ubuntu Linux Manual)
actiona(1): Actiona is an application that allows you to execute many actions on your computer such as emulating mouse clicks, key presses, showing message boxes, editing text files, etc.

gchempaint.1
gchempaint(1): - 2D chemical structures editor for the GNOME2 desktop
gchempaint(1): gchempaint is a 2D chemical structures editor for the GNOME2 desktop. It is a multi document application. You can read different file types with gchempaint. E.g.

glgettexturesubimage.3g
glgettexturesubimage(3g): - retrieve a sub-region of a texture image from a texture
glgettexturesubimage(3g): glGetTextureSubImage returns a texture subimage into pixels. texture is the name of the source texture object and must not be a buffer or multisample texture. The effective target parameter is the value of GL_TEXTURE_TARGET for texture.

attributes-blocksandcontrolflow.3clc
attributes-blocksandcontrolflow(3clc): - Attributes of Blocks and Control-Flow
attributes-blocksandcontrolflow(3clc): For basic blocks and control-flow-statements the attribute is placed before the structure in question, for example: __attribute__((attr1)) {...} for __attribute__((attr2)) (...) __attribute__((attr3)) {...

yuvplay.1
yuvplay(1): - Display YUV4MPEG2 streams (using SDL)
yuvplay(1): yuvplay produces on-screen playback of a YUV4MPEG2 stream which is provided to stdin, typically through piping from the stdout of lavpipe(1), lav2yuv(1), mpeg2dec(1) or a similar program.

pyroman.8
pyroman(8): - a firewall configuration utility (Ubuntu)
pyroman(8): pyroman is a firewall configuration utility. It will compile a set of configuration files to iptables statements to setup IP packet filtering for you. While it is not necessary for operating and using Pyroman, you should have understood how

exsample.3alleg4
exsample(3alleg4): - Playing digital samples. Allegro game programming library.
exsample(3alleg4): This program demonstrates how to play samples. You have to use this example from the command line to specify as first parameter a WAV or VOC sound file to play. If the file is loaded successfully, the sound will be played in an infinite

lhash.3ssl
lhash(3ssl): - dynamic hash table (Ubuntu Linux Manual)
lhash(3ssl): This library implements type-checked dynamic hash tables. The hash table entries can be arbitrary structures. Usually they consist of key and value fields. lh_<type>_new() creates a new LHASH_OF(<type> structure to store

zctl.1
zctl(1): - zephyr control program (Ubuntu Linux Manual)
zctl(1): Zctl is a general purpose control program for the Zephyr(1) Notification Service. It allows the user to subscribe to specific notice types, to save the subscriptions in a file (default $HOME/.zephyr.

policyd-weight.conf.5
policyd-weight.conf(5): - policyd-weight configuration parameters STATUS Beta,
policyd-weight.conf(5): policyd-weight uses a perl(1) style configuration file which it reads on startup. The cache re-reads the configuration after $MAINTENANCE_LEVEL (default: 5) queries.

r.to.vect.1grass
r.to.vect(1grass): - Converts a raster map into a vector map.
r.to.vect(1grass): r.to.vect scans the named input raster map layer, extracts points, lines or area edge features from it, converts data to GRASS vector format. Point conversion The r.to.

lcov.1
lcov(1): - a graphical GCOV front-end (Ubuntu Linux)
lcov(1): lcov is a graphical front-end for GCC's coverage testing tool gcov. It collects line, function and branch coverage data for multiple source files and creates HTML pages containing the source code annotated with coverage information.

v.net.flow.1grass
v.net.flow(1grass): - Computes the maximum flow between two sets of nodes in the
v.net.flow(1grass): v.net.flow computes the maximum flow and minimum cut between two sets of nodes. v.net, v.net.connectivity v.net.flow v.net.flow --help v.net.flow input=name [arc_layer=string] [node_layer=string] output=name cut=name [arc_column=name]

sgml2xml.1
sgml2xml(1): - convert SGML to XML An SGML System Conforming to International
sgml2xml(1): sgml2xml converts SGML to XML. sgml2xml parses and validates the SGML document contained in sysid... and writes an equivalent XML document to the standard output. sgml2xml will warn about SGML constructs which have no XML equivalent.

snsplit.8
snsplit(8): - split an article stream into individual articles
snsplit(8): snsplit reads an article stream from descriptor 0 and splits it into separate articles, invoking prog... on each, with the article avaiable on descriptor 0. This is useful as a quick-and-dirty way of filtering an article stream.

gfsudo.1
gfsudo(1): - Execute a command in gfarmroot privilege
gfsudo(1): gfsudo executes a command in gfarmroot privilege. Only a member of gfarmadm group can execute this command. gfsudo command arg... gfsudo - Execute a command in gfarmroot privilege

fet.1
fet(1): - free timetabling (Ubuntu Linux Manual Page)
fet(1): FET software is a free software implementation of a heuristic algorithm to automatically schedule the timetable of an educational institution (school, high-school or university).

hfst-minimise.1
hfst-minimise(1): - =Minimize a transducer (Ubuntu)
hfst-minimise(1): Minimize a transducer Common options: -h, --help Print help message -V, --version Print version info -v, --verbose Print verbosely while processing -q, --quiet Only print fatal erros and requested output -s, --silent Alias of --quiet

pkgos-bop.8
pkgos-bop(8): - build package. (Ubuntu Linux Manual)
pkgos-bop(8): pkgos-bop builds package using gbp buildpackage and write it in /home/ftp. pkgos-bop Script is written by Thomas Goirand <zigo@debian.org> Man page is written by Andrii Kroshchenko <akroshchenko@mirantis.

multiop.3tcl
multiop(3tcl): - Multi-file operation, scatter/gather
multiop(3tcl): This package provides objects which are able to perform actions on multiple files selected by glob patterns. At the core is a domain specific language allowing the easy specification of multi-file copy and/or move and/or deletion operations.

llround.3
llround(3): - round to nearest integer, away from zero
llround(3): These functions round their argument to the nearest integer value, rounding away from zero, regardless of the current rounding direction (see fenv(3)). Note that unlike the round(3) and ceil(3), functions, the return type of these functions

lrepeat.3tcl
lrepeat(3tcl): - Build a list by repeating elements
lrepeat(3tcl): The lrepeat command creates a list of size number * number of elements by repeating number times the sequence of elements element1 element2 .... number must be a positive integer, elementn can be any Tcl value. Note that lrepeat 1 arg ...

kftp.1
kftp(1): ftp --- ARPANET file transfer program (Ubuntu)
kftp(1): ftp is the user interface to the ARPANET standard File Transfer Protocol. The program allows a user to transfer files to and from a remote network site. Modifications have been made so that it almost follows the FTP Security Extensions, RFC

seeded-in-ubuntu.1
seeded-in-ubuntu(1): - Determine whether a package is safe to upload during a freeze
seeded-in-ubuntu(1): Lists all the current daily images containing the specified packages. Or whether the package is part of the supported seed. If it isn't on an image, it should be safe to upload.

tracker-sparql.1
tracker-sparql(1): - Use SparQL to query the Tracker databases.
tracker-sparql(1): This command allows probing of the current database schema (also known as ontology) and running low level queries or updates on the data set. In terms of the database ontology, it's easy to find out what properties are indexed for speed, or

xmtextgetselection.3
xmtextgetselection(3): XmTextGetSelection --- A Text function that retrieves the
xmtextgetselection(3): XmTextGetSelection retrieves the value of the primary selection. It returns a NULL pointer if no text is selected in the widget. The application is responsible for freeing the storage associated with the string by calling XtFree.

debootstick.8
debootstick(8): - Generate a bootable image from a Debian-based chroot environment
debootstick(8): debootstick generates a bootable image (at DEST) from a Debian-based chroot environment (at SOURCE). SOURCE must be a directory containing a standard Debian-based chroot environment (such as one generated with debootstrap(8)).

siggen.conf.5
siggen.conf(5): - the siggen configuration files (Ubuntu)
siggen.conf(5): As from siggen version 2.3 onwards a versatile configuration file scheme has been introduced. It allows parameters for the siggen programs to be specified either across the board, or specifically for particular programs.

mawk.1
mawk(1): - pattern scanning and text processing language
mawk(1): mawk is an interpreter for the AWK Programming Language. The AWK language is useful for manipulation of data files, text retrieval and processing, and for prototyping and experimenting with algorithms.

data.3form
data(3form): - test for off-screen data in given forms
data(3form): The function data_ahead tests whether there is off-screen data ahead in the given form. It returns TRUE (1) or FALSE (0). The function data_behind tests whether there is off-screen data behind in the given form.

tsmodder.1
tsmodder(1): - tool from openCaster suite - (Ubuntu)
tsmodder(1): Usage: tsmodder input.ts [b:buffer_size] +0 pat.ts +pid pmt.ts +pid nit.ts ... parameter ' +pid file.ts' change the packets with 'pid' with the packets from the file.

pqos.8
pqos(8): - Intel(R) Resource Director Technology monitoring and control tool
pqos(8): Intel(R) Resource Director Technology is designed to monitor and manage cpu resources and improve performance of applications and virtual machines. Intel(R) Resource Director Technology includes monitoring and control technologies.

tiffmedian.1
tiffmedian(1): - apply the median cut algorithm to data in a TIFF file
tiffmedian(1): tiffmedian applies the median cut algorithm to an RGB image in input.tif to generate a palette image that is written to output.tif. The generated colormap has, by default, 256 entries.

mason-gui-text.1
mason-gui-text(1): - front end to mason (Ubuntu Linux)
mason-gui-text(1): mason-gui-text is a "textual GUI" front end to mason, the interactive firewall builder. When it is run, it allows you to control mason's behavior through simple keystroke commands.

fpcmkcfg-3.0.0.1
fpcmkcfg-3.0.0(1): - The Free Pascal configuration program.
fpcmkcfg-3.0.0(1): makes a configuration file for the compiler. fpcmkcfg TO BE FILLED. USAGE fpcmkcfg fpcmake(1) ppc386(1) make(1) fpcmkcfg [options] fpcmkcfg - The Free Pascal configuration program.

upstart-monitor.8
upstart-monitor(8): - Display system and session Upstart events
upstart-monitor(8): upstart-monitor displays Upstart system events or Upstart session events using either a command-line or graphical interface. init(5) init(8) upstart-events(7) upstart-event-bridge(8)

rmdir.3posix
rmdir(3posix): rmdir --- remove a directory (Ubuntu)
rmdir(3posix): The rmdir() function shall remove a directory whose name is given by path. The directory shall be removed only if it is an empty directory. If the directory is the root directory or the current working directory of any process, it is

llvm-ar-3.5.1
llvm-ar-3.5(1): - LLVM archiver (Ubuntu Linux Manual)
llvm-ar-3.5(1): The llvm-ar command is similar to the common Unix utility, ar. It archives several files together into a single file. The intent for this is to produce archive libraries by LLVM bitcode that can be linked into an LLVM program.

lxc-create.1
lxc-create(1): - creates a container (Ubuntu Linux)
lxc-create(1): lxc-create creates a system object where is stored the configuration information and where can be stored user information. The identifier name is used to specify the container to be used with the different lxc commands.

ftp.3tcl
ftp(3tcl): - Client-side tcl implementation of the ftp protocol
ftp(3tcl): The ftp package provides the client side of the ftp protocol as specified in RFC 959 (http://www.rfc-editor.org/rfc/rfc959.txt). The package implements both active (default) and passive ftp sessions.

devicename-detect.1
devicename-detect(1): - Pick a default name for a device
devicename-detect(1): devicename-detect outputs a default name for the device based on autodetectable information from various sources (dmidecode, devicetype- detect, cpuinfo). devicename-detect [-h|--help|-V|--version]

getsockname.2
getsockname(2): - get socket name (Ubuntu Linux Manual)
getsockname(2): getsockname() returns the current address to which the socket sockfd is bound, in the buffer pointed to by addr. The addrlen argument should be initialized to indicate the amount of space (in bytes) pointed to by addr.

curvd.3ncarg
curvd(3ncarg): - derivatives for 1D functions. (Ubuntu)
curvd(3ncarg): T (real, input) The abscissa for which an interpolated function value is desired. N (integer, input) The number of input data values. (N > 1) X (real, input) An array containing the abscissae for the input function.

winbindd.8
winbindd(8): - Name Service Switch daemon for resolving names from NT servers
winbindd(8): This program is part of the samba(7) suite. winbindd is a daemon that provides a number of services to the Name Service Switch capability found in most modern C libraries, to arbitrary applications via PAM and ntlm_auth and to Samba itself.

fretree.1e
fretree(1e): - Interactive tree rearrangement (Ubuntu)
fretree(1e): fretree is a command line program from EMBOSS ("the European Molecular Biology Open Software Suite"). It is part of the "Phylogeny:Tree drawing" command group(s).

stty.1posix
stty(1posix): stty --- set the options for a terminal
stty(1posix): None. Chapter 2, Shell Command Language The Base Definitions volume of POSIX.12008, Chapter 8, Environment Variables, Chapter 11, General Terminal Interface, Section 12.2, Utility Syntax Guidelines, <termios.

wn.1wn
wn(1wn): - command line interface to WordNet lexical database
wn(1wn): wn() provides a command line interface to the WordNet database, allowing synsets and relations to be displayed as formatted text. For each word, different searches are provided, based on syntactic category and pointer types.

tinydns-data.8
tinydns-data(8): - data tool for tinydns - (Ubuntu)
tinydns-data(8): This is a reference page. For tutorial information, see the instructions for running a DNS server (http://cr.yp.to/djbdns/run-server.html). tinydns-data reads local DNS information from a file named data in the current directory.

repro.8
repro(8): - repro SIP proxy server - (Ubuntu Linux)
repro(8): repro is an open-source, free SIP server. SIP is changing the way people communicate using the Internet. It is not only about making phone calls over the Net. The SIP protocol and its extensions defines the way of establishing, modifying

readfile.3am
readfile(3am): - return the entire contents of a file as a string
readfile(3am): The readfile extension adds a single function named readfile(). The argument is the name of the file to read. The return value is a string containing the entire contents of the requested file.

ipactl.8
ipactl(8): - IPA Server Control Interface - (Ubuntu)
ipactl(8): A tool to help an administer control an IPA environment. IPA glues several discrete services together to work in concert and the order that these services are started and stopped is important.

mdbdir.5
mdbdir(5): - List of data in a database directory.
mdbdir(5): The m17n library loads a list of definitions of data of the m17n database from files of name 'mdb.dir' in each database directory at initialization time. The plist format of this file is as follows: MDB-DIR ::= DEFINITION * DEFINITION ::=

perlrun.1
perlrun(1): - how to execute the Perl interpreter (Ubuntu)
perlrun(1): The normal way to run a Perl program is by making it directly executable, or else by passing the name of the source file as an argument on the command line. (An interactive Perl environment is also possible--see perldebug for details on how

ftpd.3tcl
ftpd(3tcl): - Tcl FTP server implementation (Ubuntu)
ftpd(3tcl): The ftpd package provides a simple Tcl-only server library for the FTP protocol as specified in RFC 959 (http://www.rfc- editor.org/rfc/rfc959.txt). It works by listening on the standard FTP socket.

pk12util.1
pk12util(1): - Export and import keys and certificate to or from a PKCS #12 file and
pk12util(1): The PKCS #12 utility, pk12util, enables sharing certificates among any server that supports PKCS#12. The tool can import certificates and keys from PKCS#12 files into security databases, export certificates, and list certificates and keys.

nplam.1
nplam(1): - Network Protocol Independent Performance Evaluator
nplam(1): NetPIPE uses a simple series of ping-pong tests over a range of message sizes to provide a complete measure of the performance of a network. It bounces messages of increasing size between two processes, whether across a network or within an

pmdaeventclient.3
pmdaeventclient(3): - client context tracking interfaces for event queues C
pmdaeventclient(3): A Performance Metrics Domain Agent (PMDA) that exports event records needs to track which clients are connected to it, in order that it can track which events have been sent to which clients so far.

rsnapshot-diff.1
rsnapshot-diff(1): - a utility for comparing the disk usage of two snapshots taken
rsnapshot-diff(1): rsnapshot-diff is a companion utility for rsnapshot, which traverses two parallel directory structures and calculates the difference between them. By default it is silent apart from displaying summary information at the end, but it can be

jove.1
jove(1): - an interactive display-oriented text editor
jove(1): JOVE is Jonathan's Own Version of Emacs. It is based on the original EMACS editor written at MIT by Richard Stallman. Although JOVE is meant to be compatible with EMACS, there are some major differences between the two editors and you

fcnameparse.3
fcnameparse(3): - Parse a pattern string - (Ubuntu)
fcnameparse(3): Converts name from the standard text format described above into a pattern. #include <fontconfig/fontconfig.h> FcPattern * FcNameParse (const FcChar8 *name);

tsv2tmx.1p
tsv2tmx(1p): - Create a TMX from a TSV file (Ubuntu)
tsv2tmx(1p): Useful to create translation memories from TSV files, that can be easily exported from spreadsheet software. XML::TMX tsv2tmx [options] Options: --help brief help message --man full documentation --verbose | -v activated verbose mode

xkbaddgeomrow.3
xkbaddgeomrow(3): - Add a row to a section (Ubuntu)
xkbaddgeomrow(3): Xkb provides functions to add a single new element to the top-level keyboard geometry. In each case the num_ * fields of the corresponding structure is incremented by 1.

xtokid.1
xtokid(1): - Print all tokens found in a source file
xtokid(1): Print all tokens found in a source file. -i, --include=LANGS include languages in LANGS (default: "C C++ asm") -x, --exclude=LANGS exclude languages in LANGS -l, --lang-option=L:OPT pass OPT as a default for language L (see below) -m,

sxvol-create.1
sxvol-create(1): - create volumes on SX clusters (Ubuntu)
sxvol-create(1): Create a remote volume with specific settings. Only cluster administrators can create volumes. sxvol-filter(1), sxvol-modify(1), sxvol-remove(1) sxvol create [

reapr-pipeline.1
reapr-pipeline(1): - run the REAPR pipeline (Ubuntu)
reapr-pipeline(1): [perfectmapprefix] is optional and should be the prefix used when task perfectmap was run. It is assumed that reads in <in.bam> are 'innies', i.e. the correct orientation is reads in a pair pointing towards each other (-- --).

bowtie2-build.1
bowtie2-build(1): - wrapper for bowtie2-build-* (Ubuntu)
bowtie2-build(1): Bowtie 2 version 2.2.9 by Ben Langmead (langmea@cs.jhu.edu, www.cs.jhu.edu/~langmea) reference_in comma-separated list of files with ref sequences bt2_index_base write bt2 data to files with this dir/basename *** Bowtie 2 indexes work only

dico.1
dico(1): - Search a word in a French dictionary (Ubuntu)
dico(1): dico is a command allowing to search a word in a French dictionary, in order to check the orthography. This dictionary contains more than 100,000 words like nouns, verbs, conjugations, adjectives and complex plural forms as well as the name

r.param.scale.1grass
r.param.scale(1grass): - Extracts terrain parameters from a DEM.
r.param.scale(1grass): r.param.scale extracts terrain parameters from a digital elevation model. Uses a multi-scale approach by fitting a bivariate quadratic polynomial to a given window size using least squares.

chocolate-strife.cfg.5
chocolate-strife.cfg(5): - Chocolate Doom configuration file
chocolate-strife.cfg(5): chocolate-doom.cfg is a configuration file for chocolate-doom(6). This file acts as an auxiliary configuration file; the main configuration options are stored in default.

fnqualify.3pub
fnqualify(3pub): - qualify a filename (Ubuntu Linux)
fnqualify(3pub): fname_qualify qualifies a filename. This means that if the input name is not an absolute name (i.e. starts from the root directory, e.g. is foo, not /tmp/foo), the current directory will be prepended to it.

fcpatterndel.3
fcpatterndel(3): - Delete a property from a pattern
fcpatterndel(3): Deletes all values associated with the property `object', returning whether the property existed or not. #include <fontconfig/fontconfig.h> FcBool FcPatternDel (FcPattern *p, const char *object);

trace-cmd.1
trace-cmd(1): - interacts with Ftrace Linux kernel internal tracer
trace-cmd(1): The trace-cmd(1) command interacts with the Ftrace tracer that is built inside the Linux kernel. It interfaces with the Ftrace specific files found in the debugfs file system under the tracing directory.

oaraccounting.1
oaraccounting(1): - Fill the database with the summary of the resource usage.
oaraccounting(1): This command is used to summarize information about the jobs. Hence this can be used by the scheduler with the faire sharing algorithm. oarstat [-h] [--reinitialize | --delete_before]

ulatency.1
ulatency(1): - client for the ulatencyd daemon (Ubuntu)
ulatency(1): ulatency is a simple command-lineqt4 client for the ulatencyd daemon. It can be used to show and tune the ulatencyd status. ulatency [ ulatencyd was written by Daniel Poelzleithner <poelzi@poelzi.org>.

dvigif.1
dvigif(1): - A DVI-to-PNG translator (Ubuntu Linux)
dvigif(1): This program makes PNG and/or GIF graphics from DVI files as obtained from TeX and its relatives. If GIF support is enabled, GIF output is chosen by using the dvigif binary or with the --gif option.

xungrabkeyboard.3
xungrabkeyboard(3): - grab the keyboard (Ubuntu Linux)
xungrabkeyboard(3): The XGrabKeyboard function actively grabs control of the keyboard and generates FocusIn and FocusOut events. Further key events are reported only to the grabbing client. XGrabKeyboard overrides any active keyboard grab by this client.

xinitthreads.3
xinitthreads(3): - multi-threading support (Ubuntu)
xinitthreads(3): The XInitThreads function initializes Xlib support for concurrent threads. This function must be the first Xlib function a multi- threaded program calls, and it must complete before any other Xlib call is made.

aeib.1
aeib(1): - begin integrating a change (Ubuntu Linux)
aeib(1): The aegis -Integrate_Begin command is used to begin the integration of a change into the baseline of a project. The change will advance from the awaiting integration state to the being integrated state.

wimlib-imagex-delete.1
wimlib-imagex-delete(1): - Delete an image from a WIM archive
wimlib-imagex-delete(1): wimlib-imagex delete deletes the specified image from the Windows Imaging (WIM) file WIMFILE. This command is also available as simply wimdelete if the appropriate hard link or batch file has been installed.

led.4freebsd
led(4freebsd): led --- API for manipulating LED's, lamps and other annunciators
led(4freebsd): The led driver provides generic support for handling LEDs, lamps and other annunciators. The hardware driver must supply a function to turn the annunciator on and off and the device name of the annunciator relative to /dev/led/.

ftok.3posix
ftok(3posix): ftok --- generate an IPC key (Ubuntu)
ftok(3posix): The ftok() function shall return a key based on path and id that is usable in subsequent calls to msgget(), semget(), and shmget(). The application shall ensure that the path argument is the pathname of an existing file that the process is

xcupqueryversion.3
xcupqueryversion(3): - Returns TOG-CUP protocol version supported by the X server
xcupqueryversion(3): XcupQueryVersion sets major_version_return and minor_version_return to the major and minor TOG-CUP protocol version supported by the server. If the TOG-CUP library is compatible with the version returned by the server, it returns nonzero.

cvs2bzr.1
cvs2bzr(1): - convert a cvs repository into a Bazaar repository
cvs2bzr(1): Create a new Bazaar repository based on the version history stored in a CVS repository. Each CVS commit will be mirrored in the Bazaar repository, including such information as date of commit and id of the committer.

d.legend.vect.1grass
d.legend.vect(1grass): - Displays a vector legend in the active graphics frame.
d.legend.vect(1grass): Module d.legend.vect draws vector legend of currently displayed vector maps. Parameter at defines the screen position of upper-left legend corner. Parameter columns defines the number of legend columns.