introduction to boot time parameters of the Linux kernel NAME bootparam - introduction to boot time parameters of the Linux kernel DESCRIPTION The Linux kernel accepts certain 'com…in-kernel key management and retention facility NAME keyrings - in-kernel key management and retention facility DESCRIPTION The Linux key-management facility is primarily a way for…TCP protocol NAME tcp - TCP protocol SYNOPSIS #include <sys/socket.h> #include <netinet/in.h> #include <netinet/tcp.h> tcp_socket = socket(AF_INET, SOCK_STREAM, 0); DESCRIPTION Thi…decimal and binary prefixes NAME units - decimal and binary prefixes DESCRIPTION Decimal prefixes The SI system of units uses prefixes that indicate powers of ten. A kilometer is 1…overview of Linux namespaces NAME namespaces - overview of Linux namespaces DESCRIPTION A namespace wraps a global system resource in an abstraction that makes it appear to the pro…overview of POSIX message queues NAME mq_overview - overview of POSIX message queues DESCRIPTION POSIX message queues allow processes to exchange data in the form of messages. This…Index of configuration directives NAME systemd.directives - Index of configuration directives UNIT DIRECTIVES Directives for configuring units, used in unit files. Accept= systemd.…garbage-collect and optionally analyze a database NAME VACUUM - garbage-collect and optionally analyze a database SYNOPSIS VACUUM [ ( option [, ...] ) ] [ table_and_columns [, ...]…collect statistics about a database NAME ANALYZE - collect statistics about a database SYNOPSIS ANALYZE [ ( option [, ...] ) ] [ table_and_columns [, ...] ] where option can be one…overview of CPU scheduling NAME sched - overview of CPU scheduling DESCRIPTION Since Linux 2.6.23, the default scheduler is CFS, the "Completely Fair Scheduler". The CFS scheduler …Writing and packaging system daemons NAME daemon - Writing and packaging system daemons DESCRIPTION A daemon is a service process that runs in the background and supervises the sys…General syntax of systemd configuration files NAME systemd.syntax - General syntax of systemd configuration files INTRODUCTION This page describes the basic principles of configura…Linux socket interface NAME socket - Linux socket interface SYNOPSIS #include <sys/socket.h> sockfd = socket(int socket_family , int socket_type , int protocol ); DESCRIPTION This …define a new index NAME CREATE_INDEX - define a new index SYNOPSIS CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] name ] ON [ ONLY ] table_name [ USING method ] ( { c…overview of pipes and FIFOs NAME pipe - overview of pipes and FIFOs DESCRIPTION Pipes and FIFOs (also known as named pipes) provide a unidirectional interprocess communication chan…overview of POSIX semaphores NAME sem_overview - overview of POSIX semaphores DESCRIPTION POSIX semaphores allow processes and threads to synchronize their actions. A semaphore is …define a new sequence generator NAME CREATE_SEQUENCE - define a new sequence generator SYNOPSIS CREATE [ { TEMPORARY | TEMP } | UNLOGGED ] SEQUENCE [ IF NOT EXISTS ] name [ AS data…User Datagram Protocol for IPv4 NAME udp - User Datagram Protocol for IPv4 SYNOPSIS #include <sys/socket.h> #include <netinet/in.h> #include <netinet/udp.h> udp_socket = socket(AF_…design notes for mawk's array implementation NAME mawk-arrays - design notes for mawk's array implementation SYNOPSIS This is the documentation for the mawk implementation of awk a…debuginfod client environment variables, cache control files and etc. NAME debuginfod-client-config - debuginfod client environment variables, cache control files and etc. SYNOPSIS…