Sunday, August 30, 2020

Linux Information (Page 36)

 

snmpdf(1) - display disk space usage on a network entity via
snmpdf is simply a networked version of the typical df command. It checks the disk space on the remote machine by examining the HOST-RESOURCES-MIBs hrStorageTab

cvtbatch(8) - Convert Usenet batch files to INN format......
cvtbatch reads standard input as a sequence of lines, converts each line, and writes it to standard output. It is used to convert simple batch files that contai

FcStrListNext.3 - Linux Manual Pages Index (Manual - Linux man page)..........
FcStrListNext.3 - Section 1 of the manual describes user commands and tools, for example, file manipulation tools, shells, compilers, web browsers, file and ima

pcscd(8) PC SC Smart Card Daemon (Admin - Linux man page)...
pcscd is the daemon program for pcsc-lite. It is a resource manager that coordinates communications with smart card readers and smart cards and cryptographic to

Remove File
remove_file

Tcl_UniCharToUtfDString(3) - routines for manipulating UTF-8
These routines convert between UTF-8 strings and Tcl_UniChars. A Tcl_UniChar is a Unicode character represented as an unsigned, fixed-size quantity. A UTF-8 cha

getcwd(2) - get current working directory - Linux man page
RETURN VALUE ERRORS CONFORMING TO NOTES SEE ALSO COLOPHON NAME getcwd get current working directory SYNOPSIS /* * This page documents the getcwd(2) system call,

sdiff(1) - side-by-side merge of file differences (ManPage)
Side-by-side merge of differences between FILE1 and FILE2. Mandatory arguments to long options are mandatory for short options too. -o, --output=FILE operate in

poll(2) - wait for some event on a file descriptor (ManPage)
poll() performs a similar task to select(2): it waits for one of a set of file descriptors to become ready to perform I/O. The set of file descriptors to be mon

ldap_search_ext(3) - Perform an LDAP search operation.......
These routines are used to perform LDAP search operations. The ldap_search_ext_s() routine does the search synchronously (i.e., not returning until the operatio

intel_bios_dumper(1) - Saves the Intel video BIOS contents t
intel_bios_dumper is a tool to save the contents of the Intel video BIOS to a file. It can then be parsed offline for debugging issues with the video bios table

idmapd.conf(5) - (unknown subject) - Linux manual page......
The idmapd.conf configuration file consists of several sections, initiated by strings of the form [General] and [Mapping]. Each section may contain lines of the

cut(1) - remove sections from each line of files (Man Page)
Print selected parts of lines from each FILE to standard output. Mandatory arguments to long options are mandatory for short options too. -b, --bytes=LIST selec

crda(8) - send to the kernel a wireless regulatory domain fo
crda is the Linux wireless central regulatory domain agent. crda is intended to be used by udev scripts and should not be run manually unless debugging udev scr

XColor(3) - create, copy, or destroy colormaps and color str
The XCreateColormap function creates a colormap of the specified visual type for the screen on which the specified window resides and returns the colormap ID as

Tcl_IsShared(3) - manipulate Tcl objects - Linux man page...
This man page presents an overview of Tcl objects and how they are used. It also describes generic procedures for managing Tcl objects. These procedures are use

mcelog(8) - Decode kernel machine check log on x86 machines
X86 CPUs report errors detected by the CPU as machine check events (MCEs). These can be data corruption detected in the CPU caches, in main memory by an integra

sem_post(3) - unlock a semaphore (Library - Linux man page)
sem_post() increments (unlocks) the semaphore pointed to by sem. If the semaphores value consequently becomes greater than zero, then another process or thread

vfs_recycle(8) - Samba VFS recycle bin - Linux manual page
This VFS module is part of the samba(7) suite. The vfs_recycle intercepts file deletion requests and moves the affected files to a temporary repository rather t

platform(n) - System identification support code and utiliti
The platform package provides several utility commands useful for the identification of the architecture of a machine running Tcl. Whilst Tcl provides the tcl_p

perltw(1) - XXXX Perl XX (Commands - Linux manual page).....
perltw.1 - XXXX Perl XXX ! X 5.8.0 XXX, Perl XXXXXX Unicode ( XXX ) XX, XXXXXXXXXXXXXXXXXXX ; CJK ( XXX ) XXXXXXXX. Unicode XXXXXXX, XXXXXXXXXXXX: XXXX, XXXX, X

XGetIMValues(3) - open, close, and obtain input method infor
The XOpenIM function opens an input method, matching the current locale and modifiers specification. Current locale and modifiers are bound to the input method

perl5143delta(1) what is new for perl v5.14.3 (Man Page)....
This document describes differences between the 5.14.2 release and the 5.14.3 release. If you are upgrading from an earlier release such as 5.12.0, first read p

clean-binary-files(1) - remove a third party binaries (JARs)
clean-binary-files {[-f {-, instructions_file}], [-e exclusion_file] [-l]} [-a archive_file] [-d custom_jar_map] [-n] [-p] [-s] f The instructions file, specif

git-cvsimport(1) Salvage your data out of another SCM people
WARNING: git cvsimport uses cvsps version 2, which is considered deprecated; it does not work with cvsps version 3 and later. If you are performing a one-shot i

recode(1) - manual page for recode 3.6 - Linux manual page
Free recode converts files between various character sets and surfaces. If a long option shows an argument as mandatory, then it is mandatory for the equivalent

XkbSARedirectVModsMask(3) - Returns the vmods_mask0 and vmod
XkbSARedirectVModsMask.3 - Actions associated with the XkbRedirectKeyAction structure generate KeyPress and KeyRelease events containing a keycode different fro

procfs(5) process information pseudo-filesystem (Man Page)
The proc filesystem is a pseudo-filesystem which provides an interface to kernel data structures. It is commonly mounted at /proc. Most of it is read-only, but

inopts(3ncurses) - curses input options - Linux manual page
Normally, the tty driver buffers typed characters until a newline or carriage return is typed. The cbreak routine disables line buffering and erase/kill charact

x11-ssh-askpass.1x
x11-ssh-askpass.1x

readmult(1) - a multitrack wrapper for cdda2wav (Man Page)
readmult allows simultaneous extraction and naming of multiple tracks with cdda2wav SEE ALSO cdda2wav(1) AUTHOR cdda2was was written by Joerg Schilling <js@cs.t

acl_delete_perm(3) - delete a permission from an ACL permiss
The acl_delete_perm() function deletes the permission contained in the argument perm from the permission set referred to by the argument permset_d. An attempt t

Mail::SpamAssassin::Plugin::MIMEHeader(3pm) - perform regexp
This plugin allows regexp rules to be written against MIME headers in the message. RULE DEFINITIONS AND PRIVILEGED SETTINGS mimeheader NAME_OF_RULE Header-Name

iso-8859-7.7 - iso-8859-7(7) - ISO 8859-7 character set encoded in octal, d
The ISO 8859 standard includes several 8-bit extensions to the ASCII character set (also known as ISO 646-IRV). ISO 8859-7 encodes the characters used in modern

ttk_sizegrip(n) Bottom-right corner resize widget (ManPage)
A ttk::sizegrip widget (also known as a grow box) allows the user to resize the containing toplevel window by pressing and dragging the grip. STANDARD OPTIONS -

Remove File
remove_file

XtNameToWidget(3) - translating strings to widgets or widget
The XtNameToWidget function looks for a widget whose name is the first component in the specified names and that is a pop-up child of reference (or a normal chi

set_thread_area(2) - Set a Thread Local Storage (TLS) area
set_thread_area() sets an entry in the current threads thread-local storage (TLS) array. The TLS array entry set by set_thread_area() corresponds to the value o

t - Linux Manual Pages Index (Manual - Linux man page)..........
t - Section 1 of the manual describes user commands and tools, for example, file manipulation tools, shells, compilers, web browsers, file and image viewers and

hp2xx(1) A HPGL converter into some vector- and raster forma
hp2xx reads HPGL ASCII source files, interprets them, and converts them into either another vector-oriented format or one of several rasterfile formats. Current

Remove File
remove_file

isprint(3) - character classification routines (Man Page)...
These functions check whether c, which must have the value of an unsigned char or EOF, falls into a certain character class according to the specified locale. T

perldgux(1) - Perl under DG/UX. (Commands - Linux man page)
Perl 5.7/8.x for DG/UX ix86 R4.20MU0x BUILDING PERL ON DG/UX Non-threaded Perl on DG/UX Just run ./Configure script from the top directory. Then give make to co

strfile(1) create a random access file for storing strings b
strfile reads a file containing groups of lines separated by a line containing a single percent % sign (or other specified delimiter character) and creates a da

ldap_count_references(3) - Stepping through continuation ref
These routines are used to step through the continuation references in a result chain received from ldap_result(3) or the synchronous LDAP search operation rout

Tcl_UnsetVar2(3) - manipulate Tcl variables - Linux man page
These procedures are used to create, modify, read, and delete Tcl variables from C code. Tcl_SetVar2Ex, Tcl_SetVar, Tcl_SetVar2, and Tcl_ObjSetVar2 will create

gunzip(1) - compress or expand files - Linux manual page....
Gzip reduces the size of the named files using Lempel-Ziv coding (LZ77). Whenever possible, each file is replaced by one with the extension .gz, while keeping t

pcre_assign_jit_stack(3) Perl-compatible regular expressions
This function provides control over the memory used as a stack at run-time by a call to pcre[16|32]_exec() with a pattern that has been successfully compiled wi

pgmcrater(1) - create cratered terrain by fractal forgery...
This program is part of Netpbm(1) pgmcrater is obsolete. All it does now is invoke pamcrater, pamshadedrelief, and pamtopnm. You should use those programs in an

XML::DOM(3pm) - A perl module for building DOM Level 1 compl
This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to Ja

XML::DOM::ElementDecl(3pm) - An XML ELEMENT declaration in X
XML::DOM::ElementDecl extends XML::DOM::Node but is not part of the DOM Level 1 specification. This node represents an Element declaration, e.g. <!ELEMENT addre

wait3(2) - wait for process to change state, BSD style......
These functions are obsolete; use waitpid(2) or waitid(2) in new programs. The wait3() and wait4() system calls are similar to waitpid(2), but additionally retu

Module::Build::Authoring(3pm) - Authoring Module::Build modu
When creating a Build.PL script for a module, something like the following code will typically be used: use Module::Build; my $build = Module::Build->new ( modu

swapoff(8) - enable/disable devices and files for paging and
swapon is used to specify devices on which paging and swapping are to take place. The device or file used is given by the specialfile parameter. It may be of th

Tcl_SubstObj(3) - perform substitutions on Tcl objects......
The Tcl_SubstObj function is used to perform substitutions on strings in the fashion of the subst command. It gets the value of the string contained in objPtr a

tk(n) - Manipulate Tk internal state - Linux manual page....
The tk command provides access to miscellaneous elements of Tks internal state. Most of the information manipulated by this command pertains to the application

ccomps(1) - connected components filter for graphs (ManPage)
ccomps decomposes graphs into their connected components, printing the components to standard output. OPTIONS The following options are supported: -e Do not ind

libnetpbm_dir(1) (Commands - Linux manual page)............
Libnetpbm. This is a directory of all the Netpbm programming library (libnetpbm) services. For general information about libnetpbm, see TheLibnetpbmManual(3)...

va_copy(3) - variable argument lists - Linux manual page....
A function may be called with a varying number of arguments of varying types. The include file <stdarg.h> declares a type va_list and defines three macros for s

XF86VidModeSetGamma(3) - Extension library for the XFree86-V
These functions provide an interface to the server extension XFree86-VidModeExtension which allows the video modes to be queried and adjusted dynamically and mo

mvwprintw(3ncurses) - print formatted output in curses windo
mvwprintw.3ncurses - The printw, wprintw, mvprintw and mvwprintw routines are analogous to printf [see printf(3)]. In effect, the string that would be output by

Tcl_PkgProvide(3) - package version control - Linux man page
These procedures provide C-level interfaces to Tcls package and version management facilities. Tcl_PkgRequire is equivalent to the package require command, Tcl_

slk_refresh_sp(3ncurses) - curses screen-pointer extension
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th

Tcl_StackChannel(3) - manipulate stacked I/O channels.......
These functions are for use by extensions that add processing layers to Tcl I/O channels. Examples include compression and encryption modules. These functions t

git-fmt-merge-msg(1) - Produce a merge commit message.......
Takes the list of merged objects on stdin and produces a suitable commit message to be used for the merge commit, usually to be passed as the <merge-message> ar

gluTessEndContour(3gl) - delimit a contour description......
gluTessBeginContour and gluTessEndContour delimit the definition of a polygon contour. Within each gluTessBeginContour/gluTessEndContour pair, there can be zero

glib-compile-resources(1) GLib resource compiler (Man Page)
glib-compile-resources reads the resource description from FILE and the files that it references and creates a binary resource bundle that is suitable for use w

armscii-8(7) - Armenian character set encoded in octal, deci
The Armenian Standard Code for Information Interchange, 8-bit coded character set. ArmSCII-8 characters The following table displays the characters in ArmSCII-8

iso_8859_14(7) - ISO 8859-14 character set encoded in octal,
The ISO 8859 standard includes several 8-bit extensions to the ASCII character set (also known as ISO 646-IRV). ISO 8859-14 encodes the characters used in Celti

svnserve.conf(5) - Repository configuration file for svnserv
svnserve.conf controls the behavior of the svnserve daemon on a per-repository basis. It is located in the conf subdirectory of the repository. The overall stru

glEdgeFlagv(3gl) - flag edges as either boundary or nonbound
Each vertex of a polygon, separate triangle, or separate quadrilateral specified between a glBegin/glEnd pair is marked as the start of either a boundary or non

roundl(3) - round to nearest integer, away from zero........
These functions round x to the nearest integer, but round halfway cases away from zero (regardless of the current rounding direction, see fenv(3)), instead of t

p - Linux Manual Pages Index (Manual - Linux man page)..........
p - Section 1 of the manual describes user commands and tools, for example, file manipulation tools, shells, compilers, web browsers, file and image viewers and

Tcl_CreateEncoding(3) - procedures for creating and using en
Tcl_GetEncoding finds an encoding given its name. The name may refer to a built-in Tcl encoding, a user-defined encoding registered by calling Tcl_CreateEncodin

groff_mom(7) - groff `mom' macros - Linux manual page.......
mom (my own macros, my other macros, maximum overdrive macros, ...) is a macro set for groff, designed primarily to format documents for PostScript output. mom

Tcl_ResetResult(3) - manipulate Tcl result - Linux man page
The procedures described here are utilities for manipulating the result value in a Tcl interpreter. The interpreter result may be either a Tcl object or a strin

SDL_GetKeyState(3) - Get a snapshot of the current keyboard
Gets a snapshot of the current keyboard state. The current state is return as a pointer to an array, the size of this array is stored in numkeys. The array is i

btrfs-filesystem(8) control btrfs filesystem (Man Page).....
btrfs filesystem is used to do the filesystem level control jobs, including all the regular filesystem operations like setting/getting label, resizing, defragme

m11 - Linux Manual Pages Index (Manual - Linux man page)..........
m11 - Section 1 of the manual describes user commands and tools, for example, file manipulation tools, shells, compilers, web browsers, file and image viewers a

kded4(8) - KDE daemon - triggers Sycoca database updates whe
kded4 is responsible for creating the sycoca file, i.e. the binary cache of servicetypes, mimetypes, and services for a particular user. It monitors the directo

mmcli(8) Control and monitor the ModemManager (Man Page)....
ModemManager is a DBus-powered Linux daemon which provides a unified high level API for communicating with (mobile broadband) modems. It acts as a standard RIL

Xevi(3) - X Extended Visual Information functions (ManPage)
The X11 Extended Visual Information extension (EVI) allows a client to determine information about core X visuals beyond what the core protocol provides. The EV

fftest(1) tests force-feedback devices. - Linux manual page
fftest provides a variety of tests which can be applied to force-feedback devices. Beware, the tests may damage your device! OPTIONS <device> The device to test

Apache::SizeLimit(3pm) - Because size does matter. (ManPage)
******************************** NOIICE ******************* This version is only for httpd 1.3.x and mod_perl 1.x series. For httpd 2.x / mod_perl 2.x Apache2::

xml2-config(1) - script to get information about the install
xml-config is a tool that is used to determine the compile and linker flags that should be used to compile and link programs that use GNOME-XML. OPTIONS xml-con

pin(1) Package InformatioN (Commands - Linux manual page)...
Pin searches the installed packages (rpm -qi, -ql) and/or the ARCHIVES.gz file for the desired information. It shows also README, README.SuSE, FAQ, when availab

vigr(8) - edit the password, group or shadow file (ManPage)
The vipw and vigr commands edits the files /etc/passwd and /etc/group, respectively. With the -s flag, they will edit the shadow versions of those files, /etc/s

endservent(3) - get service entry - Linux manual page.......
endservent.3 - The getservent() function reads the next entry from the services database (see services(5)) and returns a servent structure containing the broken

select_tut(2) - synchronous I/O multiplexing (Man Page).....
select() (or pselect()) is used to efficiently monitor multiple file descriptors, to see if any of them is, or becomes, ready; that is, to see whether I/O becom

XQueryExtension(3) - list available extensions (Man Page)...
The XQueryExtension function determines if the named extension is present. If the extension is not present, XQueryExtension returns False; otherwise, it returns

tzfile(5) - timezone information (Formats - Linux man page)
This page describes the structure of the timezone files used by tzset(3). These files are typically found under one of the directories /usr/lib/zoneinfo or /usr

ldap_msgtype(3) - Wait for the result of an LDAP operation
The ldap_result() routine is used to wait for and return the result of an operation previously initiated by one of the LDAP asynchronous operation routines (e.g

gvfs-open(1) Open files with the default handler (Man Page)
gvfs-open opens files with the default application that is registered to handle files of this type. Gvfs obtains this information from the shared-mime-info data

new_menu_sp(3ncurses) - curses screen-pointer extension.....
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th

groff_www(7) - groff macros for authoring web pages.........
This manual page describes the GNU -mwww macro package, which is part of the groff document formatting system. The manual page is very a basic guide, and the ht

games.1 - Linux Manual Pages Index (Manual - Linux man page)..........
games.1 - Section 1 of the manual describes user commands and tools, for example, file manipulation tools, shells, compilers, web browsers, file and image viewe

rev(1) - reverse lines of a file or files - Linux man page
The rev utility copies the specified files to standard output, reversing the order of characters in every line. If no files are specified, standard input is rea

sharesec(1) - Set or get share ACLs - Linux manual page.....
This tool is part of the samba(7) suite. The sharesec program manipulates share permissions on SMB file shares. OPTIONS The following options are available to t

mysql_fix_extensions(1) - normalize table file name extensio
mysql_fix_extensions converts the extensions for MyISAM (or ISAM) table files to their canonical forms. It looks for files with extensions matching any letterca

Encode::GSM0338(3pm) - ESTI GSM 03.38 Encoding (Man Page)...
GSM0338 is for GSM handsets. Though it shares alphanumerals with ASCII , control character ranges and other parts are mapped very differently, mainly to store G

No comments:

Post a Comment