Skip to content

Commit b952ce4

Browse files
updated resource links
1 parent 64be81e commit b952ce4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Linux_curated_resources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
5454

5555
## Books
5656

57-
* [Computing from the Command Line](https://github.com/learnbyexample/cli-computing) — my ebook on Linux command line and Shell Scripting for beginner to intermediate level users
57+
* [Linux Command Line Computing](https://github.com/learnbyexample/cli-computing) — my ebook on Linux command line and Shell Scripting for beginner to intermediate level users
5858
* [The Linux Command Line](https://linuxcommand.org/tlcl.php) — basics of command line use and shell scripting, environment configuration, and more
5959
* [wizard zines](https://wizardzines.com/) — programming zines
6060
* [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/)
@@ -92,13 +92,13 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
9292
* [Ruby One-Liners Guide](https://github.com/learnbyexample/learn_ruby_oneliners)
9393
* [CLI text processing with GNU Coreutils](https://github.com/learnbyexample/cli_text_processing_coreutils)`head`, `tail`, `tr`, `sort`, `pr`, `paste`, `join`, etc
9494
* [Command line text processing with Rust tools](https://github.com/learnbyexample/cli_text_processing_rust)`ripgrep`, `frawk`, `hck`, `huniq`, `zet`, etc
95-
* [Computing from the Command Line](https://github.com/learnbyexample/cli-computing) — includes several text processing tools
95+
* [Linux Command Line Computing](https://github.com/learnbyexample/cli-computing) — includes several text processing tools
9696
* [Data Science at the Command Line](https://jeroenjanssens.com/dsatcl/) — Obtain, Scrub, Explore, and Model Data with Unix Power Tools
9797
* [Data ops on the Linux command line](https://www.datafix.com.au/BASHing/) — analysing, archiving, auditing, cleaning, de-duplicating, etc
9898

9999
## Miscellaneous
100100

101-
* [Unix and Linux Permissions Primer](https://danielmiessler.com/study/unixlinux_permissions/)
101+
* [Unix and Linux Permissions Primer](https://web.archive.org/web/20220930214830/https://danielmiessler.com/study/unixlinux_permissions/)
102102
* [How To Use Rsync to Sync Local and Remote Directories](https://www.digitalocean.com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories)
103103
* [htop explained](https://peteris.rocks/blog/htop/) — explanation of everything you can see in htop/top on Linux
104104
* [cron](https://en.wikipedia.org/wiki/Cron) — job scheduler on Unix-like operating systems

Vim_curated_resources.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
1212

1313
## Text Tutorials
1414

15-
* [Vim primer](https://danielmiessler.com/study/vim/) — learn Vim in a way that will stay with you for life
15+
* [Vim primer](https://danielmiessler.com/p/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
17-
* [Learn Vim progressively](https://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/) — short introduction that covers a lot
17+
* [Learn Vim progressively](https://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/) — short introduction that covers a lot
1818
* [Vim from the ground up](https://thevaluable.dev/vim-commands-beginner/) — article series for beginners to expert users
1919

2020
## Books
@@ -29,7 +29,6 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
2929

3030
* [OpenVim](https://www.openvim.com/tutorial.html) — interactive tutorial
3131
* [Vim Adventures](https://vim-adventures.com/) — learn Vim by playing a game
32-
* [vimmer.io](https://vimmer.io/) — master Vim from the comfort of your web browser
3332
* [Learn vim and learn it fast](https://www.learnvim.com/) — interactive lessons designed to help you get better at Vim faster
3433

3534
## Cheatsheets
@@ -62,6 +61,7 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
6261
* [Vim tips and tricks thread at /r/vim](https://old.reddit.com/r/vim/comments/4aab93/weekly_vim_tips_and_tricks_thread_1/)
6362
* [Best of Vim Tips](http://zzapper.co.uk/vimtips.html)
6463
* [Vim's built-in completion mechanisms (video)](https://www.youtube.com/watch?v=3TX3kV3TICU) — let Vim do the typing, writing fewer typos and faster
64+
* [Comprehensive illustration of navigating modes](https://gist.github.com/kennypete/1fae2e48f5b0577f9b7b10712cec3212)
6565
* [stackoverflow: Save and restore multiple different sessions](https://stackoverflow.com/q/1642611/4082052)
6666
* [Vimcasts](http://vimcasts.org/) — 76 free screencasts and 52 articles
6767

@@ -76,7 +76,7 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
7676

7777
## Forums
7878

79-
Read instructions provided by respective forums before asking a question. Try solving it yourself before asking — searching online, manual, ask a colleague, etc.
79+
Read instructions provided by respective forums before asking a question. Try solving it yourself before asking — searching online, manual, ask a colleague, etc.
8080

8181
* [vi stackexchange](https://vi.stackexchange.com/)
8282
* [/r/vim](https://old.reddit.com/r/vim/)

0 commit comments

Comments
 (0)