Products related to Different:
-
The Different Drum : Community-making and peace
`The overall purpose of human communication is - or should be - reconciliation.It should ultimately serve to lower or remove the walls of misunderstanding which unduly separate us human beings, one from another. . ' Although we have developed the technology to make communication more efficent and to bring people closer together, we have failed to use it to build a true global community.Dr M. Scott Peck believes that if we are to prevent civilization destroying itself, we must urgently rebuild on all levels, local, national and international and that is the first step to spiritual survival.In this radical and challenging book he describes how the communities work, how group action can be developed on the principles of tolerance and love, and how we can start to transform world society into a true community.
Price: 10.99 £ | Shipping*: 3.99 £ -
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 £ -
Paul Jennings: A Different Collection : A Different Dog; A Different Boy; A Different Land
Price: 14.98 £ | Shipping*: 3.99 £ -
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 £
-
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.
-
Can different case fans be combined?
Yes, different case fans can be combined in a computer system. However, it is important to ensure that the fans are compatible with the motherboard and power supply connectors. Additionally, mixing different types of fans may result in varying levels of airflow and noise. It is recommended to use fans of similar size and specifications for optimal performance and efficiency.
-
Can different case fans from different manufacturers be installed in a PC?
Yes, different case fans from different manufacturers can be installed in a PC as long as they are compatible with the connectors on the motherboard or fan controller. It is important to ensure that the fans are of the correct size to fit in the case and that they have the appropriate airflow and static pressure ratings for the intended use. Mixing different fans may result in variations in performance and noise levels, so it is recommended to choose fans with similar specifications for optimal results.
-
What are the different types of programming?
There are several types of programming languages, each with its own characteristics and uses. Some common types include procedural programming, which focuses on procedures or functions to perform tasks; object-oriented programming, which organizes code into objects that interact with each other; functional programming, which treats computation as the evaluation of mathematical functions; and scripting languages, which are used for automating tasks and are often interpreted rather than compiled. Each type of programming has its own strengths and weaknesses, making them suitable for different types of projects and applications.
Similar search terms for Different:
-
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 £ -
Different Can Be Fun, Different Is OK
Preschool-age children will see themselves in this story of a little boy who navigated the changes brought on by the pandemic with the love and encouragement of his family. From normalcy to isolation, to the return to semi-normalcy after the worst of the pandemic passed, many children went through an adjustment. They were sad and isolated in the beginning. They were frustrated at not being able to see their friends and family or even go to the park. Parents the world over did their best to mitigate the damage done by the isolation but even as society emerged from isolation, kids had to adjust yet again to a world that did not look familiar. There were new rules, new kids, new teachers. Everyone was wearing a mask. All these changes had an impact on children's ability to adjust. Gabe, the protagonist of this story was lucky to have a loving family who encouraged him and helped him navigate the changes, to overcome his fears, to adjust to the changes and find his place in this new world. This book follows Gabe's journey throughout this time and brings to life the real challenges his family faced while they made the best of the circumstances they found themselves in. In the end, Gabe overcame his fears and the uncertainty he felt and emerged stronger and happier.
Price: 14.99 £ | Shipping*: 3.99 £ -
Different? Same!
Price: 9.99 £ | Shipping*: 3.99 £ -
Different Seasons
Read the original stories which were adapted into the celebrated films STAND BY ME, APT PUPIL and THE SHAWSHANK REDEMPTION, voted the world's most popular movie - now with a stunning new cover look.In this classic collection of four novellas, the grand master takes you on irresistible journeys into the far reaches of horror, heartache and hope. Rita Hayworth and Shawshank Redemption is the story of two men convicted of murder - one guilty, one innocent - who form the perfect partnership as they dream up a scheme to escape from prison. In Apt Pupil a golden schoolboy entices an old man with a past to join in a dreadful union. The Body sees four young boys venture into the woods and find life, death . . . and the end of innocence. The Breathing Method is the tale of a doctor who goes to his club and discovers a woman determined to give birth - no matter what.
Price: 12.99 £ | Shipping*: 3.99 £
-
How fast are the case fans different?
The speed of case fans can vary depending on the model and brand. Generally, case fans can range from around 800 RPM (Revolutions Per Minute) to 2000 RPM or more. The speed of the case fans can be adjusted manually or automatically based on the system's temperature needs. Faster case fans typically provide better cooling performance but may also generate more noise.
-
What are the differences between different programming languages?
Programming languages differ in syntax, which is the set of rules that define the combinations of symbols that are considered to be correctly structured programs in that language. They also differ in their purpose and the types of problems they are best suited to solve. Additionally, programming languages vary in their performance, with some being faster or more memory-efficient than others. Finally, languages differ in their ecosystem, including the availability of libraries, frameworks, and tools that can be used to develop software.
-
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.
* 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.