Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

6 total results found

Firewalls & IPS (Intrusion Prevention Systems)

Vulnerabilities, Patching, and Security

iptables, firewalld, ufw, fail2ban, netfilter, denyhosts

Linux+
Linux +

FHS - Filesystem Hierarchy Standard

Hardware Configuration & Performance Disks

==================================================================================== FHS as defined by RedHat: ------------------------------------------------------------------------------------------------------------------------------------------------ /...

Linux+

Admin Privileges - Sudoers

User Management & File Permissions

User & Group Privileges For users to have escalated privilege on a server (root access), they need to be granted this permission. sudo Users with sudo access have full administrator permissions, which means that they can essentially perform any task on th...

Linux+
Linux +

Linux Boot Process

Boot, Kernel, Recovery, and Tunables

The below image outlines the typical flow of a Linux system boot. 1. BIOS (Basic Input/Output System) / UEFI (Unified Extensible Firmware Interface) When the system powers on, BIOS or UEFI is the first code that runs. BIOS/UEFI are responsible for checki...

Linux+
Linux +
linux+
linux +

Locale, Date & Time

Linux System Variables

Locale In Linux, a locale is a set of environment variables that defines the language, country, and character encoding settings for a user's environment. Locales affect various aspects of a program's behavior, such as the way dates and times are displayed, th...

Linux+
Linux +

fstab & cryptab

Hardware Configuration & Performance Disks

fstab (File Systems Table) The fstab (file systems table) is a system configuration file (/etc/fstab) used to define how disk partitions, filesystems, and other storage devices should be mounted and integrated into the filesystem at boot time. Purpose of f...

Linux+
Linux +