You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Linux_curated_resources.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
54
54
55
55
## Books
56
56
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
58
58
*[The Linux Command Line](https://linuxcommand.org/tlcl.php) — basics of command line use and shell scripting, environment configuration, and more
*[CLI text processing with GNU Coreutils](https://github.com/learnbyexample/cli_text_processing_coreutils) — `head`, `tail`, `tr`, `sort`, `pr`, `paste`, `join`, etc
94
94
*[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
96
96
*[Data Science at the Command Line](https://jeroenjanssens.com/dsatcl/) — Obtain, Scrub, Explore, and Model Data with Unix Power Tools
97
97
*[Data ops on the Linux command line](https://www.datafix.com.au/BASHing/) — analysing, archiving, auditing, cleaning, de-duplicating, etc
98
98
99
99
## Miscellaneous
100
100
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/)
102
102
*[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)
103
103
*[htop explained](https://peteris.rocks/blog/htop/) — explanation of everything you can see in htop/top on Linux
104
104
*[cron](https://en.wikipedia.org/wiki/Cron) — job scheduler on Unix-like operating systems
*[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
33
32
*[Learn vim and learn it fast](https://www.learnvim.com/) — interactive lessons designed to help you get better at Vim faster
34
33
35
34
## Cheatsheets
@@ -62,6 +61,7 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
62
61
*[Vim tips and tricks thread at /r/vim](https://old.reddit.com/r/vim/comments/4aab93/weekly_vim_tips_and_tricks_thread_1/)
63
62
*[Best of Vim Tips](http://zzapper.co.uk/vimtips.html)
64
63
*[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)
65
65
*[stackoverflow: Save and restore multiple different sessions](https://stackoverflow.com/q/1642611/4082052)
66
66
*[Vimcasts](http://vimcasts.org/) — 76 free screencasts and 52 articles
67
67
@@ -76,7 +76,7 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
76
76
77
77
## Forums
78
78
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.
0 commit comments