Mostrando 635,721 - 635,740 Resultados de 668,645 Para Buscar 'C5N~', tiempo de consulta: 2.31s Limitar resultados
  1. 635721
    por Norton, Terry
    Publicado 2013
    Tabla de Contenidos: “…Intro -- Learning C# by Developing Games with Unity 3D Beginner's Guide -- Table of Contents -- Learning C# by Developing Games with Unity 3D Beginner's Guide -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers and more -- Why Subscribe? …”
    Libro electrónico
  2. 635722
    Publicado 2012
    Tabla de Contenidos: “…An Introduction to BASH -- Job Control -- Environment Variables -- Printing Environment Variables -- Setting Environment Variables -- Unsetting Environment Variables -- Pipes -- Redirection -- Command-Line Shortcuts -- Filename Expansion -- Environment Variables as Parameters -- Multiple Commands -- Backticks -- Documentation Tools -- The man Command -- The texinfo System -- Files, File Types, File Ownership, and File Permissions -- Normal Files -- Directories -- Hard Links -- Symbolic Links -- Block Devices -- Character Devices -- Named Pipes -- Listing Files: ls -- Change Ownership: chown -- Change Group: chgrp -- Change Mode: chmod -- File Management and Manipulation -- Copy Files: cp -- Move Files: mv -- Link Files: ln -- Find a File: find -- File Compression: gzip -- bzip2 -- Create a Directory: mkdir -- Remove a Directory: rmdir -- Show Present Working Directory: pwd -- Tape Archive: tar -- Concatenate Files: cat -- Display a File One Screen at a Time: more -- Disk Utilization: du -- Show the Directory Location of a File: which -- Locate a Command: whereis -- Disk Free: df -- Synchronize Disks: sync -- Moving a User and Its Home Directory -- List Processes: ps -- Show an Interactive List of Processes: top -- Send a Signal to a Process: kill -- Signals -- Security Issues -- Examples Using the kill Command -- Miscellaneous Tools -- Show System Name: uname -- Who Is Logged In: who -- A Variation on who: w -- Switch User: su -- Editors -- vi -- emacs -- joe -- pico -- Summary -- Chapter 6: Booting and Shutting Down -- Boot Loaders -- GRUB Legacy -- Stage 1 -- Stage 2 -- Conventions Used in GRUB -- Installing GRUB -- Backing Up the MBR -- Installing GRUB Legacy from the GRUB Shell -- USB GRUB Legacy Boot Disk -- Installing GRUB Legacy on the MBR Using a USB GRUB Legacy Disk -- Configuring GRUB Legacy -- Adding a New Kernel to Boot with GRUB Legacy…”
    Libro electrónico
  3. 635723
    Publicado 2023
    Tabla de Contenidos: “…Introduction to Azure Site Recovery -- Configuring Azure Site Recovery networking -- Configuring Azure Site Recovery for on-premises VMs -- Configuring a recovery plan -- Configuring Azure Site Recovery policies -- Configuring Azure Site Recovery for Azure Virtual Machines -- Implementing VM replication to a secondary data center or Azure region -- Summary -- Chapter 12: Protecting Virtual Machines by Using Hyper-V Replicas -- Technical requirements and lab setup -- Introduction to Hyper-V Replica -- Configuring Hyper-V hosts for replication -- Configuring VM replication -- Managing Hyper-V replica servers -- Performing a VM failover -- Summary -- Part 5: Migrate Servers and Workloads -- Chapter 13: Migrating On-Premises Storage to On-Premises Servers or Azure -- Technical requirements and lab setup -- Introduction to Storage Migration Service -- Transferring data and sharing configuration -- Cutting over to a new server by using Storage Migration Service -- Using Storage Migration Service to migrate to Azure Virtual Machines -- Migrating to Azure File shares -- Summary -- Chapter 14: Migrating On-Premises Servers to Azure -- Technical requirements and lab setup -- Introduction to Azure Migrate -- Migrating using Azure Migrate tools -- Deploying and configure the Azure Migrate appliance -- Migrating VM workloads to Azure IaaS -- Migrating physical workloads to Azure IaaS -- Summary -- Chapter 15: Migrating Workloads from Previous Versions to Windows Server 2022 -- Technical requirements and lab setup -- General recommendations for migrating Windows Server workloads -- Migrate Internet Information Services (IIS) -- Migrating Hyper-V hosts -- Migrating RDS host servers -- Migrating DHCP servers -- Migrating print servers -- Summary -- Chapter 16: Migrating IIS Workloads to Azure -- Technical requirements and lab setup…”
    Libro electrónico
  4. 635724
    Publicado 2024
    Tabla de Contenidos: “…4 Religious Diversity, the Salience of Religion, and the Role of Religious Institutions -- 5 Pakikipagkapwa as a Mode of Interreligious Dialogue that Fosters a &amp -- x0201C -- Neighborly Spirit&amp -- x0201D -- and Advances People&amp -- x00027 -- s Integral Development -- 6 Conclusion -- References -- Muslim Nobel Laureates in science: The legacy of redefining the nexus of Islam and modernity -- 1 Introduction -- 1.1 Modernity in its essence -- 1.2 Modernity and Islamic intellectualism -- 2 Muslim Nobel Laureates Work on Sustainability -- 2.1 Abdus Salam -- 2.2 Ahmed Zewail -- 2.3 Aziz Sancar -- 3 Conclusion -- References -- Revitalization of uṣūl al-fiqh through iḥtiyāṭī principles -- 1 Introduction -- 2 Literature Review -- 3 Research Method -- 4 Discussion -- 5 Conclusion -- References -- Seyyed Hossein Nashr's criticism of problems of modernity -- 1 Introduction -- 2 Research Methodology -- 3 Discussion -- 3.1 Biography, background, and life activities of Seyyed Hossein Nashr -- 3.2 Worldview of modernity by Seyyed Hossein Nashr -- 3.3 Paradigm construction of Seyyed Hossein Nashr&amp -- x00027 -- s criticism on problems of modernity -- 3.4 Construction of scientific solutions proposed by Seyyed Hossein Nashr -- 4 Conclusion -- References -- "Scenting the heart" and "two wings" of sufism -- 1 Introduction -- 2 Method -- 3 Findings: Results and Discussion -- 3.1 &amp -- x0201C -- Scenting the heart&amp -- x0201D -- -- 3.1.1 &amp -- x0201C -- Two wings&amp -- x0201D -- -- 4 Conclusion -- References -- The term 'adl in the Qur'an perspective of tafsir Maqāṣidī Ibn 'Āsyūr -- 1 Introduction -- 2 Methods -- 3 Result -- 3.1 Meaning of the term al-&amp -- x02018 -- Adl in the Qur&amp -- x02019 -- an -- 3.2 Maq&amp -- x00101 -- &amp -- x01E63 -- id term al-&amp -- x02018 -- Adl in the Qur&amp -- x02019 -- an -- 4 Discussion…”
    Libro electrónico
  5. 635725
    Publicado 2024
    Tabla de Contenidos: “…-- Constraints -- Creating constraints -- Supporting underlying data types -- Supporting slices of any type -- Defining new data types with generics -- Using generics in Go structures -- The cmp package -- The slices package -- Shallow and deep copies -- The maps package -- When to use generics -- Summary -- Exercises -- Additional resources -- Chapter 5: Reflection and Interfaces -- Reflection -- Understanding the internal structure of a Go structure -- Changing structure values using reflection -- The three disadvantages of reflection -- Type methods -- Creating type methods -- Value and point receivers -- Using type methods -- Interfaces -- The sort.Interface interface -- The empty interface -- Type assertions and type switches -- The map[string]interface{} map -- The error data type -- Writing your own interfaces -- Using a Go interface -- Object-oriented programming in Go -- Interfaces versus generics -- Reflection versus generics -- Updating the statistics application -- Summary -- Exercises…”
    Libro electrónico
  6. 635726
    por McFedries, Paul
    Publicado 2024
    Tabla de Contenidos: “…-- Is JavaScript Hard to Learn? -- What You Can Do with JavaScript -- What You Can't Do with JavaScript -- What You Need to Get Started -- Basic Script Construction -- The &lt -- script&gt -- tag…”
    Libro electrónico
  7. 635727
    Publicado 2024
    Tabla de Contenidos: “…Selecting the Right Framework -- Be Careful What You Wish For -- 2.11 The Need for Problem-Solving Procedural Documentation -- Procedural Documentation and Methodologies -- Challenges -- How To Make It Work -- Effective Project Control Practices -- References -- 3 Understanding the Problem -- 3.0 The Definition of a Problem -- 3.1 The Time Needed to Identify a Problem -- 3.2 Not All Problems Can Be Solved -- 3.3 The Complexities of the Problems -- 3.4 Techniques for Problem Identification -- 3.5 Individual Problem-Solving Conducted in Secret -- 3.6 Team Problem-Solving Conducted in Secret -- 3.7 Decisions That Can Convert Failures into Successes -- Sensemaking -- The Need for New Metrics -- Learning from Failure -- The Failure of Success -- References -- 4 Data Gathering -- 4.0 Understanding Data Gathering -- 4.1 Reasons for Data Gathering -- 4.2 Data-Gathering Techniques -- 4.3 Metrics and Early Warning Indicators -- 4.4 Questions to Ask -- 4.5 Establishing Structure for Data Gathering, Problem-Solving, and Decision-Making -- 4.6 Determining the Steps -- Discussion Questions -- 5 Meetings -- 5.0 Problem Analysis Characteristics -- 5.1 Real Problems Versus Personality Problems -- 5.2 Determining Who Should Attend the Problem-Solving Meeting -- 5.3 Determining Who Should Attend the Decision-Making Meeting -- 5.4 Creating a Framework for the Meeting -- 5.5 Setting Limits on Problem-Solving and Decision-Making -- 5.6 Identifying Boundary Conditions -- 5.7 Understanding How People React in Meetings -- 5.8 Working with Participants During the Meetings -- 5.9 Leadership Techniques During Meetings -- 5.10 Handling Problem-Solving and Decision-Making Conflicts -- 5.11 Continuous Solutions Versus Enhancement Project Solutions -- 5.12 Problem-Solving Versus Scope Creep -- 5.13 Problem-Solving and Decision-Making During Crisis Projects…”
    Libro electrónico
  8. 635728
    Publicado 2024
    Tabla de Contenidos: “…Part 3: Key Strategies for Architecting Top-Notch Solutions -- Chapter 9: User and Project Management in GCP -- Technical requirements -- Understanding IAM in GCP -- Planning a GCP project structure -- Understanding the GCP organization, folder, and project hierarchy -- Deciding how many projects we should have in a GCP organization -- Controlling user access to our data warehouse -- Use-case scenario - planning BigQuery ACLs on an eCommerce organization -- Practicing the concept of IaC using Terraform -- Exercise - creating and running basic Terraform scripts -- Self-exercise - managing a GCP project and resources using Terraform -- Summary -- Chapter 10: Data Governance in GCP -- Technical requirements -- Introduction to data governance -- A deeper understanding of data usability -- Exercise - implementing metadata tagging using Dataplex -- A deeper understanding of data security -- Example - BigQuery data masking -- Exercise - finding PII using SDP -- A deeper understanding of being accountable -- Clear traceability -- Clear data ownership -- Data lineage -- Clear data quality process -- Exercise - practicing data quality using Dataform -- Summary -- Chapter 11: Cost Strategy in GCP -- Technical requirements -- Estimating the cost of your end-to-end data solution in GCP -- Comparing BigQuery on-demand and editions -- An example - an estimating data engineering use case -- Tips to optimize BigQuery using partitioned and clustered tables -- Partitioned tables -- Clustered tables -- An exercise - optimizing BigQuery on-demand cost -- Summary -- Chapter 12: CI/CD on GCP for Data Engineers -- Technical requirements -- An introduction to CI/CD -- Understanding the data engineer's relationship with CI/CD practices -- Understanding CI/CD components with GCP services -- Exercise - implementing CI using Cloud Build…”
    Libro electrónico
  9. 635729
    Publicado 2019
    Tabla de Contenidos:
    Libro electrónico
  10. 635730
    por Morris, Tee
    Publicado 2024
    Tabla de Contenidos: “…-- Part 6 The Part of Tens -- Chapter 17 Ten Things We Wish We Had Known When We Started Podcasting -- Use Your Mic Effectively -- Make Sure Others Can See Your Screen -- Share Your Podcast the Right Way -- Have a Plan -- Create Five to Ten Episodes before Going Live -- Don't Rubber Stamp Your Next Podcast -- Control the Environment for Audio and Video -- Your Guests' Audio Should Sound as Good as Yours -- Don't Wing It with Interviews -- Look at the Camera, Not Your Screen -- Chapter 18 Ten Types of Podcasts to Check Out -- Tech Podcasts -- Independent Media Podcasts -- Science Podcasts -- Self-Development Podcasts -- Comedy Podcasts -- Slice-of-Life Podcasts -- Gaming Podcasts -- Podcasts of the Pen -- Geek Podcasts -- Podcasts about . . . …”
    Libro electrónico
  11. 635731
  12. 635732
    Publicado 2009
    “…Mitos del cine…”
    Disco de vídeo
  13. 635733
    Publicado 2009
    “…Mitos del cine…”
    Disco de vídeo
  14. 635734
    Publicado 2009
    “…Mitos del cine…”
    Disco de vídeo
  15. 635735
    Publicado 2012
    “…En los límites de la realidad…”
    Disco de vídeo
  16. 635736
    Publicado 2013
    “…En los límites de la realidad…”
    Disco de vídeo
  17. 635737
    por Cohen, Hermann, 1842-1918
    Publicado 2013
    Tabla de Contenidos: “…Amor y justicia en los conceptos de Dios y de hombre. Estado y religión, judaísmo y cristianismo en Spinoza. …”
    Libro
  18. 635738
    “…Las misas de aguinaldos requieren, en primer lugar, de un buen conjunto que desgrane versos en villancicos y aguinaldos -junto con las parrandas y expresiones populares-, la fe de un pueblo que siente la necesidad de compartir con alegría, la fe y la amistad. -- Baltazar Enrique Porras Cardozo, Arzobispo Metropolitano de Mérida, Presidente de la Fundación AAM y MAM…”
    Libro
  19. 635739
    Publicado 2009
    “…Programa de viajes y ocio que tiene como objetivo descubrir al espectador nacional e internacional rutas por distintas regiones de España desde un punto de vista cultural, gastronómico y naturaleza…”
    DVD
  20. 635740