Buy linux-fans.com ?

Products related to Ingenuity:


  • Rubens’s Spirit : From Ingenuity to Genius
    Rubens’s Spirit : From Ingenuity to Genius

    Peter Paul Rubens was the most inventive and prolific northern European artist of his age.This book discusses his life and work in relation to three interrelated themes: spirit, ingenuity and genius.It argues that Rubens and his reception were pivotal in the transformation of early modern ingenuity into Romantic genius.Ranging across the artist’s entire career, it explores Rubens’s engagement with these themes in his art and biography.The book looks at Rubens’s forays into altarpiece painting in Italy as well as his collaborations with fellow artists in his hometown of Antwerp, and his complex relationship with the spirit of pleasure.It concludes with his late landscapes in connection to genius loci, the spirit of the place.

    Price: 17.95 £ | Shipping*: 3.99 £
  • 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 £
  • The City Electric : Infrastructure and Ingenuity in Postsocialist Tanzania
    The City Electric : Infrastructure and Ingenuity in Postsocialist Tanzania

    Over the last twenty years of neoliberal reform, the power supply in Dar es Salaam, Tanzania’s metropolis, has become less reliable even as its importance has increased.Though mobile phones, televisions, and refrigerators have flooded the city, the electricity required to run these devices is still supplied by the socialist-era energy company Tanesco, which is characterized by increased fees, aging infrastructure, and a sluggish bureaucracy.While some residents contemplate off-grid solutions, others repair, extend, or tap into the state network with the assistance of freelance electricians or moonlighting utility employees.In The City Electric Michael Degani explores how electricity and its piracy has become a key site for urban Tanzanians to enact, experience, and debate their social contract with the state.Moving from the politics of generation contracts down to the street-level experience of blackouts and disconnection patrols, he reveals the logics of infrastructural modification and their effects on everyday life.As politicians, residents, electricians, and utility inspectors all redistribute flows of payment and power, they reframe the energy grid both as a technical system and as an ongoing experiment in collective interdependence.

    Price: 20.99 £ | Shipping*: 3.99 £
  • Indigenous Ingenuity : A Celebration of Traditional North American Knowledge
    Indigenous Ingenuity : A Celebration of Traditional North American Knowledge

    "An astonishing, exuberant treasure trove of history, science and hands-on activities that repeatedly begs the question: "Why didn't I know this?" Essential for kids and adults.We need this book." -Candace Fleming, award-winning author of The Rise and Fall of Charles Lindbergh and The Family RomanovCorn.Chocolate. Fishing hooks. Boats that float. Insulated double-walled construction. Recorded history and folklore. Life-saving disinfectant. Forest fire management. Our lives would be unrecognizable without these, and countless other, scientific discoveries and technological inventions from Indigenous North Americans. Spanning topics from transportation to civil engineering, hunting technologies, astronomy, brain surgery, architecture, and agriculture, Indigenous Ingenuity is a wide-ranging STEM offering that answers the call for Indigenous nonfiction by reappropriating hidden history.The book includes fun, simple activities and experiments that kids can do to better understand and enjoy the principles used by Indigenous inventors.Readers of all ages are invited to celebrate traditional North American Indigenous innovation, and to embrace the mindset of reciprocity, environmental responsibility, and the interconnectedness of all life.

    Price: 16.99 £ | Shipping*: 3.99 £
  • Indigenous Ingenuity : A Celebration of Traditional North American Knowledge
    Indigenous Ingenuity : A Celebration of Traditional North American Knowledge

    Celebrate Indigenous thinkers and inventions with this beautifully designed, award-winning interactive nonfiction book-perfect for fans of Braiding Sweetgrass. " Essential for kids and adults. We need this book." -Candace Fleming, award-winning author of The Rise and Fall of Charles Lindbergh and The Family RomanovCorn.Chocolate. Fishing hooks. Boats that float. Insulated double-walled construction. Recorded history and folklore. Life-saving disinfectant. Forest fire management. Our lives would be unrecognizable without these, and countless other, scientific discoveries and technological inventions from Indigenous North Americans.Spanning topics from transportation to civil engineering, hunting technologies, astronomy, brain surgery, architecture, and agriculture, Indigenous Ingenuity is a wide-ranging STEM offering that answers the call for Indigenous nonfiction by reappropriating hidden history.The book includes fun, simple activities and experiments that kids can do to better understand and enjoy the principles used by Indigenous inventors.Readers of all ages are invited to celebrate traditional North American Indigenous innovation, and to embrace the mindset of reciprocity, environmental responsibility, and the interconnectedness of all life.An NCTE Orbis Pictus Honor BookAn American Association of Geography Recommended BookA National Education Society Read Across America SelectionWinner of the Nerdy Book Club Award for Best Longform NonfictionA Canadian Children's Book Centre Best Books for Kids & TeensA School Library Journal Best Book of the YearA Shelf Awareness Gift Guide SelectionA Junior Library Guild SelectionRecommended Reading on Indigenous Rights by The American Society of International Law

    Price: 8.99 £ | Shipping*: 3.99 £
  • 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 £
  • Foreign Bodies : The Terror of Contagion, the Ingenuity of Science
    Foreign Bodies : The Terror of Contagion, the Ingenuity of Science

    ‘This splendid and often moving work of history… Schama has a gift for combining novelistically colourful detail, serious analysis and wryly amusing asides’ Daily Telegraph ‘Superb’ Observer ‘Extraordinary… A meticulous retelling of a terrible yet scientifically innovative period… Makes an urgent case for building a better future on our toxic past’ Guardian ‘This is history of the best sort – humanly engaged but never sentimental’ Mail on Sunday Cities and countries engulfed by panic and death, desperate for vaccines but fearful of what inoculation may bring.This is what the world has just gone through with Covid-19.But as Simon Schama shows in his epic history of vulnerable humanity caught between the terror of contagion and the ingenuity of science, it has happened before. Characteristically, with Schama the message is delivered through gripping, page-turning stories set in the eighteenth and nineteenth centuries: smallpox strikes London; cholera hits Paris; plague comes to India.Threading through the scenes of terror, suffering and hope – in hospitals and prisons, palaces and slums – are an unforgettable cast of characters: a philosopher-playwright burning up with smallpox in a country chateau; a vaccinating doctor paying house calls in Halifax; a woman doctor in south India driving her inoculator-carriage through the stricken streets as dead monkeys drop from the trees.But we are also in the labs when great, life-saving breakthroughs happen, in Paris, Hong Kong and Mumbai. At the heart of it all, an unsung hero: Waldemar Haffkine.A gun-toting Jewish student in Odesa turned microbiologist at the Pasteur Institute, hailed in England as ‘the saviour of mankind’ for vaccinating millions against cholera and bubonic plague in British India while being cold-shouldered by the medical establishment of the Raj.Creator of the world’s first mass production line of vaccines in Mumbai, he is tragically brought down in an act of shocking injustice. Foreign Bodies crosses borders between east and west, Asia and Europe, the worlds of rich and poor, politics and science.Its thrilling story carries with it the credo of its author on the interconnectedness of humanity and nature; of the powerful and the people.Ultimately, Schama says, as we face the challenges of our times together, ‘there are no foreigners, only familiars’.

    Price: 12.99 £ | Shipping*: 3.99 £

Similar search terms for Ingenuity:


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

  • How can one downgrade the Linux kernel?

    To downgrade the Linux kernel, you can follow these steps: 1. First, identify the version of the kernel you want to downgrade to and make sure it is available in your distribution's package repository. 2. Next, use the package manager of your Linux distribution to remove the current kernel version. For example, in Ubuntu, you can use the command `sudo apt-get remove linux-image-<version>`. 3. Then, install the desired kernel version using the package manager. For example, in Ubuntu, you can use the command `sudo apt-get install linux-image-<desired_version>`. 4. Finally, reboot your system to load the downgraded kernel. Keep in mind that downgrading the kernel may have implications for system stability and compatibility with hardware and software, so it's important to carefully consider the reasons for downgrading and to backup important data before proceeding.

  • What makes the Linux kernel so special?

    The Linux kernel is special for several reasons. Firstly, it is open-source, meaning that its source code is freely available for anyone to use, modify, and distribute. This has led to a large and active community of developers constantly improving and updating the kernel. Additionally, the Linux kernel is highly customizable and can be tailored to specific needs, making it suitable for a wide range of devices and systems. Finally, the Linux kernel is known for its stability, security, and performance, making it a popular choice for servers, embedded systems, and other critical applications.

  • Why can't the Linux kernel be loaded?

    The Linux kernel cannot be loaded because it is a fundamental part of the operating system that needs to be present in memory before any other software can run. The kernel is responsible for managing the system's resources, such as memory, CPU, and devices, and it provides essential services for other software to function. Without the kernel, the operating system cannot start and the computer cannot run any programs. Therefore, the kernel needs to be loaded into memory during the boot process in order for the operating system to become operational.

  • How can I activate a newer Linux kernel?

    To activate a newer Linux kernel, you can follow these steps: 1. Download the desired kernel version from the official Linux kernel website. 2. Compile the kernel source code on your system using the appropriate tools and configurations. 3. Install the newly compiled kernel on your system and update the bootloader configuration to boot from the new kernel. 4. Reboot your system to activate the newer Linux kernel.

  • How can one use Linux Ubuntu for programming server applications and similar tasks?

    To use Linux Ubuntu for programming server applications and similar tasks, one can start by installing the necessary programming languages and tools such as Python, Ruby, Node.js, or Java. Ubuntu's package manager, apt, can be used to easily install these tools. Next, one can set up a development environment by installing a text editor or an integrated development environment (IDE) such as Visual Studio Code or IntelliJ IDEA. Additionally, Ubuntu's terminal can be used to run server applications and manage the server environment. Finally, one can utilize Ubuntu's robust networking capabilities to configure and manage server applications, such as setting up web servers, databases, and other server-related tasks.

  • How can one simulate a kernel panic in Linux?

    To simulate a kernel panic in Linux, you can use the Magic SysRq key. First, you need to enable the Magic SysRq key by setting the value of /proc/sys/kernel/sysrq to 1. Then, you can trigger a kernel panic by pressing Alt + SysRq + C. This will cause the system to crash and display a kernel panic message. It is important to note that triggering a kernel panic should only be done for testing purposes and can result in data loss.

  • How can I stop pinging in the Linux kernel?

    To stop pinging in the Linux kernel, you can disable the ICMP echo requests by modifying the kernel parameters. You can do this by setting the value of `icmp_echo_ignore_all` to 1 in the `/proc/sys/net/ipv4/` directory. This will prevent the kernel from responding to ping requests. Additionally, you can also use firewall rules to block incoming ICMP echo requests.

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