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
  • Reading Level
      Reading Level
      Clear All
      Reading Level
  • Content Type
      Content Type
      Clear All
      Content Type
  • Year
      Year
      Clear All
      From:
      -
      To:
  • More Filters
      More Filters
      Clear All
      More Filters
      Item Type
    • Is Full-Text Available
    • Subject
    • Country Of Publication
    • Publisher
    • Source
    • Target Audience
    • Donor
    • Language
    • Place of Publication
    • Contributors
    • Location
159 result(s) for "Software configuration management Computer programs."
Sort by:
Microsoft System Center 2012 R2 Compliance Management Cookbook
Dive into practical solutions for ensuring IT compliance with this detailed cookbook. Harness the power of Microsoft System Center 2012 R2 and Microsoft Security Compliance Manager to build and manage robust compliance programs. Through over 40 targeted recipes, you will learn to implement compliance policies in your environment effectively.What this Book will help me doDesign comprehensive IT compliance programs tailored to your organization's needs.Leverage Microsoft Security Compliance Manager to simplify policy creation.Deploy compliance baselines using System Center Configuration Manager for efficient rollout.Monitor IT compliance dynamically with System Center Operations Manager.Generate actionable compliance reports to stay ahead in audits.Author(s)Andreas Baumgarten, a seasoned IT professional, specializes in Microsoft technologies with over 20 years of expertise. He has extensive experience implementing compliance and IT management solutions in enterprise environments. He brings a practical, hands-on approach to technical problems, making complex topics accessible and actionable through his work.Who is it for?If you are an IT administrator, manager, or security professional tasked with ensuring your organization's systems meet compliance standards, this book is for you. It is particularly suited for those with some familiarity with Microsoft System Center tools. You'll discover how to build and manage compliance programs efficiently. Perfect for IT professionals looking to advance in compliance roles.
Microsoft System Center Configuration Manager Advanced Deployment
If you are an experienced Configuration Manager administrator looking to advance your career or get more from your current environment, then this book is ideal for you. Prior experience of deploying and managing a Configuration Manager site would be helpful in following the examples throughout this book.
Microsoft System Center Configuration Manager Advanced Deployment
Microsoft System Center Configuration Manager is an enterprise device management solution from Microsoft. It helps manage applications from a single location, managing deployments on single or multiple devices and providing security of data stored on those devices. It contains a large number of features that are not always exposed in every environment. Expanding your knowledge of Configuration Manager will ensure that you and your organization get the best out of your investment in Configuration Manager. This book will give you thorough insights into Configuration Manager environments from a design perspective. You will understand how proper decisions made at the first stage of a deployment can lead to a successful implementation at the later stages. Following this, you will learn how to secure your site using certificates and also deploy and manage endpoint protection to clients.
Mastering System center 2012 configuration manager
Expert coverage of Microsoft's highly anticipated network software deployment tool The latest version of System Center Configuration Manager (SCCM) is a dramatic update of its predecessor Configuration Manager 2007, and this book offers intermediate-to-advanced coverage of how the new SCCM boasts a simplified hierarchy, role-based security, a new console, flexible application deployment, and mobile management. You'll explore planning and installation, migrating from SCCM 2007, deploying software and operating systems, security, monitoring and troubleshooting, and automating and customizing SCCM 2012 with scripts. - Features an unparalleled team of authors, two of whom are insiders at Microsoft and have worked with SCCM since nearly its inception - Provides in-depth coverage and offers a hands-on approach to learning all there is to know about SCCM - Explores why SCCM 2012 is the most significant update in its 16-year history Packed with real-world scenarios to show you how to use SCCM in various contexts, Mastering System Center Configuration Manager 2012 covers all aspects of this powerful and complete network software deployment tool.
Group Policy
Get up to speed on the latest Group Policy tools, features, and best practices Group Policy , Fundamentals, Security, and the Managed Desktop, 3rd Edition help s you streamline Windows and Windows Server management using the latest Group Policy tools and techniques.
A robotic platform for flow synthesis of organic compounds informed by AI planning
Progress in automated synthesis of organic compounds has been proceeding along parallel tracks. One goal is algorithmic prediction of viable routes to a desired compound; the other is implementation of a known reaction sequence on a platform that needs little to no human intervention. Coley et al. now report preliminary integration of these two protocols. They paired a retrosynthesis prediction algorithm with a robotically reconfigurable flow apparatus. Human intervention was still required to supplement the predictor with practical considerations such as solvent choice and precise stoichiometry, although predictions should improve as accessible data accumulate for training. Science , this issue p. eaax1566 An automated synthesis platform conducts reactions on the basis of a human-devised workflow informed by a retrosynthesis algorithm. The synthesis of complex organic molecules requires several stages, from ideation to execution, that require time and effort investment from expert chemists. Here, we report a step toward a paradigm of chemical synthesis that relieves chemists from routine tasks, combining artificial intelligence–driven synthesis planning and a robotically controlled experimental platform. Synthetic routes are proposed through generalization of millions of published chemical reactions and validated in silico to maximize their likelihood of success. Additional implementation details are determined by expert chemists and recorded in reusable recipe files, which are executed by a modular continuous-flow platform that is automatically reconfigured by a robotic arm to set up the required unit operations and carry out the reaction. This strategy for computer-augmented chemical synthesis is demonstrated for 15 drug or drug-like substances.
Ansible Quick Start Guide
Configuration Management (CM) tools help administrators reduce their workload. Ansible is one of the best Configuration Management tools, and can act as an orchestrator for managing other CMs. This book is the easiest way to learn how to use Ansible as an orchestrator and a Configuration Management tool. With this book, you'll learn how to.
Classifying Software Changes: Clean or Buggy?
This paper introduces a new technique for finding latent software bugs called change classification. Change classification uses a machine learning classifier to determine whether a new software change is more similar to prior buggy changes, or clean changes. In this manner, change classification predicts the existence of bugs in software changes. The classifier is trained using features (in the machine learning sense) extracted from the revision history of a software project, as stored in its software configuration management repository. The trained classifier can classify changes as buggy or clean with 78% accuracy and 65% buggy change recall (on average). Change classification has several desirable qualities: (1) the prediction granularity is small (a change to a single file), (2) predictions do not require semantic information about the source code, (3) the technique works for a broad array of project types and programming languages, and (4) predictions can be made immediately upon completion of a change. Contributions of the paper include a description of the change classification approach, techniques for extracting features from source code and change histories, a characterization of the performance of change classification across 12 open source projects, and evaluation of the predictive power of different groups of features.
Mining version histories to guide software changes
We apply data mining to version histories in order to guide programmers along related changes: \"Programmers who changed these functions also changed...\" Given a set of existing changes, the mined association rules 1) suggest and predict likely further changes, 2) show up item coupling that is undetectable by program analysis, and 3) can prevent errors due to incomplete changes. After an initial change, our ROSE prototype can correctly predict further locations to be changed; the best predictive power is obtained for changes to existing software. In our evaluation based on the history of eight popular open source projects, ROSE's topmost three suggestions contained a correct location with a likelihood of more than 70 percent.