Best Linux Kernel & Peripherals Books

The Linux kernel is the core of the operating system that gives you full control over practically everything inside the system.

1. Learn Medical Terminology: Flash Card Activities, Instructional Videos, & Complete Guide To Master Medical Terms for Healthcare Professionals

Author: by NEDU
Published at: NEDU LLC (September 3, 2020)
ISBN: 978-1952914010

View on Amazon

Includes Video Training, Flash Card Activities & More! Special Launch PriceGet access to the training by purchasing your copy today. In this book, you will learn: CHAPTER 1: Basic Word ElementsCHAPTER 2: Rules to Defining and Building Medical TerminologyCHAPTER 3: Types of PrefixesCHAPTER 4: Types of SuffixesCHAPTER 5: The Reproductive SystemCHAPTER 6: The Urinary SystemCHAPTER 7: The Digestive SystemCHAPTER 8: The Respiratory SystemCHAPTER 9: The Cardiovascular SystemCHAPTER 10: The Lymphatic System & ImmunityCHAPTER 11: The Endocrine SystemCHAPTER 12: The Musculoskeletal SystemCHAPTER 13: The Special SensesCHAPTER 14: The Nervous System and PsychiatryCHAPTER 15: The Integumentary SystemCHAPTER 16: Terms Related to Body Structures and OrganizationCHAPTER 17: ConclusionGet Your Copy Today – Order Now!


2. Linux Kernel Development

Author: by Robert Love
Published at: Addison-Wesley Professional; 3rd edition (June 22, 2010)
ISBN: 978-0672329463

View on Amazon

Linux Kernel Development details the design and implementation of the Linux kernel, presenting the content in a manner that is beneficial to those writing and developing kernel code, as well as to programmers seeking to better understand the operating system and become more efficient and productive in their coding.

The book details the major subsystems and features of the Linux kernel, including its design, implementation, and interfaces. It covers the Linux kernel with both a practical and theoretical eye, which should appeal to readers with a variety of interests and needs.

The author, a core kernel developer, shares valuable knowledge and experience on the 2.6 Linux kernel. Specific topics covered include process management, scheduling, time management and timers, the system call interface, memory addressing, memory management, the page cache, the VFS, kernel synchronization, portability concerns, and debugging techniques.

This book covers the most interesting features of the Linux 2. 6 kernel, including the CFS scheduler, preemptive kernel, block I/O layer, and I/O schedulers. The third edition of Linux Kernel Development includes new and updated material throughout the book: An all-new chapter on kernel data structures Details on interrupt handlers and bottom halves Extended coverage of virtual memory and memory allocation Tips on debugging the Linux kernel In-depth coverage of kernel synchronization and locking Useful insight into submitting kernel patches and working with the Linux kernel community


3. Understanding the Linux Kernel, Third Edition

Author: by Daniel P. Bovet
Published at: O'Reilly Media; 3rd edition (November 1, 2005)
ISBN: 978-0596005658

View on Amazon

In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order.

It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn’t kept waiting any longer than necessary for the relatively slow disks. The third edition of Understanding the Linux Kernel takes you on a guided tour of the most significant data structures, algorithms, and programming tricks used in the kernel.

Probing beyond superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Important Intel-specific features are discussed. Relevant segments of code are dissected line by line. But the book covers more than just the functioning of the code; it explains the theoretical underpinnings of why Linux does things the way it does.


4. Mastering Linux Device Driver Development: Write custom device drivers to support computer peripherals in Linux operating systems

Author: by John Madieu
Published at: Packt Publishing (January 8, 2021)
ISBN: 978-1789342048

View on Amazon

Master the art of developing customized device drivers for your embedded Linux systemsKey FeaturesStay up to date with the Linux PCI, ASoC, and V4L2 subsystems and write device drivers for themGet to grips with the Linux kernel power management infrastructureAdopt a practical approach to customizing your Linux environment using best practicesBook DescriptionLinux is one of the fastest-growing operating systems around the world, and in the last few years, the Linux kernel has evolved significantly to support a wide variety of embedded devices with its improved subsystems and a range of new features.

With this book, you’ll find out how you can enhance your skills to write custom device drivers for your Linux operating system. Mastering Linux Device Driver Development provides complete coverage of kernel topics, including video and audio frameworks, that usually go unaddressed.

You’ll work with some of the most complex and impactful Linux kernel frameworks, such as PCI, ALSA for SoC, and Video4Linux2, and discover expert tips and best practices along the way. In addition to this, you’ll understand how to make the most of frameworks such as NVMEM and Watchdog.


5. Professional Linux Kernel Architecture

Author: by Wolfgang Mauerer
Published at: Wrox; 1st edition (October 13, 2008)
ISBN: 978-0470343432

View on Amazon

Find an introduction to the architecture, concepts and algorithms of the Linux kernel in Professional Linux Kernel Architecture, a guide to the kernel sources and large number of connections among subsystems. Find an introduction to the relevant structures and functions exported by the kernel to userland, understand the theoretical and conceptual aspects of the Linux kernel and Unix derivatives, and gain a deeper understanding of the kernel.

Learn how to reduce the vast amount of information contained in the kernel sources and obtain the skills necessary to understand the kernel sources.


6. Python Programming: The Complete Crash Course for Beginners to Mastering Python with Practical Applications to Data Analysis & Analytics, Machine Learning and Data Science Projects – 4 Books in 1

Author: by Andrew Park
Published at: Independently published; Illustrated edition (August 22, 2020)
ISBN: 979-8677571909

View on Amazon

Are you ready to learn the fundamentals of the most powerful and popular programming language in the world in just one week or less? Python is the programming language leading the forefront of open-source platforms and providing incredible breakthroughs in multiple industries.

Jump on the trend and increase your skills and salary by learning how to use Python. Python Programming consists of four incredibly important books to help you master Python through practical examples, data analysis, and machine learning. By learning this essential programming language, you will open tons of doors for both your personal and professional life.

With these books in your hands, you will:Learn the basics of Python from scratch – perfect for beginners who need a simple and quick introduction to the languageBuild upon the basics with advanced techniques and practices such as Object-Oriented Programming, Inheritance, and PolymorphismMaster Python in just a few weeks through practical examples and applications and simple explanationsDiscover the concepts and theory of Python to solidify your understanding of the language and build a strong foundationIncrease your salary at work or start freelancing with this new in-demand skill you’ve masteredAnd Much More!

7


Understanding the LINUX Kernel: From I/O Ports to Process Management

Author: by Daniel Pierre Bovet
Published at: O'Reilly Media; 1st edition (October 11, 2000)
ISBN: 978-0596000028

View on Amazon

Why is Linux so efficient? Is it the right operating system for a particular application? What can be learned from looking at the kernel source code? These are the kinds of questions that Understanding the Linux Kernel takes in stride in this guided tour of the code that forms the core of all Linux operating systems.

Linux is presented too often as a casual hacker experiment. It has increasingly become not only a mission-critical part of many organizations, but a sophisticated display of programming skill. It incorporates many advanced operating system concepts and has proven itself extremely robust and efficient for a wide range of uses.

Understanding the Linux Kernel helps readers understand how Linux performs best and how it meets the challenge of different environments. The authors introduce each topic by explaining its importance, and show how kernel operations relate to the utilities that are familiar to Unix programmers and users.

Major topics include:Memory management, including file buffering, process swapping, and Direct Memory Access (DMA)The Virtual File System and the Second Extended File SystemProcess creation and schedulingSignals, interrupts, and the essential interfaces to device driversTimingSynchronization in the kernelInter-Process Communication (IPC)Program execution


8. Linux Kernel Development

Author: by Robert Love
Published at: Sams; 2nd edition (January 12, 2005)
ISBN: 978-0672327209

View on Amazon

Following an overview of the design, implementation, and interfaces of the Linux kernel, a senior kernel engineer/open source hacker provides updated theoretical and applied coverage of the major features and subsystems of the current Linux 2.6 kernel. For software developers, Love reviews such nifty features as its preemptive kernel and I/O schedulers, as well as kernel modules and debugging.

He emphasizes that this treatment is not a line-by-line commentary of the kernel source. The book includes a decent list of books sorted by subject and websites for further information. Annotation 2006 Book News, Inc., Portland, OR (booknews.Com)


9. IA-64 Linux Kernel: Design and Implementation

Author: by David Mosberger
Published at: Pearson; 1st edition (January 30, 2002)
ISBN: 978-0130610140

View on Amazon

The IA-64 Linux kernel makes extraordinary power available to every Linux developer. In IA-64 Linux Kernel: Design and Implementation, the kernel project’s leaders systematically present every major subsystem, introducing interfaces used by Linux to abstract platform differences, showing how these interfaces are used in IA-64, and illuminating key issues associated with Linux kernel operation on any platform.

Covers processes, tasks, threads, virtual memory, I/O, symmetric multiprocessing, bootstrapping, and more.

10. The Linux Kernel Primer: A Top-Down Approach for x86 and PowerPC Architectures

Author: by Claudia Salzberg Rodriguez
Published at: Prentice Hall (September 19, 2005)
ISBN: 978-0131181632

View on Amazon

This work enables you to learn Linux kernel programming, hands-on, and features a uniquely effective top-down approach. The Linux(R) Kernel Primer is the definitive guide to Linux kernel programming. The authors’ unique top-down approach makes kernel programming easier to understand by systematically tracing functionality from user space into the kernel and carefully associating kernel internals with user-level programming fundamentals.

Their approach helps you build on what you already know about Linux, gaining a deep understanding of how the kernel works and how its elements fit together. One step at a time, the authors introduce all the tools and assembly language programming techniques required to understand kernel code and control its behavior.

They compare x86 and PowerPC implementations side-by-side, illuminating cryptic functionality through carefully-annotated source code examples and realistic projects.

11. Kali Linux for Beginners: A Practical Guide to Learn the Operating System Installation and configuration, including Networks, Ethical Hacking and the Main Tools Explanation for an Easy Everyday Use

Author: by Matt Foster
Published at: Independently published (February 23, 2020)
ISBN: 979-8617180826

View on Amazon

Discover Kali Linux And Take Your First Step Towards Becoming An Ethical Hacker! Are you a tech enthusiast who’s curious about how computers and networks function? Are you looking for a new exciting career? Do you want an epic-sounding job title?

Then ethical hacking is right for you. An ethical hacker (also known as a white hat hacker) is a cybersecurity expert who helps companies find and fix vulnerabilities in their software, networks, or websites. Some companies are ready to pay tens of thousands of dollars for a single vulnerability!

But how do you become an ethical hacker? You don’t need a degree in IT or engineering to start hacking. It’s one of those fields where experience matters much more than any formal qualifications you might have. All you need to start learning ethical hacking is a PC with the necessary tools installed.

With this book, you’ll get ready to start. This book will guide you through installing and using Kali Linux, an operating system designed specifically for the needs of ethical hackers. Here’s what you’ll learn:The top reasons why you should choose Linux as your operating systemHow to install Linux without technical knowledgeWhy Kali Linux is the best operating system for ethical hackersThe best beginner-friendly hacking tools in Kali LinuxThe key principles of cybersecurity that every Internet user should knowAnd much more!

12. FIRE STICK: An Easy to follow User Guide on How to Setup Amazon Fire Stick and Troubleshooting Common Problems (2020 UPDATED)

Author: by LOUIS GOMERA
Published at: Independently published (March 10, 2020)
ISBN: 979-8623218124

View on Amazon

Easy to follow User Guide on How to Setup Amazon Fire StickThis book offers you the opportunity to learn the beauty of the Amazon Fire Stick, its streaming capabilities, and its properties. This guide will provide you with information on how to set up your Fire Stick, stream movies, use Alexa, and so much more.

As you go further, you will get to know the specifications and features of your Fire Stick device. This book will also discuss the different channels and things that the Fire Stick is capable of. Its comparisons with its predecessors and the difference between the Fire Stick and Fire TV devices will also be discussed.

Some of the things to look out for in this book include :Troubleshooting common problems for the Fire StickHow to Set Up your Fire StickAlexa and how to use Alexa’s commandsThe Fire Stick remote and its capabilitiesThe Best App For Fire StickAll these and many more will be discussed within the pages of this bookSo what are you waiting for?

Scroll up you will see the orange BUY NOW button on the top right corner and download your copy now!See you inside!!!

13. Password logbook: Personal internet and password keeper and organizer (Alphabetically sorted)

Author: by Safe & Sound Publishing
Published at: Independently published (June 12, 2020)
ISBN: 979-8653460326

View on Amazon

Are you suffering from too many brain farts ? Are you tired of forgetting passwords to every website you visit ? This discrete password log book is the perfect solution for you. Slick, elegant and perfectly sized to keep all of your secrets in a safe and easy to use space.

Features:Dimensions: 6″ x 9″Pages: 105Cover: MatteAlphabetically arrengedHome network settings and ISP informations sectionsHigh quality printMake your life a little easier and get your new password booklet NOW !