encyclopedia

UEFI (Unified Extensible Firmware Interface)

botond published 2020/01/18, Sat - 10:45 time
UEFI (Unified Extensible Firmware Interface) is a specification that defines the interface between the operating system and the platform firmware. UEFI replaces the previous Basic Input Output System (BIOS) that was originally found on all IBM PC-compatible personal computers, but most UEFI implementations still in use today also support legacy BIOS features through the Compatibility Support Module (CSM).

BIOS (Basic Input Output System)

botond published 2020/01/03, p - 14:50 time
BIOS stands for Basic Input / Output System, a system that initializes hardware during the system startup process and provides runtime services for operating systems and programs.

UUID (Universally unique identifier)

botond published 2019/12/22, v - 15:45 time
The universally unique identifier (UUID) is a 128-bit number used to identify information in computer systems. The term globally unique identifier (GUID) is also used, usually in software created by Microsoft.

GNU GROUP

botond published 2019/12/21, Sat - 17:33 time
GRUB is a software package that loads the GNU Project operating system, which allows you to choose which system to boot when you start your computer, if you have more than one installed on your computer, or to run a specific kernel configuration on a partition of that operating system.

php (linux command)

The manual page and help for the php linux command. PHP is a widely used general purpose scripting language that is particularly suitable for web development and can be embedded in HTML. This is the command line interface that allows you to do the following: Interpret and run php files with the -f option followed by the file name. The -r option is used to execute PHP code directly, just as with the eval() function used in .php files.

Multi-Processing Modules (MPMs)

botond published 2019/10/22, k - 19:40 time
Apache Multi-Processing Modules (MPMs) Introduction to Encyclopedia: Apache's modular architecture allows the server to contain a variety of modules that can more efficiently handle incoming requests by running multiple child processes. These modules are called Multi-Processing Modules (MPMs).

Wine

botond published Jan. 2019, 08, 07:13 p.m. time
Wine is an open source code derived from the abbreviation "Wine is Not an Emulator", which provides a compatibility layer for UNIX-like operating systems, such as Linux, for running Windows applications and games, macOS and BSD.

dhclient

The manual page and help for the dhclient command

tethering

botond published 2019/06/23, v - 13:32 time
Introduction to tethering in Encyclopedia