(Part 2) Best linux programming books according to redditors

Jump to the top 20

We found 119 Reddit comments discussing the best linux programming books. We ranked the 30 resulting products by number of redditors who mentioned them. Here are the products ranked 21-40. You can also go back to the previous section.

Next page

Top Reddit comments about Linux Programming:

u/bandman614 · 12 pointsr/raspberry_pi

Obviously I'm not the original commenter, but if you've used Linux for long enough, then at one point in time, back in the 90s, manually building and loading kernel modules was pretty much the only way to do things, so you had to know.

A good place to start might be TLDP Module Programming Guide. In the 18 years I've been using Linux(really 18? Damn I'm getting old), I've found that documentation for developers is far superior to documentation for users. Even if you don't code, trying to understand what you're reading is worth it, because no punches are pulled, and the docs are very explicit.

The best book I ever read on my path to being a Linux admin was SAMS Linux Programming Unleashed (which you can find as a digital thing). Funny story, I actually pulled it out of a dumpster. But anyway, that book went into how linux works more deeply than any other document I'd come across, and helped me immensely.

u/alkavan · 5 pointsr/linux

Knowing C++ in the field of Linux administration might help you when you need to debug or compile a library or application that is written in C++, and sometime you need to.

knowing C++ well can benefit you programming skills a lot, as lots of important software in the world written in this language.

Here's a good book.
http://www.amazon.com/Advanced-Linux-Programming-CodeSourcery/dp/0735710430

If you wish to really improve you Linux administration skills i would go for BASH:
http://www.amazon.com/Linux-Command-Shell-Scripting-Bible/dp/047025128X

u/[deleted] · 2 pointsr/funny

Amen. Out of this book.

u/valkun · 2 pointsr/linux

It would be easier to give a book on Ubuntu. Linux mint only recently starts going slightly its own way, but still I'd say that its almost completely compatible with ubuntu.

Try out A Practical Guide to Ubuntu Linux by Mark Sobell. This book is a bit old, but nevertheless very good

u/adunr · 2 pointsr/linux

I started with this one: https://www.amazon.com/Red-Linux-Secrets-Naba-Barkakati/dp/0764546392 . I must have read it from cover to cover several times.

I can't believe it's almost 20 years old at this point.

u/Parzeval · 1 pointr/cprogramming

Shit, sorry for not replying sooner, I just saw this response - I don't check on here very much.

Thanks for the reply, I'd given up on this thread. I'll look into those resources you mention. The target OS is Linux, so that makes things a bit simpler i guess.

Do you have any opinion on the relative merits of these 3 driver books: (I've heard the bottom one 'Essential Linux Device Drivers' is getting a bit old now (targets a fairly old kernel) but I don't know if that matters

u/rez9 · 1 pointr/linux

LITERALLY FROM THIS BOOK.

u/saranagati · 1 pointr/sysadmin

The Design of the UNIX Operating System