Mostrando 161 - 180 Resultados de 292 Para Buscar '"GNU"', tiempo de consulta: 0.08s Limitar resultados
  1. 161
    Publicado 2021
    Tabla de Contenidos: “…-- Looking into the Linux Kernel -- The GNU Utilities -- Linux User Interfaces -- Linux Distributions -- Core Linux Distributions -- Specialized Linux Distributions -- The Bottom Line -- Chapter 2 Installing an Ubuntu Server -- Pre-Installation Requirements -- Hardware Requirements -- Virtual Server Requirements -- Finding the Software -- Oracle VirtualBox -- Ubuntu Server -- Running the Installation -- Oracle VirtualBox -- Ubuntu Server -- Checking the Installation -- The Bottom Line -- Chapter 3 Installing and Maintaining Software in Ubuntu -- Exploring Package Management -- Inspecting the Debian-Based Systems -- Managing Packages with apt -- Installing Software Packages with apt -- Upgrading Software with apt -- Uninstalling Software with apt -- The apt Repositories -- Using Snap Containers -- Installing from Source Code -- The Bottom Line -- Chapter 4 Installing a Red Hat Server -- Pre-Installation Requirements -- Hardware Requirements -- Virtual Server Requirements -- Finding the Software -- Oracle VirtualBox -- CentOS -- Running the Installation -- Oracle VirtualBox -- CentOS -- Checking the Installation -- The Bottom Line -- Chapter 5 Installing and Maintaining Software in Red Hat -- Exploring Red Hat Packages -- Automated Package Management -- Listing Installed Packages -- Installing Software with dnf -- Upgrading Software with dnf -- Uninstalling Software with dnf -- Handling Broken Dependencies -- Working with RPM Repositories -- Working Directly with Packages…”
    Libro electrónico
  2. 162
    por Morancho, Enric
    Publicado 2006
    “…"Aquest llibre pretén facilitar que els usuaris d’Einam (o de qualsevol altra distribució Linux o versió d’UNIX) sàpiguen interaccionar a baix nivell amb el sistema operatiu GNU/Linux. Concretament, s’explicarà el nivell de crides al sistema i el nivell de comandes. …”
    Accés restringit als usuaris de la UPC, UB, UAB, UPF, UdG, UdL, URV, UOC, BC, UVic, URL i UIC
    Accés restringit als usuaris de la UVic-UCC
    Libro electrónico
  3. 163
    Publicado 2015
    Tabla de Contenidos: “…Chapter 10: Bayesian Learning for Cognitive Radio NetworksChapter 11: Hierarchical Dirichlet Process for Cognitive Radio Networks; Chapter 12: A Real-Time Video Transmission Test Bed Using GNU Radio and USRP; Chapter 13: PR Activity Model for Multimedia Communication in NS-2; Chapter 14: Multimedia Communication for Emergency Services in Cooperative Vehicular Ad Hoc Networks; Chapter 15: Opportunistic Spectrum Access in Multichannel Cognitive Radio Networks; Chapter 16: A Policy-Based Framework for Cognitive Radio Networks…”
    Libro electrónico
  4. 164
    por St. Laurent, Andrew M.
    Publicado 2004
    Tabla de Contenidos: “…The GPL, LGPL, and Mozilla Licenses3.2. GNU Lesser General Public License; 3.3. The Mozilla Public License 1.1 (MPL 1.1); 3.4. …”
    Libro electrónico
  5. 165
    por Kerrisk, Michael, 1961-
    Publicado 2010
    Tabla de Contenidos: “…Brief Contents; Contents in Detail; Preface; 1: History and Standards; 1.1 A Brief History of UNIX and C; 1.2 A Brief History of Linux; 1.2.1 The GNU Project; 1.2.2 The Linux Kernel; 1.3 Standardization; 1.3.1 The C Programming Language; 1.3.2 The First POSIX Standards; 1.3.3 X/Open Company and The Open Group; 1.3.4 SUSv3 and POSIX.1-2001; 1.3.5 SUSv4 and POSIX.1-2008; 1.3.6 UNIX Standards Timeline; 1.3.7 Implementation Standards; 1.3.8 Linux, Standards, and the Linux Standard Base; 1.4 Summary; 2: Fundamental Concepts; 2.1 The Core Operating System: The Kernel; 2.2 The Shell…”
    Libro electrónico
  6. 166
    Publicado 2019
    “…Los primeros capítulos del libro cubren la instalación de PostgreSQL en Windows y GNU/Linux, así como la preparación del entorno de ejecución del servidor. …”
    Acceso con credenciales UPSA.
    Libro electrónico
  7. 167
    Publicado 2023
    “…Esta obra es útil tanto para principiantes como expertos, aunque será una ventaja si el lector está familiarizado con GNU/Linux. En cada capítulo, el lector encontrará los fundamentos teóricosprácticos de seguridad informática ofensiva y que le permita desempeñar labores como Especialista Red Team, Hacker Ético, Técnico de Ciberseguridad, Pentester, o Auditor de Seguridad Informática. …”
    Libro electrónico
  8. 168
    por Sass, Ronald
    Publicado 2010
    Tabla de Contenidos: “…Platform FPGA Architecture Design; 3.B. Embedded GNU/Linux System; Exercises; References; Chapter 4. …”
    Libro electrónico
  9. 169
    Publicado 2025
    Tabla de Contenidos: “…SECURING COMMUNICATIONS -- The Favored Operating System: Linux -- Step 1: Let Us Get Secure: Encrypting Files and Using Secure Shell -- Gnu Privacy Guard -- Encrypting and Decrypting Using GNU Privacy Guard -- Secure Shell Access to Servers -- Moving Files Securely -- Exercise for the Reader -- 4. …”
    Libro electrónico
  10. 170
    Tabla de Contenidos: “…Appendix: How to Apply These Terms to Your New ProgramsApéndice B GNU Free Documentation License; B.1. Applicability and Definitions; B.2. …”
    Libro electrónico
  11. 171
    por Barrett, Daniel J.
    Publicado 2005
    Tabla de Contenidos: “…1.4.4 Keys and Agents1.4.5 Access Control; 1.4.6 Port Forwarding; 1.5 History of SSH; 1.6 Related Technologies; 1.6.1 rsh Suite (r-Commands); 1.6.2 Pretty Good Privacy (PGP) and GNU Privacy Guard (GnuPG); 1.6.3 Kerberos; 1.6.4 IPSEC and Virtual Private Networks; 1.6.5 Secure Remote Password (SRP); 1.6.6 Secure Socket Layer (SSL) Protocol; 1.6.7 SSL-Enhanced Telnet and FTP; 1.6.8 stunnel; 1.6.9 Firewalls; 1.7 Summary; Basic Client Use; 2.1 A Running Example; 2.2 Remote Terminal Sessions with ssh; 2.2.1 File Transfer with scp; 2.3 Adding Complexity to the Example; 2.3.1 Known Hosts…”
    Libro electrónico
  12. 172
    Publicado 2012
    Tabla de Contenidos: “…10.2 Value Numbering Scheme -- 10.3 Peep-hole Optimization -- 10.3.1 Strength Reduction -- 10.3.2 Constant Folding -- 10.3.3 Constant Propagation -- 10.3.4 Dead Variable and Dead Code Elimination -- 10.4 Structural Optimization -- 10.4.1 Redundant Sub-expressions -- 10.4.2 Loop Unwinding -- 10.4.3 Replace Index by Pointers -- 10.4.4 Code Motion -- 10.4.5 Variable Folding -- 10.4.6 In-line Function -- 10.4.7 Register Allocation -- 10.5 Global Data-flow Analysis -- 10.6 Super-optimizers -- 10.6.1 Massalin's Super-optimizer -- 10.6.2 GNU GCC Super-optimizer - GSO -- 10.7 Epilogue -- Exercises -- Further Reading -- Glossary -- Chapter 11: Overview of Processing of Some Languages -- 11.1 Java -- 11.1.1 Brief History -- 11.1.2 Overview -- 11.1.3 Characteristics of Java -- 11.1.4 Development with Java -- 11.1.5 The First Java Program -- 11.1.6 Type Conversion -- 11.2 Perl -- 11.2.1 Perl Internals -- 11.3 PROLOG -- 11.3.1 A Short Introduction to PROLOG -- 11.4 FORTH -- 11.4.1 Hello World in Forth -- 11.4.2 A Quick Introduction to FORTH -- 11.4.3 Summary -- 11.4.4 Vmgen -- Exercises -- Web Resources -- Chapter 12: Project: Compiler for a MiniC -- 12.1 MiniC Language -- 12.1.1 What is HOC6? …”
    Libro electrónico
  13. 173
    Publicado 2015
    Tabla de Contenidos: “…Take Control of Your InboxTake Responsibility; Consolidate Your Accounts; Optimize Your Mailboxes; Use Rules; Control Spam; Develop an Email Strategy; Become a Better Correspondent; Don't Be Part of the Problem; Choose Formatting Wisely; Use Attachments Judiciously; Quote Effectively; Sign and Encrypt Messages; Learn When and Why to Sign or Encrypt Messages; Use S/MIME Encryption; Use GnuPG for Mail; Sign and Encrypt Messages in iOS 9; Fix Mail Problems; Fix Incoming Mail Problems; Fix Outgoing Mail (SMTP) Problems; Untangle Special Mailboxes; Fix Mailbox Problems; Fix Searching Errors…”
    Libro electrónico
  14. 174
    Publicado 2022
    “…Se abordan los principales comandos necesarios para la gestión de una Raspberry Pi en GNU/Linux. A la descripción del GPIO le sigue una presentación técnica de los componentes usados en el libro (tarjeta Breadboard, resistencia, botón interruptor, LED, LED RGB, LED direccionable, servomotor, codificador rotatorio, tarjeta de adquisición de datos analógica). …”
    Acceso con credenciales UPSA.
    Libro electrónico
  15. 175
    “…Las respuestas a los diferentes test se podrán encontrar recopiladas al final de la obra.Durante todo el proceso de redacción se ha tenido en cuenta a los sistemas operativos Microsoft Windows y GNU/Linux centrándonos en las distribuciones Ubuntu y Fedora por su amplia presencia entre los usuarios de este sistema operativo, así como la compatibilidad de los programas planteados en ambos sistemas operativos…”
    Libro electrónico
  16. 176
    Publicado 2021
    “…Many leading experts contribute to this follow-up to An Introduction to Reservoir Simulation using MATLAB/GNU Octave: User Guide for the MATLAB Reservoir Simulation Toolbox (MRST). …”
    Libro electrónico
  17. 177
    por Robbins, Arnold
    Publicado 2002
    “…This new edition has expanded coverage of gawk (GNU awk), an…”
    Libro electrónico
  18. 178
    Publicado 2016
    Tabla de Contenidos: “…Bytecode Interpreted LanguagesData Building Blocks; Code Building Blocks; Object-Oriented Programming; A Tour of the GNU Compiler Collection Toolset; Chapter 6: Non-Volatile Storage; Punched Cards and Tape; Magnetic Recording and Encoding Schemes; Magnetic Disk Storage; Partitions and File Systems; Optical Discs; Ramdisks; Flash Storage; Chapter 7: Wired and Wireless Ethernet; The OSI Reference Model for Networking; Ethernet; Routers and the Internet; Wi-Fi; Chapter 8: Operating Systems; Introduction to Operating Systems; The Kernel: The Basic Facilitator of Operating Systems…”
    Libro electrónico
  19. 179
    por Vaingast, Shai. author
    Publicado 2014
    Tabla de Contenidos: “…""Text""""Tying It All Together""; ""Final Notes and References""; ""Chapter 2: The Environment""; ""Tools of the Trade""; ""Operating Systems""; ""GNU/Linux""; ""Windows""; ""Stand-Alone (Natively)""; ""Cygwin""; ""Virtual Machines""; ""Choosing an Operating System""; ""Then Again, Why Choose? …”
    Libro electrónico
  20. 180
    Publicado 2018
    Tabla de Contenidos: “…The and (num1, num2) function -- The or (num1, num2) function -- The xor (num1, num2) function -- The lshift (val, count) function -- The rshift (val, count) function -- The compl (num) function -- User-defined functions -- Function definition and syntax -- Calling user-defined functions -- Controlling variable scope -- Return statement -- Making indirect function calls -- Summary -- Chapter 9: GNU's Implementation of AWK - GAWK (GNU AWK) -- Things you don't know about GAWK -- Reading non-decimal input -- GAWK's built-in command line debugger -- What is debugging? …”
    Libro electrónico