1/20
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
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.
What does GRUB do?
GRUB (Grand Unified Bootloader) is responsible for loading the Linux kernel and transferring control to it during the boot process.
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.
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.
What happens if GRUB is missing?
If GRUB is missing, the system will fail to load the operating system, resulting in a boot failure.
What is systemd?
systemd is a system and service manager for Linux, initializing system components and managing services that run in user space.
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.
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.
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.
What does lspci show?
lspci lists all PCI devices in the system, providing details about hardware connected via the PCI bus.
What is udev?
udev is a device manager for the Linux kernel that dynamically creates and maintains device nodes in /dev.
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.
What problem does OSTree solve?
OSTree is a version control system for managing bootable filesystem trees, allowing atomic updates and rollbacks of the system.
What is an atomic update?
An atomic update ensures that a system update is completely successful or entirely fails, preventing partial or broken installations.
What is SMTP?
SMTP (Simple Mail Transfer Protocol) is a protocol used for sending emails across the Internet.
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.
What is KDE Plasma?
KDE Plasma is a powerful and flexible desktop environment for Linux, providing a user-friendly interface and extensive customization options.
What is Tailscale?
Tailscale is a mesh VPN service that simplifies connecting devices securely over the Internet.
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.
What is a practical command to check disk usage in Linux?
The command to check disk usage in Linux is df.
What is Moonlight?
Moonlight is a free implementation of NVIDIA's GameStream, enabling streaming games from a gaming PC to other devices.