Sunday, August 30, 2020

Linux Information (Page 43)

 

zipsplit(1) - split a zipfile into smaller zipfiles.........
zipsplit reads a zipfile and splits it into smaller zipfiles. EXAMPLES To be filled in. BUGS Does not yet support large (> 2 GB) or split archives. SEE ALSO zip

gnutls_x509_crl_set_crt(3) - API function - Linux man page
gnutls_x509_crl_set_crt.3 - This function will set a revoked certificates serial number to the CRL. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, otherw

winchnstr(3ncurses) - get a string of characters (and attrib
These routines return a NULL-terminated array of chtype quantities, starting at the current cursor position in the named window and ending at the right margin o

iso_8859_15(7) - ISO 8859-15 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). Especially important is ISO 8859-1, the Latin Al

Tk_GetColorByValue(3) - maintain database of colors.........
These procedures manage the colors being used by a Tk application. They allow colors to be shared whenever possible, so that colormap space is preserved, and th

XdbeGetBackBufferAttributes(3) - returns attributes of a DBE
This function returns the attributes associated with the specified buffer. The XdbeBackBufferAttributes structure has the following fields: Window window window

a2p(1) - Awk to Perl translator (Commands - Linux man page)
A2p takes an awk script specified on the command line (or from standard input) and produces a comparable perl script on the standard output. OPTIONS Options inc

glGetTexLevelParameteriv(3gl) - return texture parameter val
glGetTexLevelParameter returns in params texture parameter values for a specific level-of-detail value, specified as level. target defines the target texture, e

Tcl_CallWhenDeleted(3) - Arrange for callback when interpret
Tcl_CallWhenDeleted arranges for proc to be called by Tcl_DeleteInterp if/when interp is deleted at some future time. Proc will be invoked just before the inter

policytool-java-1.8.0-openjdk(1) Reads and writes a plain te
The policytool command calls an administrators GUI that enables system administrators to manage the contents of local policy files. A policy file is a plain-tex

gnutls_x509_crl_get_version(3) - API function (Man Page)....
This function will return the version of the specified CRL. RETURNS The version number, or a negative error code on error. REPORTING BUGS Report bugs to <bug-gn

XtRegisterDrawable(3) - register a drawable with the Intrins
XtRegisterDrawable associates the specified drawable with the specified widget so that future calls to XtWindowToWidget with the drawable will return the widget

sieveshell(1) - remotely manipulate sieve scripts (ManPage)
sieveshell allows users to manipulate their scripts on a remote server. It works via MANAGESIEVE , a work in progress. The following commands are recognized: li

pwrite(2) - read from or write to a file descriptor at a giv
pread() reads up to count bytes from file descriptor fd at offset offset (from the start of the file) into the buffer starting at buf. The file offset is not ch

perlsolaris(1) - Perl version 5 on Solaris systems (ManPage)
This document describes various features of Suns Solaris operating system that will affect how Perl version 5 (hereafter just perl) is compiled and/or runs. Som

ping6(8) - send ICMP ECHO_REQUEST to network hosts (ManPage)
ping uses the ICMP protocols mandatory ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway. ECHO_REQUEST datagrams (pings) have an IP a

XtCreateWindow(3) - window creation convenience function....
The XtCreateWindow function calls the Xlib XCreateWindow function with values from the widget structure and the passed parameters. Then, it assigns the created

Tcl_DeleteInterp(3) - create and delete Tcl command interpre
Tcl_CreateInterp creates a new interpreter structure and returns a token for it. The token is required in calls to most other Tcl procedures, such as Tcl_Create

SelectSaver(3pm) - save and restore selected file handle....
A SelectSaver object contains a reference to the file handle that was selected when it was created. If its new method gets an extra parameter, then that paramet

POSIX(3pm) - Perl interface to IEEE Std 1003.1 (Man Page)...
The POSIX module permits you to access all (or nearly all) the standard POSIX 1003.1 identifiers. Many of these identifiers have been given Perl-ish interfaces.

Remove File
remove_file

Tcl_ChannelTruncateProc(3) - procedures for creating and man
Tcl uses a two-layered channel architecture. It provides a generic upper layer to enable C and Tcl programs to perform input and output using the same APIs for

assume_default_colors_sp(3ncurses) - curses screen-pointer e
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

Remove File
remove_file

Tcl_DStringInit(3) - manipulate dynamic strings (Man Page)
Dynamic strings provide a mechanism for building up arbitrarily long strings by gradually appending information. If the dynamic string is short then there will

ldap_dn2dcedn(3) - LDAP DN handling routines (Man Page).....
These routines allow LDAP entry names (Distinguished Names, or DNs) to be obtained, parsed, converted to a user-friendly form, and tested. A DN has the form des

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

XAllocWMHints(3) - allocate window manager hints structure a
XAllocWMHints.3 - The XAllocWMHints function allocates and returns a pointer to a XWMHints structure. Note that all fields in the XWMHints structure are initial

Tk_SizeOfImage(3) - use an image in a widget (Man Page).....
These procedures are invoked by widgets that wish to display images. Tk_GetImage is invoked by a widget when it first decides to display an image. name gives th

strncpy(3) - copy a string (Library - Linux man page).......
The strcpy() function copies the string pointed to by src, including the terminating null byte (\0), to the buffer pointed to by dest. The strings may not overl

ifplugd(8) - A link detection daemon for ethernet devices...
ifplugd is a daemon which will automatically configure your ethernet device when a cable is plugged in and automatically unconfigure it if the cable is pulled.

findmnt(8) - find a filesystem (Admin - Linux man page).....
findmnt will list all mounted filesytems or search for a filesystem. The findmnt command is able to search in /etc/fstab, /etc/mtab or /proc/self/mountinfo. If

snmpinform(1) - sends an SNMP notification to a manager.....
snmptrap is an SNMP application that uses the SNMP TRAP operation to send information to a network manager. One or more object identifiers (OIDs) can be given a

sysconf(3) - Get configuration information at runtime.......
POSIX allows an application to test at compile or run time whether certain options are supported, or what the value is of certain configurable constants or limi

vgck(8) - check volume group metadata - Linux manual page...
vgck checks LVM metadata for each named volume group for consistency. OPTIONS See lvm(8) for common options. SEE ALSO lvm(8), vgcreate(8), vgchange(8), vgscan(8

pcre_get_substring(3) - Perl-compatible regular expressions
This is a convenience function for extracting a captured substring. The arguments are: subject Subject that has been successfully matched ovector Offset vector

git-relink(1) - Hardlink common objects in local repositorie
This will scan 1 or more object repositories and look for objects in common with a master repository. Objects not already hardlinked to the master repository wi

Remove File
remove_file

setdomainname(2) - get/set domain name - Linux manual page
These functions are used to access or to change the NIS domain name of the host system. setdomainname() sets the domain name to the value given in the character

Tcl_FreeEncoding(3) - procedures for creating and using enco
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

wcsrchr(3) - search a wide character in a wide-character str
The wcsrchr() function is the wide-character equivalent of the strrchr(3) function. It searches the last occurrence of wc in the wide-character string pointed t

is_idlok(3ncurses) - curses window properties (Man Page)....
This implementation provides functions which return properties set in the WINDOW structure, allowing it to be opaque if the symbol NCURSES_OPAQUE is defined: is

write(1) - send a message to another user - Linux man page
write allows you to communicate with other users, by copying lines from your terminal to theirs. When you run the write command, the user you are writing to get

authunix_create_default(3) - library routines for remote pro
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the s

Tcl_FSRemoveDirectory(3) - procedures to interact with any f
There are several reasons for calling the Tcl_FS API functions (e.g. Tcl_FSAccess and Tcl_FSStat) rather than calling system level functions like access and sta

pthread_yield(3) - yield the processor - Linux manual page
pthread_yield() causes the calling thread to relinquish the CPU. The thread is placed at the end of the run queue for its static priority and another thread is

logresolve2(8) - Resolve IP-addresses to hostnames in Apache
logresolve2.8 - logresolve is a post-processing program to resolve IP-addresses in Apaches access logfiles. To minimize impact on your nameserver, logresolve ha

manpath(5) - format of the /etc/manpath.config file.........
The manpath configuration file is used by the manual page utilities to assess users manpaths at run time, to indicate which manual page hierarchies (manpaths) a

field_arg(3form) - data type validation for fields (ManPage)
The function set_field_type declares a data type for a given form field. This is the type checked by validation functions. The predefined types are as follows:

mvwaddch(3ncurses) - add a character (with attributes) to a
The addch, waddch, mvaddch and mvwaddch routines put the character ch into the given window at its current window position, which is then advanced. They are ana

snmp_sess_send(3) - session functions - Linux manual page...
These functions define a subset of the API that can be used to manage single SNMP sessions in a multi-threaded application. Except for snmp_sess_session(), thes

glutMainLoop(3) - enters the GLUT event processing loop.....
glutMainLoop enters the GLUT event processing loop. This routine should be called at most once in a GLUT program. Once called, this routine will never return. I

XpEndJob(3x) - Indicates the ending of a single print job.
XpEndJob signals the end of a print job. Any accumulated print data that remains is either sent to the printer or made available to XpGetDocumentData. For clien

Tcl_ServiceAll(3) - the event queue and notifier interfaces
The interfaces described here are used to customize the Tcl event loop. The two most common customizations are to add new sources of events and to merge Tcls ev

typeahead(3ncurses) - curses input options - Linux man 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

sigfillset(3) - POSIX signal set operations. (Man Page).....
These functions allow the manipulation of POSIX signal sets. sigemptyset() initializes the signal set given by set to empty, with all signals excluded from the

utmpx(5) - login records (File formats - Linux man page)....
The utmp file allows one to discover information about who is currently using the system. There may be more users currently using the system, because not all pr

Tie::Hash(3pm) - base class definitions for tied hashes.....
This module provides some skeletal methods for hash-tying classes. See perltie for a list of the functions required in order to tie a hash to a package. The bas

systemd.index(7) List all manpages from the systemd project
binfmt.d(5) Configure additional binary formats for executables at boot bootchart.conf(5) Boot performance analysis graphing tool configuration file .....(Man)

SDL_CreateSemaphore(3) - Creates a new semaphore and assigns
SDL_CreateSemaphore() creates a new semaphore and initializes it with the value initial_value. Each locking operation on the semaphore by SDL_SemWait, SDL_SemTr

gnutls_x509_privkey_export(3) - API function (Man Page).....
This function will export the private key to a PKCS1 structure for RSA keys, or an integer sequence for DSA keys. The DSA keys are in the same format with the p

Remove File
remove_file

systemd-machined.service(8) Virtual machine and container re
systemd-machined is a system service that keeps track of virtual machines and containers, and processes belonging to them. See systemd-nspawn(1) for some exampl

ptsname(3) - get the name of the slave pseudoterminal.......
The ptsname() function returns the name of the slave pseudoterminal device corresponding to the master referred to by fd. The ptsname_r() function is the reentr

snmptrapd(8) - Receive and log SNMP trap messages. (ManPage)
snmptrapd is an SNMP application that receives and logs SNMP TRAP and INFORM messages. Note: the default is to listen on UDP port 162 on all IPv4 interfaces. Si

gkeytool(1) - Manage private keys and public certificates...
Cryptographic credentials, in a Java environment, are usually stored in a Key Store. The Java SDK specifies a Key Store as a persistent container of two types o

speed(1ssl) test library performance - Linux manual page....
This command is used to test the performance of cryptographic algorithms. OPTIONS -engine id specifying an engine (by its unique id string) will cause speed to

base64(1) - base64 encode/decode data and print to standard
Base64 encode or decode FILE, or standard input, to standard output. Mandatory arguments to long options are mandatory for short options too. -d, --decode decod

FcPatternFormat(3) - Format a pattern into a string accordin
Converts given pattern pat into text described by the format specifier format. The return value refers to newly allocated memory which should be freed by the ca

lio_listio(3) - initiate a list of I/O requests (Man Page)
The lio_listio() function initiates the list of I/O operations described by the array aiocb_list. The mode operation has one of the following values: LIO_WAIT T

tcsetpgrp(3) - get and set terminal foreground process group
The function tcgetpgrp() returns the process group ID of the foreground process group on the terminal associated to fd, which must be the controlling terminal o

Math::Complex(3pm) - complex numbers and associated mathemat
This package lets you create and manipulate complex numbers. By default, Perl limits itself to real numbers, but an extra use statement brings full complex supp

cluster(1) - find clusters in a graph and augment the graph
cluster takes as input a graph in DOT format, finds node clusters and augments the graph with this information. The clusters are specified by the cluster attrib

Tk_FreeCursorFromObj(3) - maintain database of cursors......
These procedures manage a collection of cursors being used by an application. The procedures allow cursors to be re-used efficiently, thereby avoiding server ov

joe(1) - Joe's Own Editor (Commands - Linux manual page)....
JOE is a powerful ASCII-text screen editor. It has a mode-less user interface which is similar to many user-friendly PC editors. Users of Micro-Pros WordStar or

pam_faildelay(8) - Change the delay on failure per-applicati
pam_faildelay is a PAM module that can be used to set the delay on failure per-application. If no delay is given, pam_faildelay will use the value of FAIL_DELAY

iso_8859-10(7) - ISO 8859-10 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-10 encodes the characters used in Nordi

gai_cancel(3) - asynchronous network address and service tra
The getaddrinfo_a() function performs the same task as getaddrinfo(3), but allows multiple name look-ups to be performed asynchronously, with optional notificat

patchwork(1) - filter for drawing clustered graphs as treema
patchwork draws clustered graphs using a squarified treemap layout. As input, it takes any graph in the dot format. Each cluster is given an area based on the a

gnutls_pkcs7_delete_crt(3) - API function - Linux man page
This function will delete a certificate from a PKCS7 or RFC2630 certificate set. Index starts from 0. Returns 0 on success. RETURNS On success, GNUTLS_E_SUCCESS

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

rstart(1) - a sample implementation of a Remote Start client
Rstart is a simple implementation of a Remote Start client as defined in A Flexible Remote Execution Protocol Based on rsh. It uses rsh as its underlying remote

XSetState(3) - GC convenience routines - Linux manual page
The XSetState function sets the foreground, background, plane mask, and function components for the specified GC. XSetState can generate BadAlloc, BadGC, and Ba

sha1(1ssl) message digests (Commands - Linux manual page)...
The digest functions output the message digest of a supplied file or files in hexadecimal. The digest functions also generate and verify digital signatures usin

readers.conf(5) - Access control and configuration for nnrpd
readers.conf in pathetc specifies access control for nnrpd(8). It controls who is allowed to connect as a news reader and what theyre allowed to do after they c

savage(4) - S3 Savage video driver - Linux manual page......
savage is an Xorg driver for the S3 Savage family video accelerator chips. 2D, 3D, and Xv acceleration is supported on all chips except the Savage2000 (2D only)

del_curterm(3ncurses) - curses interfaces to terminfo databa
These low-level routines must be called by programs that have to deal directly with the terminfo database to handle certain terminal capabilities, such as progr

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

dfbg(1) - DirectFB background configuration tool (Man Page)
dfbg is a small utility to configure the background of the DirectFB desktop. It loads the specified image and sets it as background image. dfbg requires DirectF

glutInitWindowPosition(3) - set the initial window position
Windows created by glutCreateWindow will be requested to be created with the current initial window position and size. The initial value of the initial window p

asn1_der_decoding(3) - Fill the structure *ELEMENT with valu
Fill the structure * element with values of a DER encoding string. The structure must just be created with function asn1_create_element(). Note that the * eleme

xdr_u_int(3) - library routines for external data representa
These routines allow C programmers to describe arbitrary data structures in a machine-independent fashion. Data for remote procedure calls are transmitted using

XWindowChanges(3) - configure windows and window changes str
The XConfigureWindow function uses the values specified in the XWindowChanges structure to reconfigure a windows size, position, border, and stacking order. Val

gnutls_cipher_encrypt2(3) - API function - Linux man page...
This function will encrypt the given data using the algorithm specified by the context. RETURNS Zero or a negative error code on error. SINCE 2.12.0 REPORTING B

rtime(3) - get time from a remote machine - Linux man page
This function uses the Time Server Protocol as described in RFC 868 to obtain the time from a remote machine. The Time Server Protocol gives the time in seconds

glMapGrid(3gl) - define a one- or two-dimensional mesh......
glMapGrid and glEvalMesh are used together to efficiently generate and evaluate a series of evenly-spaced map domain values. glEvalMesh steps through the intege

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

XRRSelectInput(3) - X Resize, Rotate and Reflection extensio
Xrandr is a simple library designed to interface the X Resize and Rotate Extension. This allows clients to change the size and rotation of the root window of a

mkfontscale(1) - create an index of scalable font files for
For each directory argument, mkfontscale reads all of the scalable font files in the directory. For every font file found, an X11 font name (XLFD) is generated,

XGetClassHint(3) - allocate class hints structure and set or
The XAllocClassHint function allocates and returns a pointer to a XClassHint structure. Note that the pointer fields in the XClassHint structure are initially s

No comments:

Post a Comment