Buy linux-fans.com ?

Products related to Art:


  • Linux Kernel Development
    Linux Kernel Development

    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 structuresDetails on interrupt handlers and bottom halvesExtended coverage of virtual memory and memory allocationTips on debugging the Linux kernelIn-depth coverage of kernel synchronization and lockingUseful insight into submitting kernel patches and working with the Linux kernel community

    Price: 36.99 £ | Shipping*: 0.00 £
  • Learning eBPF : Programming the Linux Kernel for Enhanced Observability, Networking, and Security
    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 £
  • Understanding the Linux Kernel
    Understanding the Linux Kernel

    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.This edition of the book covers Version 2.6, which has seen significant changes to nearly every kernel subsystem, particularly in the areas of memory management and block devices.The book focuses on the following topics: * Memory management, including file buffering, process swapping, and Direct memory Access (DMA) * The Virtual Filesystem layer and the Second and Third Extended Filesystems * Process creation and scheduling * Signals, interrupts, and the essential interfaces to device drivers * Timing * Synchronization within the kernel * Interprocess Communication (IPC) * Program execution Understanding the Linux Kernel will acquaint you with all the inner workings of Linux, but it's more than just an academic exercise.You'll learn what conditions bring out Linux's best performance, and you'll see how it meets the challenge of providing good system response during process scheduling, file access, and memory management in a wide variety of environments.This book will help you make the most of your Linux system.

    Price: 55.99 £ | Shipping*: 0.00 £
  • Linux System Programming
    Linux System Programming

    Write software that draws directly on services offered by the Linux kernel and core system libraries.With this comprehensive book, Linux kernel contributor Robert Love provides you with a tutorial on Linux system programming, a reference manual on Linux system calls, and an insider's guide to writing smarter, faster code.Love clearly distinguishes between POSIX standard functions and special services offered only by Linux. With a new chapter on multithreading, this updated and expanded edition provides an in-depth look at Linux from both a theoretical and applied perspective over a wide range of programming topics, including: A Linux kernel, C library, and C compiler overview Basic I/O operations, such as reading from and writing to files Advanced I/O interfaces, memory mappings, and optimization techniques The family of system calls for basic process management Advanced process management, including real-time processes Thread concepts, multithreaded programming, and Pthreads File and directory management Interfaces for allocating memory and optimizing memory access Basic and advanced signal interfaces, and their role on the system Clock management, including POSIX clocks and high-resolution timers

    Price: 55.99 £ | Shipping*: 0.00 £
  • The Art Of R Programming
    The Art Of R Programming

    R is the world's most popular language for developing statistical software: Archaeologists use it to track the spread of ancient civilizations, drug companies use it to discover which medications are safe and effective, and actuaries use it to assess financial risks and keep economies running smoothly.The Art of R Programming takes you on a guided tour of software development with R, from basic types and data structures to advanced topics like closures, recursion, and anonymous functions.No statistical knowledge is required, and your programming skills can range from hobbyist to pro.Along the way, you'll learn about functional and object-oriented programming, running mathematical simulations, and rearranging complex data into simpler, more useful formats.You'll also learn to: Create artful graphs to visualize complex data sets and functions Write more efficient code using parallel R and vectorization Interface R with C/C++ and Python for increased speed or functionality Find new R packages for text analysis, image manipulation, and more Squash annoying bugs with advanced debugging techniques Whether you're designing aircraft, forecasting the weather, or you just need to tame your data, The Art of R Programming is your guide to harnessing the power of statistical computing.

    Price: 47.99 £ | Shipping*: 0.00 £
  • Art of UNIX Programming, The
    Art of UNIX Programming, The

    The Art of UNIX Programming poses the belief that understanding the unwritten UNIX engineering tradition and mastering its design patterns will help programmers of all stripes to become better programmers.This book attempts to capture the engineering wisdom and design philosophy of the UNIX, Linux, and Open Source software development community as it has evolved over the past three decades, and as it is applied today by the most experienced programmers.Eric Raymond offers the next generation of "hackers" the unique opportunity to learn the connection between UNIX philosophy and practice through careful case studies of the very best UNIX/Linux programs.

    Price: 40.49 £ | Shipping*: 0.00 £
  • The Art of Multiprocessor Programming
    The Art of Multiprocessor Programming

    The Art of Multiprocessor Programming, Second Edition, provides users with an authoritative guide to multicore programming.This updated edition introduces higher level software development skills relative to those needed for efficient single-core programming, and includes comprehensive coverage of the new principles, algorithms, and tools necessary for effective multiprocessor programming.The book is an ideal resource for students and professionals alike who will benefit from its thorough coverage of key multiprocessor programming issues.

    Price: 58.99 £ | Shipping*: 0.00 £
  • Mastering Embedded Linux Programming
    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 £

Similar search terms for Art:


  • 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.

  • What makes art art?

    Art can be defined as a form of creative expression that evokes emotions, stimulates the senses, and communicates ideas. It is a reflection of the artist's unique perspective and can take many different forms, such as painting, sculpture, music, literature, or performance. What makes art art is its ability to inspire, provoke thought, and connect people on a deeper level through the power of creativity and imagination. Ultimately, art is a way for individuals to express themselves and make sense of the world around them.

  • From when is art art?

    Art has been a part of human expression for thousands of years, with evidence of artistic creation dating back to prehistoric times. The concept of art has evolved over time, with different cultures and societies defining and creating art in their own unique ways. Ultimately, art is a form of human expression that has been present throughout history and continues to be a vital part of human culture and creativity. Therefore, it can be said that art has been art for as long as humans have been creating and expressing themselves through various forms of visual, auditory, and performance-based mediums.

  • Art therapy or art education?

    Art therapy and art education serve different purposes and cater to different needs. Art therapy is a form of therapy that uses the creative process of making art to improve a person's physical, mental, and emotional well-being. It is typically used as a form of treatment for individuals dealing with trauma, stress, or mental health issues. On the other hand, art education focuses on teaching artistic skills, techniques, and art history to individuals who are interested in developing their artistic abilities. Both are valuable in their own right, with art therapy providing therapeutic benefits and art education fostering creativity and skill development. Ultimately, the choice between art therapy and art education depends on the individual's goals and needs.

  • Is street art considered art?

    Yes, street art is considered a form of art. It is a visual art created in public locations, often using unconventional materials and techniques. Street art can convey powerful messages, challenge societal norms, and beautify urban spaces. While it may not always conform to traditional art standards, street art is widely recognized and appreciated as a legitimate form of artistic expression.

  • Is digital art real art?

    Yes, digital art is real art. Just like traditional art forms, digital art requires skill, creativity, and vision to create. Artists use digital tools and software to express their ideas and emotions, and the resulting artwork can be just as impactful and meaningful as any other form of art. The digital medium allows for new possibilities and techniques that can produce stunning and thought-provoking pieces. Ultimately, the value of art lies in its ability to evoke emotions, provoke thoughts, and communicate messages, regardless of the medium used.

  • Why is the MLP art community on Instagram so terrible?

    The MLP art community on Instagram may be perceived as terrible by some due to a variety of reasons. One possible reason is the prevalence of low-quality or unoriginal artwork that floods the platform, making it difficult for high-quality content to stand out. Additionally, there may be a lack of constructive criticism and meaningful engagement within the community, leading to a stagnant and unproductive environment. Furthermore, the community may be fragmented, with cliques and drama hindering collaboration and support among artists. Overall, these factors can contribute to a negative perception of the MLP art community on Instagram.

  • Why is the MLP Art Community so obsessed with bases?

    The MLP (My Little Pony) art community is obsessed with bases because they provide a starting point for artists to create their own unique artwork. Bases offer a framework for artists to practice and improve their skills, as well as a way to quickly create new pieces of art. Additionally, bases allow artists to easily collaborate and share their work with others in the community. Overall, bases are a valuable tool for artists to express their creativity and contribute to the vibrant MLP art community.

* 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.