From 0ca607897081ea62af4eda7ecc98da132467705b Mon Sep 17 00:00:00 2001 From: ABDR-Again Date: Wed, 24 Sep 2025 17:49:09 +0500 Subject: [PATCH] Added 4 Books in Linux Section of languages.md (#11976) For the future, once a PR has been reviewed, do NOT close the PR and open a new one. This makes it harder for the reviewer to see if requested changes have been made. Instead, add a commit to your branch. --- books/free-programming-books-langs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index e42b03fda..42bc893d7 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1498,7 +1498,11 @@ Books on general-purpose programming that don't focus on a specific language are * [Linux Kernel in a Nutshell](http://www.kroah.com/lkn/) * [Linux Newbie Administrator Guide](http://lnag.sourceforge.net) * [Linux Notes for Professionals](https://books.goalkicker.com/LinuxBook) - Compiled from StackOverflow Documentation (PDF) +* [Linux Security](https://linux-training.be/linuxsec.pdf) - Paul Cobbaut (PDF) +* [Linux Servers](https://linux-training.be/linuxsrv.pdf) - Paul Cobbaut (PDF) +* [Linux Storage](https://linux-training.be/linuxsto.pdf) - Paul Cobbaut (PDF) * [Linux Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/linux) (PDF, Kindle) (email address *requested*, not required) +* [Linux System Administration](https://linux-training.be/linuxsys.pdf) - Paul Cobbaut (PDF) * [Secure Programming HOWTO - Creating Secure Software](http://www.dwheeler.com/secure-programs/) - D. A. Wheeler (HTML, PDF) * [Ten Steps to Linux Survival: Bash for Windows People](http://dullroar.com/book/TenStepsToLinuxSurvival.html) - Jim Lehmer * [The Debian Administrator's Handbook](https://debian-handbook.info)