|
2 | 2 |
|
3 | 3 | ## Resources
|
4 | 4 |
|
5 |
| -- [Introduction to Linux Technology and Philosophy by Jeremy Hajek](../_assets/intro-to-linux-tech-philosophy.pdf) |
6 |
| - - [github source](https://github.com/jhajek/Linux-text-book-part-1) |
7 |
| -- [The Linux Command Line by William Shotts](../_assets/linux-command-line.pdf) |
8 |
| -- [Bite Size Linux by Julia Evans](../_assets/bite-size-linux.pdf) |
9 |
| -- [DigitalOcean Linux Basics Tutorials](https://www.digitalocean.com/community/tutorials?q=%5BLinux%20Basics%5D) |
10 |
| - - [Introduction to Linux Basics](https://www.digitalocean.com/community/tutorials/an-introduction-to-linux-basics) |
11 |
| - - [Linux Command Line Primer](https://www.digitalocean.com/community/tutorials/a-linux-command-line-primer) |
12 |
| - - [How To Use ps, kill, and nice to Manage Linux Processes](https://www.digitalocean.com/community/tutorials/how-to-use-ps-kill-and-nice-to-manage-processes-in-linux) |
13 |
| - |
14 |
| -### Communities |
15 |
| - |
16 |
| -- [linux4noobs](https://old.reddit.com/r/linux4noobs/) |
17 |
| -- [bashonubuntuonwindows](https://old.reddit.com/r/bashonubuntuonwindows/) |
18 |
| - |
19 |
| -### Manuals |
20 |
| - |
21 |
| -- [ManKier](https://www.mankier.com/): concise pretty man pages with an API |
22 |
| -- [explainshell](https://explainshell.com/): match command-line arguments to their help text |
23 |
| -- [tldr pages](https://tldr.sh/): more concise man pages |
24 |
| -- [manned](https://manned.org/): man page versions across a range of distributions |
25 |
| -- [ubuntu](https://manpages.ubuntu.com/): ubuntu man pages and documentation |
26 |
| - |
27 | 5 | ### Guides
|
28 | 6 |
|
29 | 7 | - [The Art of the Command Line](./art-of-command-line): one-sheet condensed linux study guide
|
30 | 8 | - [Ubuntu Community Documentation](https://help.ubuntu.com/community/CommunityHelpWiki): useful beginner series
|
31 | 9 | - [Ultimate Linux Guide for Windows users](https://www.dedoimedo.com/computers/ultimate-linux-guide-for-windows-users.html)
|
32 | 10 | - [Learning the Shell](https://linuxcommand.org/)
|
| 11 | +- [DigitalOcean Linux Basics Tutorials](https://www.digitalocean.com/community/tutorials?q=%5BLinux%20Basics%5D): beginner oriented tutorials |
| 12 | + - [Introduction to Linux Basics](https://www.digitalocean.com/community/tutorials/an-introduction-to-linux-basics) |
| 13 | + - [Linux Command Line Primer](https://www.digitalocean.com/community/tutorials/a-linux-command-line-primer) |
| 14 | + - [How To Use `ps`, `kill`, `nice` to Manage Linux Processes](https://www.digitalocean.com/community/tutorials/how-to-use-ps-kill-and-nice-to-manage-processes-in-linux) |
| 15 | + |
| 16 | +### References |
| 17 | + |
| 18 | +- [commandlinefu](https://www.commandlinefu.com/commands/browse/sort-by-votes): command-line gems/one liners |
| 19 | +- [archlinux wiki](https://wiki.archlinux.org): unusually comprehensive with high signal/noise ratio |
| 20 | +- [Introduction to Linux Technology and Philosophy by Jeremy Hajek](../_assets/intro-to-linux-tech-philosophy.pdf): [(github source)](https://github.com/jhajek/Linux-text-book-part-1) |
| 21 | +- [The Linux Command Line by William Shotts](../_assets/linux-command-line.pdf) |
| 22 | +- [Bite Size Linux by Julia Evans](../_assets/bite-size-linux.pdf) |
| 23 | +- Help/Manuals |
| 24 | + - [ManKier explain](https://www.mankier.com/): concise pretty man pages with an API |
| 25 | + - [explainshell](https://explainshell.com/): match command-line arguments to their help text |
| 26 | + - [tldr pages](https://tldr.sh/): more concise man pages |
| 27 | + - [manned](https://manned.org/): man page versions across a range of distributions |
| 28 | + - [ubuntu](https://manpages.ubuntu.com/): ubuntu man pages and documentation |
| 29 | + |
| 30 | +### Communities |
| 31 | + |
| 32 | +- [/r/linux4noobs](https://old.reddit.com/r/linux4noobs/) |
| 33 | +- [/r/bashonubuntuonwindows](https://old.reddit.com/r/bashonubuntuonwindows/) |
| 34 | +- [/r/linuxquestions](https://old.reddit.com/r/linuxquestions) |
| 35 | +- [askubuntu](https://askubuntu.com/) |
33 | 36 |
|
34 | 37 | ### Tools
|
35 | 38 |
|
|
0 commit comments