Skip to content

Commit e879a8d

Browse files
updated links and resources
1 parent 6163088 commit e879a8d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Linux_curated_resources.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
77
>A Linux distribution (often abbreviated as distro) is an operating system made from a software collection that is based upon the Linux kernel and, often, a package management system. Linux users usually obtain their operating system by downloading one of the Linux distributions, which are available for a wide variety of systems ranging from embedded devices (for example, OpenWrt) and personal computers (for example, Linux Mint) to powerful supercomputers (for example, Rocks Cluster Distribution) — [wikipedia](https://en.wikipedia.org/wiki/Linux_distribution)
88
99
* [/r/linux4noobs wiki](https://www.reddit.com/r/linux4noobs/wiki/distro_selection) — Linux distribution selection for noobs
10-
* [Compute Freely](https://computefreely.org/) — curated selection of Linux distributions ranging from the beginner-friendly to the super technical
1110
* Linux/Bash on Windows
1211
* [Git for Windows](https://git-scm.com/downloads) — provides a Bash emulation used to run Git from the command line
1312
* [Cygwin](https://www.cygwin.com/) — large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows
@@ -33,7 +32,7 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
3332

3433
* [Bash Guide](https://mywiki.wooledge.org/BashGuide) — aspires to teach good practice techniques for using Bash, and writing simple scripts
3534
* [Bash Scripting Tutorial](https://ryanstutorials.net/bash-scripting-tutorial/) — solid foundation in how to write Bash scripts, to get the computer to do complex, repetitive tasks for you
36-
* [bash-handbook](https://github.com/denysdovhan/bash-handbook) — for those who want to learn Bash without diving in too deeply
35+
* [Bash Handbook](https://github.com/denysdovhan/bash-handbook) — for those who want to learn Bash without diving in too deeply
3736
* [Serious Shell Programming](https://freebsdfrau.gitbook.io/serious-shell-programming/) — focuses on POSIX-compliant Bourne Shell for portability
3837

3938
### Scripting companion
@@ -51,6 +50,7 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
5150

5251
## Books
5352

53+
* [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
5454
* [The Linux Command Line](https://linuxcommand.org/tlcl.php) — basics of command line use and shell scripting, environment configuration, and more
5555
* [wizard zines](https://wizardzines.com/) — programming zines
5656
* [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/)
@@ -64,6 +64,7 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
6464
* [The Art of Command Line](https://github.com/jlevy/the-art-of-command-line) — notes and tips on using the command-line, suitable for both beginners and experienced users
6565
* [stackoverflow: Command line tricks](https://stackoverflow.com/q/68372/4082052)
6666
* [commandlinefu](https://www.commandlinefu.com/commands/browse/sort-by-votes) — command-line gems, includes a handy search feature
67+
* [Bash-Oneliner](https://github.com/onceupon/Bash-Oneliner) — collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance
6768

6869
## Cheatsheets
6970

@@ -75,7 +76,7 @@ Collection of resources for Linux command line, shell scripting (mostly `bash`)
7576

7677
## Text processing
7778

78-
* Books I've written (or currently working upon):
79+
* My ebooks:
7980
* [GNU grep and ripgrep](https://github.com/learnbyexample/learn_gnugrep_ripgrep)
8081
* [GNU sed one-liners](https://github.com/learnbyexample/learn_gnused)
8182
* [GNU awk one-liners](https://github.com/learnbyexample/learn_gnuawk)
@@ -119,3 +120,4 @@ Read instructions provided by respective forums before asking a question. Try so
119120
* [/r/linux](https://www.reddit.com/r/linux) — general linux discussion
120121
* [askubuntu](https://askubuntu.com/questions/tagged/command-line?sort=votes&pageSize=15) — Ubuntu and general Linux topics
121122
* [TuxURLs](https://tuxurls.com/) — Linux news aggregator
123+

0 commit comments

Comments
 (0)