Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Linux 72
- Operating systems (Computers) 64
- Engineering & Applied Sciences 44
- Computer Science 40
- UNIX (Computer file) 19
- Computer networks 18
- Open source software 18
- Programming 16
- Computer security 12
- Embedded computer systems 12
- Security measures 12
- Development 10
- Computer programs 9
- Computer programming 8
- GNU Emacs 8
- Certification 7
- Computer software 7
- Data processing 7
- UNIX Shells 7
- Application software 6
- Electronic data processing personnel 6
- Examinations 6
- GIMP (Computer file) 6
- Linux (Sistema operativo de ordenadores) 6
- Robots 6
- Software engineering 6
- C (Computer program language) 5
- C++ (Computer program language) 5
- Computer graphics 5
- Computers 5
-
181Publicado 2022Tabla de Contenidos: “…Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Chapter 1: Office Productivity, Note-Taking, Accounting, and PDF Creation -- LibreOffice: The Powerful Free Office Suite -- LibreOffice Modules -- Writer -- Calc -- Impress -- Base -- Draw -- LibreOffice Support -- FreeOffice 2021: A Free Alternative to Microsoft Office for Personal and Business Use -- FreeOffice Apps -- TextMaker -- PlanMaker -- Presentations -- FreeOffice Support -- Simplenote: A Free Note-Taking Application for Syncing Across Devices -- Simplenote Support -- Zim: An Open Source Note-Taking Application for Desktops -- Zim Support -- GnuCash: Open Source Accounting Software -- Main Features -- Advanced Features -- Data Storage and Exchange Features -- Other Goodies -- GnuCash Support -- Manager: Free Small Business Accounting Software -- Manager Support -- PDF reDirect: Basic PDF Creation Freeware -- Feature Highlights -- PDF reDirect Support -- Summary -- Chapter 2: Point-of-Sale, CRM, Backup, and Compression Software -- Point-of-Sale Solutions -- Customer Relationship Management Solutions -- File Backup and Compression Solutions -- Imonggo (Free Version): A Point-of-Sale Utility for Small Shops or Boutiques -- Feature Highlights -- Imonggo Support -- POS/Cash Register: Turn Your Old PC into a Cash Register -- Feature Highlights -- POS/Cash Register Support -- Bitrix24: A Social Intranet, CRM Solution for Small Business -- Feature Highlights -- Bitrix24 Support -- FBackup: A Free Basic Backup Utility -- Feature Highlights -- FBackup Support -- 7Zip: An Open Source Alternative to WinZip -- Feature Highlights -- 7Zip Support -- Summary -- Chapter 3: Desktop Publishing, Illustration, Painting, and 3D Modeling Software -- Canva: Easy Template-Based Desktop Publishing -- Feature Highlights -- Design Capabilities…”
Libro electrónico -
182Publicado 2016Tabla de Contenidos: “…Identify the Subject Drive -- Query the Subject Disk for Information -- Document Device Identification Details -- Query Disk Capabilities and Features with hdparm -- Extract SMART Data with smartctl -- Enable Access to Hidden Sectors -- Remove a DCO -- Remove an HPA -- Drive Service Area Access -- ATA Password Security and Self-Encrypting Drives -- Identify and Unlock ATA Password-Protected Disks -- Identify and Unlock Opal Self-Encrypting Drives -- Encrypted Flash Thumb Drives -- Attach Removable Media -- Optical Media Drives -- Magnetic Tape Drives -- Memory Cards -- Attach Other Storage -- Apple Target Disk Mode -- NVME SSDs -- Other Devices with Block or Character Access -- Closing Thoughts -- Chapter 6: Forensic Image Acquisition -- Acquire an Image with dd Tools -- Standard Unix dd and GNU dd -- The dcfldd and dc3dd Tools -- Acquire an Image with Forensic Formats -- The ewfacquire Tool -- AccessData ftkimager -- SquashFS Forensic Evidence Container -- Acquire an Image to Multiple Destinations -- Preserve Digital Evidence with Cryptography -- Basic Cryptographic Hashing -- Hash Windows -- Sign an Image with PGP or S/MIME -- RFC-3161 Timestamping -- Manage Drive Failure and Errors -- Forensic Tool Error Handling -- Data Recovery Tools -- SMART and Kernel Errors -- Other Options for Failed Drives -- Damaged Optical Discs -- Image Acquisition over a Network -- Remote Forensic Imaging with rdd -- Secure Remote Imaging with ssh -- Remote Acquisition to a SquashFS Evidence Container -- Acquire a Remote Disk to EnCase or FTK Format -- Live Imaging with Copy-On-Write Snapshots -- Acquire Removable Media -- Memory Cards -- Optical Discs -- Magnetic Tapes -- RAID and Multidisk Systems -- Proprietary RAID Acquisition -- JBOD and RAID-0 Striped Disks -- Microsoft Dynamic Disks -- RAID-1 Mirrored Disks -- Linux RAID-5 -- Closing Thoughts…”
Libro electrónico -
183Publicado 2015Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction; Advantages of Linux and open source systems; Embedded systems; General description; Examples; Introducing GNU/Linux; Yocto project introduction; Buildroot; OpenEmbedded; Summary; Chapter 2: Cross-compiling; Introducing toolchains; Toolchain constituent components; Delving into C libraries; Working with toolchains; Robust programming advices; Generating the toolchain; The Yocto Project reference; Summary; Chapter 3: Bootloaders; The role of the bootloader…”
Libro electrónico -
184por Khlebnikov, AlexeiTabla de Contenidos: “…-- Comparing OpenSSL with GnuTLS -- Comparing OpenSSL with NSS -- Comparing OpenSSL with Botan -- Comparing OpenSSL with lightweight TLS libraries -- Comparing OpenSSL with LibreSSL -- Comparing OpenSSL with BoringSSL -- Summary -- Part 2: Symmetric Cryptography -- Chapter 2: Symmetric Encryption and Decryption…”
Publicado 2022
Libro electrónico -
185por International Conference on Electronics, Communications and NetworksTabla de Contenidos: “…Performance modelling of turbo-coded non-ideal single-carrier and multi-carrier waveforms over wide-band Vogler-Hoffmeyer HF channelsReconfigurable transmission with wideband spectrum sensing using GNU radio and USRP; Ipv6 network virtualization architecture for smooth ipv6 transition; The evolution of business supporting network in the environment of cloud computing; An ant-based MP2P network robustness-enhanced method; Shape classification based on multiscale bispectral invariants; Exploring the limited feedback schemes for 3D MIMO…”
Publicado 2015
Libro electrónico -
186Publicado 2023Tabla de Contenidos: “…-- PostgreSQL release policy, version numbers, and life cycle -- Exploring PostgreSQL terminology -- Installing PostgreSQL -- What to install -- Installing PostgreSQL from binary packages -- Using the book's Docker images -- Installing PostgreSQL on GNU/Linux Debian, Ubuntu, and derivatives -- Installing PostgreSQL on Fedora Linux -- Installing PostgreSQL on FreeBSD…”
Libro electrónico -
187Publicado 2021Tabla de Contenidos: “…Cover -- Title Page -- Contributors -- Table of Contents -- Copyright and Credits -- Chapter 1: Getting the Necessary Tools and Writing Our First Linux Programs -- Technical requirements -- Installing Git to download the code repository -- Installing GCC and GNU Make -- Getting ready -- How to do it... -- How it works... -- Installing GDB and Valgrind -- Getting ready -- How to do it... -- How it works... -- Writing a simple C program for Linux -- Getting ready -- How to do it... -- How it works... -- There's more... -- Writing a program that parses command-line options -- Getting ready -- How to do it... -- How it works... -- Looking up information in the built-in manual page -- Getting ready -- How to do it... -- How it works... -- There's more... -- Searching the manual for information -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 2: Making Your Programs Easy to Script -- Technical requirements -- Return values and how to read them -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Exiting a program with a relevant return value -- Getting ready -- How to do it... -- How it works... -- There's more... -- Redirecting stdin, stdout, and stderr -- Getting ready -- How to do it... -- How it works... -- There's more... -- Connecting programs using pipes -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Writing to stdout and stderr -- How to do it... -- How it works... -- There's more... -- Reading from stdin -- Getting ready -- How to do it... -- How it works... -- There's more... -- Writing a pipe-friendly program -- Getting ready -- How to do it... -- How it works... -- There's more... -- Redirecting the result to a file -- Getting ready -- How to do it... -- How it works... -- There's more... -- Reading environment variables -- Getting ready -- How to do it... -- How it works...…”
Libro electrónico -
188por Sobell, Mark G.Tabla de Contenidos: “…Cover -- CONTENTS -- PREFACE -- CHAPTER 1: WELCOME TO LINUX -- The GNU-Linux Connection -- The History of GNU-Linux -- The Code Is Free -- Have Fun! …”
Publicado 2005
Libro electrónico -
189Publicado 2003Tabla de Contenidos: “…Introduction -- 1.1 AIX -- 1.1.1 Current version and features -- 1.2 Linux -- 1.2.1 Brief history -- 1.2.2 About Linux's copyright -- 1.2.3 The GNU Project and the Linux kernel -- 1.2.4 Different flavors of Linux -- 1.3 Linux at IBM -- 1.3.1 IBM's UNIX-based operating system strategy -- 1.4 The integration of AIX and Linux on pSeries -- 1.4.1 Linux on xSeries + AIX on pSeries -- 1.4.2 Linux affinity on AIX 5L -- 1.4.3 Linux and AIX interoperability -- 1.4.4 Native Linux on pSeries -- Chapter 2. …”
Libro electrónico -
190por Guillén Núñez, PedroTabla de Contenidos: “…-- 4.3.1 Windows (....) -- 4.3.2 GNU/Linux (...) -- 4.3.3 Contramedidas -- 4.4 SNIFFERS -- 4.4.1 Sniffers…”
Publicado 2014
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
191Publicado 2014Tabla de Contenidos: “…-- Using the help() system -- Mac OS and GNU/Linux secrets -- Windows secrets -- Using the help mode -- Background briefing - math and numbers -- The usual culprits -- The ivory tower of numbers -- Integer numbers -- Rational numbers -- Floating-point numbers -- Decimal numbers -- Complex numbers -- Outside the numbers -- Assigning values to variables -- Writing scripts and seeing output -- Gathering user input -- Handling exceptions -- Looping and trying again -- Handling text and strings -- Converting between numbers and strings -- Parsing strings -- Organizing our software -- Working with files and folders -- Creating a file -- Reading a file -- Defining more complex logical conditions -- Solving problems - recovering a lost password -- Reading a word corpus -- Reading a ZIP archive -- Using brute-force search -- Summary -- 2. …”
Libro electrónico -
192Publicado 2021Tabla de Contenidos: “…-- Updating Software Packages -- Verifying Backups -- Reviewing Log Files -- Check Disk Usage -- Check Memory Utilization and Your VPS Provider's Dashboard -- Take and Check Baselines of Load -- Test Restore Backup -- Follow Mailing Lists/Vendor Websites -- Check User Behavior/Provide Professional Development -- Conclusions -- Chapter 10: Open Source Application Possibilities -- Moodle -- osTicket -- YoURLS -- OpenVPN -- Odoo -- LimeSurvey -- GNU Mailman -- osCommerce -- MediaWiki -- Conclusion -- Index…”
Libro electrónico -
193por Beale, JayTabla de Contenidos: “…Advanced Snort; Introduction; Policy-Based IDS; Inline IDS; Summary; Solutions Fast Track; Frequently Asked Questions; Index; GNU GENERAL PUBLIC LICENSE; TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION; END OF TERMS AND CONDITIONS…”
Publicado 2003
Libro electrónico -
194Publicado 2015Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Downloading and Installing Nginx; Setting up the prerequisites; The GNU Compiler Collection; The PCRE library; The zlib library; OpenSSL; Downloading Nginx; Websites and resources; Version branches; Features; Downloading and extracting; Configure options; The easy way; Path options; Prerequisites options; Module options; Modules enabled by default; Modules disabled by default; Miscellaneous options; Configuration examples; About the prefix switch…”
Libro electrónico -
195por Bell, Charles A. 1962-Tabla de Contenidos: “…; Legal Issues and the GNU Manifesto; Property; The Ethical Side; Let the Revolution Continue!…”
Publicado 2012
Libro electrónico -
196Publicado 2015Tabla de Contenidos: “…Cover; Title Page; Copyright; Contents; Part I: Getting Started; Chapter 1: Starting with Linux; Understanding What Linux Is; Understanding How Linux Differs from Other Operating Systems; Exploring Linux History; Free-flowing UNIX culture at Bell Labs; Commercialized UNIX; Berkeley Software Distribution arrives; UNIX Laboratory and commercialization; GNU transitions UNIX to freedom; BSD loses some steam; Linus builds the missing piece; OSI open source definition; Understanding How Linux Distributions Emerged; Choosing a Red Hat distribution; Using Red Hat Enterprise Linux; Using Fedora…”
Libro electrónico -
197por Garfinkel, SimsonTabla de Contenidos: “…Multics: The Unix PrototypeThe Birth of Unix; Unix escapes AT&T; Unix goes commercial; The Unix Wars: Why Berkeley 4.2 over System V; Unix Wars 2: SVR4 versus OSF/1; Free Unix; FSF and GNU; Minix; Xinu; Linux; NetBSD, FreeBSD, and OpenBSD; Businesses adopt Unix; Second-Generation Commercial Unix Systems; What the Future Holds; Security and Unix; Expectations; Software Quality; Add-on Functionality Breeds Problems; The Failed P1003.1e/2c Unix Security Standard; Role of This Book; Summary; Chapter 3. …”
Publicado 2003
Libro electrónico -
198por Mitchell, TylerTabla de Contenidos: “…Summarizing Information Using Other ToolsSetting Up Processing Tools for Non-GNU Platforms; Using ogrinfo to List Data in a Shapefile; Using grep to Show Only the Names of the Airports; Using wc to Count the Number of Airport Names; Using sed to Find Specific Patterns in Airport Names; Use sed to Reformat Print Results; Using sed to Remove Lines and Trim the Front End of Lines; Using sort to Create a List of Ordered Elevations; Using uniq to Summarize Results of Duplicate Lines; Other Powerful Text-Processing Tools; Converting Map Data; Converting Map Data; Converting Vector Data…”
Publicado 2005
Libro electrónico -
199por Abbott, DougTabla de Contenidos: “…Cross-Development Tools-The GNU Tool Chain Resources; Chapter 4. Configuring and Building the Kernel; Getting Started; Where is the Source Code?…”
Publicado 2006
Libro electrónico -
200por Matthew, NeilTabla de Contenidos: “…; What's Covered in the Book; What You Need to Use This Book; Source Code; Conventions; Errata; p2p.wrox.com; Chapter 1: Getting Started; An Introduction to UNIX, Linux, and GNU; Programming Linux; Getting Help; Summary; Chapter 2: Shell Programming; Why Program with a Shell?…”
Publicado 2008
Libro electrónico