Products related to The:
-
Learning eBPF : Programming the Linux Kernel for Enhanced Observability, Networking, and Security
What is eBPF? With this revolutionary technology, you can write custom code that dynamically changes the way the kernel behaves.It's an extraordinary platform for building a whole new generation of security, observability, and networking tools. This practical book is ideal for developers, system administrators, operators, and students who are curious about eBPF and want to know how it works.Author Liz Rice, chief open source officer with cloud native networking and security specialists Isovalent, also provides a foundation for those who want to explore writing eBPF programs themselves. With this book, you will:Learn why eBPF has become so important in the past couple of yearsWrite basic eBPF code, and manipulate eBPF programs and attach them to eventsExplore how eBPF components interact with Linux to dynamically change the operating system's behaviorLearn how tools based on eBPF can instrument applications without changes to the apps or their configurationDiscover how this technology enables new tools for observability, security, and networking
Price: 44.99 £ | Shipping*: 0.00 £ -
The Linux Programming Interface
The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface the interface employed by nearly every application that runs on a Linux or UNIX system.In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs.You'll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 115 diagrams.You'll learn how to: Read and write files efficiently Use signals, clocks, and timers Create processes and execute programs Write secure programs Write multithreaded programs using POSIX threads Build and use shared libraries Perform interprocess communication using pipes, message queues, shared memory, and semaphores Write network applications with the sockets API While The Linux Programming Interface covers a wealth of Linux-specific features, including epoll, inotify, and the /proc file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms.The Linux Programming Interface is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that's destined to become a new classic.The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface the interface employed by nearly every application that runs on a Linux or UNIX system.In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs.You'll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 115 diagrams.You'll learn how to: Read and write files efficiently Use signals, clocks, and timers Create processes and execute programs Write secure programs Write multithreaded programs using POSIX threads Build and use shared libraries Perform interprocess communication using pipes, message queues, shared memory, and semaphores Write network applications with the sockets API While The Linux Programming Interface covers a wealth of Linux-specific features, including epoll, inotify, and the /proc file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms.The Linux Programming Interface is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that's destined to become a new classic.
Price: 94.99 £ | Shipping*: 0.00 £ -
The Definitive Guide to SUSE Linux Enterprise Server
The Definitive Guide to SUSE Linux Enterprise Server is a comprehensive guide to Novell's SUSE Linux Enterprise Server (SLES), one of the most powerful Linux-based server solutions available today.Sander van Vugt, noted author, consultant, and trainer, guides you through the most important aspects of SLES, beginning with an in-depth overview of installation and configuration tasks. In the opening chapters, you will learn how to configure network capabilities, efficiently manage software updates, and manage the file system.Later chapters are devoted to configuration and deployment of key network services including the MySQL database, CUPS, Samba, PostFix, FTP, DNS, proxy servers, and more. Along the way, van Vugt illustrates important administration concepts such as instituting strict file system security and server automation.Since increasing demands are placed on these services, you'll learn how to cluster servers together to lessen downtime and increase performance.
Price: 74.99 £ | Shipping*: 0.00 £ -
Pro Bash Programming, Second Edition : Scripting the GNU/Linux Shell
Pro Bash Programming teaches you how to effectively utilize the Bash shell in your programming.The Bash shell is a complete programming language, not merely a glue to combine external Linux commands.By taking full advantage of Shell internals, Shell programs can perform as snappily as utilities written in C or other compiled languages. And you will see how, without assuming Unix lore, you can write professional Bash 4.3 programs through standard programming techniques. This second edition has updated for Bash 4.3, and many scripts have been rewritten to make them more idiomatically Bash, taking better advantage of features specific to Bash.It is easy to read, understand, and will teach you how to get to grips with Bash programming without drowning you in pages and pages of syntax.Using this book you will be able to use the shell efficiently, make scripts run faster using expansion and external commands, and understand how to overcome many common mistakes that cause scripts to fail.This book is perfect for all beginning Linux and Unix system administrators who want to be in full control of their systems, and really get to grips with Bash programming.
Price: 74.99 £ | Shipping*: 0.00 £
-
Which distro do you use, Linux users?
As an AI, I do not have personal preferences or the ability to use operating systems. However, Linux users often choose their distribution based on their specific needs and preferences. Some popular distributions include Ubuntu for its user-friendly interface, Fedora for its focus on the latest technologies, and Debian for its stability and reliability. Ultimately, the choice of distribution depends on the user's requirements and level of expertise.
-
How can one downgrade the Linux kernel?
To downgrade the Linux kernel, you can follow these steps: 1. First, identify the version of the kernel you want to downgrade to and make sure it is available in your distribution's package repository. 2. Next, use the package manager of your Linux distribution to remove the current kernel version. For example, in Ubuntu, you can use the command `sudo apt-get remove linux-image-<version>`. 3. Then, install the desired kernel version using the package manager. For example, in Ubuntu, you can use the command `sudo apt-get install linux-image-<desired_version>`. 4. Finally, reboot your system to load the downgraded kernel. Keep in mind that downgrading the kernel may have implications for system stability and compatibility with hardware and software, so it's important to carefully consider the reasons for downgrading and to backup important data before proceeding.
-
What makes the Linux kernel so special?
The Linux kernel is special for several reasons. Firstly, it is open-source, meaning that its source code is freely available for anyone to use, modify, and distribute. This has led to a large and active community of developers constantly improving and updating the kernel. Additionally, the Linux kernel is highly customizable and can be tailored to specific needs, making it suitable for a wide range of devices and systems. Finally, the Linux kernel is known for its stability, security, and performance, making it a popular choice for servers, embedded systems, and other critical applications.
-
Why can't the Linux kernel be loaded?
The Linux kernel cannot be loaded because it is a fundamental part of the operating system that needs to be present in memory before any other software can run. The kernel is responsible for managing the system's resources, such as memory, CPU, and devices, and it provides essential services for other software to function. Without the kernel, the operating system cannot start and the computer cannot run any programs. Therefore, the kernel needs to be loaded into memory during the boot process in order for the operating system to become operational.
Similar search terms for The:
-
Mastering Embedded Linux Programming
Harness the power of Linux to create versatile and robust embedded solutionsAbout This Book• Create efficient and secure embedded devices using Linux• Minimize project costs by using open source tools and programs• Explore each component technology in depth, using sample implementations as a guideWho This Book Is ForThis book is ideal for Linux developers and system programmers who are already familiar with embedded systems and who want to know how to create best-in-class devices.A basic understanding of C programming and experience with systems programming is needed. What You Will Learn• Understand the role of the Linux kernel and select an appropriate role for your application• Use Buildroot and Yocto to create embedded Linux systems quickly and efficiently• Create customized bootloaders using U-Boot• Employ perf and ftrace to identify performance bottlenecks• Understand device trees and make changes to accommodate new hardware on your device• Write applications that interact with Linux device drivers• Design and write multi-threaded applications using POSIX threads• Measure real-time latencies and tune the Linux kernel to minimize themIn DetailMastering Embedded Linux Programming takes you through the product cycle and gives you an in-depth description of the components and options that are available at each stage.You will begin by learning about toolchains, bootloaders, the Linux kernel, and how to configure a root filesystem to create a basic working device.You will then learn how to use the two most commonly used build systems, Buildroot and Yocto, to speed up and simplify the development process.Building on this solid base, the next section considers how to make best use of raw NAND/NOR flash memory and managed flash eMMC chips, including mechanisms for increasing the lifetime of the devices and to perform reliable in-field updates.Next, you need to consider what techniques are best suited to writing applications for your device.We will then see how functions are split between processes and the usage of POSIX threads, which have a big impact on the responsiveness and performance of the final device The closing sections look at the techniques available to developers for profiling and tracing applications and kernel code using perf and ftrace. Style and approach This book is an easy-to-follow and pragmatic guide consisting of an in-depth analysis of the implementation of embedded devices.Each topic has a logical approach to it; this coupled with hints and best practices helps you understand embedded Linux better.
Price: 39.99 £ | Shipping*: 0.00 £ -
Our Game, Our Clubs : The Fans’ Guide to Community Ownership
The issue of ownership within Scottish football isa rapdily changing landscape.Through a series ofadventures, Paul Goodwin has found himself to beScotland’s expert in buying and running football clubs. Filled with interesting stories, knowledge and insightthis book is easily accesible to football fans and, indeed,future club owners. From exploring the history of club ownership, tothe worldwide examples with examples from SouthAmerica, Sweden and more, and an insight into thefuture of the Scottish football landscape this is a mustread for not only Scottish fans but of fans of the gameworldwide.
Price: 16.99 £ | Shipping*: 3.99 £ -
The Spirit of Community: the Power of the Sacraments in The Christian Community
Modern society places great emphasis on the individual as a dynamic, creative force, free to pursue their own goals and ambitions.Despite this, people still long to be part of a community and form meaningful relationships with other human beings.One of the places this deeper connection can be found is in common worship. In this thoughtful book, Ulrich Meier shows how each of the seven sacraments of The Christian Community contributes to community building.For instance, he explores how, through baptism, the community welcomes a new life on earth, aware of the life that was lived in spirit before birth; confirmation marks the transition from the close ties of parents and teachers to a wider community; and in sacramental consultation, individuals explore the relationship of their past actions to their future intentions. This book is for people who wish to deepen their understanding of the sacraments, and help to build a more vibrant church community.
Price: 12.99 £ | Shipping*: 3.99 £ -
The Beloved Community
Dedicated to friends, fellow artists, and resilient working people, The Beloved Community sees Jones at her best as she writes toward and in search of all that connects and disconnects us.In her fifth poetry collection, The Beloved Community, Jackson Poetry Prize winnerPatricia Spears Jones interrogates the necessity and fragility of human bonds: sensual, familial, societal. From lyric to elegy, far-reaching poems use word play and metaphor to create richly textured landscapes in search of community. As we traverse delis, laundromats, and the Brooklyn block where morning glories grow leaves plump as Italian cookies, poems about poverty, art, and community, become poems about locationalways the city is alive and breathing. Later, the collection widens its view, leaving Brooklyn to visit the consequences of violence across America.From the Atlanta Child Murders to the murder of Nia Wilson,The Beloved Community is fearless in its rage and hope as it explores what disrupts oppression, injustice, loss, grief, and a fraught sense of the erotic. Largely dedicated to musicians, artists, and fellow poets, Jones acknowledges art as tools for both care and resistance, recognizing that voice is our greatest magic. Imbued with history, laced with tenderness, and channeling a long tradition of the blues in African American poetics, The Beloved Community speaks with spark and urgency.
Price: 12.99 £ | Shipping*: 3.99 £
-
How can I stop pinging in the Linux kernel?
To stop pinging in the Linux kernel, you can disable the ICMP echo requests by modifying the kernel parameters. You can do this by setting the value of `icmp_echo_ignore_all` to 1 in the `/proc/sys/net/ipv4/` directory. This will prevent the kernel from responding to ping requests. Additionally, you can also use firewall rules to block incoming ICMP echo requests.
-
How do I boot the Linux Mint kernel first?
To boot the Linux Mint kernel first, you can modify the boot order in the GRUB bootloader configuration. You can do this by editing the GRUB configuration file located at /etc/default/grub and changing the GRUB_DEFAULT value to the index of the Linux Mint kernel entry. After making the changes, save the file and run the command 'sudo update-grub' to apply the changes. This will ensure that the Linux Mint kernel is booted first during the startup process.
-
How do you downgrade the kernel of Kali Linux?
To downgrade the kernel of Kali Linux, you can use the apt package manager to install a specific version of the kernel. First, you need to find the version of the kernel you want to downgrade to using the command "apt list -a linux-image-<version>". Then, you can use the command "sudo apt install linux-image-<version>" to install the specific version of the kernel. After the installation is complete, you can reboot your system and select the downgraded kernel from the boot menu.
-
How can the Linux kernel be updated without the internet?
The Linux kernel can be updated without the internet by manually downloading the updated kernel source code from a different computer with internet access and transferring it to the target machine using a USB drive or other external storage device. Once the updated source code is on the target machine, it can be compiled and installed using the appropriate tools and commands. Additionally, the updated kernel can also be obtained from a physical installation media such as a CD or DVD, and then installed on the target machine.
* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.