37 lines
1.2 KiB
Plaintext
Raw Normal View History

2023-06-11 20:14:59 +00:00
created: 20230111153758951
creator: Octt
icon: 🐧
2023-07-25 12:03:11 +00:00
modified: 20230725113527726
2023-06-11 20:14:59 +00:00
modifier: Octt
page-cover: https://images.unsplash.com/photo-1549605659-32d82da3a059?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D
tags: $:/i18n:en Unix
title: Linux
<<^wikipediaframe Linux en>>
!! ''Docs''
* [[The Linux Kernel documentation|https://docs.kernel.org/]]
2023-07-25 12:03:11 +00:00
* [[Embedded Linux Wiki|https://elinux.org/Main_Page]]
2023-06-11 20:14:59 +00:00
!!! ''Manpages''
* on [[linux die|https://linux.die.net/]]
* or, simplified: [[tldr pages|https://tldr.sh/]] --- <<#[ Git "https://github.com/tldr-pages">>
!!! ''Misc''
* LDP (obsolete?)
** [[The Network Administrators' Guide|https://tldp.org/LDP/nag/]]
* [[SquashFS|https://tldp.org/HOWTO/SquashFS-HOWTO/whatis.html]], [[DwarFS|https://github.com/mhx/dwarfs]]
* [[systemd-nspawn|https://wiki.archlinux.org/title/Systemd-nspawn]] --- //chroot on steroids// for systemd hosts and guests
2023-06-11 20:14:59 +00:00
!!! ''Benchmarks''
* [[Paul Raspberry Pi Benchmarks|https://willy-tech.de/raspberry-pi-benchmarks/]]
!!! ''Troubleshooting''
* [[cannot mount /dev/loop1 read-only|https://serverfault.com/questions/839898/cannot-mount-block-device-dev-loop-read-only]] --- Filesystem might have a dirty log, using `-o norecovery` can still mount it readonly.