Products related to Urban:
-
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 £ -
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 € -
Community as Urban Practice
Community is a central idea in urban studies but remains conceptually vague and empirically difficult to work with.Building on existing theories of community, Talja Blokland offers an important contribution to defining and understanding this key theme. Blokland argues that there has been too much focus on community as a stable construct, formed by durable relationships with kin, friends, social groups or neighbours.She draws attention to the non-durable, fluid encounters that constitute community, theorizing communities as shared urban practices in a globalizing world.The book proposes two core ways of thinking about community: the dimension of familiarity, defined by our ability to construct identities, and the dimension of access, defined by our freedom to enter and leave urban spaces.These dimensions form various urban configurations which enable us to experience and practise community in diverse ways.As this book maintains, community is after all an urban practice, not a fixed state of affairs.
Price: 16.99 £ | Shipping*: 3.99 £
-
Is urban design more like city planning or urban development?
Urban design is more closely related to city planning than urban development. City planning focuses on the organization and development of urban areas, including land use, infrastructure, and public spaces, which are all key components of urban design. Urban development, on the other hand, typically refers to the physical construction and economic growth within urban areas, which is influenced by urban design and city planning decisions. Therefore, while urban design is related to both city planning and urban development, it is more aligned with the principles and goals of city planning.
-
What is urban love?
Urban love refers to romantic relationships that develop and thrive within a city or urban environment. It often involves the unique dynamics and challenges of city living, such as busy schedules, diverse cultures, and fast-paced lifestyles. Urban love can be characterized by a sense of excitement, spontaneity, and a shared appreciation for the energy and opportunities that city life has to offer.
-
What is Urban Outfit?
Urban Outfit is a fashion brand that offers trendy and stylish clothing, accessories, and footwear for men and women. The brand is known for its urban and streetwear-inspired designs, catering to a younger demographic looking for fashionable and edgy pieces. Urban Outfit has a wide range of products including jeans, t-shirts, jackets, and sneakers, and is popular for its on-trend and affordable fashion options.
-
What is urban metabolism?
Urban metabolism is a concept that refers to the flow of materials, energy, and resources through an urban area. It involves the inputs of resources such as water, food, and energy, as well as the outputs of waste and emissions. Understanding urban metabolism is important for sustainable urban planning and management, as it helps to assess the environmental impact of urban areas and identify opportunities for resource efficiency and waste reduction. By analyzing urban metabolism, cities can work towards more sustainable and resilient urban development.
Similar search terms for Urban:
-
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-Based Urban Development : Evolving Urban Paradigms in Singapore and Seoul
The book compares different approaches to urban development in Singapore and Seoul over the past decades, by focusing on community participation in the transformation of neighbourhoods and its impact on the built environment and communal life.Singapore and Seoul are known for their rapid economic growth and urbanisation under a strong control of developmental state in the past.However, these cities are at a critical crossroads of societal transformation, where participatory and community-based urban development is gaining importance.This new approach can be seen as a result of a changing relationship between the state and civil society, where an emerging partnership between both aims to overcome the limitations of earlier urban development.The book draws attention to the possibilities and challenges that these cities face while moving towards a more inclusive and socially sustainable post-developmental urbanisation.By applying a comparative perspective to understand the evolving urban paradigms in Singapore and Seoul, this unique and timely book offers insights for scholars, professionals and students interested in contemporary Asian urbanisation and its future trajectories.
Price: 79.99 £ | 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 £ -
Barcelona : Urban Architecture and Community Since 2010
Barcelona is a vibrant hotbed of forward-looking architecture and urban planning.The Catalan metropolis is home to more bold concepts for climate adaptation and urban coexistence than almost anywhere else in Europe.The book highlights some of the most exciting structures built in Barcelona since 2010, bringing readers on a guided tour of surprising residential buildings, intriguing museums and extraordinary community spaces.The projects, including many additions to existing buildings, are documented with photos, floor plans and texts.Supplementary interviews introduce readers to key players in Barcelona’s architectural scene, while essays shed light on little-known aspects of the city’s urban development and transport planning.
Price: 52.00 £ | Shipping*: 0.00 £
-
What does urban risk mean?
Urban risk refers to the potential threats and vulnerabilities that are present in urban areas, including natural disasters, environmental hazards, and social and economic challenges. These risks are often heightened in urban settings due to high population density, inadequate infrastructure, and limited resources. Urban risk management involves identifying and addressing these potential threats to enhance the resilience of cities and protect the well-being of their inhabitants.
-
Is fragmentation an urban problem?
Yes, fragmentation is an urban problem. In urban areas, fragmentation refers to the division of land into smaller and disconnected parcels, often resulting from urban sprawl and development. This can lead to a loss of green spaces, increased traffic congestion, and a decrease in overall connectivity within the city. Fragmentation can also impact the environment by disrupting natural habitats and ecosystems. Therefore, addressing fragmentation is an important aspect of urban planning and development.
-
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.
-
Why doesn't the urban planner start?
The urban planner may not start because they could be waiting for necessary approvals or permits from local government authorities. Additionally, they may be waiting for funding or budgetary approval for the project. The planner may also be conducting further research or analysis to ensure that the project is well-informed and well-prepared before beginning. Finally, the planner may be waiting for input or feedback from stakeholders or community members before moving forward with the project.
* 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.