Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Engineering & Applied Sciences 231
- Computer Science 199
- Operating systems (Computers) 197
- UNIX (Computer file) 145
- Linux 121
- Computer networks 88
- Sistemas operativos 73
- Unix 62
- Security measures 59
- Mac OS 57
- Development 54
- Application software 45
- Computer security 41
- Database management 40
- Macintosh (Computer) 38
- UNIX Shells 36
- Programming 35
- Examinations 32
- Computer programs 31
- Open source software 31
- Electrical & Computer Engineering 30
- Computer programming 29
- Telecommunications 29
- Certification 28
- Client/server computing 26
- Electronic data processing personnel 25
- Electronic data processing 23
- Informática 22
- Python (Computer program language) 22
- IBM Database 2 21
-
881Publicado 2024Tabla 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 -
882por Tyler, Chris“…The X Window System underlies graphical desktops on Linux and Unix systems, and supports advanced features of modern graphics cards. …”
Publicado 2007
Libro electrónico -
883por Garfinkel, Simson“…It describes risks for Windows and Unix, Mic…”
Publicado 2002
Libro electrónico -
884por Love, Robert“…This book is about writing software that makes the most effective use of the system you're running on -- code that interfaces directly with the kernel and core system libraries, including the shell, text editor, compiler, debugger, core utilities, and system daemons. The majority of both Unix and Linux code is still written at the system level, and Linux System Programming focuses on everything above the kernel, where applications such as Apache, bash, cp, vim, Emacs, gcc, gdb, glibc, ls, mv, and X exist. …”
Publicado 2007
Libro electrónico -
885por Hammond, Mark“…Despite Python's increasing popularity on Windows, Python Programming on Win32 is the first book to demonstrate how to use it as a serious Windows development and administration tool. Unlike scripting on Unix, Windows scripting involves integrating a number of components…”
Publicado 2000
Libro electrónico -
886por Watt, Andrew, 1953-“…MSH is a new command-line shell for Microsoft server products, including the long-awaited Longhorn server, and will eventually ship with all major Microsoft products, making it the must-know technologyMSH will replace current command lines in new Microsoft products and can be used to write shell scripts similar to those used with Unix and LinuxDiscusses how MSH enables all of the .NET Framework objects to become accessible via scripting, making it a very powerful addition to any developer's or administrator's toolboxReaders are guided through all the ins and outs of MSH and…”
Publicado 2007
Libro electrónico -
887por Ballad, TriciaTabla de Contenidos: “…-- Reflected XSS -- Stored XSS -- Patching the Application to Prevent XSS Attacks -- Wrapping It Up -- Part V: Locking Up for the Night -- Chapter 11 Securing Apache and MySQL -- Programming Languages, Web Servers, and Operating Systems Are Inherently Insecure -- Securing a UNIX, Linux, or Mac OS X Environment -- Securing Apache -- Securing MySQL -- Wrapping It Up -- Chapter 12 Securing IIS and SQL Server -- Securing a Windows Server Environment -- Securing IIS -- Securing SQL Server -- Wrapping It Up -- Chapter 13 Securing PHP on the Server -- Using the Latest Version of PHP -- Using the Security Features Built into PHP and Apache -- Using ModSecurity -- Hardening php.ini -- Wrapping It Up -- Chapter 14 Introduction to Automated Testing -- Why Are We Talking About Testing in a Security Book? …”
Publicado 2009
Libro electrónico -
888por Feiler, Jesse“…Mac OS X, Apple's newest operating system for the Macintosh platform, is profoundly different from its earlier versions because of its similarity to the UNIX operating system. For developers writing software for OS X this means adjusting to two new environments to create applications and to access the enhanced features of the new OS, Cocoa and Carbon. …”
Publicado 2002
Libro electrónico -
889Publicado 2014“…The book is designed in a simple and intuitive manner that allows you to explore the whole Kali Linux testing process or study parts of it individually.If you are an IT security professional who has a basic knowledge of Unix/Linux operating systems, including an awareness of information security factors, and want to use Kali Linux for penetration testing, then this book is for you…”
Libro electrónico -
890
-
891por Butz, Thorsten“…Er begann seine Karriere als Netzwerkspezialist und Unix-Enthusiast beim Provider Network. Seit Windows 2000 begleitet er intensiv Microsofts Server-Technologien, mit dem besonderen Augenmerk auf Interoperabilität und Automation…”
Publicado 2021
Libro electrónico -
892por Rogers, PaulTabla de Contenidos: “…Cancelling tasks and taking dumps -- 7.1 Cancelling a task -- 7.2 Forcing a task -- 7.3 Dumping address spaces -- 7.3.1 DUMP command -- 7.4 Diagnostic data - dumps -- 7.4.1 ABEND dumps -- 7.5 SLIP dumps -- 7.5.1 SLIP using IGC0003E -- 7.5.2 SLIP using MSGID -- 7.6 SLIP dump using a z/OS UNIX reason code -- 7.6.1 Obtain a dump on a specific reason code -- 7.7 SNAP dumps…”
Publicado 2005
Libro electrónico -
893por Delahaye, SylvieTabla de Contenidos: “…4.3.16 Create the summary report and annotated listing report -- 4.3.17 Use of the monitor panel -- 4.3.18 Fast Path -- 4.4 Restrictions -- 4.4.1 CICS -- 4.4.2 Other environments -- 4.4.3 Unix System Services -- 4.5 Installation -- 4.5.1 Systems programmer notes -- Chapter 5. …”
Publicado 2002
Libro electrónico -
894por Carter, GeraldTabla de Contenidos: “…Postfix; 7.3.3. Exim; 8. Standard Unix Services and LDAP; 8.2. An FTP/HTTP Combination; 8.2.2. …”
Publicado 2003
Libro electrónico -
895Publicado 2018Tabla de Contenidos: “…-- Understanding SoA -- Differentiating microservices from SoA -- From the monolith to microservices -- Microservices principles -- Defining design principles -- Modelled around business capabilities -- Loosely couple -- Single responsibility -- Hiding implementation -- Isolation -- Independently deployable -- Build for failure -- Upstream -- Downstream -- Logging -- Monitoring -- Alerting -- Recovery -- Fallbacks -- Scalability -- Automation -- Domain-Driven Design -- What is Domain-Driven Design -- Ubiquitous language -- Bounded context -- Context mapping -- Using DDD in microservices -- Reactive microservices -- Reactive programming -- Reactive Manifesto -- Responsive -- Resilient -- Elastic -- Message-driven -- Back pressure -- Reactive frameworks -- Reactive Extensions -- Project Reactor -- Java reactive streams -- Akka -- Reactive microservices -- Cloud Native microservices -- Cloud computing -- Containers -- Deployment models -- Private cloud -- Public cloud -- Hybrid cloud -- Service models -- Infrastructure as a Service -- Platform as a Service -- Software as a Service -- Cloud Native microservices -- Summary -- Chapter 2: Getting Started with Spring Boot 2.0 -- Creating a Spring Boot application -- Setting up -- Installing JDK 8 -- UNIX/Mac OS X -- Windows -- Testing the installation -- Installing Maven 3.5 -- Unix /MacOS X -- Windows -- Testing the installation -- Installing IntelliJ IDEA CE 2017.2 -- Using Spring Initializr -- Understanding basic usage -- Reviewing the generated project files -- Maven Files -- Source files -- Resource files -- Gitignore -- Understanding advanced usage -- Using Maven -- Life cycle phases -- Introduction to Maven goals…”
Libro electrónico -
896Publicado 2013Tabla de Contenidos: “…-- A History of Oracle Business Intelligence -- Oracle Product Release History -- Oracle Business Intelligence 11g Release 1 Architecture -- Oracle Business Intelligence 11g and Oracle Fusion Middleware -- Chapter 2: Installation and Upgrading Oracle Business Intelligence -- Preparing for the Installation -- Microsoft Windows-Specific Preinstallation Tasks -- Linux- and Unix-Specific Preinstallation Tasks -- Database Server Requirements -- Creating the Supporting Database Schemas -- What Schemas Are Created During the Installation Process? …”
Libro electrónico -
897Publicado 2022“…Whether you use Linux, Unix, Windows, or a Mac, you'll learn how to read and write scripts like an expert. …”
Libro electrónico -
898Tabla de Contenidos: “…Installation and configuration -- 3.1 Installing IBM Tivoli Storage Manager for Windows environment -- 3.1.1 Installing IBM Tivoli Storage Manager Server -- 3.1.2 Installing Tivoli Storage Manager licenses -- 3.1.3 Installing the Tivoli Storage Manager language packs -- 3.1.4 Installing the Tivoli Storage Manager Device Driver -- 3.1.5 Configuration of IBM Tivoli Storage Manager Server -- 3.1.6 Configure License Options -- 3.1.7 Installation of IBM Tivoli Storage Manager Client -- 3.1.8 Configuring Tivoli Storage Manager Client -- 3.1.9 Configuring Tivoli Storage Manager scheduler -- 3.2 Installing IBM Tivoli Storage Manager for UNIX (AIX) environment -- 3.2.1 Installing IBM Tivoli Storage Manager Client for AIX -- 3.2.2 IBM Tivoli Storage Manager Client Configuration -- 3.3 Installing ISC and configuring Administration Center -- 3.3.1 Configuring the Administration Center -- 3.4 Summary -- Chapter 4. …”
Libro electrónico -
899Publicado 2015“…You are expected to be familiar with the Unix/Linux command-line interface and have some experience with the Java programming language. …”
Libro electrónico -
900por Barber, Nan“…Mac OS X, Apple's super-advanced, Unix-based operating system, offers every desirable system-software feature known to humans. …”
Publicado 2002
Libro electrónico