Caution
We are currently compiling and defining terms for this glossary. If you would like to help, please visit our contributions page for details on how to get involved.
Jump to:
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
Glossary¶
A¶
- ABI¶
ABI stands for Application Binary Interface. An ABI is an interface that defines how two modules interact with each other at the machine code level. Most often, these modules are applications using external libraries. An ABI defines a low-level and hardware-dependent interface compared to an an Application Programming Interface (API), which is considered high-level and hardware-independent.
See ABI for more details.
Related topic(s): API.
- ACL¶
ACL stands for Access Control List. An ACL is a list of access permissions that defines entities and their access rights to resources. ACLs can specify access with varying levels of granularity, ranging from full access to a resource, to permission for a specific operation.
See ACL for more details.
- ADSys¶
ADSys is an Ubuntu-specific Active Directory client developed by Canonical. ADSys complements System Security Services Daemon (SSSD) by adding native Group Policy Object support, privilege management, and custom scripts execution.
See ADSys for more details.
Related topic(s): Group Policy Object and SSSD.
- AES¶
AES stands for Advanced Encryption Standard. An AES is a symmetric encryption algorithm designed to encrypt data securely into an unreadable format that can only be decrypted with the same key used for encryption.
Related topic(s): Security.
- Alertmanager¶
Alertmanager is an open-source monitoring system developed by the Prometheus project to monitor and handle alerts. It offers several key features, including Grouping to combine alerts, Inhibition to suppress certain alerts when others are already firing, and Silencing to temporarily mute specific alerts.
See Alertmanager for more details.
Related topic(s): Observability and Prometheus.
- ALUA¶
Work in Progress
- AMD¶
AMD stands for Advanced Micro Devices and can refer to:
The (AMD) company: semiconductor company that designs computer components.
An AMD processor: a microprocessor designed and produced by the AMD company.
All Intel/AMD 64-bit processors: the term “amd64” is commonly used to refers to 64-bit processors due to the company’s role in developing this architecture.
Related topic(s): Networking.
- Ansible¶
Ansible is an open-source IT automation tool developed by Red Hat. It offers several automation features, enabling developers and organizations to automate provisioning, configuration management, and application deployment.
See Ansible for more details.
Related topic(s): Automation.
- Apache2¶
A robust, open-source HTTP server software designed for the deployment and delivery of web-based applications and content. Functioning as a request-response service, Apache 2 processes HTTP requests from client applications, facilitating the transmission of static and dynamic web resources. Characterized by its modular architecture, it supports a wide array of extensions, enabling customizable functionality including security protocols (e.g., SSL/TLS), server-side scripting, and content management. Widely deployed in diverse server environments, Apache 2 is a foundational component of numerous web infrastructure stacks, underpinning a substantial portion of internet-accessible services. See the Apache project documentation for more details.
- API¶
Work in Progress
- AppArmor¶
Work in Progress
- Apport¶
Work in Progress
- APT¶
Work in Progress
- armhf¶
Work in Progress
- ARP¶
Work in Progress
- ArrayBolt¶
Work in Progress
- async¶
Work in Progress
- Authenticator¶
Work in Progress
- autocommit¶
Work in Progress
- autodetect¶
Work in Progress
- autoinstall¶
Work in Progress
- autorid¶
Work in Progress
- AWS¶
Work in Progress
- AX¶
Work in Progress
B¶
- backend¶
Work in Progress
- Backports¶
Work in Progress
- Backtrace¶
Work in Progress
- BackupServer¶
Work in Progress
- Bacula¶
Work in Progress
- BDC¶
Work in Progress
- bdev¶
Work in Progress
- BindDN¶
Work in Progress
- BMC¶
Work in Progress
- bootable¶
Work in Progress
- bootloader¶
Work in Progress
- bootp¶
Work in Progress
- bootstrap¶
Work in Progress
- BSD¶
Work in Progress
- btrfs¶
Work in Progress
- bugfix¶
Work in Progress
- Byobu¶
Work in Progress
C¶
- CA¶
Work in Progress
- CAC¶
Work in Progress
- CARP¶
Work in Progress
- CCID¶
Work in Progress
- CDBs¶
Work in Progress
- CentOS¶
Work in Progress
- certmap¶
Work in Progress
- certutil¶
Work in Progress
- cfg¶
Work in Progress
- CGI¶
Work in Progress
- CGNAT¶
Work in Progress
- cgroup¶
Work in Progress
- CHACHA¶
Work in Progress
- checksums¶
Work in Progress
- checkzone¶
Work in Progress
- chrony¶
Work in Progress
- chroot¶
Work in Progress
- CIDR¶
Work in Progress
- CIFS¶
Work in Progress
- cipherlist¶
Work in Progress
- CipherString¶
Work in Progress
- ciphersuites¶
Work in Progress
- CIS¶
Work in Progress
- CLARiiON¶
Work in Progress
- cleartext¶
Work in Progress
- CloudWatch¶
Work in Progress
- ClusterLabs¶
Work in Progress
- CLVM¶
Work in Progress
- cLVMd¶
Work in Progress
- cmd¶
Work in Progress
- CMS¶
Work in Progress
- CN¶
Work in Progress
- codename¶
Work in Progress
- colocation¶
Work in Progress
- conffile¶
Work in Progress
- config¶
Work in Progress
- connectionless¶
Work in Progress
- containerization¶
Work in Progress
- corei¶
Work in Progress
- coreutils¶
Work in Progress
- corosync¶
Work in Progress
- Corosync¶
Work in Progress
- CPU¶
Work in Progress
- CRL¶
Work in Progress
- crmsh¶
Work in Progress
- cron¶
Work in Progress
- CronHowto¶
Work in Progress
- crypto¶
Work in Progress
- cryptographic¶
Work in Progress
- CSR¶
Work in Progress
- csync¶
Work in Progress
- CTX¶
Work in Progress
- CustomLog¶
Work in Progress
- CVE¶
Work in Progress
- CX¶
Work in Progress
D¶
- DAC¶
Discretionary access control: A form of access control where the owner of a resource can grant/revoke permissions to other users.
- daemonize¶
The process of converting a program to run in the background as a service, independent of user sessions.
- DARPA¶
Defense Advanced Research Projects Agency: A research and development agency of the United States Department of Defense responsible for the development of emerging technologies for use in the military.
- DASD¶
Direct Access Storage Device: The term was coined by IBM to refer to a type of storage that allow random access to storage (hard-drives, optical discs, …). It contrast with sequential access storage such as magnetic tape or punched card.
- Datagram¶
In networking, a self contained, independent packet sent over a network. It can be routed from source to destination without relying on earlier or subsequent transfers.
- dblink¶
Database Link: Connection between two databases (mainly Oracle and PostgreSQL), allowing one database to query data from the other.
- ddeb¶
Work in Progress
- DDNS¶
Dynamic domain name system: A service that automatically updates DNS records when the underlying IP address changes (aka, dynamic IP).
- debconf¶
A configuration management system handling the configuration of software packages during installation or upgrades by prompting users for necessary settings and storing them for subsequent installations or updates.
- deduplication¶
Process of removing duplicate copies of data in storage spaces. The redundant data is then replace with a reference to the original.
- denylist¶
In cyber-security, a denylist is a list of entities (IP, domains, emails, …), that are explicitly denied access to a system or service.
- DER¶
Distinguished Encoding Rules: An standardised encoding format for data (mostly cryptographic certificates and keys) for transmission and storage.
- DGC¶
Distributed Garbage Collection: A process used in distributed systems to manage memory across multiple interconnected computers allowing identification and reclaiming of unused memory accross nodes.
- DHCP¶
Dynamic Host Configuration Protocol: A network protocol used to automatically assign network configuration details (IP, DNS, gateway, …) to devices allowing for easy network management and connections within the network.
- DHCPD¶
Dynamic Host Configuration Protocol Daemon: Server software responsible for assigning the network configuration via DHCP.
- DIT¶
Directory Information Tree: In directory services (LDAP) it’s a hierarchical tree-like structure used to organize and store information.
- DKMS¶
Dynamic Kernel Module Support: A framework used in Linux systems to automatically rebuild and install kernel modules when the kernel is updated.
- DMA¶
Direct Memory Access: A technology that allows peripheral devices (hard drives, network cards, …) to access the system’s memory directly, bypassing the CPU and thus improving performance.
- DMAR¶
Direct Memory Access Remapping: It is a technology used to control and secure Direct Memory Access (DMA) operations and ensures that devices can only access memory regions they are authorized to, helping to prevent unauthorized access, memory corruption, or security vulnerabilities. It is often used in virtualized environments to isolate devices between virtual machines (VMs) and the host system.
- dmesg¶
A command in Linux systems that displays system logs related to hardware, drivers, and kernel events, such as system startup, device detection, and errors. It is commonly used for troubleshooting hardware issues and system diagnostics.
- DN¶
Distinguished Name: In directory services (LDAP), it’s a unique identifier used to represent an entry in a directory, such as a user or a group. It’s often composed of sub-components like CN (Common Name), OU (Organisational Unit), DC (Domain Component).
- DNS¶
Domain Name System: A system that translate human-readable domain names (canonical.com) to their IP addresses (185.125.190.20).
- dnsmasq¶
A lightweight, open-source DNS (Domain Name System) and DHCP (Dynamic Host Configuration Protocol) server software.
- DNSSEC¶
Domain Name System Security Extensions: DNSSEC is a set of security extensions to DNS which allow DNS data to be verified for authenticity and integrity.
- Docker¶
One of the most popular containerization platforms, which allows developers to package applications - together with their dependencies - into lightweight containers. This provides a consistently reproducible environment for deploying applications.
- DocumentRoot¶
A directive in web server configuration files that specifies the directory on the server where web files are stored (root location).
- dpkg¶
dpkg is a package manager for Debian-based systems. It can install, remove, and build packages, but unlike other package management systems, it cannot automatically download and install packages – or their dependencies.
- DRBD¶
Distributed Replicated Block Device: A software-based storage solution for Linux that allows for the mirroring of block devices between multiple hosts. The replication is transparent to other applications on the host systems. Any block device hard disks, partitions, RAID devices, logical volumes, etc can be mirrored.
- DTLS¶
Datagram Transport Layer Security: A protocol that provides security for datagram-based communication, such as UDP. It is designed to offer similar security features as TLS but adapted for the connectionless nature of datagram protocols.
E¶
- EAL¶
Environment Abstraction Layer: A software layer that provides a standardised interface between an operating system and the underlying hardware. It abstracts hardware-specific details, allowing software to run on different hardware platforms without modification.
- ECKD¶
Extended Count Key Data: A disk storage format used by IBM mainframe systems, it provides advanced features such as better error detection and correction, as well as enhanced management of data records.
- EFI¶
Extensible Firmware Interface: A type of firmware interface designed to initialize hardware and load the operating system during the boot process of a computer. Replacement for the older BIOS and ancestor of the UEFI.
- ELinks¶
A text-based web browser for Unix-like operating systems. It allows users to browse the web in a terminal making it ideal for environments without a graphical user interface.
- Engenio¶
A company that developed and manufactured storage systems including SAN and NAS. Later acquired by LSI Corporation and then by Seagate Technology.
- EOL¶
End of life: When a product, service, software is no longer supported or maintained.
- ERD¶
Enterprise Ready Drivers: Drivers that are specifically designed and optimized for use in enterprise environments, where stability, performance, and reliability are critical.
- ESM¶
Expanded Security Maintenance: A support offering provided by Ubuntu, to extend security updates and patches for older versions of the operating system after its standard support period has ended.
- ESXi¶
A bare-metal virtualization platform created by VMWare that enables multiple virtual machines to operate on a single physical server.
F¶
- failover¶
In a Storage Area Network (SAN) environment, this occurs when data flows into an alternative I/O path because a cable, switch, or controller in the current path failed. It is a common feature in high availability environments and is handled (usually automatically) by multipathing software.
- fallbacks¶
This is a manual or automatic switch to an alternative method, when the primary option fails or is less preferred.
- FastCGI¶
Fast Common Gateway Interface (FastCGI) is an extension of the CGI protocol that starts a persistent FastCGI application process, allowing it to handle multiple requests instead of starting a new process for each request like a traditional CGI does.
- FC¶
Fiber Channel (FC) is a storage networking protocol used for low-latency communication between a storage device and a node in a Storage Area Network (SAN).
- FHS¶
Filesystem Hierarchy Standard (FHS) is a standard that defines the directory structure and contents in Linux and Unix-like operating systems.
- FileSet¶
A FileSet defines a group of directories that will be included when performing a backup job using Bacula.
Related topic(s): Storage
- filesystem¶
A filesystem defines how data is organized, stored, and accessed on a storage device.
Related topic(s): Storage
- Fluentd¶
Fluentd is a data collection platform that gathers events from a container for later analysis on other platforms.
Related topic(s): Observability, and Containers.
- FQDN¶
A Fully Qualified Domain Name (FQDN) represents a complete name that specifies the exact location of a host within the DNS hierarchy.
Related topic(s): Networking, Web services, Security, Active directory integration, and OpenLDAP.
- FreeIPA¶
Free Identity, Policy, and Audit (FreeIPA) is an open-source security solution for Linux/Unix-like systems that stores user identities in an LDAP directory, manages a CA, and enables authentication, policy enforcement, and auditing through integrations with SSSD and Kerberos.
Related topic(s): Security, and OpenLDAP.
- freenode¶
Freenode is an open-source Internet Relay Chat (IRC) platform used by open-source communities for real-time discussions.
- frontend¶
A frontend is a user-friendly interface for managing a complex system.
In firewall management, a frontend like ufw simplifies configuring iptables.
In QEMU/KVM graphics, a frontend is the virtual graphic adapter presented to the guest OS, allowing it to process and store graphical output in memory. The guest OS treats it like a GPU, while the host determines how to display the output using the backend.
In LDAP, the frontend is a unique database that defines global default settings, such as who the admin user is, who can access database entries, or the limit on the number of search results. These settings apply to all LDAP databases inside slapd, unless overridden.
Related topic(s): Virtualization and containers, Security, and OpenLDAP.
- fsck¶
File System Check (fsck) is a Linux/Unix-like system utility tool that checks for, and repairs, any filesystem errors.
Related topic(s): Storage
- FULLTEXT¶
FULLTEXT is an index type that allows for fast indexing and searching large quantities of text. It takes a sentence, splits it into words, and links them to row IDs. When a search query for a word is made, MySQL quickly looks up the row the word appear in, and retrieves all matching row IDs, rather than scanning the entire table. It can also find similar words using natural language processing.
See Full-Text Search Functions for more details.
Related topic(s): Databases
- FW¶
A firmware (FW) is a software that runs before an operating system (OS) boots.
When a QEMU microvm starts, the firmware initializes minimal virtual hardware like allocating RAM to the OS, etc. and then loads the Linux kernel into memory.
In a physical device, firmware configures PCIe devices like GPUs or network cards.
Related topic(s): Virtualisation, Networking, Virtualisation and containers, Graphics, and Server installation.
G¶
- gcplogs¶
A logging driver that allows logs to be forwarded from a Docker container running in Google Cloud to the Google Cloud Logging service.
Related topic(s): Containers, and Observability.
- gcrypt¶
A cryptographic library that supports encryption, hashing, etc. for applications.
Related topic(s): Cryptographic libraries
- GDB¶
GNU Debugger traces the current execution of a program, with the aim of identifying any issues.
Related topic(s): Debugging
- gelf¶
Graylog Extended Log Format (GELF) is a logging driver that allow logs to be forwarded in JSON format, but with extra unique fields. These logs are sent from a Docker container to a data collector platform like Graylog, Logstash, and Fluentd.
Related topic(s): Containers, and Observability.
- GFS2¶
A shared-disk filesystem that allows multiple servers to access a single disk. It uses a locking system to ensure that no two servers modify the same data simultaneously, thus, preventing data corruption if one server fails. Additionally, fencing is used to isolate failed nodes, ensuring that their locks can be safely recovered.
Related topic(s): High availability, and Storage.
- GiB¶
A gigabyte (GiB) is a unit of storage equal to 1024^3 bytes. It is commonly used to describe the size of a disk or Random Access Memory (RAM).
Related topic(s): Storage
- GID¶
A Group ID (GID) is an identifier for a collection of users. It helps administrators enforce system or file access permissions on multiple users at once.
Related topic(s): Active Directory integration, Containers, Kerberos, Multipath, OpenLDAP, Samba, Security, SSSD.
- gitolite¶
Gitolite is a tool installed on a central server for managing git repositories and controlling access to them, all via the command line. The central server becomes a git server.
Related topic(s): Backups and version control
- GKE¶
Google Kubernetes Engine (GKE) is a managed Kubernetes service provided by Google cloud.
- GL¶
GL (Graphics Library) is an API for interacting with a graphics card, enabling it to perform better rendering.
Related topic(s): Graphics
- GNU¶
GNU’s Not Unix (GNU) is an operating system containing several free software packages. It can be used in combination with the Linux kernel.
Related topic(s): Active Directory integration, Cryptography, Debugging, High availability, Networking, Performance, Samba, Security, and Server installation.
- GnuTLS¶
GNU’s Not Unix Transport Layer Security (GnuTLS) is a GNU software package that secures data-in-transit by implementing the SSL, TLS and DTLS protocol.
Related topic(s): Cryptography, Web services, and OpenLDAP.
- GPG¶
GNU Privacy Guard (GPG) is a GNU software package that secures data-at-rest before sending it to a recepient.
Related topic(s): Managing software
- GPS¶
Global Positioning System (GPS) is a collection of satellites that provides accurate time using radio signals from their atomic clocks. A GPS receiver plugged into a computer can sync with these satellites and generate PPS signal, which delivers ultra-accurate time that applications can use as a time source.
Related topic(s): Networking
- GPSD¶
GPSD (GPS daemon) reads data from a GPS receiver and makes it available as a shared resource to multiple applications (e.g., Chrony) to use for precise time synchronization.
Related topic(s): Networking
- GPUs¶
A Graphics Processing Unit (GPU) enhances graphics rendering for a computer and virtual machines running inside of it.
Related topic(s): Graphics, and Virtualisation and containers.
- Graylog¶
A data collector platform for storing, analysing, and interpreting logs. These logs are received from a gelf logging driver in Docker.
Related topic(s): Containers
- Group Policy Object¶
A set of configuration rules used to manage and enforce security and system behaviours across users or computers within an Active Directory (AD) object.
Related topic(s): Active Directory integration
- GSSAPI¶
Generic Security Services Application Program Interface (GSSAPI) is a vendor agnostic API that uses an existing communication protocol to establish a secure communication between applications. It does this securely by verifying user credentials, ensuring that data being transmitted remains unchanged, preventing unauthorized access, and securely negotiating encryption keys.
Related topic(s): Cryptography
- GTK¶
GIMP Toolkit (GTK) is a library used to create graphical user interfaces (GUIs). It provides a visual interface for interacting with the Bacula Director when managing backup-related operations.
Related topic(s): Graphics, and Backups and version control
- GUI¶
Graphical User Interface (GUI) is a visual representation of operations within a computer. It is usually represented as icons rather than text only.
- GZIP¶
GNU Zip is a GNU software package used to reduce a files size of a backup.
When applied directly to files, it replaces the original file type with a “.gz” type.
When used in Bacula’s FileSet, it reduces the storage size of backed-up directories within Bacula’s storage volumes.
When used to reduce the size of a folder, it works in combination with a tar tool which first combines multiple files into a single archive, before applying GZIP’s size-reduction technique.
Related topic(s): Backups and version control, and Security.
H¶
- HA¶
High Availability (HA) is the process of ensuring that a system is always up. To achieve this, a redundant system is setup that either takes over when the main system is down or runs alongside the main system to load balance the workload.
Related topic(s): High availability, and OpenLDAP.
- HBAs¶
Host Bus Adapters (HBAs) are interface cards that connect a server to a storage device.
Related topic(S): Device mapper multipathing and Server installation
- HMAC¶
A Hash-based Message Authentication Code (HMAC) is a type of Message Authentication Code (MAC). While a general MAC may use various techniques during combination, HMAC follows a structured way. When a message and its HMAC are sent, the receiver verifies the integrity by computing the HMAC again - if the message is altered, the value will differ.
Related topic(S): High availability, Kerberos, Cryptography, and Security.
- HMC¶
Hardware Management Console (HMC) is used to manage IBM servers. It can handle tasks like configuring network settings, loading Ubuntu installation files and installing the OS.
Related topic(S): Server installation
- hostgroup¶
A group of backend web or database servers with similar configurations.
Related topic(S): Observability
- hostname¶
Work in Progress
- HOTP¶
Work in Progress
- hotplug¶
Work in Progress
- hpb¶
Work in Progress
- HPC¶
Work in Progress
- HSG¶
Work in Progress
- HSV¶
Work in Progress
- HTCP¶
Work in Progress
- htm¶
Work in Progress
- html¶
Work in Progress
- http¶
Work in Progress
- httpd¶
Work in Progress
- https¶
Work in Progress
- hugepage¶
Work in Progress
- HWE¶
Work in Progress
I¶
- ICAO¶
Work in Progress
- ICMP¶
Work in Progress
- ICP¶
Work in Progress
- IDENT¶
Work in Progress
- IDentifier¶
Work in Progress
- idmap¶
Work in Progress
- IMAP¶
Work in Progress
- IncludesNOEXEC¶
Work in Progress
- InetOrgPerson¶
Work in Progress
- INI¶
Work in Progress
- init¶
Work in Progress
- initiatorname¶
Work in Progress
- initrd¶
Work in Progress
- InnoDB¶
Work in Progress
- installserver¶
Work in Progress
- integrations¶
Work in Progress
- Interprocess¶
Work in Progress
- io¶
Work in Progress
- IOMMU¶
Work in Progress
- IoT¶
Work in Progress
- IP¶
Work in Progress
- IPaddr¶
Work in Progress
- IPC¶
Work in Progress
- IPL¶
Work in Progress
- IPMI¶
Work in Progress
- ipmilan¶
Work in Progress
- ipmitool¶
Work in Progress
- IPP¶
Work in Progress
- IPs¶
Work in Progress
- IPSec¶
Work in Progress
- iptables¶
Work in Progress
- IPv¶
Work in Progress
- IPvlan¶
Work in Progress
- IPVS¶
Work in Progress
- IQN¶
Work in Progress
- irqbalance¶
Work in Progress
- isc¶
Work in Progress
- ISC’s¶
Work in Progress
- iSCSI¶
Work in Progress
- iscsid¶
Work in Progress
- iSCSILogicalUnit¶
Work in Progress
- iSCSITarget¶
Work in Progress
- ISO¶
Work in Progress
- ISP¶
Work in Progress
J¶
- jitter¶
Jitter is the variation in delay or latency between when data packets are sent and when they are received over a network, causing irregular arrival times at the destination. This variation is often caused by network congestion, packet loss, poor hardware performance or differences in the path packets take.
Related topic(s): Networking.
- journald¶
Journald, also known as systemd-journald, is a logging service developed by the systemd project as part of the systemd suite. It collects and stores log messages from various sources, including systemd services, kernel messages, system logs, and application logs. Journald stores logs in a binary format offering advantages, such as storage efficiency, searchability, and most especially structured logging. In containerized systems like Docker, it functions as a logging driver for containers.
See manpage for journald.conf for more information. See the Docker journald documentation for details on using journald as a logging driver.
Related topic(s): logging and Docker.
- JSON¶
JavaScript Object Notation: This is a text format that is completely language independent but uses conventions that are familiar with programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. Due to its simplicity, it is an ideal lightweight data interchange language.
See JSON for more details.
K¶
- KDC¶
Work in Progress
- kea¶
Work in Progress
- keepalive¶
Work in Progress
- Kerberos¶
Work in Progress
- kex¶
Work in Progress
- kexec¶
Work in Progress
- keypair¶
Work in Progress
- keyring¶
Work in Progress
- keysalt¶
Work in Progress
- keyservers¶
Work in Progress
- keytab¶
Work in Progress
- Keytool¶
Work in Progress
- kraxel¶
Work in Progress
- KVM¶
Work in Progress
L¶
- LAN¶
Work in Progress
- largemem¶
Work in Progress
- LDAP¶
Work in Progress
- ldapscripts¶
Work in Progress
- LDAPv3¶
Work in Progress
- LDIF¶
Work in Progress
- lex¶
Work in Progress
- lftp¶
Work in Progress
- libvirt¶
Work in Progress
- lifecycle¶
Work in Progress
- lightervisor¶
Work in Progress
- Lighttpd¶
Work in Progress
- Livepatch¶
Work in Progress
- livepatching¶
Work in Progress
- LMA¶
Work in Progress
- Loadbalancing¶
Work in Progress
- LoadModule¶
Work in Progress
- localhost¶
Work in Progress
- LockFile¶
Work in Progress
- Logentries¶
Work in Progress
- Logfiles¶
Work in Progress
- LogFormat¶
Work in Progress
- LogLevel¶
Work in Progress
- Logstash¶
Work in Progress
- Logwatch¶
Work in Progress
- lookaside¶
Work in Progress
- lookup¶
Work in Progress
- loopback¶
Work in Progress
- LPAR¶
Work in Progress
- LSI¶
Work in Progress
- lspci¶
Work in Progress
- LU¶
Work in Progress
- LUA¶
Work in Progress
- LUN¶
Work in Progress
- LUs¶
Work in Progress
- LV¶
Work in Progress
- LVM¶
Work in Progress
- lvmetad¶
Work in Progress
- lvmlockd¶
Work in Progress
- LXC¶
Work in Progress
- LXD¶
Work in Progress
M¶
- MAAS¶
Work in Progress
- MAC¶
A Message Authentication Code (MAC) verifies that a message hasn’t been modified during transmission by combining a shared secret key between the sender and receiver, and a hash function.
- macvlan¶
Work in Progress
- Maildir¶
Work in Progress
- manpage¶
Work in Progress
- maskable¶
Work in Progress
- maxphysaddr¶
Work in Progress
- mbox¶
Work in Progress
- MCE¶
Work in Progress
- MDA¶
Work in Progress
- mdev¶
Work in Progress
- metapackage¶
Work in Progress
- METAR¶
Work in Progress
- Metroclusters¶
Work in Progress
- microk¶
Work in Progress
- microservices¶
Work in Progress
- MicroStack¶
Work in Progress
- microVMs¶
Work in Progress
- MOTD¶
Work in Progress
- mountpoints¶
Work in Progress
- MSA¶
Work in Progress
- MTA¶
Work in Progress
- MTR¶
Work in Progress
- MTU¶
Work in Progress
- MUA¶
Work in Progress
- MUAs¶
Work in Progress
- multicast¶
Work in Progress
- Multipass¶
Work in Progress
- Multipath¶
Work in Progress
- Multiview¶
Work in Progress
- Munin¶
Work in Progress
- MySQL¶
Work in Progress
N¶
- Nagios¶
Work in Progress
- nameserver¶
Work in Progress
- namespace¶
Work in Progress
- NAS¶
Work in Progress
- NAT¶
Work in Progress
- NATed¶
Work in Progress
Work in Progress
- NetApp¶
Work in Progress
- netbios¶
Work in Progress
- Netboot¶
Work in Progress
- Netfilter¶
Work in Progress
- netlogon¶
Work in Progress
- netmask¶
Work in Progress
- Netplan¶
Work in Progress
- networkd¶
Work in Progress
- newsfeeds¶
Work in Progress
- NFS¶
Work in Progress
- NFSv¶
Work in Progress
- NFV¶
Work in Progress
- nginx¶
Work in Progress
- NIC¶
Work in Progress
- NIS¶
Work in Progress
- NMI¶
Work in Progress
- noanonymous¶
Work in Progress
- nologin¶
Work in Progress
- noplaintext¶
Work in Progress
- notfound¶
Work in Progress
- NRPE¶
Work in Progress
- NSCQ¶
Work in Progress
- NSS¶
Work in Progress
- NTP¶
Work in Progress
- NTS¶
Work in Progress
- NUMA¶
Work in Progress
- Numa¶
Work in Progress
- Nvidia¶
Work in Progress
- NVMe¶
Work in Progress
- NVRAM¶
Work in Progress
- NVSwitch¶
Work in Progress
O¶
- OCF¶
Work in Progress
- OCFS¶
Work in Progress
- OCFS2¶
Work in Progress
- OCI¶
Work in Progress
- OCSP¶
Work in Progress
- OpenLDAP¶
Work in Progress
- opensc¶
Work in Progress
- OpenSSH¶
Work in Progress
- OpenSSL¶
Work in Progress
- OpenStack¶
Work in Progress
- OpenSUSE¶
Work in Progress
- OpenVPN¶
Work in Progress
- Open vSwitch¶
Work in Progress
- OpenVZ¶
Work in Progress
- OpenWRT¶
Work in Progress
- OSA¶
Work in Progress
- OSI¶
Work in Progress
- ote¶
Work in Progress
- OTP¶
Work in Progress
- OverlayFS¶
Work in Progress
- OVS¶
Work in Progress
P¶
- PAM¶
Work in Progress
- parm¶
Work in Progress
- parmfile¶
Work in Progress
- passcodes¶
Work in Progress
- passthrough¶
Work in Progress
- PATHs¶
Work in Progress
- pb¶
Work in Progress
- PCI¶
Work in Progress
- PCIe¶
Work in Progress
- pcs¶
Work in Progress
- PDC¶
Work in Progress
- PEM¶
Work in Progress
- Petitboot¶
Work in Progress
- PgSQL¶
Work in Progress
- php¶
Work in Progress
- phpMyAdmin¶
Work in Progress
- PID¶
Work in Progress
- PidFile¶
Work in Progress
- pingable¶
Work in Progress
- PIV¶
Work in Progress
- PKCS¶
Work in Progress
- PKI¶
Work in Progress
- PKINIT¶
Work in Progress
- pluggable¶
Work in Progress
- PMD¶
Work in Progress
- POSIX¶
Work in Progress
- Postcopy¶
Work in Progress
- Postfix¶
Work in Progress
- Postgres¶
Work in Progress
- PostScript¶
Work in Progress
- PowerShell¶
Work in Progress
- PPA¶
Work in Progress
- ppc¶
Work in Progress
- PPD¶
Work in Progress
- Preboot¶
Work in Progress
- preseed¶
Work in Progress
Work in Progress
- PrivateKey¶
Work in Progress
- procfs¶
Work in Progress
- Prometheus¶
Work in Progress
- proxied¶
Work in Progress
- proxying¶
Work in Progress
- PTP¶
Work in Progress
- PTR¶
Work in Progress
- pty¶
Work in Progress
- PubkeyAuthentication¶
Work in Progress
- PXE¶
Work in Progress
- PXELINUX¶
Work in Progress
Q¶
R¶
- rangesize¶
Work in Progress
- rclone¶
Work in Progress
- RDAC¶
Work in Progress
- RDBMS¶
Work in Progress
- rdn¶
Work in Progress
- RDN¶
Work in Progress
- Redbook¶
Work in Progress
- renderer¶
Work in Progress
- REXX¶
Work in Progress
- RFC¶
Work in Progress
- rid¶
Work in Progress
- RISC-V¶
Work in Progress
- Rocks¶
Work in Progress
- ROMs¶
Work in Progress
- RootDN¶
Work in Progress
- rootfs¶
Work in Progress
- routable¶
Work in Progress
- RSA¶
Work in Progress
- rsnapshot¶
Work in Progress
- rsync¶
Work in Progress
- rsyslog¶
Work in Progress
- RTC¶
Work in Progress
- runtime¶
Work in Progress
S¶
- SAN¶
Work in Progress
- sandboxed¶
Work in Progress
- SANLOCK¶
Work in Progress
- SANs¶
Work in Progress
- SANtricity¶
Work in Progress
- SASL¶
Work in Progress
- SBD¶
Work in Progress
- sbin¶
Work in Progress
- schemas¶
Work in Progress
- SCP¶
Work in Progress
- Scrollback¶
Work in Progress
- SCSI¶
Work in Progress
- SDN¶
Work in Progress
- sdX¶
Work in Progress
- seccomp¶
Work in Progress
- SECLEVEL¶
Work in Progress
- sendmail¶
Work in Progress
- ServerAdmin¶
Work in Progress
- ServerAlias¶
Work in Progress
- ServerName¶
Work in Progress
- SFTP¶
Work in Progress
- sg¶
Work in Progress
- SGI¶
Work in Progress
- SHA¶
Work in Progress
- shadowLastChange¶
Work in Progress
- sharding¶
Work in Progress
Work in Progress
- SHell¶
Work in Progress
- SHM¶
Work in Progress
- Shorewall¶
Work in Progress
- SIDs¶
Work in Progress
- SIMD¶
Work in Progress
- slapd¶
Work in Progress
- slapo¶
Work in Progress
- SLiRP¶
Work in Progress
- smartcard¶
Work in Progress
- SMB¶
Work in Progress
- smbldap¶
Work in Progress
- SMS¶
Work in Progress
- SMTP¶
Work in Progress
- SMTPS¶
Work in Progress
- sn¶
Work in Progress
- Snap¶
Work in Progress
- snapd¶
Work in Progress
- snapshot¶
Work in Progress
- Snapstore¶
Work in Progress
- SNMP¶
Work in Progress
- SOA¶
Work in Progress
- Solaris¶
Work in Progress
- sos¶
Work in Progress
- SPC¶
Work in Progress
- Splunk¶
Work in Progress
- SRU¶
Work in Progress
- srv¶
Work in Progress
- ss¶
Work in Progress
- SSD¶
Work in Progress
- SSH¶
Work in Progress
- sshd¶
Work in Progress
- sshkeygen¶
Work in Progress
- SSI¶
Work in Progress
- SSL¶
Work in Progress
- SSLCertificateFile¶
Work in Progress
- SSLCertificateKeyFile¶
Work in Progress
- SSO¶
Work in Progress
- sss¶
Work in Progress
- SSSD¶
Work in Progress
- StartTLS¶
Work in Progress
- stateful¶
Work in Progress
- STDIN¶
Work in Progress
- STDOUT¶
Work in Progress
- STK¶
Work in Progress
- stonith¶
Work in Progress
- storages¶
Work in Progress
- su¶
Work in Progress
- subcommand¶
Work in Progress
- Subiquity¶
Work in Progress
- subnet¶
Work in Progress
- subnetwork¶
Work in Progress
- substring¶
Work in Progress
- subuid¶
Work in Progress
- subvolume¶
Work in Progress
- sudo¶
Work in Progress
- superblock¶
Work in Progress
- suxxif¶
Work in Progress
- symlink¶
Work in Progress
- SymLinksIfOwnerMatch¶
Work in Progress
- syncprov¶
Work in Progress
- syncrepl¶
Work in Progress
- sysctls¶
Work in Progress
- sysinfo¶
Work in Progress
- syslog¶
Work in Progress
- systemctl¶
Work in Progress
- Systemd¶
Work in Progress
T¶
- targetcli¶
Work in Progress
- Tasksel¶
Work in Progress
- TCP¶
Work in Progress
- tdb¶
Work in Progress
- Telegraf¶
Work in Progress
- templated¶
Work in Progress
- TFTP¶
Work in Progress
- TGS¶
Work in Progress
- TGT¶
Work in Progress
- th¶
Work in Progress
- thinpool¶
Work in Progress
- timedatectl¶
Work in Progress
- timesyncd¶
Work in Progress
- TLB¶
Work in Progress
- TLS¶
Work in Progress
- TLSv¶
Work in Progress
- tmpfs¶
Work in Progress
- tmux¶
Work in Progress
- topologies¶
Work in Progress
- TOTP¶
Work in Progress
- traceback¶
Work in Progress
- Traceroute¶
Work in Progress
- triagers¶
Work in Progress
- ttys¶
Work in Progress
- tunable¶
Work in Progress
- TuneD¶
Work in Progress
- Tunnelblick¶
Work in Progress
- TXT¶
Work in Progress
U¶
- UDA¶
Work in Progress
- udev¶
Work in Progress
- UDP¶
Work in Progress
- UEFI¶
Work in Progress
- ufw¶
Work in Progress
- UID¶
Work in Progress
- UIDs¶
Work in Progress
- UI¶
Work in Progress
- umounts¶
Work in Progress
- unassign¶
Work in Progress
- uncomment¶
Work in Progress
- unencrypted¶
Work in Progress
- unicast¶
Work in Progress
- Unix98¶
Work in Progress
- unmount¶
Work in Progress
- untrusted¶
Work in Progress
- upgraders¶
Work in Progress
- uptime¶
Work in Progress
- URI¶
Work in Progress
- useradd¶
Work in Progress
- userid¶
Work in Progress
- userland¶
Work in Progress
- usermode¶
Work in Progress
- userPassword¶
Work in Progress
- userspace¶
Work in Progress
- USN¶
Work in Progress
- usr¶
Work in Progress
- utils¶
Work in Progress
- UUIDs¶
Work in Progress
- UVTool¶
Work in Progress
V¶
- Valgrind¶
Work in Progress
- vCPUs¶
Work in Progress
- VCS¶
Work in Progress
- veth¶
Work in Progress
- VFIO¶
Work in Progress
- VFS¶
Work in Progress
- VFs¶
Work in Progress
- VG¶
Work in Progress
- vGPU¶
Work in Progress
- virsh¶
Work in Progress
- VirtIO¶
Work in Progress
- virtiofs¶
Work in Progress
- VirtualHost¶
Work in Progress
- virtual¶
Work in Progress
- virtualization¶
Work in Progress
- VLAN¶
Work in Progress
- VM¶
Work in Progress
- VMware¶
Work in Progress
- VNC¶
Work in Progress
- VNX¶
Work in Progress
- VPN¶
Work in Progress
- VRRP¶
Work in Progress
- vserver¶
Work in Progress
- vsftpd¶
Work in Progress
W¶
- WAL¶
Work in Progress
- WAN¶
Work in Progress
- wbinfo¶
Work in Progress
- WCCP¶
Work in Progress
- weatherutility¶
Work in Progress
- Webserver¶
Work in Progress
- wg¶
Work in Progress
- Wi¶
Work in Progress
- winbind¶
Work in Progress
- WireGuard¶
Work in Progress
- WLAN¶
Work in Progress
- Wordpress¶
Work in Progress
- workgroup¶
Work in Progress
- WSGI¶
Work in Progress
- WWID¶
Work in Progress
- wxWidgets¶
Work in Progress