Mostrando 2,421 - 2,440 Resultados de 2,988 Para Buscar '"Linux"', tiempo de consulta: 0.11s Limitar resultados
  1. 2421
    Publicado 2016
    “…Identify and safeguard your network against both internal and external threats, hackers, and malware attacks About This Book Lay your hands on physical and virtual evidence to understand the sort of crime committed by capturing and analyzing network traffic Connect the dots by understanding web proxies, firewalls, and routers to close in on your suspect A hands-on guide to help you solve your case with malware forensic methods and network behaviors Who This Book Is For If you are a network administrator, system administrator, information security, or forensics professional and wish to learn network forensic to track the intrusions through network-based evidence, then this book is for you. Basic knowledge of Linux and networking concepts is expected. What You Will Learn Understand Internetworking, sources of network-based evidence and other basic technical fundamentals, including the tools that will be used throughout the book Acquire evidence using traffic acquisition software and know how to manage and handle the evidence Perform packet analysis by capturing and collecting data, along with content analysis Locate wireless devices, as well as capturing and analyzing wireless traffic data packets Implement protocol analysis and content matching; acquire evidence from NIDS/NIPS Act upon the data and evidence gathered by being able to connect the dots and draw links between various events Apply logging and interfaces, along with analyzing web proxies and understanding encrypted web traffic Use IOCs (Indicators of Compromise) and build real-world forensic solutions, dealing with malware In Detail We live in a highly networked world. …”
    Libro electrónico
  2. 2422
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Acknowledgments -- Contributors -- Table of Contents -- Preface -- Part 1: Foundations of a Modern Rendering Engine -- Chapter 1: Introducing the Raptor Engine and Hydra -- Technical requirements -- Windows -- Linux -- macOS -- How to read this book -- Understanding the code structure -- Layers of code -- Understanding the glTF scene format -- PBR in a nutshell -- A word on GPU debugging -- Summary -- Further reading -- Chapter 2: Improving Resources Management -- Technical requirements -- Unlocking and implementing bindless rendering -- Checking for support -- Creating the descriptor pool -- Updating the descriptor set -- Update to shader code -- Automating pipeline layout generation -- Compiling GLSL to SPIR-V -- Understanding the SPIR-V output -- From SPIR-V to pipeline layout -- Improving load times with a pipeline cache -- Summary -- Further reading -- Chapter 3: Unlocking Multi-Threading -- Technical requirements -- Task-based multi-threading using enkiTS -- Why task-based parallelism? …”
    Libro electrónico
  3. 2423
    Publicado 2018
    Tabla de Contenidos: “…-- What you will learn -- Artificial intelligence and advanced robotics techniques -- Introducing the robot and our development environment -- Software components (ROS, Python, and Linux) -- Robot control systems and a decision-making framework -- Soft real-time control -- Control loops -- The robot control system - a control loop with soft real-time control -- Reading serial ports in a real-time manner -- Summary -- Questions -- Further reading -- Chapter 2: Setting Up Your Robot -- Technical requirements -- What is a robot? …”
    Libro electrónico
  4. 2424
    por von Oven, Peter
    Publicado 2024
    “…This book provides a practical, step-by-step guide to creating and managing virtual machines using VMware Workstation, a software solution that provides a type-2 hypervisor, or desktop hypervisor, that runs on x64 Windows and Linux-based operating systems. This book focuses on the Windows version. …”
    Libro electrónico
  5. 2425
    por Lockhart, Andrew
    Publicado 2007
    “…The second edition offers both new and thoroughly updated hacks for Linux, Windows, OpenBSD, and Mac OS X servers that not only enable readers to secure TCP/IP-based services, but helps them implement a good deal of clever host-based security techniques as well. …”
    Libro electrónico
  6. 2426
    Publicado 2014
    “…If you are a PostgreSQL DBA working on Linux systems who want a database that never gives up, this book is for you. …”
    Libro electrónico
  7. 2427
    por Robbins, Arnold
    Publicado 2011
    “… Many Unix, Linux, and Mac OS X geeks enjoy using the powerful, platform-agnostic text editors vi and Vim, but there are far too many commands for anyone to remember. …”
    Libro electrónico
  8. 2428
    Publicado 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
  9. 2429
    por Lawhead, Joel
    Publicado 2013
    Tabla de Contenidos: “…Geospatial Python Toolbox -- Installing third-party Python modules -- Installing GDAL -- Windows -- Linux -- Mac OS X -- Python networking libraries for acquiring data -- Python urllib module -- FTP -- ZIP and TAR files -- Python markup and tag-based parsers -- The minidom module -- ElementTree -- Building XML -- WKT -- Python JSON libraries -- json module -- geojson module -- OGR -- PyShp -- dbfpy -- Shapely -- GDAL -- NumPy -- PIL -- PNGCanvas -- PyFPDF -- Spectral Python -- Summary -- 5. …”
    Libro electrónico
  10. 2430
    Publicado 2012
    Tabla de Contenidos: “…Using the Merge OVAL Documents Tool -- Some Useful Tips for Creating Content -- Explain Yourself -- Make Sure It Works -- Version Your Artifacts -- Reuse of Artifacts -- Content Correctness -- Least Version Principle -- Design for People -- Follow the Rules of the Road -- Minimize Extension Depth -- Granularity -- Customization -- Performance -- Regular Expressions -- Chapter 8: Putting Security Automation to Work in the Enterprise -- How Organizations Are Using Security Automation -- Automated Hardware and Software Inventory -- Security Configuration Management (SCM) -- OpenSCAP Security Automation Software in Linux Distributions -- Use of Security Automation to Track Management and Operational Security -- Security Automation to Discover Malicious Software -- Continuous Monitoring by Integrating Security Systems -- Device Health Monitoring -- Building a Healthy and Resilient Cyber Ecosystem -- Chapter 9: Conclusion -- The Road Ahead -- Appendix: XCCDF, OVAL, OCIL, and Supporting Enumerations Usage -- Index…”
    Libro electrónico
  11. 2431
    Publicado 2022
    “…You'll go beyond just Linux machines to use Ansible to automate Microsoft Windows machines, network devices, and private and public cloud platforms such as VMWare, AWS, and GCP. …”
    Libro electrónico
  12. 2432
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Part 1: Clang Setup and Architecture -- Chapter 1: Environment Setup -- Technical requirements -- CMake as project configuration tool -- Ninja as build tool -- Getting to know LLVM -- Short LLVM history -- OS support -- Linux -- Darwin (macOS) -- Windows -- LLVM/Clang project structure -- Source code compilation -- Configuration with CMake -- Build -- The LLVM debugger, its build, and usage -- Test project - syntax check with a Clang tool -- Summary -- Further reading -- Chapter 2: Clang Architecture -- Technical requirements -- Getting started with compilers -- Exploring the compiler workflow -- Frontend -- Lexer -- Parser -- The codegen -- Clang driver overview -- Example program -- Compilation phases -- Tool execution -- Combining it all together -- Debugging Clang -- Clang frontend overview -- Frontend action -- Preprocessor -- Parser and sema -- Summary -- Further reading -- Chapter 3: Clang AST -- Technical requirements -- AST -- Statements -- Declarations -- Types -- AST traversal -- DeclVisitor test tool -- Visitor implementation -- Recursive AST visitor -- AST matchers -- Explore Clang AST with clang-query -- Processing AST in the case of errors -- Summary -- Further reading -- Chapter 4: Basic Libraries and Tools -- Technical requirements -- LLVM coding style -- LLVM basic libraries -- RTTI replacement and cast operators -- Containers -- String operations -- Sequential containers -- Map-like containers -- Smart pointers -- Clang basic libraries -- SourceManager and SourceLocation -- Diagnostics support -- LLVM supporting tools -- TableGen -- LLVM test framework -- Clang plugin project -- Environment setup -- CMake build configuration for plugin -- Recursive visitor class -- Plugin AST consumer class -- Plugin AST action class -- Plugin code…”
    Libro electrónico
  13. 2433
    Publicado 2024
    Tabla de Contenidos: “…-- Introducing the robot and our development environment -- Software components (ROS, Python, and Linux) -- Robot control systems and a decision-making framework -- Summary -- Questions -- Further reading -- Chapter 2: Setting Up Your Robot -- Technical requirements -- Understanding the anatomy of a robot -- Introducing subsumption architecture -- A brief introduction to ROS -- Hardware and software setup -- Preparing the laptop -- Summary -- Questions -- Further reading -- Chapter 3: Conceptualizing the Practical Robot Design Process -- A systems engineering-based approach to robotics -- Understanding our task - cleaning up the playroom -- Use cases -- Our robot's task - part 1 -- Our robot's task - part 2 -- What is our robot to do? …”
    Libro electrónico
  14. 2434
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title page -- Copyright and credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Part 1: Docker and Kubernetes -- Chapter 1: Getting Started with Containers -- Technical requirements -- Container architecture -- Installing Docker -- Windows -- macOS -- Linux -- Getting started with Docker images -- hello-world -- NGINX -- Julia -- Building your own image -- Batch processing job -- API service -- Summary -- Chapter 2: Kubernetes Architecture -- Technical requirements -- Kubernetes architecture -- Control plane -- Node components -- Pods -- Deployments -- StatefulSets -- Jobs -- Services -- ClusterIP Service -- NodePort Service -- LoadBalancer Service -- Ingress and Ingress Controller -- Gateway -- Persistent Volumes -- StorageClasses -- ConfigMaps and Secrets -- ConfigMaps -- Secrets -- Summary -- Chapter 3: Getting Hands-On with Kubernetes -- Technical requirements -- Installing kubectl -- Deploying a local cluster using Kind -- Installing kind -- Deploying the cluster -- Deploying an AWS EKS cluster -- Deploying a Google Cloud GKE cluster -- Deploying an Azure AKS cluster -- Running your API on Kubernetes -- Creating the deployment -- Creating a service -- Using an ingress to access the API -- Running a data processing job in Kubernetes -- Summary -- Part 2: Big Data Stack -- Chapter 4: The Modern Data Stack -- Data architectures -- The Lambda architecture -- The Kappa architecture -- Comparing Lambda and Kappa -- Data lake design for big data -- Data warehouses -- The rise of big data and data lakes -- The rise of the data lakehouse -- Implementing the lakehouse architecture -- Batch ingestion -- Storage -- Batch processing -- Orchestration -- Batch serving -- Data visualization -- Real-time ingestion -- Real-time processing -- Real-time serving -- Real-time data visualization -- Summary…”
    Libro electrónico
  15. 2435
    Publicado 2003
    Tabla de Contenidos: “…An implementation example -- 9.1 Non-switchable simple independent disk pool -- 9.1.1 Installing Spectrum on an independent disk pool -- 9.1.2 Single non-switched independent disk pool comments -- 9.2 Switchable independent disk pool -- 9.2.1 Installing Content Manager OnDemand for iSeries on an independent disk pool -- 9.2.2 Switching the independent disk pool -- 9.2.3 Switchable independent disk pool comments -- 9.3 Independent disk pools with multiple versions of software -- 9.3.1 Usage for multiple versions -- 9.3.2 Multiple independent disk pools for multiple version comments -- 9.4 Integrated xSeries Servers and independent disk pools -- 9.4.1 Real example with Integrated xSeries Adapters -- 9.5 Partitions and independent disk pools -- 9.5.1 Real example setup -- 9.5.2 Other uses of partitions and independent disk pools -- 9.6 Linux and independent disk pools -- 9.6.1 Linux and independent disk pool comments -- 9.7 Remote and local journaling with independent disk pools -- Chapter 10. …”
    Libro electrónico
  16. 2436
    por Moreno Pérez, Juan Carlos
    Publicado 2014
    Tabla de Contenidos: “….); 4.1 SISTEMAS OPERATIVOS EN LA ACTUALIDAD; 4.1.1 PLATAFORMA WINDOWS®; 4.1.2 PLATAFORMA GNU/LINUX; 4.1.3 PLATAFORMA MAC OS; 4.1.4 SISTEMAS OPERATIVOS DE DISPOSITIVOS (...); 4.2 INSTALACIÓN DE SISTEMAS OPERATIVOS; 4.2.1 PASOS EN LA INSTALACIÓN DE UN SISTEMA (...); 4.2.2 CONFIGURACIÓN DEL DISPOSITIVO DE (...); 4.2.3 PARTICIONAMIENTO DEL DISCO DURO; 4.2.4 EJECUCIÓN DEL PROGRAMA DE INSTALACIÓN…”
    Libro electrónico
  17. 2437
    Publicado 2019
    Tabla de Contenidos: “…-- Reviewing the Project -- Creating the First Alien -- Building the Alien Fleet -- Making the Fleet Move -- Shooting Aliens -- Ending the Game -- Summary -- 14 SCORING -- Adding the Play Button -- Leveling Up -- Scoring -- Summary -- PROJECT 2: DATA VISUALIZATION -- 15 GENERATING DATA -- Installing Matplotlib -- Plotting a Simple Line Graph -- Random Walks -- Rolling Dice with Plotly -- Summary -- 16 DOWNLOADING DATA -- The CSV File Format -- Mapping Global Data Sets: JSON Format -- Summary -- 17 WORKING WITH APIS -- Using a Web API -- Visualizing Repositories Using Plotly -- The Hacker News API -- Summary -- PROJECT 3: WEB APPLICATIONS -- 18 GETTING STARTED WITH DJANGO -- Setting Up a Project -- Starting an App -- Making Pages: The Learning Log Home Page -- Building Additional Pages -- Summary -- 19 USER ACCOUNTS -- Allowing Users to Enter Data -- Setting Up User Accounts -- Allowing Users to Own Their Data -- Summary -- 20 STYLING AND DEPLOYING AN APP -- Styling Learning Log -- Deploying Learning Log -- Summary -- AFTERWORD -- A INSTALLATION AND TROUBLESHOOTING -- Python on Windows -- Python on macOS -- Python on Linux -- Python Keywords and Built-in Functions -- B TEXT EDITORS AND IDEs -- Customizing Sublime Text Settings -- Other Text Editors and IDEs -- C GETTING HELP -- First Steps -- Searching Online -- Internet Relay Chat -- Slack…”
    Libro electrónico
  18. 2438
    Publicado 2013
    Tabla de Contenidos: “…-- Previous enhancements to Hyper-V -- Generation 2 virtual machines -- Automatic Virtual Machine Activation -- Remote access over VMBus -- Cross-version live migration -- Faster live migration -- Online VHDX resize -- Live export -- More robust Linux support -- Managing Hyper-V hosts running previous versions of Windows Server -- Hyper-V Replica enhancements -- Additional Hyper-V improvements -- Learn More -- Previous enhancements to storage -- Microsoft's vision for storage -- Building the solution using Windows Server 2012 R2 -- Enabling the solution using System Center 2012 R2 -- Storage Management API -- Storage QoS -- iSCSI Target Server enhancements -- SMB 3.0 enhancements -- Data deduplication enhancements -- Storage Spaces enhancements -- Storage Spaces in Windows Server 2012 -- Storage Spaces in Windows Server 2012 R2 -- Work Folders -- Learn more…”
    Libro electrónico
  19. 2439
    Publicado 2019
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Part 1 Getting Started with Functional Programming -- Chapter 1 Introducing Functional Programming -- Defining Functional Programming -- Understanding its goals -- Using the pure approach -- Using the impure approach -- Considering Other Programming Paradigms -- Imperative -- Procedural -- Object-oriented -- Declarative -- Using Functional Programming to Perform Tasks -- Discovering Languages That Support Functional Programming -- Considering the pure languages -- Considering the impure languages -- Finding Functional Programming Online -- Chapter 2 Getting and Using Python -- Working with Python in This Book -- Creating better code -- Debugging functionality -- Defining why notebooks are useful -- Obtaining Your Copy of Anaconda -- Obtaining Analytics Anaconda -- Installing Anaconda on Linux -- Installing Anaconda on MacOS -- Installing Anaconda on Windows -- Understanding the Anaconda package -- Downloading the Datasets and Example Code -- Using Jupyter Notebook -- Defining the code repository -- Getting and using datasets -- Creating a Python Application -- Understanding cells -- Adding documentation cells -- Other cell content -- Running the Python Application -- Understanding the Use of Indentation -- Adding Comments -- Understanding comments -- Using comments to leave yourself reminders -- Using comments to keep code from executing -- Closing Jupyter Notebook -- Getting Help with the Python Language -- Chapter 3 Getting and Using Haskell -- Working with Haskell in This Book -- Obtaining and Installing Haskell -- Installing Haskell on a Linux system -- Installing Haskell on a Mac system -- Installing Haskell on a Windows system…”
    Libro electrónico
  20. 2440
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: An Introduction to Ansible -- Ansible's story -- The term -- The software -- Ansible versus other tools -- Declarative versus imperative -- Configuration versus orchestration -- Infrastructure as code -- Summary -- Further reading -- Chapter 2: Installing and Running Ansible -- Technical requirements -- Installing Ansible -- Installing on macOS -- Homebrew -- The pip method -- Pros and cons -- Installing on Linux -- Installing on Windows 10 Professional -- Launching a virtual machine -- An introduction to playbooks -- Host inventories -- Playbooks -- Summary -- Questions -- Further reading -- Chapter 3: The Ansible Commands -- Technical requirements -- Inbuilt commands -- Ansible -- The ansible-config command -- The ansible-console command -- The ansible-doc command -- The ansible-inventory command -- Ansible Vault -- Third-party commands -- The ansible-inventory-grapher command -- Ansible Run Analysis -- Summary -- Questions -- Further reading -- Chapter 4: Deploying a LAMP Stack -- Technical requirements -- Playbook structure -- LAMP stack -- Common -- Updating packages -- Installing common packages -- Configuring NTP -- Creating a user -- Running the role -- Apache -- Installing Apache -- Configuring Apache -- Configuring SELinux -- Copying an HTML file -- Running the role -- MariaDB -- Installing MariaDB -- Configuring MariaDB -- Importing a sample database -- Running the role -- PHP -- Installing PHP -- The phpinfo file -- Adminer -- Running the role -- Overriding variables -- Summary -- Questions -- Further reading -- Chapter 5: Deploying WordPress -- Technical requirements -- Preinstallation tasks -- The stack-install command -- Enabling the repositories -- Installing the packages -- The stack-config role…”
    Libro electrónico