Modern Linux Foundations for the Homelab & Bazzite Journey

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:53 AM on 7/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards

What is the purpose of UEFI?

UEFI (Unified Extensible Firmware Interface) is a modern firmware interface for computers, facilitating faster boot times and improved interface for system management.

2
New cards

What does GRUB do?

GRUB (Grand Unified Bootloader) is responsible for loading the Linux kernel and transferring control to it during the boot process.

3
New cards

Why does Linux need an initramfs?

initramfs provides a temporary filesystem for the kernel to use before the actual root filesystem is mounted, enabling necessary drivers and scripts to initialize hardware.

4
New cards

What is Secure Boot protecting?

Secure Boot is designed to ensure that only trusted software is loaded during the boot process, protecting against malware and unauthorized operating systems.

5
New cards

What happens if GRUB is missing?

If GRUB is missing, the system will fail to load the operating system, resulting in a boot failure.

6
New cards

What is systemd?

systemd is a system and service manager for Linux, initializing system components and managing services that run in user space.

7
New cards

What is a kernel module?

A kernel module is a piece of code that can be loaded into the kernel on demand to extend its functionality, such as adding new hardware drivers.

8
New cards

Difference between a disk and a partition?

A disk is a physical storage device, while a partition is a logical division of a disk that can be formatted with a filesystem.

9
New cards

Why use UUID instead of /dev names?

Using UUIDs (Universally Unique Identifiers) ensures consistent identification of filesystems, even if the device names change due to hardware changes.

10
New cards

What does lspci show?

lspci lists all PCI devices in the system, providing details about hardware connected via the PCI bus.

11
New cards

What is udev?

udev is a device manager for the Linux kernel that dynamically creates and maintains device nodes in /dev.

12
New cards

Difference between dmesg and journalctl?

dmesg displays kernel ring buffer messages, primarily related to hardware and boot information, while journalctl shows logs from the systemd journal, including user space logs.

13
New cards

What problem does OSTree solve?

OSTree is a version control system for managing bootable filesystem trees, allowing atomic updates and rollbacks of the system.

14
New cards

What is an atomic update?

An atomic update ensures that a system update is completely successful or entirely fails, preventing partial or broken installations.

15
New cards

What is SMTP?

SMTP (Simple Mail Transfer Protocol) is a protocol used for sending emails across the Internet.

16
New cards

Why trigger services from hardware events?

Triggering services from hardware events allows for dynamic responses to changes in the system environment, automating tasks based on device status.

17
New cards

What is KDE Plasma?

KDE Plasma is a powerful and flexible desktop environment for Linux, providing a user-friendly interface and extensive customization options.

18
New cards

What is Tailscale?

Tailscale is a mesh VPN service that simplifies connecting devices securely over the Internet.

19
New cards

What commands would you use to diagnose a problem with HDMI audio disappearing?

You would typically use commands like pactl to check audio settings and dmesg to check for related hardware errors.

20
New cards

What is a practical command to check disk usage in Linux?

The command to check disk usage in Linux is df.

21
New cards

What is Moonlight?

Moonlight is a free implementation of NVIDIA's GameStream, enabling streaming games from a gaming PC to other devices.