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).

No comments:

Post a Comment