Skip to content

Commit fd4ff72

Browse files
updated resource lists for Linux and Vim
1 parent efa5575 commit fd4ff72

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

Linux_curated_resources.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,16 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
4545
* [safe ways to do things in bash](https://github.com/anordal/shellharden/blob/master/how_to_do_things_safely_in_bash.md)
4646
* [better scripting](https://robertmuth.blogspot.in/2012/08/better-bash-scripting-in-15-minutes.html)
4747
* [robust scripting](https://www.davidpashley.com/articles/writing-robust-shell-scripts/)
48-
* [bash reference cheatsheet](https://devmanual.gentoo.org/tools-reference/bash/index.html) — nicely formatted and explained well
48+
* [Bash reference cheatsheet](https://devmanual.gentoo.org/tools-reference/bash/index.html) — nicely formatted and explained well
49+
* [Bash scripting cheatsheet](https://devhints.io/bash)
4950

5051
## Books
5152

5253
* [Bash Guide](https://mywiki.wooledge.org/BashGuide)
5354
* [The Linux Command Line](https://linuxcommand.org/tlcl.php)
54-
* [Unix for beginning Mage](http://unixmages.com/wp-content/uploads/2018/12/ufbm.pdf)
55+
* [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+
* [Linux Bible](https://www.wiley.com/en-us/Linux+Bible%2C+10th+Edition-p-9781119578895)
57+
* [UNIX and Linux System Administration Handbook](https://www.oreilly.com/library/view/unix-and-linux/9780134278308/)
5558
* [Linux kernel and its insides](https://0xax.gitbooks.io/linux-insides/content/index.html)
5659

5760
## Tips and Tricks

Vim_curated_resources.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
1515
* [Vim primer](https://danielmiessler.com/study/vim/) — learn Vim in a way that will stay with you for life
1616
* [Vim galore](https://github.com/mhinz/vim-galore/blob/master/README.md) — everything you need to know about Vim
1717
* [Learn Vim progressively](https://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/) — short introduction that covers a lot
18+
* *Vim from the ground up* article series:
19+
* [Vim for Beginners](https://thevaluable.dev/vim-beginner/)
20+
* [Vim for Intermediate Users](https://thevaluable.dev/vim-intermediate/)
21+
* [Vim for Advanced Users](https://thevaluable.dev/vim-advanced/)
22+
* [Vim for Adept Users](https://thevaluable.dev/vim-adept/)
1823

1924
## Books
2025

0 commit comments

Comments
 (0)