Recent encyclopedia entries

PTR record

botond published March 2023, 01, Thu - 19:21 time
DNS connects domain names (domain names) to IP addresses. The DNS PTR record, otherwise known as the pointer record, provides the domain name associated with the IP address. A DNS PTR record is the exact opposite of an "A" record, which specifies the IP address associated with a domain name.
When a user tries to access a domain name in their browser, a DNS lookup occurs in the background, where the system looks for the IP address associated with the domain name. And DNS PTR records are used in reverse DNS lookups, which is the exact opposite of the normal DNS lookup process: it's a query that starts with an IP address and finds the domain name associated with it.

HSTS (HTTP Strict Transport Security)

botond published 2023. 01. 09., h - 06:35 time
HSTS (HTTP Strict Transport Security) is a policy mechanism that helps protect websites from man-in-the-middle attacks, such as protocol downgrade or cookie hijacking. It allows websites to require web browsers (and other web client applications) to automatically only use HTTPS connections, which implement strong encryption using SSL/TLS. HSTS is a 2012 IETF standard defined in RFC 6797.

UNC (Universal Naming Convention)

botond published 2022/11/01, k - 21:14 time
The Universal Naming Convention (UNC) is a naming standard for identifying servers, printers, and other network resources that originated in the Unix community.

UFW (Uncomplicated Firewall)

botond published 2022/06/26, v - 15:52 time
Uncomplicated Firewall (UFW) is one such frontend of iptables and is particularly suitable for server-based firewalls. Ufw provides a framework for managing netfilter, as well as a command-line interface for managing a firewall that uses few and simple commands. Ufw is designed to provide an easy-to-use interface for those unfamiliar with firewall concepts, while simplifying complex iptables commands to help administrators who know what they are doing. UFW is also an upstream software package for other distributions and graphical frontends.

Repositories

botond published 2022/05/29, v - 11:05 time
In all Linux distributions, programs that can be installed on the system are distributed as software packages. Software packages are typically a set of data packaged in a file that contains the software itself, as well as a number of additional information (metadata) about the software, such as package descriptions, installation scripts, dependency data, and so on. Linux distributions maintain their own repositories, into which software packages can only be accessed after strict checks. Packages consist of a package database containing package information and an organized structure of downloadable binary package files.

Debian Backports

botond published 2021/02/16, k - 21:10 time
Debian in its stable version offers the use of stable packages by default, which can be used to build extremely reliable systems. The packages in it have been tested as extensively as possible, so there is almost no chance of anything going wrong with them. However, this has the disadvantage that in many cases the packages are not up-to-date, so it is often the case that newer versions of the same packages are available in other Linux distributions. Debian offers the Backports repository to remedy this.

MBR (Master Boot Record)

botond published 2020. 03. 02., h - 10:26 time
The Master Boot Record (MBR) is a special boot sector at the very beginning of partitioned computer storage devices. Examples of such devices are built-in or removable hard disks, SSDs, flash drives. The MBR concept was officially introduced in DOS version 1983 of the PC in 2.0 and has been running on used BIOS personal computers even today.

GPT (GUID Partition Table)

botond published 2020/02/28, p - 13:56 time
A GUID partition table (GPT) is a standard for arranging partition tables for physical computer storage devices, such as hard disk drives or SSDs, that uses universally unique identifiers (UUIDs), also known as GUIDs, to clearly distinguish partitions on a storage device. . GPT is part of the Unified Extensible Firmware Interface (UEFI) standard.

CSM (Compatibility Support Module)

botond published Jan. 2020, 02, 19:14 p.m. time
With the help of the CSM (Compatibility Support Module) in Hungarian, the modern UEFI-based motherboards of PCs are backward compatible with the old BIOS-based motherboards, which booted from hard disks with MBR partitions. So, thanks to the CSM module, UEFI motherboards can also boot operating systems from these older drives.

Free Software Foundation

botond published 2020/01/31, p - 11:02 time
The Free Software Foundation, or FSF for short, is a nonprofit organization founded by Richard Stallman on October 1985, 4 to support the free software movement, which promotes universal freedom to study, distribute, create, and modify computer software.