Buy linux-fans.com ?

Products related to Phase:


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

    Learning eBPF: Programming the Linux Kernel for Enhanced Observability, Networking, and Security

    Price: 42.74 € | Shipping*: 0.00 €
  • Phase By Phase
    Phase By Phase

    Peter Baumann's "Phase By Phase - The Virgin Albums" is a delightful trip down memory lane, dragging us back to the heady days of the '70s and '80s when synths ruled the world. With this clamshell edition, Baumann's early solo work is neatly packaged for our listening pleasure, allowing us to witness his evolution phase by phase. From the cosmic sounds of "Romance '76" to the futuristic vibes of "Trans Harmonic Nights," each album showcases Baumann's unique blend of electronic wizardry. The layers of synths and pulsating beats create a mesmerising sonic landscape that is both hypnotic and danceable. As we delve deeper into Baumann's discography, we are met with catchy melodies, soaring arpeggios, and intricate soundscapes that transport us to another dimension. Tracks like "Meridian Moorland" and "Bicentennial Presentation" demonstrate Baumann's mastery of his craft, effortlessly blending ambient textures with driving rhythms. One cannot help but be swept away by the nostalgia of these albums, reminiscing about the days when electronic music was in its infancy. Baumann's innovative approach to production still holds up today, proving that good music transcends time. In conclusion, "Phase By Phase - The Virgin Albums" is a must-have for any electronic music enthusiast, offering a glimpse into Peter Baumann's groundbreaking work. So sit back, relax, and let the synthesised sounds wash over you in a wave of sonic bliss.

    Price: 29.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.

  • What is the motivation phase, elaboration phase, and completion phase?

    The motivation phase is the initial stage where individuals are inspired or driven to start a task or project. It involves setting goals, identifying reasons for taking action, and building momentum. The elaboration phase is where the details and plans are fleshed out, strategies are developed, and resources are gathered to move forward with the task. The completion phase is the final stage where the task is finished, goals are achieved, and outcomes are evaluated. It involves wrapping up loose ends, celebrating successes, and reflecting on the process.

  • What is the motivation phase, elaboration phase, and conclusion phase?

    The motivation phase is the beginning of a piece of writing where the writer introduces the topic and captures the reader's interest. This phase aims to establish why the topic is important and why the reader should continue reading. The elaboration phase follows, where the writer provides more in-depth information, examples, and evidence to support their main points. Finally, the conclusion phase is where the writer summarizes the main points, restates the thesis, and leaves the reader with a lasting impression or call to action.

  • What is a bulking phase/mass phase?

    A bulking phase, also known as a mass phase, is a period of time in which an individual focuses on increasing their muscle mass and overall body weight. This is typically achieved through a combination of resistance training and a calorie surplus diet, which provides the body with the extra energy and nutrients needed for muscle growth. During this phase, individuals may also consume higher amounts of protein and carbohydrates to support muscle repair and growth. The goal of a bulking phase is to build a solid foundation of muscle mass, which can then be followed by a cutting phase to reduce body fat and reveal the newly developed muscle definition.

Similar search terms for Phase:


  • 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 £
  • 3-Phase Alternating Current Phase Meter Portable Phase-sequence Tester Digital Phase-order multicolour
    3-Phase Alternating Current Phase Meter Portable Phase-sequence Tester Digital Phase-order multicolour

    This 3P phase meter is designed to detect the state of open phase and the sequence of phase, the sequence of phase is indicated by light-emitting diode (LED) and buzzer. Multifunctional design, non- detection safety measurement, with phase sequence measurement live power detection and disconnection detection phase detection function. With automatic shutdown and buzzer indicating function. It is suitable for household measurement, electrical appliance maintenance, factory measurement, building measurement, electrical pump overhaul, etc. Features: Compact and lightweight, easy to carry, fast and accurate testing, with high safety. It can be used to detect the state of open phase and the sequence of phase, the sequence of phase is indicated by light-emitting diode (LED) and buzzer. ?Multifunctional design, non- detection safety measurement, with phase sequence measurement live power detection and disconnection detection phase detection function. With automatic shutdown and buzzer indicating function. No battery design, it can also work normally without a battery and is easy to use. Equipped with an indicator light to indicate, convenient and easy to understand. Wear-resistant button design, one button on, one button off. The instrument is equipped with three test pens, fisheye needle or wire connector diameter of not more than 10 mm pins can be connected to the alligator clips. With alligator clips, the terminals of the control panel are easily involved, guaranteeing reliability and safety. It is suitable for household measurement, electrical appliance maintenance, factory measurement, building measurement, electrical pump overhaul, etc. Specifications: Name: Phase Meter Material: plastics Item size: 85 * 64 * 23mm / 3.35 * 2.52 * 0.91in Package size: 170 * 110 * 50mm / 6.69 * 4.33 * 1.97in Package weight: 228g / 8.04ounce Packing List: 1 * Phase Meter 3 * Clips 1 * Manual 1 * Storage Bag

    Price: 19.99 £ | Shipping*: 0.0 £
  • Phase
    Phase

    Jack Garratt's "Phase (Deluxe Edition)" is a swirling whirlpool of musical experimentation, blending genres like a cocktail mixologist gone rogue. This album is a rollercoaster of emotions, a journey through the highs and lows of Garratt's soulful voice and expertly crafted beats. From the funky basslines of "Breathe Life" to the haunting vocals of "Weathered," Garratt's range is as vast as the ocean. Each track is a standalone masterpiece, yet together they form a cohesive, mind-bending tapestry of sound. The Deluxe Edition adds an extra layer of richness to an already sumptuous feast for the ears. The bonus tracks are like icing on a delicious cake, adding new dimensions to an already expansive album. Garratt's music is a perfect soundtrack for both a sweaty dance floor and a solitary night in, contemplating life's mysteries. His lyrics are both poetic and deeply personal, touching on themes of love, loss, and self-discovery. Overall, "Phase (Deluxe Edition)" is a triumph of musical creativity. Jack Garratt has firmly established himself as a force to be reckoned with in the music industry, and this album is further proof of his immense talent. Dive in and let yourself be swept away by the magic of Jack Garratt's music.

    Price: 6.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 £
  • Is there single-phase or two-phase high voltage?

    High voltage can be either single-phase or two-phase. Single-phase high voltage systems have one live conductor and one neutral conductor, while two-phase high voltage systems have two live conductors that are 90 degrees out of phase with each other. The choice between single-phase or two-phase high voltage depends on the specific requirements of the electrical system and the application it is being used for.

  • Is it a depressive phase or just a phase?

    Determining whether it is a depressive phase or just a phase can be challenging. It is important to consider the duration, intensity, and impact on daily functioning of the feelings or symptoms. If the feelings of sadness, hopelessness, or lack of interest persist for an extended period of time and significantly interfere with daily life, it may indicate a depressive phase. Consulting with a mental health professional can help in making a more accurate assessment and determining the appropriate course of action.

  • What is the phase e and the phase q?

    The phase e and the phase q are two components of the Park transformation, which is used to convert the three-phase quantities into a two-phase reference frame. The phase e represents the in-phase component of the three-phase system, while the phase q represents the quadrature component. These two components are orthogonal to each other and are used to simplify the analysis and control of three-phase systems, particularly in the context of electric machines and power systems.

  • 'Phase or Emo?'

    Both Phase and Emo are subcultures that emerged in the early 2000s, characterized by their unique fashion, music, and attitudes. Phase is often associated with bright colors, scene haircuts, and a love for electronic and pop-punk music, while Emo is known for its darker, more emotional aesthetic and a preference for emo and post-hardcore music. Both subcultures have had a significant impact on youth culture and music, and individuals may identify with elements of both or transition between the two over time. Ultimately, the choice between Phase and Emo comes down to personal style and musical preferences.

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