Advanced Search
Search Results
8 total results found
New Page
LPIC-1 101
LPIC-1 102
Topic 200: Capacity Planning
Kursvorgaben LPI: Topic 200: Capacity Planning 200.1 Measure and Troubleshoot Resource Usage (weight: 6) Candidates should be able to measure hardware resource and network bandwidth, identify and troubleshoot resource problems. Key Knowledge Areas Measure CPU ...
Good to Know / Fun Facts
Dinge, bei denen ich in der Schulung gedacht hab "Man, das machst Du also seit Jahren völlig falsch ... ts ts ts" :D SUID Wie finde ich alle Dateien, die das SUID Bit gesetzt haben? : root@notebook24:/etc# find / -xdev -user root -perm /4000 -ls 1190072 164...
LPIC
https://lwn.net/ https://fosstodon.org/@kernellogger@hachyderm.io https://kernel.org/ https://www.c-howto.de/tutorial/makefiles/ https://www.reactivated.net/writing_udev_rules.html https://wiki.syslinux.org/wiki/index.php?title=The_Syslinux_Project https://wik...
Topic 201: Linux Kernel
Kursvorgaben LPI: Topic 201: Linux Kernel 201.1 Kernel components (weight: 2) Candidates should be able to utilise kernel components that are necessary to specific hardware, hardware drivers, system resources and requirements. This objective includes implement...
Topic 202: System Startup
202.1 Customising system startup Standard Bootvorgang: UEFI → shim → Bootloader (grub2) → Kernel (initrd, initramfs) → init (systemd, SysV init …) → Dienste In der Praxis selten: UEFI → efi-stub → Kernel → init → Dienste BIOS → Bootloader → Kernel → init → Die...