Mostrando 2,461 - 2,480 Resultados de 2,988 Para Buscar '"Linux"', tiempo de consulta: 0.11s Limitar resultados
  1. 2461
    Publicado 2002
    Tabla de Contenidos: “…Securing remote command execution -- 5.1 Remote command execution software -- 5.2 OpenSSH installation on AIX -- 5.2.1 Downloading OpenSSH and prerequisite OpenSSL software -- 5.2.2 Preinstallation tasks -- 5.2.3 Installing SSH on AIX manually -- 5.2.4 Post-installation tasks -- 5.2.5 Installing OpenSSH 3.4 for AIX 5L on AIX servers using NIM -- 5.2.6 Verifying the SSH installation on the AIX nodes -- 5.3 Installing SSH on Linux nodes -- 5.4 OpenSSH configuration inside the CSM cluster -- 5.4.1 Preliminary actions -- 5.4.2 Update the Cluster Systems Management database -- 5.4.3 Checking the dsh settings -- 5.4.4 Set up OpenSSH -- 5.4.5 How the automated configuration works -- 5.4.6 Verifying the SSH configuration -- 5.5 Other remote command execution programs -- Chapter 6. …”
    Libro electrónico
  2. 2462
    por Young, Ian, 1970-
    Publicado 2013
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- Acknowledgements -- About the Reviewers -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Running a CoffeeScript Program -- Installing Node.js -- Installing Node.js on OS X -- Using the installer -- Using Homebrew -- Using Macports -- Installing Node.js on Windows -- Using the installer -- Using the standalone executable -- Using Chocolatey -- Installing Node.js on Linux -- Using a graphical package manager -- Using the command line -- Compiling Node.js manually -- Skipping the Node installation step -- Testing our Node installation -- Testing npm -- Installing CoffeeScript -- Our very first CoffeeScript code -- Compiling from a CoffeeScript file -- CoffeeScript support in the editor -- Support in TextMate -- Support in Sublime Text 2 -- Support in Vim -- Support in Emacs -- Starting our web application -- One more thing -- Summary -- Chapter 2: Writing Your First Lines of CoffeeScript -- Following along with the examples -- Seeing the compiled JavaScript -- CoffeeScript basics -- Statements -- Variables -- Comments -- Calling functions -- Precedence -- Control structures -- Using if statements -- The else and else if statements -- The unless statement -- Single-line form -- Comparison operators -- Arrays -- Ranges -- Loops -- Loop comprehensions -- A few more array tricks -- Checking array membership -- Simple objects -- Iterating over objects -- Summary -- Chapter 3: Building a Simple Application -- Building our application -- String Interpolation -- Using string interpolation in our application -- Defining functions -- Function naming -- Function return behavior -- Adding dynamic behavior to our application -- Switch statements -- Using a switch statement in our application -- Summary -- Chapter 4: Improving Our Application -- Checking if a value exists…”
    Libro electrónico
  3. 2463
    Publicado 2014
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- About the Authors -- Contents -- Foreword -- Acknowledgments -- Introduction -- Part I: Essential Knowledge -- Chapter 1: Getting Started -- Installing Hudson -- Trying Hudson with the Easy Installation Method -- Installing Hudson as a Windows Service -- Installing Hudson to Start When a User Logs in to Mac OS X -- Installing Hudson Within Tomcat -- Installing Hudson on GNU/Linux -- Basic Hudson Configuration -- Your First Job: Back Everything Up -- Summary -- Chapter 2: Hudson Precondition Primer -- Hudson in the Software Development Lifecycle -- Developer -- Tester -- Manager -- Architect -- Release Engineer -- Example: Orchestration of Roles Around Hudson -- Software Development as Marionette Theatre Production -- Development Platforms -- Software Configuration Management -- Builders -- Integrated Development Environments -- Eclipse -- Oracle JDeveloper -- IntelliJ IDEA -- NetBeans -- Testing Tools -- Soft Correctness Testing Tools -- Summary -- Chapter 3: Basic Concepts -- Intermediate Hudson Configuration -- Adding Source Code Management (SCM) to Your Jobs -- Your Second Job: A Simple Java Program -- Your Third Job: A Simple Servlet -- Using the Plugin Center -- Your Fourth Job: Advanced Backup Options -- Hudson Authentication Security -- Adding Quality Assurance Systems -- Build Notifiers -- Configuring E-mail Server -- Configuring the Job to Send Build Status Message -- Summary -- Part II: Applying Hudson -- Chapter 4: Hudson as a Continuous Integration Server -- What Is Continuous Integration? …”
    Libro electrónico
  4. 2464
    por Walls, Colin
    Publicado 2012
    “…Embedded Software: The Works covers all the key subjects embedded engineers need to understand in order to succeed, including Design and Development, Programming, Languages including C/C++, and UML, Real Time Operating Systems Considerations, Networking, and much more. New material on Linux, Android, and multi-core gives engineers the up-to-date practical know-how they need in order to succeed…”
    Libro electrónico
  5. 2465
    Publicado 2014
    Tabla de Contenidos: “…Installing Neo4j on Mac or Linux -- Using Neo4j in a cloud environment -- Test Questions -- Summary -- 4. …”
    Libro electrónico
  6. 2466
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright -- Credits -- Foreword -- About the Authors -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Dedication -- Table of Contents -- Preface -- Chapter 1: Google Cloud and Google BigQuery -- Getting started with Google Cloud -- Overviewing Google Cloud Platform services -- Google Cloud storage and its features -- Learning Google BigQuery -- Working with the browser -- Running your first query -- BigQuery public datasets -- Getting started with Cloud SQL -- Cloud Datastore -- Google App engine -- App engine standard environment -- App engine flexible environment -- Google container engine -- Google compute engine -- Summary -- Chapter 2: Google Cloud SDK -- Installing Google Cloud SDK -- Installing Google Cloud SDK on Windows -- Installing Google Cloud SDK on macOS -- Installing Google Cloud SDK on Linux -- gsutil for Google Cloud Storage -- Using the bq utility for BigQuery -- Using the gcloud utility -- Connecting to Cloud SQL using gcloud -- Authorizing the client machine via Google Cloud Console -- Connecting using a proxy script -- Exporting Cloud SQL databases and tables -- Deploying to Google App Engine -- Summary -- Chapter 3: Google BigQuery Data Types -- Supported data types -- Data type considerations -- Converting data -- Sanitizing data -- When to transform your data? …”
    Libro electrónico
  7. 2467
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Acknowledgments -- Table of Contents -- Preface -- Chapter 1: Getting Started with Java 11 -- Getting started with Java -- Version numbers -- Installing Java -- Installation on Windows -- Installation on macOS -- Installation on Linux -- Setting JAVA_HOME -- Executing jshell -- Looking at the bytecode -- Packaging classes into a JAR file -- Managing the running Java application -- Using an IDE -- NetBeans -- Eclipse -- IntelliJ -- IDE services -- IDE screen structure -- Editing files -- Managing projects -- Building the code and running it -- Debugging Java -- Summary -- Chapter 2: The First Real Java Program - Sorting Names -- Getting started with sorting -- Bubble sort -- Getting started with project structure and build tools -- Make -- Ant -- Installing Ant -- Using Ant -- Maven -- Installing Maven -- Using Maven -- Gradle -- Installing Gradle -- Setting up the project with Maven -- Coding the sort -- Understanding the algorithm and language constructs -- Blocks -- Variables -- Types -- Arrays -- Expressions -- Loops -- Conditional execution -- Final variables -- Classes -- Inner, nested, local, and anonymous classes -- Packages -- Methods -- Interfaces -- Argument passing -- Fields -- Modifiers -- Object initializers and constructors -- Compiling and running the program -- Summary -- Chapter 3: Optimizing the Sort - Making Code Professional -- The general sorting program -- A brief overview of various sorting algorithms -- Quicksort -- Project structure and build tools -- Maven dependency management -- Coding the sort -- Creating the interfaces -- Creating BubbleSort -- Architectural considerations -- Creating unit tests -- Adding JUnit as a dependency -- Writing the BubbleSortTest class -- Good unit tests -- A good unit test is readable -- Unit tests are fast…”
    Libro electrónico
  8. 2468
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: Setting Up the Local Environment -- Technical requirements -- Choosing the best operating system -- Installing the required applications and services -- Preparing the technology stack for AC -- Installing WSL 2 on Windows -- Virtualization with Docker -- Installing Docker and the Docker Compose plugin -- Installing Docker on Windows -- Installing Docker on macOS -- Installing Docker on Linux -- Wrapping things up -- Preparing a Docker manager -- What is Warden? …”
    Libro electrónico
  9. 2469
    por Leiva, Nicolas
    Publicado 2023
    Tabla de Contenidos: “…-- Non-technical reasons -- The future of Go -- Technical reasons -- Go for networking -- Go versus Python -- Code execution -- Type system -- Performance -- Ease of use -- Memory management -- Syntax -- Failure handling -- Concurrency -- Community -- Installing Go on your computer -- Windows -- Mac -- Linux -- Summary -- Further reading -- Chapter 2: Go Basics -- Technical requirements -- What is Go? …”
    Libro electrónico
  10. 2470
    por Almond, Chris
    Publicado 2004
    Tabla de Contenidos: “…5.10.4 Pseudo-file system in NFS V4 Linux client -- 5.11 Windows KDC and NFS V4 AIX 5.3 -- 5.12 Setting up Kerberos cross-realm access -- 5.12.1 Add the krbtgt service principal to every KDC server -- 5.12.2 Kerberos configuration file changes on the KDC server, NFS V4 client and server -- 5.12.3 Add NFS domain-to-realm map on NFS V4 client and server -- 5.12.4 Client access verification -- 5.12.5 Client access mount using cross-realms -- Chapter 6. …”
    Libro electrónico
  11. 2471
    por Garrote García, Rubén
    Publicado 2017
    Tabla de Contenidos: “….) -- 7.3 CAJA BLANCA: DEPURADORES DE CÓDIGO -- 7.3.1 DEPURADORES DE CÓDIGO EN LINUX -- 7.3.2 DEPURADORES DE CÓDIGO EN WINDOWS -- 7.4 CUESTIONES RESUELTAS -- 7.4.1 ENUNCIADOS -- 7.4.2 SOLUCIONES -- 7.5 EJERCICIOS PROPUESTOS -- 8. …”
    Libro electrónico
  12. 2472
    Publicado 2022
    Tabla de Contenidos: “…Calculus ... Python (or Perl) and Linux 2 1.2 Informatics and Data Analytics 3 1.3 FSA-Based Signal Acquisition and Bioinformatics 4 1.4 Feature Extraction and Language Analytics 7 1.5 Feature Extraction and Gene Structure Identification 8 1.5.1 HMMs for Analysis of Information Encoding Molecules 11 1.5.2 HMMs for Cheminformatics and Generic Signal Analysis 11 1.6 Theoretical Foundations for Learning 13 1.7 Classification and Clustering 13 1.8 Search 14 1.9 Stochastic Sequential Analysis (SSA) Protocol (Deep Learning Without NNs) 15 1.9.1 Stochastic Carrier Wave (SCW) Analysis - Nanoscope Signal Analysis 18 1.9.2 Nanoscope Cheminformatics - A Case Study for Device "Smartening" 19 1.10 Deep Learning using Neural Nets 20 1.11 Mathematical Specifics and Computational Implementations 21 2 Probabilistic Reasoning and Bioinformatics 23 2.1 Python Shell Scripting…”
    Libro electrónico
  13. 2473
    por McNab, Chris 1980-
    Publicado 2004
    Tabla de Contenidos: “…The Tools Required2.1.2. Linux; 2.1.3. MacOS X; 2.1.4. VMware; 2.2. Free Network Scanning Tools; 2.2.2. …”
    Libro electrónico
  14. 2474
    por Seitz, Justin
    Publicado 2009
    Tabla de Contenidos: “…Foreword; Acknowledgments; Introduction; 1: Setting Up Your Development Environment; 1.1 Operating System Requirements; 1.2 Obtaining and Installing Python 2.5; 1.2.1 Installing Python on Windows; 1.2.2 Installing Python for Linux; 1.3 Setting Up Eclipse and PyDev; 1.3.1 The Hacker's Best Friend: ctypes; 1.3.2 Using Dynamic Libraries; 1.3.3 Constructing C Datatypes; 1.3.4 Passing Parameters by Reference; 1.3.5 Defining Structures and Unions; 2: Debuggers and Debugger Design; 2.1 General-Purpose CPU Registers; 2.2 The Stack; 2.3 Debug Events; 2.4 Breakpoints; 2.4.1 Soft Breakpoints…”
    Libro electrónico
  15. 2475
    Publicado 2021
    Tabla de Contenidos: “…. -- Chapter 6: Connection Pooling and Load Balancing -- Technical requirements -- Installing pgBouncer on a Linux server -- Getting ready... -- How to do it... -- How it works... -- Creating a pgBouncer configuration file -- Getting ready... -- How to do it... -- How it works... -- Configuring the pool settings on pgBouncer -- Getting ready... -- How to do it... -- How it works... -- Starting and stopping the pgBouncer service -- Getting ready... -- How to do it... -- How it works... -- Installing HAProxy on Linux servers -- Getting ready... -- How to do it... -- How it works... -- Using xinetd to detect a primary or a standby -- Getting ready... -- How to do it... -- How it works... -- Creating an HAProxy configuration file -- Getting ready... -- How to do it... -- How it works... -- Starting and stopping the HAProxy service -- Getting ready... -- How to do it... -- How it works... -- Building a robust HA cluster using Patroni, pgBouncer, and HAProxy -- Getting ready... -- How to do it... -- How it works... -- Chapter 7: Securing through Authentication -- Technical requirements -- Securing client connections using the pg_hba.conf file -- Categories in the pg_hba.conf file -- Getting ready -- How to do it..…”
    Libro electrónico
  16. 2476
    Publicado 2017
    Tabla de Contenidos: “…-- The "Threat" of Raw Sockets -- Socket Libraries -- The Windows Socket Interface -- TCP/IP and Windows -- Sockets for Windows -- Sockets on Linux -- Questions for Readers -- III. Routing and Routing Protocols -- 14 Routing and Peering -- Network Layer Routing and Switching -- Connection-Oriented and Connectionless Networks -- Quality of Service -- Host Routing Tables -- Routing Tables and FreeBSD -- Routing Tables and RedHat Linux -- Routing and Windows -- The Internet and the Autonomous System -- The Internet Today -- The Role of Routing Policies -- Peering -- Picking a Peer -- Questions for Readers -- 15 IGPs: RIP, OSPF, and IS-IS -- Interior Routing Protocols -- The Three Major IGPs -- Routing Information Protocol -- Distance-Vector Routing -- Broken Links -- Distance-Vector Consequences -- Split Horizon -- Triggered Updates -- RIPv1 -- RIPv1 Limitations -- RIPv2 -- Authentication -- Subnet Masks -- Next Hop Identification -- Multicasting -- RIPng for IPv6 -- A Note on IGRP and EIGRP -- Open Shortest Path First -- Link States and Shortest Paths -- What OSPF Can Do -- Better Routing Metrics for Links -- Equal-Cost Multipaths -- Router Hierarchies -- Internal and External Routes -- Classless Addressing -- Security…”
    Libro electrónico
  17. 2477
    Publicado 2017
    Tabla de Contenidos: “…-- Java is a very verbose language -- Java is not ideal for everything or everyone -- Missing classes in Java Class Library -- Mixing JVM languages in a project -- Increasing build process complexity -- Language runtime libraries -- Writing unit tests in a different language -- Summary -- Chapter 2: Developing on the Java Virtual Machine -- JDK -- Installing JDK -- Downloading JDK -- Installing JDK on Windows -- Installing JDK on macOS -- Installing JDK on Linux -- Downloading API documentation -- Exploring JDK -- The directory structure -- JDK commands -- GUI monitoring tools -- Java VisualVM -- Oracle Mission Control -- JConsole -- JRE -- Class organization with packages -- What are packages? …”
    Libro electrónico
  18. 2478
    por Langenhan, Daniel
    Publicado 2013
    Tabla de Contenidos: “…. -- Static DNS Pool -- Preallocated DNS pool with a manual IP -- Automated setup -- Linux and Guest Customization -- See also…”
    Libro electrónico
  19. 2479
    Publicado 2013
    Tabla de Contenidos: “…-- A New Name, a New Owner, a Familiar Operating System -- Solaris Now "Goes to 11" -- A Short Review of Solaris' Long History -- The Future of Solaris -- Solaris 11 Licensing -- Solaris Communities -- Solaris 11 Documentation -- For Those Moving from Solaris 10 to Solaris 11 -- Summary -- Reference -- Chapter 2: Getting Ready for Solaris 11 -- Where Solaris 11 Runs: Hardware Requirements -- The Application Guarantee Program -- Testing Your x86 System for Solaris 11 Compatibility -- The Oracle Solaris 11 Live Media -- Running the Solaris 11 Live Media -- Preparing Your x86 System for Solaris 11 Installation -- Disk Partitions -- Other Installation Methods -- Summary -- References -- Chapter 3: Installation Options -- How to Get Solaris 11 -- Downloads -- Licensing -- Write to DVD -- Write to a USB Key -- A Focus on Workstations -- A Range of Installation Scenarios -- New Systems -- Linux -- Microsoft Windows -- Solaris 10 -- Notes on Virtual Machines -- The GUI Interactive Installation -- Boot the Live Media -- Answer Basic Questions -- Start the Interactive GUI Installation -- Basic Parameters -- Risks -- Partitions for Solaris and More -- Time Zones and Locales -- Users and Hostnames -- Final Step -- Multiboot Situations -- GRUB on Solaris -- A GRUB Option for Windows -- A GRUB Option for Linux -- Configure a GRUB Password -- A Triple-Boot Scenario -- Summary -- References -- Chapter 4: Alternative Oracle Solaris 11 Installation Methods -- SPARC and x86 Systems…”
    Libro electrónico
  20. 2480
    Publicado 2024
    Tabla de Contenidos: “…-- Separation of concerns -- Security considerations -- DTO classes versus anonymous types -- Securing entities -- Final thoughts -- Adding the country name -- CitiesController -- Angular front-end updates -- Data services -- XMLHttpRequest versus Fetch (versus HttpClient) -- XMLHttpRequest -- Fetch -- HttpClient -- Building a data service -- Creating the BaseService -- Adding the common interface methods -- Creating CityService -- Implementing CityService -- Creating CountryService -- Summary -- Suggested topics -- References -- Chapter 9: Back-End and Front-End Debugging -- Technical requirements -- Backend debugging -- Windows or Linux? -- The basics -- Conditional breakpoints -- Conditions -- Actions -- Testing the conditional breakpoint…”
    Libro electrónico