|
2 | 2 |
|
3 | 3 | Collection of resources for Linux command line, shell scripting (mostly `bash`) and a few on topics like Linux Kernel, distributions, applications, etc. |
4 | 4 |
|
| 5 | +* [Linux man pages](https://www.mankier.com/) — one of several websites that host man pages online |
| 6 | +* [ArchWiki](https://wiki.archlinux.org/title/Table_of_contents) — comprehensive documentation for Arch Linux and other distributions |
| 7 | + |
5 | 8 | ## CLI text tutorials |
6 | 9 |
|
7 | 10 | * [ryanstutorial](https://ryanstutorials.net/linuxtutorial/) |
@@ -54,6 +57,7 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`) |
54 | 57 | * [The Linux Command Line](https://linuxcommand.org/tlcl.php) |
55 | 58 | * [wizardzines](https://wizardzines.com/) — [Bite Size Bash](https://wizardzines.com/zines/bite-size-bash/), [Bite Size Command Line](https://wizardzines.com/zines/bite-size-command-line/), [Bite Size Linux](https://wizardzines.com/zines/bite-size-linux/), [Bite Size Networking](https://wizardzines.com/zines/bite-size-networking/) |
56 | 59 | * [Linux Bible](https://www.wiley.com/en-us/Linux+Bible%2C+10th+Edition-p-9781119578895) |
| 60 | +* [How Linux Works: What Every Superuser Should Know](https://nostarch.com/howlinuxworks3) |
57 | 61 | * [UNIX and Linux System Administration Handbook](https://www.oreilly.com/library/view/unix-and-linux/9780134278308/) |
58 | 62 | * [Linux kernel and its insides](https://0xax.gitbooks.io/linux-insides/content/index.html) |
59 | 63 |
|
@@ -126,7 +130,7 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`) |
126 | 130 | * [awesome-linux](https://github.com/aleksandar-todorovic/awesome-linux#distributions) |
127 | 131 | * [computefreely](https://computefreely.org/) |
128 | 132 | * Application lists — for audio, video, graphics & design, development, games etc |
129 | | - * [arch wiki](https://wiki.archlinux.org/index.php/List_of_applications) |
| 133 | + * [Arch wiki](https://wiki.archlinux.org/index.php/List_of_applications) |
130 | 134 | * [alternativeto](https://alternativeto.net/) |
131 | 135 | * [GNU packages](https://www.gnu.org/manual/manual.html) |
132 | 136 | * Linux/Bash on Windows |
|
0 commit comments