Search Results Heading

MBRLSearchResults

mbrl.module.common.modules.added.book.to.shelf
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Are you sure you want to remove the book from the shelf?
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
    Done
    Filters
    Reset
  • Discipline
      Discipline
      Clear All
      Discipline
  • Is Peer Reviewed
      Is Peer Reviewed
      Clear All
      Is Peer Reviewed
  • Series Title
      Series Title
      Clear All
      Series Title
  • Reading Level
      Reading Level
      Clear All
      Reading Level
  • Year
      Year
      Clear All
      From:
      -
      To:
  • More Filters
      More Filters
      Clear All
      More Filters
      Content Type
    • Item Type
    • Is Full-Text Available
    • Subject
    • Country Of Publication
    • Publisher
    • Source
    • Target Audience
    • Donor
    • Language
    • Place of Publication
    • Contributors
    • Location
377,657 result(s) for "Operating Systems"
Sort by:
Kickstart Operating System Design
Operating systems (OS) are the backbone of modern computing, enabling seamless interaction between hardware and software across desktops, mobile devices, embedded systems, and networks. A solid understanding of OS design is essential for students pursuing careers in software development, system architecture, cybersecurity, and IT infrastructure. [Kickstart Operating System Design] provides a structured, university-aligned approach to OS design, covering foundational and advanced topics essential for mastering this critical field. Explore core concepts such as process management, system calls, multithreading, CPU scheduling, memory allocation, and file system architecture. Delve into advanced areas like distributed OS, real-time and embedded systems, mobile and network OS, and security mechanisms that protect modern computing environments. Each chapter breaks down complex topics with clear explanations, real-world examples, and practical applications, ensuring an engaging and exam-focused learning experience. Whether you're preparing for university exams, technical interviews, or industry roles, mastering OS design will give you a competitive edge. Don't miss out--build expertise in one of the most critical domains of computer science today!.
CentOS Stream 9 Essentials
CentOS Stream 9 Essentials is designed to provide detailed information on the installation, use, and administration of the CentOS 9 distribution. For beginners, the book covers topics such as operating system installation, the basics of the GNOME desktop environment, configuring email and web servers, and installing packages and system updates using App Streams. Additional installation topics, such as dual booting with Microsoft Windows, are also covered, together with all important security topics, such as configuring a firewall and user and group administration. For the experienced user, topics such as remote desktop access, the Cockpit web interface, logical volume management (LVM), disk partitioning, swap management, KVM virtualization, Secure Shell (SSH), Linux Containers, and file sharing using both Samba and NFS are covered in detail to provide a thorough overview of this enterprise class operating system.
System Center 2016 Virtual Machine Manager Cookbook
Microsoft System Center Virtual Machine Manager (SCVMM) focuses on efficiency with multiple features to help administrators consolidate physical servers within a centrally virtualized environment. This book will allow you to implement the Microsoft System Center family of components effectively and efficiently.
Start with AlmaLinux - Your Free Path to Enterprise-Level Linux
Learn to install, configure, and manage AlmaLinux for enterprise and cloud environments. Gain hands-on experience in system administration, security, and server roles, from installation to troubleshooting.Key FeaturesComprehensive coverage from installation to system administrationFocus on cloud platforms like AWS and Azure for real-world applicationsIn-depth security training with tools like Fail2Ban for server protectionBook DescriptionAlmaLinux is quickly becoming a popular choice for organizations transitioning from CentOS, offering a free, open-source alternative with strong enterprise backing. This course takes you through the fundamentals of AlmaLinux, starting with its core principles, advantages, and the long-term support model that ensures stability for your enterprise solutions. Next, you'll explore practical use cases across servers, cloud platforms like AWS and Azure, and enterprise applications. You'll gain hands-on experience with AlmaLinux installation on both physical and virtual environments, including configuring static networks and applying system updates. The course focuses on core system administration, covering file system structure, user management, service handling with systemctl, and setting up key server roles like web and file servers. Security is also a major focus, with a dedicated module on Fail2Ban to safeguard your servers. The course wraps up with an overview of resources for continued learning, including how to contribute to AlmaLinux’s community. By the end, you'll be equipped with practical skills to deploy and manage AlmaLinux in both enterprise and cloud environments.What you will learnInstall and configure AlmaLinux on physical and virtual machinesManage packages and system updates using dnfSet up and manage users and permissions securelyAdminister services and configure network settingsDeploy and troubleshoot web and file serversSecure servers using Fail2Ban to prevent unauthorized accessWho this book is forThis course is ideal for IT professionals, system administrators, and developers who wish to master AlmaLinux. A basic understanding of Linux systems is recommended, but not required. Prerequisites include familiarity with command-line interfaces and an interest in learning enterprise-grade Linux systems.
Reactive programming with Swift 4
Learn how to solve blocking user experience and build event based reactive applications with Swift. Key Features Build fast and scalable apps with RxSwift Apply reactive programming to solve complex problems and build efficient programs with reactive user interfaces Take expressiveness, scalability, and maintainability of your Swift code to the next level with this practical guide Book Description RxSwift belongs to a large family of Rx implementations in different programming languages that share almost identical syntax and semantics. Reactive approach will help you to write clean, cohesive, resilient, scalable, and maintainable code with highly configurable behavior. This book will introduce you to the world of reactive programming, primarily focusing on mobile platforms. It will tell how you can benefit from using RxSwift in your projects, existing or new. Further on, the book will demonstrate the unbelievable ease of configuring asynchronous behavior and other aspects of the app that are traditionally considered to be hard to implement and maintain. It will explain what Rx is made of, and how to switch to reactive way of thinking to get the most out of it. Also, test production code using RxTest and the red/ green approach. Finally, the book will dive into real-world recipes and show you how to build a real-world app by applying the reactive paradigm. By the end of the book, you’ll be able to build a reactive swift application by leveraging all the concepts this book takes you through. What you will learn Understand the practical benefits of Rx on a mobile platform Explore the building blocks of Rx, and Rx data flows with marble diagrams Learn how to convert an existing code base into RxSwift code base Learn how to debug and test your Rx Code Work with Playgrounds to transform sequences by filtering them using map, flatmap and other operators Learn how to combine different operators to work with Events in a more controlled manner. Discover RxCocoa and convert your simple UI elements to Reactive components Build a complete RxSwift app using MVVM as design pattern Who this book is for This book is for the developers who are familiar with Swift and iOS application development and are looking out to reduce the complexity of their apps. Prior experience of reactive programming is not necessary.