Mostrando 19,101 - 19,120 Resultados de 22,101 Para Buscar '"The Master"', tiempo de consulta: 0.16s Limitar resultados
  1. 19101
    Publicado 2021
    “…This friendly and hands-on guide shows you how to start mastering Pandas with skills you already know from spreadsheet software. …”
    Libro electrónico
  2. 19102
    Publicado 2004
    Tabla de Contenidos: “…2.9.1 3494 Tape library/VTS -- 2.9.2 Stand-alone tape -- 2.9.3 3174, 2074 -- Chapter 3. z/OS -- 3.1 Configure software for high availability -- 3.1.1 Couple Data Sets -- 3.1.2 Other important data sets -- 3.1.3 Sysres and master catalog sharing -- 3.2 Consoles -- 3.2.1 Addressing WTO and WTOR buffer shortages -- 3.2.2 EMCS consoles -- 3.2.3 Using the HMC as a console -- 3.2.4 Hardware consoles -- 3.2.5 Console setup recommendations -- 3.3 Coupling Facility management -- 3.3.1 Defining CFs and structures -- 3.3.2 Structure placement -- 3.3.3 Structure rebuild considerations -- 3.3.4 Structure duplexing -- 3.3.5 Structure monitoring -- 3.3.6 Structure recommendations -- 3.4 CF operations -- 3.5 IBM Health Checker for z/OS and Sysplex -- 3.5.1 Health Checker description -- 3.5.2 IBM Health Checker recommendations -- 3.6 z/OS msys for Operations -- 3.6.1 Automated Recovery Actions -- 3.6.2 Sysplex operation -- 3.6.3 z/OS msys for Operations recommendations -- 3.7 Sysplex Failure Management (SFM) -- 3.7.1 Configuring for status update missing conditions -- 3.7.2 Configuring for signaling connectivity failures -- 3.7.3 Configuring for Coupling Facility failures -- 3.7.4 SFM recommendations -- 3.8 Automatic Restart Manager (ARM) -- 3.8.1 Configuring for Automatic Restart Management -- 3.8.2 ARMWRAP - The ARM JCL Wrapper -- 3.8.3 ARM recommendations -- 3.9 System Logger (LOGR) -- 3.9.1 Logstream types -- 3.9.2 CF structure considerations -- 3.9.3 System-Managed CF Structure Duplexing -- 3.9.4 DASD based staging data set considerations (DASD-Only) -- 3.9.5 DASD-based staging data set considerations (Coupling Facility) -- 3.9.6 DASD-based log data set considerations -- 3.9.7 Offload considerations -- 3.9.8 Log data retention -- 3.9.9 GMT considerations -- 3.9.10 System Logger recovery -- 3.9.11 System Logger recommendations…”
    Libro electrónico
  3. 19103
    Publicado 2003
    Tabla de Contenidos: “…6.4.2 Kerberos authentication process -- 6.5 Kerberos paths, directories, and files -- 6.6 Authentication services procedures -- 6.7 Kerberos passwords and master key -- 6.8 Kerberos principals -- 6.8.1 Add a Kerberos principal -- 6.8.2 Change the attributes of the Kerberos principal -- 6.8.3 Delete Kerberos principals -- 6.9 Server key -- 6.9.1 Change a server key -- 6.10 Using additional Kerberos servers -- 6.10.1 Set up and initialize a secondary Kerberos server -- 6.10.2 Managing the Kerberos secondary server database -- 6.11 SP services that utilize Kerberos -- 6.11.1 Hardware control subsystem -- 6.11.2 Remote execution commands -- 6.12 Sysctl is a PSSP Kerberos-based security system -- 6.12.1 Sysctl components and process -- 6.12.2 Terms and files related to the sysctl process -- 6.13 Related documentation -- 6.14 Sample questions -- 6.15 Exercises -- Chapter 7. …”
    Libro electrónico
  4. 19104
    Publicado 2004
    Tabla de Contenidos: “…Migrating WebSphere Commerce components -- 10.1 Migration overview -- 10.2 Migrating the commerce instance configuration -- 10.2.1 Migrating the instance -- 10.3 Migrating commerce database -- 10.3.1 Migrating the database -- 10.3.2 Choosing the master catalog -- 10.3.3 Migrating the encrypted data -- 10.4 Migrating Payment Manager -- 10.4.1 Installing a fixpack for WebSphere Payment Manager -- 10.4.2 Installing the WebSphere Commerce Payments remote node -- 10.4.3 Packaging and transferring the WCIM tool -- 10.4.4 Backing up the WebSphere Payment Manager instance -- 10.4.5 Backing up the WebSphere Payment Manager database -- 10.4.6 Transferring assets to WebSphere Commerce Payments node -- 10.4.7 Restoring the WebSphere Payment Manager database -- 10.4.8 Migrating the WebSphere Payment Manager instance -- 10.4.9 Migrating the WebSphere Payment Manager database -- Chapter 11. …”
    Libro electrónico
  5. 19105
    Publicado 2021
    Tabla de Contenidos: “…-- Companion Download Files -- How to Contact the Publisher -- How to Contact the Author -- Chapter 1 Mastering the Terminal Window -- Kali Linux File System -- Terminal Window Basic Commands -- Tmux Terminal Window -- Starting Tmux -- Tmux Key Bindings -- Tmux Session Management -- Navigating Inside Tmux -- Tmux Commands Reference -- Managing Users and Groups in Kali -- Users Commands -- Groups Commands -- Managing Passwords in Kali -- Files and Folders Management in Kali Linux -- Displaying Files and Folders -- Permissions -- Manipulating Files in Kali -- Searching for Files -- Files Compression -- Manipulating Directories in Kali -- Mounting a Directory -- Managing Text Files in Kali Linux -- Vim vs. …”
    Libro electrónico
  6. 19106
    Publicado 2018
    Tabla de Contenidos: “…-- Apache Ranger installation using Ambari -- Ambari admin UI -- Add service -- Service placement -- Service client placement -- Database creation on master -- Ranger database configuration -- Configuration changes -- Configuration review -- Deployment progress -- Application restart -- Apache Ranger user guide -- Login to UI -- Access manager -- Service details -- Policy definition and auditing for HDFS -- Summary -- Chapter 3: Hadoop Design Consideration -- Understanding data structure principles -- Installing Hadoop cluster -- Configuring Hadoop on NameNode -- Format NameNode -- Start all services -- Exploring HDFS architecture…”
    Libro electrónico
  7. 19107
    Publicado 2021
    Tabla de Contenidos: “…-- Working with Sets -- Chapter 4 Cruising Massive Data with Dictionaries -- Understanding Data Dictionaries -- Creating a Data Dictionary -- Accessing dictionary data -- Getting the length of a dictionary -- Seeing whether a key exists in a dictionary -- Getting dictionary data with get() -- Changing the value of a key -- Adding or changing dictionary data -- Looping through a Dictionary -- Data Dictionary Methods -- Copying a Dictionary -- Deleting Dictionary Items -- Having Fun with Multi-Key Dictionaries -- Using the mysterious fromkeys and setdefault methods -- Nesting dictionaries -- Chapter 5 Wrangling Bigger Chunks of Code -- Creating a Function -- Commenting a Function -- Passing Information to a Function -- Defining optional parameters with defaults -- Passing multiple values to a function -- Using keyword arguments (kwargs) -- Passing multiple values in a list -- Passing in an arbitrary number of arguments -- Returning Values from Functions -- Unmasking Anonymous Functions -- Chapter 6 Doing Python with Class -- Mastering Classes and Objects -- Creating a Class -- Creating an Instance from a Class -- Giving an Object Its Attributes -- Creating an instance from a class -- Changing the value of an attribute -- Defining attributes with default values -- Giving a Class Methods -- Passing parameters to methods -- Calling a class method by class name -- Using class variables -- Using class methods -- Using static methods -- Understanding Class Inheritance -- Creating the base (main) class -- Defining a subclass…”
    Libro electrónico
  8. 19108
    Publicado 2022
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Part 1 Meet Your iPhone -- Chapter 1 Unveiling the iPhone -- The Big Picture -- The iPhone as a phone and a digital camera or camcorder -- The iPhone as an iPod -- The iPhone as an internet communications device -- Technical specifications -- A Quick Tour Outside -- On the sides -- On the bottom -- On the front -- On the back -- Status bar -- Home Sweet Home Screen -- The first Home screen -- The second Home screen -- The dock (all Home screens) -- Chapter 2 iPhone Basic Training -- Activating the iPhone -- Turning the iPhone On and Off -- Pointing a finger at Touch ID -- Facing up to Face ID -- Continuing the setup -- Locking the iPhone -- Mastering the Multitouch Interface -- Discovering the special-use keys -- One-handed keyboard -- The incredible, intelligent, and virtual iPhone keyboard -- Anticipating what comes next -- Correcting mistakes -- Choosing an alternative keyboard -- Cutting, copying, pasting, and replacing -- Multitasking -- Navigating beyond the Home Screen -- Organizing Icons into Folders -- Visiting the App Library -- Watching Widgets -- Proactive Searching -- Notifications and Today View -- Chapter 3 Synchronicity: Getting Stuff to and from Your iPhone -- A Brief iCloud Primer -- The Kitchen Sync -- First things first: About iPhone backups -- Sync prep 101 -- Syncing Your Data with iTunes or Finder -- Syncing contacts -- Syncing calendars -- Advanced syncing -- Synchronizing Your Media -- Music, movies, TV shows, and podcasts -- Photos -- Manual Syncing -- Chapter 4 Understanding the Phone-damentals -- Making a Call -- Adding contacts -- Setting up favorites -- Viewing the Recents list -- Dialing with the keypad…”
    Libro electrónico
  9. 19109
    Quickbooks 2022 all-in-one for dummies
    QuickBooks 2022 All–in–One For Dummies
    Publicado 2021
    Tabla de Contenidos: “…. -- Book 2 Getting Ready to Use QuickBooks -- Chapter 1 Setting Up QuickBooks -- Planning Your New QuickBooks System -- What accounting does -- What accounting systems do -- What QuickBooks does -- And now for the bad news -- Installing QuickBooks -- Dealing with the Presetup Jitters -- Preparing for setup -- Seeing what happens during setup -- Running the QuickBooks Setup Wizard -- Getting the big welcome -- Supplying company information -- Customizing QuickBooks -- Setting your start date -- Reviewing the suggested chart of accounts -- Adding your information to the company file -- Customers, vendors, and employees -- Services and inventory items you sell -- Business bank accounts -- Identifying the Starting Trial Balance -- A simple example to start -- A real-life example to finish -- Chapter 2 Loading the Master File Lists -- Setting Up the Chart of Accounts List -- Setting Up the Item List -- Working with the Price Level List -- Using Sales Tax Codes -- Setting Up a Payroll Item List -- Setting Up Classes -- Setting Up a Customer List -- Setting Up the Vendor List -- Setting Up a Fixed Assets List -- Setting Up a Price Level List -- Setting Up a Billing Rate Level List -- Setting Up Your Employees -- Setting Up an Other Names List -- Setting Up the Profile Lists -- Chapter 3 Fine-Tuning QuickBooks -- Accessing the Preferences Settings -- Setting the Accounting Preferences -- Using account numbers -- Setting general accounting options -- Setting the Bills Preferences -- Setting the Calendar Preferences -- Setting the Checking Preferences…”
    Libro electrónico
  10. 19110
    Outlook for dummies
    Outlook For Dummies
    Publicado 2022
    Tabla de Contenidos: “…-- Browsing a data file's folders -- Creating new Tasks lists -- Renaming a Tasks list -- Moving tasks between lists -- Switching Up the View -- Editing Your Tasks -- The quick-and-dirty way to change a task -- The regular way to change a task -- Deleting a task -- Managing Recurring Tasks -- Creating a regenerating task -- Skipping a recurring task once -- Marking Tasks as Complete -- Marking it off -- Picking a color for completed or overdue tasks -- Using the To-Do Bar (and List) -- Viewing the Daily Task List -- Working with the To-Do Module -- Part 4 Taking Outlook to the Next Level -- Chapter 11 Merging Mail From Outlook to Microsoft Word -- Making Mailing Label Magic -- Making and Using a Merge Template -- Mastering Form Letter Formalities -- Merging to Envelopes -- Merging to Email…”
    Libro electrónico
  11. 19111
    Publicado 2023
    Tabla de Contenidos: “…. -- 2 Getting Ready to Use QuickBooks -- Chapter 1 Setting Up QuickBooks -- Planning Your New QuickBooks System -- What accounting does -- What accounting systems do -- What QuickBooks does -- And now for the bad news -- Installing QuickBooks -- Dealing with the Presetup Jitters -- Preparing for setup -- Seeing what happens during setup -- Running the QuickBooks Setup Wizard -- Getting the big welcome -- Supplying company information -- Customizing QuickBooks -- Setting your start date -- Reviewing the suggested chart of accounts -- Adding your information to the company file -- Customers, vendors, and employees -- Services and inventory items you sell -- Business bank accounts -- Identifying the Starting Trial Balance -- A simple example to start -- A real-life example to finish -- Chapter 2 Loading the Master File Lists -- Setting Up the Chart of Accounts List -- Setting Up the Item List -- Working with the Price Level List -- Using Sales Tax Codes -- Setting Up a Payroll Item List -- Setting Up Classes -- Setting Up a Customer List -- Setting Up the Vendor List -- Setting Up a Fixed Assets List -- Setting Up a Price Level List -- Setting Up a Billing Rate Level List -- Setting Up Your Employees -- Setting Up an Other Names List -- Setting Up the Profile Lists -- Chapter 3 Fine-Tuning QuickBooks -- Accessing the Preferences Settings -- Setting the Accounting Preferences -- Using account numbers -- Setting general accounting options -- Setting the Bills Preferences -- Setting the Calendar Preferences -- Setting the Checking Preferences…”
    Libro electrónico
  12. 19112
    Publicado 2019
    Tabla de Contenidos: “…-- Understanding privileged domain groups -- Examining Flexible Single Master Operation roles on domain controllers -- Preparing to Create a Domain -- Functional levels -- Forest functional level -- Domain functional level -- Performing Domain Configuration Prerequisites -- Checking for unsupported roles and features -- Installing and configuring Domain Name System -- Installing and configuring Dynamic Host Configuration Protocol -- Configuring the Server as a Domain Controller -- Installing Active Directory Domain Services -- Configuring Active Directory Domain Services -- Converting your DNS Zone to an Active Directory Integrated Zone -- Authorizing your DHCP Server for your Active Directory environment -- Configuring the user accounts -- Sharing resources on a domain…”
    Libro electrónico
  13. 19113
    Publicado 2020
    Tabla de Contenidos: “…44 2.6 Additional Terms 49 2.7 Problems 54 References 56 3 Main Elements of Risk Assessment 59 3.1 Introduction 59 3.2 Risk Assessment Process 60 3.3 Risk Assessment Report 76 3.4 Risk Assessment in Safety Legislation 81 3.5 Validity and Quality Aspects of a Risk Assessment 82 3.6 Problems 83 References 84 4 Study Object and Limitations 87 4.1 Introduction 87 4.2 Study Object 87 4.3 Operating Context 91 4.4 System Modeling and Analysis 92 4.5 Complexity 95 4.6 Problems 97 References 98 5 Risk Acceptance 99 5.1 Introduction 99 5.2 Risk Acceptance Criteria 99 5.3 Approaches to Establishing Risk Acceptance Criteria 106 5.4 Risk Acceptance Criteria for Other Assets than Humans 114 5.5 Closure 115 5.6 Problems 115 References 117 6 Measuring Risk 121 6.1 Introduction 121 6.2 Risk Metrics 121 6.3 Measuring Risk to People 123 6.4 Risk Matrices 148 6.5 Reduction in Life Expectancy 154 6.6 Choice and Use of Risk Metrics 156 6.7 Risk Metrics for Other Assets 158 6.8 Problems 159 References 163 7 Risk Management 167 7.1 Introduction 167 7.2 Scope, Context, and Criteria 170 7.3 Risk Assessment 170 7.4 Risk Treatment 171 7.5 Communication and Consultation 172 7.6 Monitoring and Review 173 7.7 Recording and Reporting 174 7.8 Stakeholders 175 7.9 Risk and Decision-Making 176 7.10 Safety Legislation 179 7.11 Problems 180 References 180 8 Accident Models 183 8.1 Introduction 183 8.2 Accident Classification 183 8.3 Accident Investigation 188 8.4 Accident Causation 188 8.5 Accident Models 190 8.6 Energy and Barrier Models 193 8.7 Sequential Accident Models 195 8.8 Epidemiological Accident Models 201 8.9 Event Causation and Sequencing Models 208 8.10 Systemic Accident Models 213 8.11 Combining Accident Models 228 8.12 Problems 229 References 230 9 Data for Risk Analysis 235 9.1 Types of Data 235 9.2 Quality and Applicability of Data 238 9.3 Data Sources 239 9.4 Expert Judgment 250 9.5 Data Dossier 254 9.6 Problems 254 References 257 10 Hazard Identification 259 10.1 Introduction 259 10.2 Checklist Methods 263 10.3 Preliminary Hazard Analysis 266 10.4 Job Safety Analysis 278 10.5 FMECA 287 10.6 HAZOP 295 10.7 STPA 306 10.8 SWIFT 316 10.9 Comparing Semiquantitative Methods 322 10.10 Master Logic Diagram 322 10.11 Change Analysis 324 10.12 Hazard Log 327 10.13 Problems 331 References 335 11 Causal and Frequency Analysis 339 11.1 Introduction 339 11.2 Cause and Effect Diagram Analysis 341 11.3 Fault Tree Analysis 344 11.4 Bayesian Networks 370 11.5 Markov Methods 384 11.6 Problems 396 References 400 12 Development of Accident Scenarios 401 12.1 Introduction 401 12.2 Event Tree Analysis 402 12.3 Event Sequence Diagrams 426 12.4 Cause-Consequence Analysis 426 12.5 Hybrid Causal Logic 428 12.6 Escalation Problems 429 12.7 Consequence Models 429 12.8 Problems 431 References 435 13 Dependent Failures and Events 437 13.1 Introduction 437 13.2 Dependent Failures and Events 437 13.3 Dependency in Accident Scenarios 439 13.4 Cascading Failures 441 13.5 Common-Cause Failures 442 13.6 Factor Model 452 13.7 Binomial Failure Rate Model 456 13.8 Multiple Greek Letter Model 457 13.9-Factor Model 459 13.10 Multiple-Factor Model 461 13.11 Problems 461 References 462 14 Barriers and Barrier Analysis 465 14.1 Introduction 465 14.2 Barriers and Barrier Classification 466 14.3 Barrier Management 474 14.4 Barrier Properties 476 14.5 Safety-Instrumented Systems 477 14.6 Hazard-Barrier Matrices 487 14.7 Safety Barrier Diagrams 488 14.8 Bow-Tie Diagrams 490 14.9 Energy Flow/Barrier Analysis 490 14.10 Layer of Protection Analysis 493 14.11 Barrier and Operational Risk Analysis 502 14.12 Systematic Identification and Evaluation of Risk Reduction Measures 512 14.13 Problems 518 References 520 15 Human Reliability Analysis 525 15.1 Introduction 525 15.2 Task Analysis 536 15.3 Human Error Identification 543 15.4 HRA Methods 552 15.5 Problems 573 References 574 16 Risk Analysis and Management for Operation 579 16.1 Introduction 579 16.2 Decisions About Risk 581 16.3 Aspects of Risk to Consider 583 16.4 Risk Indicators 585 16.5 Risk Modeling 594 16.6 Operational Risk Analysis - Updating the QRA 596 16.7 MIRMAP 598 16.8 Problems 601 References 602 17 Security Assessment 605 17.1 Introduction 605 17.2 Main Elements of Security Assessment 608 17.3 Industrial Control and Safety Systems 615 17.4 Security Assessment 617 17.5 Security Assessment Methods 625 17.6 Application Areas 626 17.7 Problems 627 References 628 18 Life Cycle Use of Risk Analysis 631 18.1 Introduction 631 18.2 Phases in the Life Cycle 631 18.3 Comments Applicable to all Phases 634 18.4 Feasibility and Concept Selection 635 18.5 Preliminary Design 637 18.6 Detailed Design and Construction 639 18.7 Operation and Maintenance 641 18.8 Major Modifications 641 18.9 Decommissioning and Removal 643 18.10 Problems 643 References 643 19 Uncertainty and Sensitivity Analysis 645 19.1 Introduction 645 19.2 Uncertainty 647 19.3 Categories of Uncertainty 648 19.4 Contributors to Uncertainty 651 19.5 Uncertainty Propagation 656 19.6 Sensitivity Analysis 661 19.7 Problems 663 References 664 20 Development and Applications of Risk Assessment 667 20.1 Introduction 667 20.2 Defense and Defense Industry 668 20.3 Nuclear Power Industry 670 20.4 Process Industry 674 20.5 Offshore Oil and Gas Industry 678 20.6 Space Industry 681 20.7 Aviation 683 20.8 Railway Transport 685 20.9 Marine Transport 686 20.10 Machinery Systems 689 20.11 Food Safety 690 20.12 Other Application Areas 692 20.13 Closure 695 References 697 Appendix A Elements of Probability Theory 701 A.1 Introduction 701 A.2 Outcomes and Events 701 A.3 Probability 706 A.4 Random Variables 710 A.5 Some Specific Distributions 718 A.6 Point and Interval Estimation 728 A.7 Bayesian Approach 732 A.8 Probability of Frequency Approach 733 References 739 Appendix B Acronyms 741 Author Index 747 Subject Index…”
    Libro electrónico
  14. 19114
    Publicado 2025
    Tabla de Contenidos: “…Evolving ethical guidelines for working with AI -- Chapter 4 Navigating the Evolving Landscape of GenAI -- Identifying Key Players and Evaluating GenAI Providers -- Who's who in the GenAI market -- Marking the GenAI trailblazers -- Watching the AI innovators -- The tech titans -- Assessing GenAI services and solutions -- Getting GenAI that Plays Nice with Other Technologies -- Integrating ChatGPT with other software -- Bringing in autonomous AI agents -- Keeping Up with the Pace of GenAI Advancements -- Staying informed on GenAI trends -- Read more For Dummies books -- Follow the leaders -- Dive into research papers -- Engage with the community -- Educational resources -- Preparing for the future of Generative AI -- Upskill continuously -- Adopt an agile mindset -- Invest in infrastructure -- Ethical considerations -- Chapter 5 Applying GenAI in Practical Scenarios -- GenAI as Writing Assistant -- Using GenAI to generate ideas -- Drafting content with the help of GenAI -- Sprucing up your writing with GenAI -- Getting a Visual Assist from GenAI -- GenAI in graphic design and visual arts -- Generating visual content with AI tools -- Harnessing GenAI for even more visual creativity -- Problem-Solving with AI in Creative Projects -- Part 2 Mastering Creative Content with Generative AI -- Chapter 6 Manipulating the GenAI Model to Milk It for More or Better Content -- GenAI's Shame That No One Is Talking About -- Unveiling AI: It's way more human than you think -- Illuminating flaws in GenAI's DNA -- Lying to the Model for Increased Productivity -- The ethics of misleading AI for better outputs -- Strategies for guiding AI to desired results -- Rewarding and Punishing GenAI to Produce Better Content -- Implementing reinforcement learning techniques -- The role of feedback in AI content generation -- What to Do If the GenAI Ignores You or Freezes…”
    Libro electrónico
  15. 19115
    Publicado 2023
    Tabla de Contenidos: “…. -- See also -- Chapters 8: Mastering Angular Forms -- Technical requirements -- Creating your first template-driven form with validation -- Getting ready -- How to do it... -- How it works... -- See also -- Creating your first reactive form with validation -- Getting ready -- How to do it... -- How it works... -- See also -- Testing forms in Angular -- Getting ready -- How to do it... -- How it works... -- See also -- Server-side validation using asynchronous validator functions -- Getting ready -- How to do it... -- How it works... -- See also -- Implementing complex forms with reactive FormArray -- Getting ready -- How to do it... -- How it works... -- See also -- Writing your own custom form control using ControlValueAccessor -- Getting ready -- How to do it... -- How it works... -- See also -- Chapters 9: Angular and the Angular CDK -- Technical requirements -- Using virtual scroll for huge lists -- Getting ready -- How to do it... -- How it works... -- See also -- Keyboard navigation for lists -- Getting ready -- How to do it... -- How it works... -- See also -- Pointy little popovers with the Overlay API -- Getting ready -- How to do it... -- How it works... -- See also -- Input coercion utilities from the Angular CDK -- Getting ready -- How to do it... -- How it works... -- See also -- Using the CDK Drag and Drop API to move items from one list to another -- Getting ready -- How to do it... -- How it works... -- See also -- Creating a multi-step game with the CDK Stepper API -- Getting ready -- How to do it... -- How it works... -- See also…”
    Libro electrónico
  16. 19116
    Publicado 2012
    Tabla de Contenidos: “…Installing and Upgrading PC Components -- Selecting Components for Custom PCs -- Graphics/CAD/CAM Design Workstation -- Audio/Video Editing Workstation -- Virtualization Workstation -- Gaming PC -- Home Theater PC -- Standard Thick Client -- Thin Client -- Home Server PC -- Installing and Upgrading Motherboards and Onboard Components -- Replacing a Motherboard -- Installing a Motherboard -- Exercise 6-1: Removing an Old Motherboard -- Exercise 6-2: Properly Handling and Installing a Motherboard -- Upgrading a CPU -- Exercise 6-3: Removing a PGA Processor from a ZIF Socket -- Exercise 6-4: Removing a Processor from an LGA Socket -- Exercise 6-5: Installing a Processor in an Empty LGA Socket -- Removing and Installing Cooling Systems -- Optimizing a System with RAM -- Exercise 6-6: Running a Memory Scanner -- Installing and Removing Memory -- Exercise 6-7: Installing and Removing a DIMM Module -- Installing Adapter Cards -- Removing an Adapter Card -- Exercise 6-8: Removing an Adapter Card -- Installing and Configuring an Adapter Card -- Exercise 6-9: Installing an Adapter Card -- Installing Storage Devices -- Removing an Internal Storage Device -- Exercise 6-10: Removing a Drive -- Installing Drives on PATA Channels -- Exercise 6-11: Choosing a Master -- Installing Optical Drives -- Installing Solid-State Storage -- Installing Drives on SATA Channels -- Exercise 6-12: Installing a SATA Drive -- Installing RAID Arrays -- Installing Internal Floppy Disk Drives…”
    Libro electrónico
  17. 19117
    Publicado 2014
    Tabla de Contenidos: “…137 -- Normalizing the Schedule 139 -- Loading Up and Leveling Out 140 -- The Reallocation Questions 141 -- Ready for Leveling Out142 -- Options for Adjusting the Schedule 143 -- Charting the Final Schedule and Seeing Whether It Works 144 -- 12 Budgeting and Cost Control Options 147 -- How to Avoid the Classic Budgeting Mistakes 148 -- Three Levels of Accuracy for Estimating 149 -- Sources of Data for Building the Budget 150 -- Direct and Indirect Costs 150 -- Building the Actual Budget 152 -- Getting Expert Opinions 153 -- Refining the Budget 154 -- Adding a Little Insurance Money 155 -- Mastering Budget Control 156 -- The Time Value of Money 156 -- Cash Flow Analysis 157 -- Payback 157 -- Net Present Value (NPV) 157 -- Internal Rate of Return (IRR) 158 -- Using the Cost of Money to Make a Decision 158 -- 13 Building a Winning Project Team 161 -- The First Step 162 -- Building the Core Project Team 162 -- The Complete Execution Team: Where the Work Is Done 164 -- Matching Skills to Tasks on the WBS 165 -- Where Will the People Come From? …”
    Libro electrónico
  18. 19118
    Publicado 2011
    Tabla de Contenidos: “…Enabling TDE for SharePoint Content Databases -- Using Active Directory Rights Management Services (AD RMS) for SharePoint Document Libraries -- Summary -- Best Practices -- Part IV: Using SharePoint 2010 Technologies for Collaboration and Document Management -- 18 SharePoint Foundation Versus SharePoint Server 2010 -- Clarifying the Different SharePoint Products from a High Level -- Feature Comparison Between SharePoint Foundation 2010 and SharePoint Server 2010 for Farm Administrators -- Summary -- Best Practices -- 19 Using Libraries and Lists in SharePoint 2010 -- Empowering Users Through SharePoint 2010 Libraries -- Working with the Other Standard Tools in a Document Library -- Empowering Users Through SharePoint 2010 Lists -- Summary -- Best Practices -- 20 Customizing and Managing Libraries and Lists to Meet Business Requirements -- Planning the List and Library Ecosystem -- Creating Lists and Libraries -- Mastering the Library Tab from the Ribbon -- Document Library Settings Page Tools Reviewed -- Permissions and Management Tools for Lists and Libraries -- Document Sets Compared to Folders as Organizational Tools in Document Libraries -- Content Organizer as a Document Routing Tool -- Summary -- Best Practices -- 21 Designing and Managing Pages and Sites for Knowledge Workers -- Understanding Site Collection Options -- Creating a Site Collection -- Reviewing the Scope of an Existing Site Collection -- Controlling Who Can Create Sites -- Creating Pages and Sites -- Reviewing the Users and Permissions Tools -- Reviewing the Galleries Tools -- Reviewing the Site Administration Tools -- Reviewing the Look and Feel Tools -- Reviewing the Site Actions Tools -- An Overview of Site Collection Administration Tools -- Understanding and Using Site Variations -- Reviewing Site Features and Site Collection Features -- Summary -- Best Practices…”
    Libro electrónico
  19. 19119
    Publicado 2022
    Tabla de Contenidos: “…How Nicole Wojno Smith, VP of Marketing at Tackle, Got Her First Executive Role by Leveling Up Within Her Then-organization -- How Smith "leveled Up" by Building a Partnership with the C-level Team -- Mastering Data-driven Storytelling Around Business Objectives -- Gain a Deeper Understanding of Cross-functional Partners and Their Roles -- Partner Closely with Your Finance Leadership (unless You're The CFO -- in That Case, Partner with Every Other Executive Team) -- Start Unofficially Recruiting Your "bench" Dream Team for Your Department -- Leveling Up in the Engineering Side of the Business: Jeff Ammons -- Learning to Let Go of Being the One to Write Code and Shifting to Empowering His Team -- On Internal Promotions: Nick Mehta's Perspective as Ceo of Gainsight -- Getting Hired: Landing The role -- Internal Promotions to executive Are Possible, but Not at Every Company -- Chapter Five Get The offer and Secure Your Executive Seat -- Find Your First (or Next) Executive Role -- Interviewing For your Executive Role -- Navigating The often Byzantine Startup Hiring Process -- The Interview Process -- Understand the Presentation Tech Stack and Practice Your Presentation With friends -- Meeting With the CEO: Understand Their Vision -- When the Startup's Hiring Process Goes Awry -- Getting The offer -- Compensation Breakdown -- Negotiating The offer -- Do Your Research -- Risk Vs. …”
    Libro electrónico
  20. 19120
    Publicado 2023
    Tabla de Contenidos: “…Don't let excitement cloud your judgment -- Getting the good ones on board -- Issuing the Membership -- Naming the initial members and their contributions -- Understanding some complexities of member contributions -- Determining profit and loss distributions -- Allocations of profits and losses -- Distributions -- Establishing membership classes -- Deciding on how the members decide -- Voting requirements -- Voting -- Making Folks Earn Their Share: Membership Vesting -- Deciding on a fair vesting schedule -- Understanding membership cliffs -- Avoiding common tax pitfalls -- Setting Up a Single-Member LLC -- Keeping your SLLC's liability protection -- Creating an operating agreement for an SLLC -- Setting Up Rules for Managers -- Outlining the basics -- Electing the managers -- Delegation of powers -- Compensation -- Chapter 10 Using Your LLC to Attract Investors -- Structuring Your LLC to Attract Investors -- Appeasing the SEC with an LLC -- Seeing how the laws apply to you -- Exploring securities registration exemptions -- Rule 504 exemption -- Rule 505 exemption -- Rule 506 exemption -- Intrastate exemption -- Regulation A exemption -- Regulation Crowdfunding -- Flying through State Securities Laws (Blue Sky Laws) -- Chapter 11 Membership Moves: Mastering LLC Transfers -- Investigating Intricacies of LLC Membership Interests -- Determining the value of the membership interest -- Transferring membership -- Using transfer restrictions to your advantage…”
    Libro electrónico