Mostrando 2,361 - 2,380 Resultados de 2,988 Para Buscar '"Linux"', tiempo de consulta: 0.09s Limitar resultados
  1. 2361
    Publicado 2016
    Tabla de Contenidos: “…-- Muss ich mich entscheiden: Windows, Linux oder Mac? -- Gibt es Beispieldateien? -- 1.2 Let's go OpenOffice -- Hardwareanforderungen -- Installation -- Installationsvorgang -- 1.3 Arbeiten mit OpenOffice -- Starten und Beenden -- Tastenkombinationen -- 1.4 OpenOffice optimieren -- TBS -- AutoKorrektur -- 1.5 Arbeiten mit Dateien -- Dateien erstellen -- Dateien speichern -- Vorlagen -- 1.6 Datenaustausch mit MS Office -- 1.7 Gibt es was Neues? …”
    Libro electrónico
  2. 2362
    por Ogden, Bill
    Publicado 2005
    Tabla de Contenidos: “…4.8 FICON link incident report -- 4.9 Program-directed re-IPL -- 4.10 OSA-Express2 1000BASE-T Ethernet -- 4.11 OSA-Express2 GARP VLAN Registration Protocol (GVRP) -- 4.12 OSA-Express2 OSN support -- 4.13 HiperSockets IPv6 -- 4.14 Crypto Express2 -- 4.14.1 PCI-X support -- 4.14.2 CPACF enhancements -- 4.15 Enhanced performance assists for z/VM Linux guests -- 4.16 Support summary -- Chapter 5. …”
    Libro electrónico
  3. 2363
    por Oshana, Robert
    Publicado 2013
    “…Written by experts with a solutions focus, this encyclopedic reference is a useful aid to tackling typical problems and issues, including: Architecture and design patternsHardware interfacesEmbedded operating systems, including Linux and AndroidMemory, performance, and power optimizationUser interface consi…”
    Libro electrónico
  4. 2364
    Publicado 2015
    “…Some understanding of the Linux/Unix command-line interface is expected…”
    Libro electrónico
  5. 2365
    Publicado 2015
    “…If you have experience with Linux and data formats such as JSON or XML, you’re ready to get started…”
    Libro electrónico
  6. 2366
    por Heuermann, Lewis
    Publicado 2024
    “…Serving as a roadmap for beginners as well as experienced professionals, this manual guides you from foundational concepts and audit planning to in-depth explorations of auditing various IT systems and networks, including Cisco devices, next-generation firewalls, cloud environments, endpoint security, and Linux systems. You'll develop practical skills in assessing security configurations, conducting risk assessments, and ensuring compliance with privacy regulations. …”
    Libro electrónico
  7. 2367
    Publicado 2020
    Tabla de Contenidos: “…Installing tfjs-node-gpu on Linux -- A.2. Installing tfjs-node-gpu on Windows -- Appendix B. …”
    Libro electrónico
  8. 2368
    por Rule, David
    Publicado 2007
    “…The book concludes with a series of handy, time-saving command and configuration for: bash shell keystrokes, Linux commands, configuration files, comm…”
    Libro electrónico
  9. 2369
    por Reinders, James
    Publicado 2007
    “…This guide explains how to maximize the benefits of these processors through a portable C++ library that works on Windows, Linux, Macintosh, and Unix systems. With it, you'll learn how to use Intel Threading Building Blocks (TBB) effectively for parallel programming -- without having to be a threading expert…”
    Libro electrónico
  10. 2370
    Publicado 2015
    “…It requires some experience of Linux systems administration, including familiarity with the command line, file system, and text editing. …”
    Libro electrónico
  11. 2371
    Publicado 2014
    “…Coverage includes building a secure organization, cryptography, system intrusion, UNIX and Linux security, Internet security, intranet security, LAN security; wireless network security, cellular network security, RFID security, and more…”
    Libro electrónico
  12. 2372
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- About the Author -- Table of Contents -- Preface -- Chapter 1: Installing an MQTT 3.1.1 Mosquitto Server -- Understanding convenient scenarios for the MQTT protocol -- Working with the publish-subscribe pattern -- Working with message filtering -- Understanding the MQTT puzzle - clients, servers, and connections -- Installing a Mosquitto server on Linux -- Installing a Mosquitto server on macOS -- Installing a Mosquitto server on Windows -- Considerations for running a Mosquitto server in the cloud -- Test your knowledge -- Summary -- Chapter 2: Using Command-Line and GUI Tools to Learn How MQTT Works -- Subscribing to topics with a command-line tool -- Subscribing to topics with a GUI tool -- Publishing messages with a command-line tool -- Publishing messages with a GUI tool -- Unsubscribing from topics with a GUI tool -- Learning best practices for topics -- Understanding MQTT wildcards -- Learning about the different QoS levels -- Working with at least once delivery (QoS level 1) -- Working with exactly once delivery (QoS level 2) -- Understanding overhead in the different Quality of Service levels -- Test your knowledge -- Summary -- Chapter 3: Securing an MQTT 3.1.1 Mosquitto Server -- Understanding the importance of securing a Mosquitto server -- Generating a private certificate authority to use TLS with Mosquitto -- Creating a certificate for the Mosquitto server -- Configuring TLS transport security in Mosquitto -- Testing the MQTT TLS configuration with command-line tools -- Testing the MQTT TLS configuration with GUI tools -- Creating a certificate for each MQTT client -- Configuring TLS client certificate authentication in Mosquitto -- Testing the MQTT TLS client authentication with command-line tools -- Testing the MQTT TLS configuration with GUI tools…”
    Libro electrónico
  13. 2373
    Publicado 2011
    “…Throughout, he presents realistic, downloadable code examples, all tested on Windows, Mac OS X, and Linux using Qt 4.6 (and most tested on Qt 4.5) and designed to anticipate future versions of Qt. …”
    Libro electrónico
  14. 2374
    Publicado 2011
    Tabla de Contenidos: “…Rendering to Textures -- Summary -- 9 Advanced Buffers: Beyond the Basics -- Getting at Your Data -- Controlling the Destiny of Your Pixel Shaders -- Mapping Fragment Outputs -- New Formats for a New Hardware Generation -- Summary -- 10 Fragment Operations: The End of the Pipeline -- Scissoring-Cutting Your Geometry Down To Size -- Multisampling -- Stencil Operations -- Depth Testing -- Blending Everything Together -- Dithering -- Logic Ops -- Masking Output -- Summary -- 11 Advanced Shader Usage -- Advanced Vertex Shaders -- Geometry Shaders -- Advanced Fragment Shaders -- More Advanced Shader Functions -- Uniform Buffer Objects -- Summary -- 12 Advanced Geometry Management -- Gathering Information about the OpenGL Pipeline-Queries -- Storing Data in GPU Memory -- Using Vertex Array Objects to Organize Your Buffers -- Drawing a lot of Geometry Efficiently -- Storing Transformed Vertices-Transform Feedback -- Clipping and Determining What Should Be Drawn -- Synchronizing When OpenGL Begins to Draw -- Summary -- PART III: Platform-Specific Notes -- 13 OpenGL on Windows -- OpenGL Implementations on Windows -- Basic Windows Rendering -- Putting It All Together -- Full-Screen Rendering -- Double Buffering -- Summary -- 14 OpenGL on OS X -- The Four Faces of OpenGL on the Mac -- OpenGL with Cocoa -- Full-Screen Rendering -- CGL -- Summary -- 15 OpenGL on Linux -- The Basics -- Getting Started -- GLX-Interfacing with X Windows -- Summary -- 16 OpenGL ES on Mobile Devices -- OpenGL on a Diet -- Which Version Is Right for You? …”
    Libro electrónico
  15. 2375
    por Solter, Nicholas, 1977-
    Publicado 2005
    “…Geared to experienced C++ developers who may not be familiar with the more advanced features of the language, and therefore are not using it to its full capabilitiesTeaches programmers how to think in C++-that is, how to design effective solutions that maximize the power of the languageThe authors drill down into this notoriously complex language, explaining poorly understood elements of the C++ feature set as well as common pitfalls to avoidContains several in-depth case studies with working code that's been tested on Windows, Linux, and Solaris platforms…”
    Libro electrónico
  16. 2376
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title page -- Copyright and credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Chapter 1: Getting Started -- Technical requirements -- A brief history lesson -- Let's start a conversation (about modal interfaces) -- Installation -- Setting up on Linux and Unix-like systems -- Setting up on macOS -- Setting up on Windows -- Setting up on ChromeOS -- Verifying and troubleshooting the installation -- Vanilla Vim versus gVim -- Configuring Vim with your .vimrc -- Common operations (or, how to exit Vim) -- Opening files -- Changing text -- Saving and closing files -- Moving around - talk to your editor -- Making simple edits in insert mode -- Persistent undo and repeat -- Read the Vim manual using :help -- Summary -- Chapter 2: Advanced Editing and Navigation -- Technical requirements -- Installing plugins -- Organizing the workspace -- Buffers -- Plugin spotlight - unimpaired -- Windows -- Tabs -- Folds -- Navigating file trees -- Netrw -- :e with wildmenu enabled -- Plugin spotlight - NERDTree -- Plugin spotlight - Vinegar -- Plugin spotlight - CtrlP -- Navigating text -- Jumping into insert mode -- Searching with / and ? …”
    Libro electrónico
  17. 2377
    Publicado 2003
    Tabla de Contenidos: “…ITITO and ITPM general overview -- 2.1 Product overview and Web clusters -- 2.1.1 Web clusters -- 2.2 Architecture overview and terminology -- 2.2.1 Terminology -- 2.2.2 Architecture -- 2.3 Integration with other IBM products -- 2.3.1 Tivoli Management Agents -- 2.3.2 IBM Tivoli Configuration Manager -- 2.3.3 zSeries Linux -- 2.3.4 iSeriesTM Linux -- 2.3.5 pSeries -- Part 2 Preparation and installation -- Chapter 3. …”
    Libro electrónico
  18. 2378
    por Coar, Ken A. L.
    Publicado 2004
    Tabla de Contenidos: “…Table of Contents; Preface; What's in This Book; Platform Notes; Other Books; Other Sources; How This Book Is Organized; Conventions Used in This Book; Programming Conventions; Typesetting Conventions; Documentation Conventions; The online manual ("man") pages on a Unixish system; The Apache web server documentation; We'd Like to Hear from You; Acknowledgments; Ken Coar; Rich Bowen; Installation; 1.1 Installing from Red Hat Linux's Packages; Problem; Solution; Discussion; See Also; 1.2 Installing Apache on Windows; Problem; Solution; Discussion; See Also; 1.3 Downloading the Apache Sources…”
    Libro electrónico
  19. 2379
    Publicado 2017
    Tabla de Contenidos: “…21 FIle exchange solutions: SQL*Loader, PL/SQL, and Pro*C22 Cauging how Linux May change the DBMS Market; Part V Oracle backup and recovery; 23 Strategies for an archives management program; 24 Scripting Oracle backups with RMAN and EBU; 25 Alert mechanisms for RMAN backups; 26 Tips and scripts fpr implenting RMAN; 27 Paging people with Oracle8i Out of the box; Part VI Sql Tuning; 28 Cost-based Optimization: Whys and Hows; 29 Analytic Functions; 30 Piranhas in the pool: Investigations into literal Sql and Oracle shared pool performance; 31 Managing database objects in sets; 32 Oracle's joins…”
    Libro electrónico
  20. 2380
    por Zamboni, Luca
    Publicado 2013
    Tabla de Contenidos: “…Using the Model -- The external software - a Qt5 application -- The Swiss army knife - S-functions -- The simulation phases -- Level 2 MATLAB S-function callbacks -- The mandatory callbacks -- The most useful optional callbacks -- The work vector - DWork -- MATLAB S-functions - file source and sink blocks -- The filesink_msfun block -- The MATLAB code -- The filesource_msfun block -- The MATLAB code -- A quick test -- Simulink and the real world -- Forcing Simulink to sync -- Preparing the cruise controller model -- Running the simulation on the target application -- Going further - C MEX S-functions -- Setting up the mex tool -- UNIX-like systems (GNU/Linux in particular) -- Microsoft Windows systems -- How C MEX S-functions work -- The required callbacks -- mdlInitializeSizes -- mdlInitializeSampleTimes -- mdlOutputs -- mdlTerminate -- The most useful optional callbacks -- mdlStart -- mdlInitializeConditions -- mdlUpdate -- The DWork vector -- The elementary work vectors -- The filesource S-function -- The beginning - headers and includes -- Block properties and memory usage - mdlInitializeSizes -- Timings - mdlInitializeSampleTimes -- Initial tasks - mdlStart -- Core logic - mdlOutputs -- Update memories - mdlUpdate -- Cleanup - mdlTerminate -- The happy ending -- Compiling the S-function -- Exercise - the filesink S-function -- A quick test -- Go for another ride -- Summary -- Index…”
    Libro electrónico