Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Linux 670
- Operating systems (Computers) 488
- Engineering & Applied Sciences 305
- Development 289
- Application software 263
- Computer Science 263
- Computer networks 249
- Security measures 188
- Computer security 182
- Open source software 167
- Examinations 132
- Cloud computing 128
- Python (Computer program language) 113
- Certification 111
- Computer programming 111
- Management 109
- Penetration testing (Computer security) 100
- Virtual computer systems 100
- Database management 98
- Computer software 97
- Electronic data processing personnel 93
- Computer programs 88
- Programming 88
- Client/server computing 84
- UNIX (Computer file) 82
- Linux (Sistema operativo de ordenadores) 72
- Web site development 65
- Information technology 64
- LINUX 64
- Sistemas operativos 62
-
2321por Haralabidis, NickTabla de Contenidos: “…Cover; Copyright; Credits; Foreword; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Prerequisites to Success: ADF Project Setup and Foundations; Introduction; Installation of JDeveloper on Linux; Breaking up the application in multiple workspaces; Setting up BC base classes; Setting up logging; Using a custom exception class; Using ADFUtils/JSFUtils; Using page templates; Using a generic backing bean actions framework; Chapter 2:Dealing with Basics: Entity Objects; Introduction; Using a custom property to populate a sequence attribute…”
Publicado 2012
Libro electrónico -
2322Publicado 2014Tabla de Contenidos: “…; IDLE; WingIDE; Python running on Ubuntu Linux; Python on mobile devices; iOS Python app; Windows 8 phone; A virtual machine; Chapter review; Summary questions; Looking ahead; Additional Resources; Chapter 3: Our First Python Forensics App; Introduction…”
Libro electrónico -
2323por Coffin, DavidTabla de Contenidos: “…Title Page; Copyright Page; Contents at a Glance; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; CHAPTER 1 Introduction; Requirements; For Windows and UNIX/Linux Users; Background; How to Use This Book; Organization of This Book; Java Objects and Oracle Database Structures; Chapter Review; CHAPTER 2 Oracle Database Security; Finding a Test Oracle Database; Working from an Existing Oracle Database; Oracle Users and Schemas; SQL*Plus, SQL Developer, JDeveloper, or TOAD; Organization of the Next Few Sections; Working as the SYS User…”
Publicado 2011
Libro electrónico -
2324por Lukaszewski, AlbertTabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1: Getting Up and Running with MySQL for Python; Getting MySQL for Python; Using a package manager (only on Linux); Using RPMs and yum; Using RPMs and urpm; Using apt tools on Debian-like systems; Using an installer for Windows; Using an egg file; Using a tarball (tar.gz file); Importing MySQL for Python; Accessing online help when you need it; MySQLdb; _mysql; Connecting with a database; Creating a connection object; Creating a cursor object; Interacting with the database…”
Publicado 2010
Libro electrónico -
2325por Delisle, MarcTabla de Contenidos: “…; Project documentation; Installing phpMyAdmin; Required information; System requirements; Downloading the files; Installing on different platforms; Installing on a remote server using a Windows client; Installing on a local Linux server; Installing on a local Windows server (Apache, IIS); Configuring phpMyAdmin; The config.inc.php file…”
Publicado 2012
Libro electrónico -
2326por Paro, AlbertoTabla de Contenidos: “…Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started; Introduction; Understanding nodes and clusters; Understanding node services; Managing your data; Understanding clusters, replication, and sharding; Communicating with Elasticsearch; Using the HTTP protocol; Using the native protocol; Using the Thrift protocol; Chapter 2: Downloading and Setup; Introduction; Downloading and installing ElasticSearch; Setting up networking; Setting up a node; Setting up for Linux systems…”
Publicado 2015
Libro electrónico -
2327Publicado 2014Tabla de Contenidos: “…A JMX connection to WildFlyLocal or remote WildFly server; Setting up VisualVM; Connection in VisualVM; Monitoring; OS tools; UNIX and Linux; Low CPU utilization; High CPU utilization; High resource contention; High disk utilization; OS X; Windows; WildFly tools; The Command Line Interface; The WildFly Management Console; JBoss DMR; JConsole; Generating load; Apache JMeter; Building a basic test plan; Improving the test plan; Recording a web session using the JMeter HTTP proxy; Standalone and distributed load generation; Summary; Chapter 3: Tuning the Java Virtual Machine; JVM…”
Libro electrónico -
2328Publicado 2015Tabla de Contenidos: “…; Conventions; Chapter 1: Android's Security Model; Android's Architecture; Linux Kernel; Native User Space; Dalvik VM; Java Runtime Libraries; System Services; Inter-Process Communication; Binder; Android Framework Libraries; Applications; Android's Security Model; Application Sandboxing; Permissions; IPC; Code Signing and Platform Keys; Multi-User Support; SELinux; System Updates; Verified Boot; Summary…”
Libro electrónico -
2329por Lundstrom, Lars-IngemarTabla de Contenidos: “…Personal Computers as Media PlayersPowerPoint; Digital Signage File Distribution; PC-Based Media Players and Playlists; Decoding Live Stream Video; Dedicated Digital Signage Media Player Software; Decoding Picture and Video Files; Reading and Executing Playlists; Choosing a Digital Signage System; PC-Based Digital Signage Systems; Dedicated Digital Signage Hardware; Operating System Considerations; Windows; Linux; Mac OS X; Local Content Storage; Output Interfaces; Analog Interfaces; Analog Audio Interfaces; Digital Interfaces; Digital Audio Interfaces…”
Publicado 2008
Libro electrónico -
2330por Fosdick, HowardTabla de Contenidos: “…; Downloading Regina Rexx; Installing Regina under Windows; Installing Regina under Linux and Unix; Summary; Test Your Understanding; Chapter 2: Language Basics; Overview; A First Program; Language Elements; Operators; Summary; Test Your Understanding; Chapter 3: Control Structures…”
Publicado 2005
Libro electrónico -
2331por Ogden, BillTabla de Contenidos: “…Software considerations -- 4.1 OS/390 and z/OS software considerations -- 4.1.1 Compatibility support and coexistence -- 4.1.2 Compatibility support restrictions -- 4.1.3 Exploitation support -- 4.1.4 Exploitation support considerations -- 4.2 z/VM software considerations -- 4.3 Linux software considerations -- 4.4 VSE/ESATM software considerations -- Chapter 5. …”
Publicado 2003
Libro electrónico -
2332Publicado 2017Tabla de Contenidos: “…-- Real-time web application with Socket.io -- Networking and file IO -- Microservices -- Internet of things (IoT) -- A simple server with Node.js -- When to use Node.js -- The NoSQL movement -- A short introduction to MongoDB -- JSON-friendly database -- Schema-less design -- Various performance facets -- Node.js and MongoDB in the wild -- What to expect from this book -- Summary -- Chapter 2: Getting Up and Running -- Installing Node.js -- Mac OS X -- Windows -- Linux -- Testing that Node.js is installed properly -- Online documentation -- Installing MongoDB -- Mac OS X installation instructions -- Windows 7/Windows 8 installation instructions -- Linux installation instructions -- Confirming successful MongoDB installation -- Bookmarking the online documentation -- Writing your first app -- Creating the sample application -- Getting the dependent modules in place -- Adding the application code -- Understanding the code -- Launching the sample app -- Checking the actual database -- Summary -- Chapter 3: Node and MongoDB Basics -- A JavaScript primer -- Introducing es6 -- Syntax basics -- Understanding the scope of variables -- Data types -- Operators and flows -- Understanding objects -- Understanding arrays -- Understanding functions -- Anonymous functions and callbacks -- JSON -- The basics of Node.js -- Node.js architecture -- Event-driven -- Asynchronous execution…”
Libro electrónico -
2333Publicado 2024Tabla de Contenidos: “…Chat Completions -- Assistants API -- Components of the Assistants API -- Handy Resources -- Chapter Summary -- Chapter 2: Install Tools (Azure CLI, Azure PowerShell, VS Code, Copilot) -- Create a Microsoft Azure Account -- Request Access to Azure OpenAI Service -- Azure SDK for .NET -- Package List -- Install .NET -- Windows WinGet -- Visual Studio Code -- Install VS Code -- Install Extensions -- Extensions List -- Visual Studio 2022 -- Visual Studio 2022 Preview -- Install Azure PowerShell -- Sign In to Azure Using Azure PowerShell -- Install Azure CLI -- Enable Azure CLI Tab Completion (Windows Only) -- Create a PowerShell Profile -- Azure Cloud Shell -- Use Azure Cloud Shell -- Use Azure Cloud Shell with VS Code -- Install Terraform -- High-Level Example of Terraform -- Install -- Install Terraform on macOS -- Enable Terraform Tab Completion -- Install Terraform on Linux…”
Libro electrónico -
2334Publicado 2022Tabla de Contenidos: “…-- Understanding Problems that Docker Solves -- Containerization Through the Years -- 1979: chroot -- 2000: FreeBSD Jails -- 2005: OpenVZ -- 2006: cgroups -- 2008: LXC -- Containers and Virtual Machines -- Container Runtimes -- OCI and CRI -- Docker and Kubernetes -- Summary -- Chapter 2: Docker 101 -- Installing Docker -- Installing Docker on Windows -- Installing Docker on Windows Using WSL2 Backend -- About WSL -- Requirements for Installing and Enabling WSL2 -- Installing on macOS -- Installing on Linux -- Additional Steps -- Understanding Jargon Around Docker -- Layers -- Docker Image -- Docker Tags -- Docker Container -- Bind Mounts and Volumes -- Docker Repository -- Docker Registry -- Dockerfile -- Docker Engine -- Docker Daemon -- Docker CLI -- Docker API -- Docker Compose -- Docker Machine -- Hands-on Docker -- Working with Docker Images -- Working with a Real-World Docker Image -- Summary -- Chapter 3: Building the Python App -- About the Project -- Setting Up Telegram Messenger -- BotFather: Telegram's Bot Creation Interface -- Creating the Bot with BotFather -- Newsbot: The Python App -- Getting Started with Newsbot -- Running Newsbot -- Sending Messages to Newsbot -- Summary -- Chapter 4: Understanding the Dockerfile -- Dockerfile Primer -- Build Context -- Dockerignore -- BuildKit -- Building Using Docker Build -- Tags -- Dockerfile Instructions -- FROM -- WORKDIR -- ADD and COPY -- RUN -- Layer Caching -- CMD and ENTRYPOINT -- ENV -- VOLUME -- EXPOSE -- LABEL -- Guidelines and Recommendations for Writing Dockerfiles -- Using Multi-Stage Builds -- Exercises -- Summary -- Chapter 5: Understanding Docker Volumes -- Data Persistence…”
Libro electrónico -
2335por Murti, KarunaTabla de Contenidos: “…-- Installing the Rust compiler toolchain -- Installing rustup on the Linux OS or macOS -- Installing a different toolchain and components -- Updating the toolchain, rustup, and components -- Writing Hello World! …”
Publicado 2022
Libro electrónico -
2336por Bakos, GáborTabla de Contenidos: “…Installing and Using KNIME -- Few words about KNIME -- Installing KNIME -- Installation using the archive -- KNIME for Windows -- KNIME for Linux -- KNIME for Mac OS X -- Troubleshooting -- KNIME terminologies -- Organizing your work -- Nodes -- Node lifecycle -- Meta nodes -- Ports -- Data tables -- Port view -- Flow variables -- Node views -- HiLite -- Eclipse concepts -- Preferences -- Logging -- User interface -- Getting started -- Setting preferences -- KNIME -- Other preferences -- Installing extensions -- Workbench -- Workflow handling -- Node controls -- HiLite -- Variable flows -- Meta nodes -- Workflow lifecycle -- Other views -- Summary -- 2. …”
Publicado 2013
Libro electrónico -
2337Publicado 2020“…Veeam Backup & Replication ist der Industriestandard fÃ1⁄4r Backup- und Replikation fÃ1⁄4r virtuelle und physische Maschinen mit Windows und Linux als Betriebssystem und VMware oder Hyper-V als Basis.Dieses Buch beschreibt zunächst die Installation der Software und von optionalen Komponenten sowie deren Voraussetzungen. …”
Libro electrónico -
2338Publicado 2022“…Author Vincent Sesto then extends your knowledge further by covering custom Ansible modules using Python and Linux shell scripts and demonstrating how you can start to keep your secret values encrypted and secure using Ansible Vault. …”
Libro electrónico -
2339Publicado 2021Tabla de Contenidos: “…Preparing the environment -- A.1 Installing Python and Anaconda -- A.1.1 Installing Python and Anaconda on Linux -- A.1.2 Installing Python and Anaconda on Windows -- A.1.3 Installing Python and Anaconda on macOS -- A.2 Running Jupyter -- A.2.1 Running Jupyter on Linux -- A.2.2 Running Jupyter on Windows -- A.2.3 Running Jupyter on MacOS -- A.3 Installing the Kaggle CLI -- A.4 Accessing the source code -- A.5 Installing Docker -- A.5.1 Installing Docker on Linux -- A.5.2 Installing Docker on Windows -- A.5.3 Installing Docker on MacOS -- A.6 Renting a server on AWS -- A.6.1 Registering on AWS -- A.6.2 Accessing billing information -- A.6.3 Creating an EC2 instance -- A.6.4 Connecting to the instance -- A.6.5 Shutting down the instance -- A.6.6 Configuring AWS CLI -- Appendix B. …”
Libro electrónico -
2340por Monson, PhilipTabla de Contenidos: “…Installing Workplace Collaboration Services on Linux using console mode -- 5.1 Prerequisites…”
Publicado 2005
Libro electrónico