top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
NetFuture : technology and human responsibility
NetFuture : technology and human responsibility
Pubbl/distr/stampa Cambridge, Mass., : O'Reilly, 1995-
Descrizione fisica Online-Ressource
Disciplina 004
Soggetto genere / forma Zeitschrift
Formato Materiale a stampa
Livello bibliografico Periodico
Lingua di pubblicazione eng
Altri titoli varianti Netfuture
Record Nr. UNINA-9910142810303321
Cambridge, Mass., : O'Reilly, 1995-
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
NetFuture : technology and human responsibility
NetFuture : technology and human responsibility
Pubbl/distr/stampa Cambridge, Mass., : O'Reilly, 1995-
Descrizione fisica Online-Ressource
Disciplina 004
Soggetto genere / forma Zeitschrift
Formato Materiale a stampa
Livello bibliografico Periodico
Lingua di pubblicazione eng
Altri titoli varianti Netfuture
Record Nr. UNISA-996197543403316
Cambridge, Mass., : O'Reilly, 1995-
Materiale a stampa
Lo trovi qui: Univ. di Salerno
Opac: Controlla la disponibilità qui
Network security assessment : know your network / / Chris McNab
Network security assessment : know your network / / Chris McNab
Autore McNab Chris (Chris R.), <1980->
Edizione [Third edition.]
Pubbl/distr/stampa Sebastopol, CA ; ; Beijing : , : O'Reilly, , 2016
Descrizione fisica 1 online resource (493 pages) : color illustrations
Disciplina 005.82
Soggetto topico Computers - Access control - Evaluation
Computer networks - Security measures - Evaluation
Ordenadores - Acceso - Control - Evaluación
Redes de ordenadores - Medidas de seguridad - Evaluación
ISBN 1-4919-1105-0
1-4919-1104-2
1-4919-1106-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Introduction to network security assessment -- Assessment workflow and tools -- Vulnerabilities and adversaries -- Internet network discovery -- Local network discovery -- IP network scanning -- Assessing common network services -- Assessing Microsoft services -- Assessing mail services -- Assessing VPN services -- Assessing TLS services -- Web application architecture -- Assessing web servers -- Assessing web application frameworks -- Assessing data stores.
Record Nr. UNINA-9910155150503321
McNab Chris (Chris R.), <1980->  
Sebastopol, CA ; ; Beijing : , : O'Reilly, , 2016
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Network security with OpenSSL / John Viega, Matt Messier, and Pravir Chandra
Network security with OpenSSL / John Viega, Matt Messier, and Pravir Chandra
Autore Viega, John
Pubbl/distr/stampa Beijing [etc] : O'Reilly, c2002
Descrizione fisica xiv, 367 p. : ill. ; 24 cm
Disciplina 005.8
Altri autori (Persone) Messier, Matt.author
Chandra, Pravir
Soggetto topico Computer networks - Security measures
Computer network protocols
OpenSSL
ISBN 059600270X
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Altri titoli varianti Network security with Open secure socket layer
Record Nr. UNISALENTO-991001040689707536
Viega, John  
Beijing [etc] : O'Reilly, c2002
Materiale a stampa
Lo trovi qui: Univ. del Salento
Opac: Controlla la disponibilità qui
Node.js for embedded systems : using web technologies to build connected devices / / Patrick Mulder and Kelsey Breseman
Node.js for embedded systems : using web technologies to build connected devices / / Patrick Mulder and Kelsey Breseman
Autore Mulder Patrick
Edizione [First edition.]
Pubbl/distr/stampa Beijing, [China] : , : O'Reilly, , 2016
Descrizione fisica 1 online resource (264 p.)
Disciplina 006.22
Soggetto topico Embedded computer systems - Design and construction
JavaScript (Computer program language)
ISBN 1-4919-2894-8
1-4919-2898-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Copyright; Table of Contents; Foreword; Preface; Who This Book Is For; How to Use This Book; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Acknowledgments; From Patrick; From Kelsey; Chapter 1. Connecting Worlds; Why the Internet of Things?; Embedded Devices; Embedded Internet; Protocols; Examples and Use Cases; JavaScript for Distributed Programming; JavaScript and the IoT; Hello World with JavaScript; JavaScript Runtime Environments; The Browser; The Server; Embedded Devices; The Node.js API; Buffer; Streams; Chapter 2. Blink with Arduino
Getting Started with MicrocontrollersArduino; The Blink Sketch; The Firmata Bridge; Programming an Arduino with JavaScript; Functional Blocks of an MCU; Pins; Microcontroller Versus Microprocessor; Block Diagrams; Analog Inputs; Pulse-Width Modulation; Pinouts; Firmware; Chapter 3. Espruino; The Espruino Hardware; Programming Espruino; Variable Blink; Modules; Flashing Espruino Firmware; Chapter 4. The Tessel 2; Hardware; Toolchain; Command-Line Interface; Pin Abstractions; Digital Pins; Analog Pins; Embedded Internet with System-on-Chip; Chapter 5. Particle Photon; The Particle Photon
Particle Command-Line InterfaceOTA Code Deploys; Chapter 6. Single-Board Computers; The Raspberry Pi; BeagleBone; The Intel Edison; Boards with 64-Bit Instruction Sets; Using Embedded Linux; Working with SD Cards; Embedded Linux Distributions; OpenWRT; Debian; Yocto; Network Configuration; Debugging Network Settings; Running Node.js; Deploy Projects with Git; Chapter 7. Components for Prototyping; Wiring Circuits; Breadboards; Grove Kit; Soldering; Printed Circuit Boards; Tessel Modules; Basic Components; Datasheets; Passive Components; LEDs; Sensors; Temperature; Motion; Ultrasonic Distance
ActuatorsServo Motors; Stepper Motors; DC Motors; Multimedia; Cables; Jumper Wires; USB Cables; FTDI-USB-Cable; Network Cables; Chapter 8. Node.js Libraries for Hardware; JavaScript for the Hardware Abstraction Layer; The node-serialport Library; Serial Communication with JavaScript; Scanning for Devices; Receiving Data from Arduino; Sending Data to Arduino; The Johnny-Five Library; An Empty Project; The Board Object; The Johnny-Five REPL; Buttons; Analog Inputs; Proximity; Nodebot; The I2C Library; The LibMRAA Library; MRAA Setup; Outputs; Reading Inputs; Interrupts; Communications
The Cylon.js LibraryChapter 9. Exploring Network Protocols; The Hypertext Transfer Protocol; Requesting the Weather; Prepare the HTTP Client; Building a Weather Station; Adding a Database; The Transmission Control Protocol and User Datagram Protocol; The WebSocket Protocol; The ws Module; Remote Procedure Calls over Websockets; Chapter 10. Web Frontends for Things; Adding Static Pages; Basic jQuery; Adding the Model-View-Controller; Websockets in a Browser; A Bare Minimum Websocket Connection; The D3.js Library for Plotting Data; P5.js; Chapter 11. Entering the Cloud
Publish-Subscribe Pattern
Record Nr. UNINA-9910136619503321
Mulder Patrick  
Beijing, [China] : , : O'Reilly, , 2016
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Nutshell handbook
Nutshell handbook
Pubbl/distr/stampa Sebastopol, : O'Reilly
Livello bibliografico Periodico
Lingua di pubblicazione und
Altri titoli varianti Nutshell handbooks.
Record Nr. UNISANNIO-MIL0082919
Sebastopol, : O'Reilly
Lo trovi qui: Univ. del Sannio
Opac: Controlla la disponibilità qui
Nutshell handbooks
Nutshell handbooks
Pubbl/distr/stampa Sebastopol, : O'Reilly
Formato Materiale a stampa
Livello bibliografico Collezione
Lingua di pubblicazione und
Record Nr. UNICAMPANIA-VAN0039725
Sebastopol, : O'Reilly
Materiale a stampa
Lo trovi qui: Univ. Vanvitelli
Opac: Controlla la disponibilità qui
Open sources : voices from the open source revolution / edited by Chris DiBona, Sam Ockman & Mark Stone
Open sources : voices from the open source revolution / edited by Chris DiBona, Sam Ockman & Mark Stone
Pubbl/distr/stampa Beijing ; Sebastopol : O'Reilly, c1999
Descrizione fisica viii, 272 p. : ill. ; 24 cm
Disciplina 005.36
Altri autori (Persone) DiBona, Chris
Ockman, Sam
Stone, Mark
Soggetto topico Computer software
Computer hackers
ISBN 1565925823
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Altri titoli varianti Opensources
Record Nr. UNISALENTO-991001162039707536
Beijing ; Sebastopol : O'Reilly, c1999
Materiale a stampa
Lo trovi qui: Univ. del Salento
Opac: Controlla la disponibilità qui
Oracle scripts / Brian Lomasky and David C. Kreines
Oracle scripts / Brian Lomasky and David C. Kreines
Autore Lomasky, Brian
Pubbl/distr/stampa Cambridge : O'Reilly, 1998
Descrizione fisica XVI, 185 p. ; 24 cm + CD-ROM
Disciplina 005.74
Altri autori (Persone) Kreines, David C.
Soggetto non controllato Archivi di dati-Gestione
Sistema ORACLE
ISBN 1-56592-438-X
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNIPARTHENOPE-000007519
Lomasky, Brian  
Cambridge : O'Reilly, 1998
Materiale a stampa
Lo trovi qui: Univ. Parthenope
Opac: Controlla la disponibilità qui
Perl cookbook / Tom Christiansen and Nathan Torkington
Perl cookbook / Tom Christiansen and Nathan Torkington
Autore Christiansen, Tom
Edizione [1. ed.]
Pubbl/distr/stampa Beijing ... [et al.] : O'Reilly, 1998
Descrizione fisica XXXIV, 757 p. ; 24 cm.
Disciplina 005.133
Altri autori (Persone) Torkington, Nathan
Soggetto topico Elaboratori elettronici - Programmazione - Linguaggio Perl
ISBN 1-56592-243-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNIBAS-000004911
Christiansen, Tom  
Beijing ... [et al.] : O'Reilly, 1998
Materiale a stampa
Lo trovi qui: Univ. della Basilicata
Opac: Controlla la disponibilità qui