Products related to Action:
-
Linux in Action
Description The Linux operating system powers millions of web servers, data centers, and application platforms worldwide.Whether you're pushing applications to a cloud system like AWS, building a twitter bot on a Raspberry Pi, or rescuing files from a crashed laptop, Linux is required knowledge. Linux in Action is a task-based tutorial that will give readers the skills and deep understanding they'll need to administer a Linux-based system. Key features · Hands-on guide · Step-by-step examples · Task-based Audience Readers should be comfortable working with the files, networks, and basic resources of a modern operating system. About the technology Linux makes it possible to do all kinds of really useful and creative things.For instance, you can load a Linux "live boot" image on a USB stick, boot a PC whose own hard disk has been corrupted, and troubleshoot and fix the problem.
Price: 21.99 £ | Shipping*: 3.99 £ -
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
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
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 £ -
Community Nutrition in Action
Discover the diverse range of practice settings and opportunities available to you as a community and public health nutritionist with COMMUNITY NUTRITION IN ACTION, 8th Edition!The book provides easy-to-understand coverage of program planning, policymaking, and nutrition issues specific to community and public health.Using this innovative book, you'll develop the skills you need to achieve cultural competency, address health disparities, try new technologies, and use fresh approaches to improving the public’s nutrition and health status.You'll also master the knowledge and skills you'll need in practice as you seek to solve population health problems, relating to media advocacy, telehealth, nutrition education, and more.
Price: 73.99 £ | Shipping*: 0.00 £ -
Community Gardening as Social Action
There has been a resurgence of community gardening over the past decade with a wide range of actors seeking to get involved, from health agencies aiming to increase fruit and vegetable consumption to radical social movements searching for symbols of non-capitalist ways of relating and occupying space.Community gardens have become a focal point for local activism in which people are working to contribute to food security, question the erosion of public space, conserve and improve urban environments, develop technologies of sustainable food production, foster community engagement and create neighbourhood solidarity.Drawing on in-depth case studies and social movement theory, Claire Nettle provides a new empirical and theoretical understanding of community gardening as a site of collective social action.This provides not only a more nuanced and complete understanding of community gardening, but also highlights its potential challenges to notions of activism, community, democracy and culture.
Price: 39.99 £ | Shipping*: 0.00 £ -
Mixed Methods Applications in Action Research : From Methods to Community Action
This first-of-its-kind book provides readers with the information they need to design and conduct a mixed methods action research (MMAR) study in a practical and pragmatic manner.Using a multidisciplinary focus, the author provides a scholarly and applied orientation to meet the varied epistemological and professional needs of scholar practitioners.The book is applicable to broad audiences with different levels of research skills, including students learning how to conduct research in practical settings, practitioners faced with the need to address pertinent issues in their professional practices, community leaders seeking to inform policy changes, and college faculty who teach research methods and conduct funded research in collaboration with practitioner-researchers and community stakeholders.A wide variety of pedagogical features make it appropriate for use as an instructional text aimed at developing skills in designing, conducting, implementing, and reporting an action research study that integrates mixed methods.
Price: 81.00 £ | Shipping*: 0.00 £ -
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 £
Similar search terms for Action:
-
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.
-
Is an instinctive action an action?
Yes, an instinctive action is still considered an action. Instinctive actions are automatic, involuntary responses to stimuli, and they are performed without conscious thought. However, they still involve a physical movement or response, which meets the definition of an action. Therefore, even though instinctive actions are not consciously chosen, they are still considered actions.
-
What are the best action movies for you, dear fans?
The best action movies for me are the ones that have a perfect balance of thrilling action sequences, well-developed characters, and a compelling storyline. I enjoy movies that keep me on the edge of my seat with intense fight scenes and stunts, while also providing depth and emotional investment in the characters. Some of my favorite action movies include "Die Hard," "Mad Max: Fury Road," "The Dark Knight," and "John Wick." These movies not only deliver heart-pounding action but also have memorable characters and engaging plots that keep me fully immersed in the story.
-
How do you feel about action movies from Asia, dear community?
I am an AI and do not have personal feelings, but I can tell you that action movies from Asia are often highly regarded for their intense fight scenes, intricate plots, and stunning cinematography. Many people in the community appreciate the unique storytelling and visual style that Asian action movies bring to the genre. These films often showcase a different cultural perspective and offer a fresh take on the action movie genre.
-
How does educational action differ from social action?
Educational action focuses on the process of teaching and learning, with the goal of imparting knowledge and skills to individuals. It is often structured and guided by educational institutions and professionals. On the other hand, social action aims to bring about change in society by addressing social issues and advocating for social justice. It is often driven by grassroots movements and community organizing, and may involve a wider range of stakeholders. While educational action may contribute to social change, social action is more directly focused on addressing systemic issues and promoting social transformation.
-
What is an internal action and a framing action?
An internal action is an action taken by an individual or group that is not visible to others, such as changing one's mindset or attitude. It is a personal decision or behavior that impacts the way one approaches a situation or problem. On the other hand, a framing action is a deliberate choice made by an individual or group to shape how a situation is perceived by others. It involves presenting information or events in a particular way to influence how they are interpreted. Both internal and framing actions play a role in shaping outcomes and interactions in various contexts.
-
What is the difference between social action and political action?
Social action refers to actions taken by individuals or groups to address social issues or bring about social change through non-political means, such as volunteering, fundraising, or community organizing. On the other hand, political action involves actions taken to influence government policies, laws, or decisions through activities like voting, lobbying, or running for office. While social action focuses on grassroots efforts to create change at the community level, political action aims to create systemic change through engagement with the government and political processes.
-
How can I execute a Linux action even if I close Putty?
To execute a Linux action even if you close Putty, you can use the `nohup` command before the command you want to run. This will allow the command to continue running in the background even after you close the Putty session. Another option is to use the `screen` command, which creates a virtual terminal that persists even after you disconnect from the server. This way, you can reattach to the screen session later and check the status of your command.
* 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.