Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- History 229
- Engineering & Applied Sciences 205
- Computer programs 152
- Computer Science 150
- Operating systems (Computers) 140
- Development 136
- Application software 132
- Database management 123
- Data processing 108
- Management 99
- Education 89
- History and criticism 88
- Economic history 87
- Economic conditions 84
- Business 83
- Histoire 82
- Zeitschrift 75
- Microsoft Windows (Computer file) 72
- Photography 71
- Computer graphics 66
- Law 66
- Computer programming 65
- Computer software 63
- Design 63
- Web sites 63
- Linux 62
- Study and teaching 62
- Python (Computer program language) 61
- Digital techniques 60
- Programming 60
-
1621Publicado 2022Tabla de Contenidos: “…4.5 Typical Applications of Tensors -- 4.5.1 Scalar -- 4.5.2 Vector -- 4.5.3 Matrix -- 4.5.4 Three-Dimensional Tensor -- 4.5.5 Four-Dimensional Tensor -- 4.6 Indexing and Slicing -- 4.6.1 Indexing -- 4.6.2 Slicing -- 4.6.3 Slicing Summary -- 4.7 Dimensional Transformation -- 4.7.1 Reshape -- 4.7.2 Add and Delete Dimensions -- 4.7.3 Swap Dimensions -- 4.7.4 Copy Data -- 4.8 Broadcasting -- 4.9 Mathematical Operations -- 4.9.1 Addition, Subtraction, Multiplication and Division -- 4.9.2 Power Operations -- 4.9.3 Exponential and Logarithmic Operations -- 4.9.4 Matrix Multiplication -- 4.10 Hands-On Forward Propagation -- Chapter 5: Advanced TensorFlow -- 5.1 Merge and Split -- 5.1.1 Merge -- 5.1.2 Split -- 5.2 Common Statistics -- 5.2.1 Norm -- 5.2.2 Max, Min, Mean, and Sum -- 5.3 Tensor Comparison -- 5.4 Fill and Copy -- 5.4.1 Fill -- 5.4.2 Copy -- 5.5 Data Limiting -- 5.6 Advanced Operations -- 5.6.1 tf.gather -- 5.6.2 tf.gather_nd -- 5.6.3 tf.boolean_mask -- 5.6.4 tf.where -- 5.6.5 tf.scatter_nd -- 5.6.6 tf.meshgrid -- 5.7 Load Classic Datasets -- 5.7.1 Shuffling -- 5.7.2 Batch Training -- 5.7.3 Preprocessing -- 5.7.4 Epoch Training -- 5.8 Hands-On MNIST Dataset -- Chapter 6: Neural Networks -- 6.1 Perceptron -- 6.2 Fully Connected Layer -- 6.2.1 Tensor Mode Implementation -- 6.2.2 Layer Implementation -- 6.3 Neural Network -- 6.3.1 Tensor Mode Implementation -- 6.3.2 Layer Mode Implementation -- 6.3.3 Optimization -- 6.4 Activation function -- 6.4.1 Sigmoid -- 6.4.2 ReLU -- 6.4.3 LeakyReLU -- 6.4.4 Tanh -- 6.5 Design of Output Layer -- 6.5.1 Common Real Number Space -- 6.5.2 [0, 1] Interval -- 6.5.3 [0,1] Interval with Sum 1 -- 6.5.4 (-1, 1) Interval -- 6.6 Error Calculation -- 6.6.1 Mean Square Error Function -- 6.6.2 Cross-Entropy Error Function -- 6.7 Types of Neural Networks -- 6.7.1 Convolutional Neural Network -- 6.7.2 Recurrent Neural Network…”
Libro electrónico -
1622Publicado 2004Tabla de Contenidos: “…Manage the hub -- 11.1 Overview -- 11.1.1 Roles -- 11.1.2 Access -- 11.2 eSite Hub -- 11.2.1 Hub menu -- 11.2.2 Hosting menu -- 11.2.3 Reports menu -- 11.3 eSite Catalog Asset Store -- 11.3.1 Product Management -- 11.3.2 Categories -- 11.3.3 Find Catalog Entries -- 11.3.4 Find Categories -- 11.3.5 Find Bundles or Kits -- 11.3.6 Find Merchandising Associations -- 11.4 B2B eSite Asset Store -- 11.4.1 Customer Profiles -- 11.4.2 Campaigns -- 11.4.3 Campaign Initiatives -- 11.4.4 e-Marketing Spots -- 11.4.5 Ad Copy -- 11.5 eSite Store Front Asset Store -- 11.5.1 Customer Profiles -- 11.5.2 Campaigns -- 11.5.3 Campaign Initiatives -- 11.5.4 e-Marketing Spots -- 11.5.5 Ad Copy -- Chapter 12. …”
Libro electrónico -
1623por Delahaye, SylvieTabla de Contenidos: “…Introducing File Manager -- 2.1 Start by validating your software levels -- 2.1.1 PTF information -- 2.2 Useful examples of how to use File Manager -- 2.2.1 Conventions used -- 2.2.2 How to perform a global find and replace in a PDS -- 2.2.3 How to create one VSAM file using another as a model -- 2.2.4 How to initialize a VSAM file with low-value records -- 2.2.5 How to split a single file into constituent record types -- 2.3 Useful batch utilities -- 2.3.1 Replace a string in a specific location in a file -- 2.3.2 Copy selected variably blocked records to another file -- 2.3.3 Search for a string in all members of a PDS -- 2.4 Template processing -- 2.4.1 It really does remember the copybook -- 2.4.2 How to process COPY REPLACING statements -- 2.4.3 How to build a template for multi-record file layouts…”
Publicado 2002
Libro electrónico -
1624Publicado 2019Tabla de Contenidos: “…Disassembling with the dis Module -- Defining Functions Efficiently -- Ordered Lists and bisect -- namedtuple and Slots -- Memoization -- Faster Python with PyPy -- Achieving Zero Copy with the Buffer Protocol -- Summary -- Victor Stinner on Optimization -- Chapter 11: Scaling and Architecture -- Multithreading in Python and Its Limitations -- Multiprocessing vs. …”
Libro electrónico -
1625Publicado 2017Tabla de Contenidos: “…Cover -- Title Page -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Introduction to Docker -- The idea behind Docker -- Virtualization and containerization compared -- Benefits from using Docker -- Docker concepts - images and containers -- Images -- Layers -- Containers -- Docker registry, repository, and index -- Additional tools -- Installing Docker -- Installing on macOS -- Installing on Linux -- Installing on Windows -- Summary -- Chapter 2: Networking and Persistent Storage -- Networking -- Docker network types -- Bridge -- Host -- None -- Networking commands -- Creating and inspecting a network -- Connecting a container to the network -- Exposing ports and mapping ports -- Persistent storage -- Volume-related commands -- Creating a volume -- Removing a volume -- Volume drivers -- Summary -- Chapter 3: Working with Microservices -- An introduction to microservices -- Monolithic versus microservices -- The monolithic architecture -- The microservices architecture -- Maintaining data consistency -- The Docker role -- Kubernetes' role -- When to use the microservice architecture -- Summary -- Chapter 4: Creating Java Microservices -- Introduction to REST -- HTTP methods -- REST in Java -- Java EE7 - JAX-RS with Jersey -- JAX-RS annotations -- Spring Boot -- Coding the Spring Boot microservice -- Maven build file -- Application entry point -- Domain model and a repository -- REST controller -- Documenting the API -- Running the application -- Making calls -- Spring RestTemplate -- HTTPie -- Postman -- Paw for Mac -- Spring Initializr -- Summary -- Chapter 5: Creating Images with Java Applications -- Dockerfile -- Dockerfile instructions -- FROM -- MAINTAINER -- WORKDIR -- ADD -- COPY -- RUN -- CMD -- The ENTRYPOINT -- EXPOSE -- VOLUME…”
Libro electrónico -
1626Publicado 2003Tabla de Contenidos: “…4.1 Responsibilities4.2 Interviewing people; 4.3 Documentary; 4.4 Oral history interviews; 4.5 Interviews on the move; 4.6 Recorders; 4.7 Acoustics and microphones; 4.8 Multitrack; 5 Transfer; 5.1 Reviewing material; 5.2 Head alignment; 5.3 Digital; 5.4 Analogue; 5.5 Recording; 6 Editing; 6.1 Introduction; 6.2 Loading a file; 6.3 Making an edit; 6.4 Visual editing; 7 Quarrying material; 7.1 Introduction; 7.2 Blue bar blues; 7.3 Copy, cut and paste; 8 Structuring material; 8.1 Standardize format; 8.2 Batch files; 9 Multitrack; 9.1 Loading; 9.2 Pan and volume; 9.3 FX tracks…”
Libro electrónico -
1627por MacDonald, MatthewTabla de Contenidos: “…Shortcut keys; 1.2.4.3. Cut, copy, and paste; 1.3. Saving and Opening Access Databases; 1.3.2. …”
Publicado 2007
Libro electrónico -
1628Publicado 2006Tabla de Contenidos: “…PC Audio Editing with Adobe Audition 2.0: Broadcast, desktop and CD Audio Production; Copyright; Contents; Foreword; Preface; 1 Visual editing; 2 Some technical bits; 2.1 Loudness, decibels and frequencies; 2.2 Hearing safety; 2.3 Analog and digital audio; 2.4 Time code; 3 Transfer; 3.1 Reviewing material; 3.2 Head alignment; 3.3 Digital; 3.4 Analog; 3.5 Recording; 4 Editing; 4.1 Introduction; 4.2 Loading a file; 4.3 Transport; 4.4 Making an edit; 4.5 Visual editing; 5 Quarrying material; 5.1 Introduction; 5.2 Blue bar blues; 5.3 Copy, cut and paste; 6 Structuring material…”
Libro electrónico -
1629por Vugt, Sander vanTabla de Contenidos: “…Sharing Virtual Machines -- Uploading virtual machines to vSphere and the cloud -- Making virtual machines ready for vSphere -- Uploading virtual machines to vSphere -- Sharing virtual machines with VMware Player -- Preparing to move virtual machines to VMware Player -- Starting a copied virtual machine for the first time -- Using VMware appliances -- Making screen movies -- Summary -- Index…”
Publicado 2013
Libro electrónico -
1630por Reddy, MartinTabla de Contenidos: “…2.4.4 Orthogonal 2.4.5 Robust Resource Allocation; 2.4.6 Platform Independent; 2.5 Loosely Coupled; 2.5.1 Coupling by Name Only; 2.5.2 Reducing Class Coupling; 2.5.3 Intentional Redundancy; 2.5.4 Manager Classes; 2.5.5 Callbacks, Observers, and Notifications; Callbacks; Observers; Notifications; 2.6 Stable, Documented, and Tested; Chapter 3: Patterns; 3.1 Pimpl Idiom; 3.1.1 Using Pimpl; 3.1.2 Copy Semantics; 3.1.3 Pimpl and Smart Pointers; 3.1.4 Advantages of Pimpl; 3.1.5 Disadvantages of Pimpl; 3.1.6 Opaque Pointers in C; 3.2 Singleton; 3.2.1 Implementing Singletons in…”
Publicado 2011
Libro electrónico -
1631por Chao, Lee, 1951-Tabla de Contenidos: “…Normal Forms Denormalization Transferring Data Model to Relational Database Representing Entities Representing Relationships Enforcing Constraints Summary Review Questions Database Development and Management with SQL Objectives Introduction Structured Query Language Creating Database Objects Defining Data Types Constraints Creating Database Creating Tables Managing Database Objects Viewing Table Structures Modifying Table Structures Controlling Database Object Privileges Manipulating Data in Tables Inserting Data Modifying Data Querying Data Deleting Data Summary Review Questions Importing and Exporting Database Objects Objectives Introduction SQL Server Management Studio Data-Tier Application Windows Azure SQL Database Migration Wizard Moving Data in and out of Windows Azure SQL Database Using SSIS Import and Export Data with Bulk Copy Program Working with XML Data Introduction to Extensible Markup Language XML Data Type Summary Review Questions Querying Information in Windows Azure SQL Database Objectives Introduction Retrieving Data from Tables with SQL Querying Data with SELECT, FROM, and WHERE Statements Logical Operators Comparison Operators Arithmetic Operators Subqueries Joining Multiple Tables with SQL Inner Join Outer Join Multiple Joins Self-Join SQL Built-In Functions Aggregate Functions Scalar Functions Summary Review Questions Windows Azure SQL Database Procedures and Functions Objectives Introduction SQL Programming Extensions Variables Flow-Control Structures Procedures and Functions Functions Scalar Functions Table Functions APPLY Operator Procedures Creating and Executing Stored Procedures Modifying and Deleting Stored Procedures Triggers Creating, Modifying, and Deleting Triggers Using Triggers Validating Business Constraints Implementing Dynamic Application Logic Keeping Database Integrity Summary Review Questions Windows Azure SQL Database Views, Indexes, and Federations Objectives Introduction Views Create Views Modify Views Modify Data in a View Drop Views Indexes Create Indexes Manage Indexes Remove Indexes Federations Federation Design Generating Federation Key Database Operations across Multiple Federation Members Data Distribution across Multiple Federation Members Applications and Federation Logic Federation Implementation with T-SQL Summary Review Questions Database Application Development Objectives Introduction Database Application Design Application Design GUI Design Database Application Development Form Development Report Development Summary Review Questions Windows Azure and Deployment of Applications to the Cloud Objectives Introduction Windows Azure Windows Azure Structure Windows Azure Management Portal Windows Azure SDK Windows Azure Compute Emulator Windows Azure Storage Emulator Application Development with Windows Azure SDK Windows Azure Application Design Windows Azure Application Development Developing Applications on Local Computers Role Definition and Configuration Authentication Windows Azure Application Deployment Summary Review Questions Windows Azure Storage Objectives Introduction Windows Azure Storage Services Use of Table Storage Use of Blob Storage Use of Queue Storage Deploy Applications to Windows Azure Summary Review Questions Windows Azure Management Objectives Introduction Windows Azure SQL Database Security Managing Windows Azure SQL Database Managing Windows Azure Monitoring Windows Azure Summary Review Questions Bibliography Index…”
Publicado 2014
Libro electrónico -
1632Publicado 2010Tabla de Contenidos: “…Cover -- Contents -- Introduction -- Chapter 1 The Origin of Tcl -- Tcl and Cisco IOS Software -- Embedded Event Manager and Tcl -- Restriction of Tcl in IOS -- Tcl with EEM Support in IOS -- Using Tcl Scripts in the Network -- Troubleshooting Problems -- Monitoring the Network -- Adding Intelligence to Cisco IOS Protocols -- Summary -- References -- Chapter 2 Tcl Interpreter and Language Basics -- Simple Variables in Tcl -- Storing Variables -- Viewing Variables -- The append Command -- The incr Command -- Representation of Variables in Tcl -- Lists -- Procedures -- for Command -- foreach Command -- while Command -- Arrays -- if Command -- switch Command -- Files -- Summary -- References -- Chapter 3 Tcl Functioning in Cisco IOS -- Understanding the Tcl Interpreter in Cisco IOS -- Using Cisco IOS Exec-Mode Parser in the Tcl Shell -- Entering an IOS Command into the Tcl Command Interpreter -- Using Tcl to Enter Commands -- Copying a Tcl Script to a Cisco IOS Device -- Fetching a Cisco IOS Tcl Script from a Remote Device -- Using Tcl to Examine the Cisco IOS Device Configuration -- Using Tcl to Modify the Router Configuration -- Using Tcl with SNMP to Check MIB Variables -- Other Uses of SNMP -- Enabling SNMP on a Cisco IOS Device -- Querying the Configuration of a Cisco IOS Device Using SNMP -- Modifying the Configuration of a Cisco IOS Device Using SNMP -- Summary -- References -- Chapter 4 Embedded Event Manager (EEM) -- EEM Architecture -- Policies -- EEM Server -- Event Detectors -- Software Release Support for EEM -- Platform and IOS Considerations for EEM -- Writing an EEM Applet -- Practical Example of an Event Trigger -- Using Object Tracking as an Event Trigger -- Creating Applet Actions -- Examples of EEM Applets -- Using EEM and Tcl Scripts -- Programming Policies with Tcl -- Tcl Example Used to Check for Interface Errors…”
Libro electrónico -
1633Publicado 2010Tabla de Contenidos: “…Cover -- Contents -- Introduction -- Chapter 1 Workspace -- Layout And Story Windows -- Managing Multiple Windows -- Indesign'S Panels -- Using The Tools Panel -- Other Panels -- Context Menus -- Keyboard Shortcuts -- Customizing Menus -- Customizing The Control Panel -- Saving And Loading Workspaces -- Setting Preferences -- Setting Defaults -- Publication Navigation -- Place Icons -- Managing Indesign'S Plug-Ins -- On With The Tour -- Chapter 2 Page Layout -- Creating A New Publication -- Opening Publications -- Saving Publications -- Crash Recovery -- Setting Basic Layout Options -- Pages And Spreads -- Adding Pages -- Arranging Pages -- Creating Pages Of Different Sizes -- Rotating Spreads -- Defining Sections -- Numbering Pages -- Adding Section Marker Text -- Working With Master Pages -- Applying Master Pages And Master Spreads -- Overriding Master Items -- Adjusting Layouts -- Selecting And Deselecting -- Guides -- Grids -- Stacking Objects -- Layers -- Grouping Objects -- Locking Object Positions -- Deleting Objects -- Finding And Changing Objects -- A Good Foundation -- Chapter 3 Text -- Creating Text Frames -- Setting Text Frame Options -- Spanning And Splitting Columns -- Linking And Unlinking Text Frames -- Flowing Text -- Entering Text -- Text Variables -- Cross References -- Importing Text -- Importing And Exporting Buzzword Files -- Text Files And File Linking -- Exporting Text -- Editing Text -- Story Editor -- Track Changes -- Notes -- Using Adobe Incopy -- Checking Spelling -- Footnotes -- Conditional Text -- Find And Change -- Working With Indesign Tagged Text -- After Words -- Chapter 4 Type -- Character Formatting -- Opentype Fonts -- Find Font -- Filling And Stroking Characters -- Paragraph Formatting -- Bullets And Numbering -- Styles -- Copying Styles From Other Publications -- Optical Margin Alignment…”
Libro electrónico -
1634Publicado 2010Tabla de Contenidos: “…Erasing Backgrounds and Other Large Areas -- Removing a Foreground Image from Its Background -- Removing Objects from a Scene -- Recomposing a Scene -- Compositing Images -- Merging Portions of Multiple Photos -- Using the Smart Brush -- Matching the Style of Another Image -- Creating Panoramas -- Correcting Red Eye -- Chapter 7 Changing and Adjusting Colors -- About Color Models and Color Modes -- Converting to Black and White -- Removing Color -- About Tonal Correction -- Adjusting Camera Raw Photos -- Adjusting Levels Automatically -- Adjusting Levels Manually -- Adjusting Lighting -- Adjusting Color -- Replacing Color -- Adding a Color Tint toanImage -- Chapter 8 Working with Layers -- Understanding Layers -- Using the Layers Panel -- Layer Basics -- Changing the Layer Order -- Managing Layers -- Merging Layers -- Converting and Duplicating Layers -- Copying Layers Between Images -- Transforming Layers -- About Opacity and Blending Modes -- Creating Clipping Masks -- Using Layer Masks -- Applying Effects with Layer Styles -- The Style Settings Dialog -- Making Color and Tonal Changes with Adjustment Layers -- Using the Undo History Panel -- Chapter 9 Filters and Effects -- Using the Effects Panel -- Applying Filters and Effects -- Simulating Action with the Blur Filters -- Distorting Images -- Correcting Camera Distortion -- Creating Lights and Shadows -- Chapter 10 Painting and Drawing -- About Bitmap Images and Vector Graphics -- Filling Areas with Color -- Filling Areas with a Gradient -- Adding a Stroke to a Selection or Layer -- Using the Brush Tool -- Creating and Saving Custom Brushes -- Creating Special Painting Effects -- Erasing with Customizable Brush Shapes -- Understanding Shapes -- Drawing Basic Shapes -- Transforming Shapes -- Creating Custom Shapes -- Using the Cookie Cutter Tool -- Chapter 11 Working with Type…”
Libro electrónico -
1635Publicado 2010Tabla de Contenidos: “…Erasing Backgrounds and Other Large Areas -- Removing a Foreground Image from Its Background -- Removing Objects from a Scene -- Recomposing a Scene -- Compositing Images -- Merging Portions of Multiple Photos -- Using the Smart Brush -- Matching the Style of Another Image -- Creating Panoramas -- Correcting Red Eye -- Chapter 7 Changing and Adjusting Colors -- About Color Models and Color Modes -- Converting to Black and White -- Removing Color -- About Tonal Correction -- Adjusting Camera Raw Photos -- Adjusting Levels Automatically -- Adjusting Levels Manually -- Adjusting Lighting -- Adjusting Color -- Replacing Color -- Adding a Color Tint toanImage -- Chapter 8 Working with Layers -- Understanding Layers -- Using the Layers Panel -- Layer Basics -- Changing the Layer Order -- Managing Layers -- Merging Layers -- Converting and Duplicating Layers -- Copying Layers Between Images -- Transforming Layers -- About Opacity and Blending Modes -- Creating Clipping Masks -- Using Layer Masks -- Applying Effects with Layer Styles -- The Style Settings Dialog -- Making Color and Tonal Changes with Adjustment Layers -- Using the Undo History Panel -- Chapter 9 Filters and Effects -- Using the Effects Panel -- Applying Filters and Effects -- Simulating Action with the Blur Filters -- Distorting Images -- Correcting Camera Distortion -- Creating Lights and Shadows -- Chapter 10 Painting and Drawing -- About Bitmap Images and Vector Graphics -- Filling Areas with Color -- Filling Areas with a Gradient -- Adding a Stroke to a Selection or Layer -- Using the Brush Tool -- Creating and Saving Custom Brushes -- Creating Special Painting Effects -- Erasing with Customizable Brush Shapes -- Understanding Shapes -- Drawing Basic Shapes -- Transforming Shapes -- Creating Custom Shapes -- Using the Cookie Cutter Tool -- Chapter 11 Working with Type…”
Libro electrónico -
1636Publicado 2023Tabla de Contenidos: “…-- Changing Geometry with the Editing Tools -- Preselecting Geometry - Workflow Order of Operations -- The Move Tool -- Copy and Array -- Autofold -- The Rotate Tool…”
Libro electrónico -
1637Publicado 2024Tabla de Contenidos: “…-- Key concepts -- Block first -- Intrinsic web design -- Interface not code -- Summary -- Answers -- Further reading -- Chapter 2: Block Design Tools -- Stepping into design tools -- Variations in design tools -- Resetting design tools -- Typography -- Dimensions and spacing -- Color -- Layout -- Borders -- Shadows -- Leveling up design tools -- Example 1 - a cover block -- Example 2 - styling a Gallery block -- Copy and pasting styles -- Summary -- Questions -- Answers -- Chapter 3: Block Styles -- Technical requirements -- What is a block style? …”
Libro electrónico -
1638Publicado 2021Tabla de Contenidos: “…Example Project: Temperature Conversion -- Create the Project -- Write the Code -- Build and Test Your Code -- Test the Application -- Using the Interactive Debugger -- Set Up Your Windows 10 IoT Device -- Deployment Options -- Deploying UWP Applications -- Non-UWP Applications -- Manual Copy -- Summary -- Chapter 5: Windows 10 IoT Development with C++ -- Getting Started -- C++ Crash Course -- The Basics -- Functions -- Curly Braces -- Including Libraries -- Using Namespaces -- Comments -- Variables and Types -- Arithmetic -- Flow Control Statements -- Conditionals -- Loops -- Basic Data Structures -- Pointers -- Blink an LED, C++ Style -- Required Components -- Set Up the Hardware -- Write the Code: User Interface -- Test and Execute: User Interface Only -- Add the GPIO Code -- Deploy and Execute: Completed Application -- C++ Application Deployment Troubleshooting -- Application Already/Not Running -- Deployment Errors ... …”
Libro electrónico -
1639Publicado 2021Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- About Packt -- Contributors -- Table of Contents -- Preface -- Section 1: Character Device Driver Basics -- Chapter 1: Writing a Simple misc Character Device Driver -- Technical requirements -- Getting started with writing a simple misc character device driver -- Understanding the device basics -- A quick note on the Linux Device Model -- Writing the misc driver code - part 1 -- Understanding the connection between the process, the driver, and the kernel -- Handling unsupported methods -- Writing the misc driver code - part 2 -- Writing the misc driver code - part 3 -- Testing our simple misc driver -- Copying data from kernel to user space and vice versa -- Leveraging kernel APIs to perform the data transfer -- A misc driver with a secret -- Writing the 'secret' misc device driver's code -- Our secret driver - the init code -- Our secret driver - the read method -- Our secret driver - the write method -- Our secret driver - cleanup -- Our secret driver - the user space test app -- Issues and security concerns -- Hacking the secret driver -- Bad driver - buggy read() -- Bad driver - buggy write() - a privesc! …”
Libro electrónico -
1640Publicado 2004Tabla de Contenidos: “…CSM migration scenario -- 5.1 General planning for migrations -- 5.1.1 Where we want to go -- 5.1.2 Where we come from -- 5.1.3 Gather prerequisites information -- 5.1.4 Checking for latest updates available -- 5.1.5 Planning for recovery -- 5.2 Migrate CSM on the management server -- 5.2.1 Get the necessary software -- 5.2.2 Check for prerequisites on client nodes and HMCs -- 5.2.3 Back up the management server -- 5.2.4 Commit previous installed updates -- 5.2.5 Update and migrate the software -- 5.2.6 Update the open source software packages -- 5.2.7 Reboot the management server -- 5.2.8 Accept the terms and conditions of the CSM license agreement -- 5.2.9 Copy updated CSM files into /csminstall -- 5.2.10 Verify the installation -- 5.2.11 Perform a backup of the migrated system -- 5.3 Migrate CSM on AIX client nodes -- 5.3.1 Check for application software prerequisites -- 5.3.2 Back up the client nodes -- 5.3.3 Commit previously installed updates…”
Libro electrónico