Buy linux-fans.com ?

Products related to Engineering:


  • 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 £
  • Programming and Engineering Computing with MATLAB 2019
    Programming and Engineering Computing with MATLAB 2019


    Price: 59.00 £ | Shipping*: 0.00 £
  • Programming and Engineering Computing with MATLAB 2021
    Programming and Engineering Computing with MATLAB 2021


    Price: 67.00 £ | Shipping*: 0.00 £
  • Programming and Engineering Computing with MATLAB 2023
    Programming and Engineering Computing with MATLAB 2023


    Price: 68.99 £ | Shipping*: 0.00 £
  • Practical Reverse Engineering : x86, x64, ARM, Windows Kernel, Reversing Tools, and Obfuscation
    Practical Reverse Engineering : x86, x64, ARM, Windows Kernel, Reversing Tools, and Obfuscation

    Analyzing how hacks are done, so as to stop them in the future Reverse engineering is the process of analyzing hardware or software and understanding it, without having access to the source code or design documents.Hackers are able to reverse engineer systems and exploit what they find with scary results.Now the good guys can use the same tools to thwart these threats.Practical Reverse Engineering goes under the hood of reverse engineering for security analysts, security engineers, and system programmers, so they can learn how to use these same processes to stop hackers in their tracks. The book covers x86, x64, and ARM (the first book to cover all three); Windows kernel-mode code rootkits and drivers; virtual machine protection techniques; and much more.Best of all, it offers a systematic approach to the material, with plenty of hands-on exercises and real-world examples. Offers a systematic approach to understanding reverse engineering, with hands-on exercises and real-world examplesCovers x86, x64, and advanced RISC machine (ARM) architectures as well as deobfuscation and virtual machine protection techniquesProvides special coverage of Windows kernel-mode code (rootkits/drivers), a topic not often covered elsewhere, and explains how to analyze drivers step by stepDemystifies topics that have a steep learning curveIncludes a bonus chapter on reverse engineering tools Practical Reverse Engineering: Using x86, x64, ARM, Windows Kernel, and Reversing Tools provides crucial, up-to-date guidance for a broad range of IT professionals.

    Price: 42.00 £ | Shipping*: 0.00 £
  • Docs-as-Ecosystem : The Community Approach to Engineering Documentation
    Docs-as-Ecosystem : The Community Approach to Engineering Documentation

    Investing in engineering documentation (Docs) means investing in community user experience.This book teaches readers how mastering the docs-as-code ecosystem empowers communities to understand better their favorite products and Open-Source (OSS) technologies better. Author Alejandra Quetzalli believes that “docs-as-ecosystem” represents a more comprehensive and collaborative approach to documentation development than “docsas- code” because it recognizes that documentation is more than just code.Docs involve technical writing, design, community feedback, community management, accessibility, SEO, UX, and today… even Artificial Intelligence tools!The word ecosystem promotes a paradigm where we treat documentation as a complex and dynamic system that must be managed and nurtured. In this book, you’ll acquire practical skills such as creating public style guides, incorporating responsive and accessible design, designing user flows and information architecture, retrieving user feedback, and setting up Docs analytics.You’ll learn to identify the difference in work processes between maintaining Docs for a product versus an OSS technology.You’ll discover the secrets to managing technical writers and OSS contributions, all while building a thriving Docs community.To end on a futuristic note, you’ll discover why technical writers who harness Artificial Intelligence (AI) tools (i.e., ChatGPT) need not fear a robot uprising anytime soon.What You'll LearnExamine accessibility and the user experienceUnderstand Information architecture Review docs-as-ecosystem processes Manage technical writersOversee OSS Docs contributions Retrieve and integrate user feedback Build Docs and Education communities Who This Book is ForDevelopers of all levels, VPs of Product/Engineering, Product Managers, and Designers

    Price: 32.99 £ | Shipping*: 0.00 £

Similar search terms for Engineering:


  • Which programming language is used in mechanical engineering?

    Python is commonly used in mechanical engineering due to its versatility, ease of use, and extensive libraries for data analysis, simulation, and visualization. MATLAB is also widely used for numerical computing and modeling in mechanical engineering. Additionally, C++ and Fortran are used for developing high-performance applications and simulations in the field.

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

  • Does electrical engineering have anything to do with programming?

    Yes, electrical engineering does have a connection to programming. Many electrical engineering tasks involve the use of programming to design and control electronic systems, such as microcontrollers, embedded systems, and digital signal processing. Additionally, electrical engineers often use programming languages to develop simulations, analyze data, and automate testing processes. Therefore, having programming skills can be beneficial for electrical engineers to effectively design, develop, and troubleshoot electronic systems.

  • What is chemical engineering process engineering?

    Chemical engineering process engineering is a branch of engineering that focuses on designing, optimizing, and operating processes that involve chemical or biological transformations to produce valuable products. It involves the application of principles from chemistry, physics, biology, and mathematics to develop efficient and sustainable processes in industries such as pharmaceuticals, food and beverage, energy, and environmental protection. Chemical engineers in process engineering work on various stages of a process, from conceptualization and design to implementation and troubleshooting, to ensure the safe and efficient production of desired products.

  • What is process engineering chemical engineering?

    Process engineering in chemical engineering involves designing, optimizing, and operating processes that involve the transformation of raw materials into valuable products. It focuses on the development and implementation of efficient and sustainable processes in industries such as pharmaceuticals, food and beverage, and petrochemicals. Process engineers use principles of chemistry, physics, and mathematics to improve the efficiency, safety, and cost-effectiveness of chemical processes. They play a crucial role in ensuring that chemical processes are environmentally friendly and meet regulatory standards.

  • What is control engineering in electrical engineering?

    Control engineering in electrical engineering is the application of control theory to design systems that regulate the behavior of dynamic systems. It involves the use of mathematical models and algorithms to manipulate the input to a system in order to achieve the desired output. Control engineers design and implement control systems for a wide range of applications, such as robotics, power systems, and industrial automation. This field is crucial for ensuring the stability, efficiency, and safety of electrical systems.

  • Should I study civil engineering or industrial engineering?

    The choice between civil engineering and industrial engineering ultimately depends on your interests and career goals. Civil engineering focuses on the design and construction of infrastructure projects such as buildings, bridges, and roads, while industrial engineering focuses on optimizing processes and systems in various industries. Consider your strengths, interests, and the type of work environment you prefer when making your decision. Researching the job market and potential career opportunities in each field can also help you make an informed decision.

  • Should I study mechanical engineering or automotive engineering?

    The decision between studying mechanical engineering or automotive engineering depends on your interests and career goals. If you are passionate about designing and developing automotive systems, such as engines, transmissions, and vehicle dynamics, then automotive engineering may be the right choice for you. On the other hand, if you are interested in a broader range of engineering principles and want to keep your career options open to various industries, then mechanical engineering may be a better fit. Consider your interests, strengths, and long-term career aspirations to make an informed decision.

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