IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Perl et le réseau

2 livres et 0 critique, dernière mise à jour le 4 septembre 2022

  1. Automating System Administration With Perl
  2. Network Programming with Perl
couverture du livre Automating System Administration With Perl

drapeau
Détails du livre
Sommaire
Critiques (0)
0 commentaire
 
 

Automating System Administration With Perl

de
Public visé : Intermédiaire

Résumé de l'éditeur

If you do systems administration work of any kind, you have to deal with the growing complexity of your environment and increasing demands on your time. Automating System Administration with Perl, Second Edition, not only offers you the right tools for your job, but also suggests the best way to approach specific problems and to securely automate recurring tasks.

Updated and expanded to cover the latest operating systems, technologies, and Perl modules, this edition of the "Otter

Book: will help you:

  • Manage user accounts
  • Monitor filesystems and processes
  • Work with configuration files in important formats such as XML and YAML
  • Administer databases, including MySQL, MS-SQL, and Oracle with DBI
  • Work with directory services like LDAP and Active Directory
  • Script email protocols and spam control
  • Effectively create, handle, and analyze log files
  • Administer network name and configuration services, including NIS, DNS and DHCP
  • Maintain, monitor, and map network services, using technologies and tools such as SNMP, nmap, libpcap, GraphViz and RRDtool
  • Improve filesystem, process, and network security


This edition includes additional appendixes to get you up to speed on technologies such as XML/XPath, LDAP, SNMP, and SQL. With this book in hand and Perl in your toolbox, you can do more with less -- fewer resources, less effort, and far less hassle.

Édition : O'Reilly - 639 pages, 2e édition, 5 juin 2009

ISBN10 : 059600639X - ISBN13 : 9780596006396

3,8 x 17,8 x 23,5 cm

Commandez sur www.amazon.fr :

29.70 € TTC (prix éditeur 38.31 € TTC) livraison gratuite !
  • Introduction
  • Filesystems
  • User Accounts
  • User Activity
  • TCP/IP Name and Configuration Services
  • Working with Configuration Files
  • SQL Database Administration
  • Email
  • Directory Services
  • Log Files
  • Security
  • SNMP
  • Network Mapping and Monitoring
  • Experiential Learning
  • Appendix The Eight-Minute XML Tutorial
  • Appendix The 10-Minute XPath Tutorial
  • Appendix The 10-Minute LDAP Tutorial
  • Appendix The 15-Minute SQL Tutorial
  • Appendix The Five-Minute RCS Tutorial
  • Appendix The Two-Minute VBScript-to-Perl Tutorial
  • Appendix The 20-Minute SNMP Tutorial
Aucune critique n'a été faite pour l'instant



 Commenter Signaler un problème

Avatar de djibril djibril - Responsable Perl et Outils https://www.developpez.com
l 06/07/2013 à 14:08
Bonjour,


Description :

If you do systems administration work of any kind, you have to deal with the growing complexity of your environment and increasing demands on your time. Automating System Administration with Perl, Second Edition, not only offers you the right tools for your job, but also suggests the best way to approach specific problems and to securely automate recurring tasks.

Updated and expanded to cover the latest operating systems, technologies, and Perl modules, this edition of the "Otter...
[Lire la suite]

  • Avez-vous lu ce livre ou pensez-vous le lire ?
  • Souhaitez-vous ajouter une critique de ce livre sur la page de la rubrique ?
  • Avez-vous un commentaire à faire ?



 
couverture du livre Network Programming with Perl

drapeau
Détails du livre
Sommaire
Critiques (0)
1 commentaire
 
 

Network Programming with Perl

de
Public visé : Débutant

Résumé de l'éditeur

Any developer who's comfortable with Perl can build remarkably powerful TCP/IP network applications -- no C required! In Network Programming with Perl, Lincoln Stein shows how, step-by-step, with extensive code examples. Modeled on W. Richard Stevens' legendary Unix network programming book, this book opens up network programming to a new generation of programmer: Web developers ready to build serious network applications and solve complex network problems. Stein begins with an overview of Perl's increasingly powerful networking facilities; then introduces Berkeley Sockets, and the UDP and TCP protocols at the heart of network programming. He presents Perl's IO:: socket API, which simplifies the creation and use of sockets; demonstrates how to create forking servers; and introduces practical techniques for creating multithreaded and multiplexed applications. Modeled upon the style of Stevens, and using extensive sample code, Stein demonstrates all of the key features. Network Programming with Perl also includes chapter-length explanations of creating Internet modules for FTP and Telnet; Mail and News; and Web services.

Édition : Addison Wesley - 784 pages, 1re édition, 27 décembre 2000

ISBN10 : 0201615711 - ISBN13 : 9780201615715

23 x 18,3 x 4,1 cm

Commandez sur www.amazon.fr :

38.24 € TTC (prix éditeur 0.00 € TTC)
Quatrième de couverture

"This is a superb book. Another splendid book from Lincoln, whose mastery and lucid exposition make this a must-have for the serious Perl programmer."
--Jon Orwant, Chief Technology Officer, O'Reilly & Associates
Founder of The Perl Journal, author of Mastering Algorithms with Perl, (O'Reilly & Associates)
and co-author of Programming Perl, Third Edition (O'Reilly & Associates)

Network Programming with Perl is a comprehensive, example-rich guide to creating network-based applications using the Perl programming language. Among its many capabilities, modern Perl provides a straightforward and powerful interface to TCP/IP, and this book shows you how to leverage these capabilities to create robust, maintainable, and efficient custom client/server applications.

The book quickly moves beyond the basics to focus on high-level, application programming concepts, tools, and techniques. Readers will find a review of basic networking concepts and Perl fundamentals, including Perl's I/O functions, process model, and object-oriented extensions. In addition, the book examines a collection of the best third-party modules in the Comprehensive Perl Archive Network, including existing network protocols for e-mail, news, and the Web.

The core of the book focuses on methods and alternatives for designing TCP-based client/server systems and more advanced techniques for specialized applications. Specific topics covered include:

  • The Berkeley Sockets API
  • The TCP protocol and the IO::Socket API
  • FTP filesharing service
  • The Net::Telnet module for adapting clients to interactive network services
  • SMTP, including how to create and send e-mails with multimedia attachments
  • POP, IMAP, and NNTP for receiving and processing e-mail
  • HTTP and the LWP module for communicating with Web servers
  • Forking servers and the UNIX and Windows inetd daemons
  • Perl's experimental multithreaded API
  • Multiplexed operations and nonblocking I/O
  • Bulletproofing servers
  • TCP urgent data
  • UDP protocol and servers
  • Broadcasting and multicasting
  • Interprocess communication with UNIX-domain sockets


Useful, working programs demonstrate ideas and techniques in action, including a real-time chat and messaging system, a program for processing e-mail containing MIME attachments, a program for mirroring an FTP site, and a Web robot.

Network Programming with Perl focuses on TCP/IP rather than just the common Web protocols. Modeled after the critically acclaimed TCP/IP Illustrated by W. Richard Stevens, this book achieves a level of detail far superior to most. It is an essential resource for network administrators and Perl programmers who are creating network applications.
Aucune critique n'a été faite pour l'instant



 Commenter Signaler un problème

Avatar de redouane412 redouane412 - Candidat au Club https://www.developpez.com
l 10/04/2014 à 22:19
bonjour tout le monde

Network Programming with Perl


Descriptions du produit :
https://www.amazon.fr/Network-Progra...ion/0201615711
https://www.amazon.fr/Network-Progra...toc/0201615711
Quatrième de couverture
"This is a superb book. Another splendid book from Lincoln, whose mastery and lucid exposition make this a must-have for the serious Perl programmer."
--Jon Orwant, Chief Technology Officer, O'Reilly & Associates
Founder of The Perl Journal, author of Mastering Algorithms with Perl, (O'Reilly & Associates)
and co-author of Programming Perl, Third Edition (O'Reilly & Associates)

Network Programming with Perl is a comprehensive, example-rich guide to creating network-based applications using the Perl programming language. Among its many capabilities, modern Perl provides a straightforward and powerful interface to TCP/IP, and this book shows you how to leverage these capabilities to create robust, maintainable, and efficient custom client/server applications.

The book quickly moves beyond the basics to focus on high-level, application programming concepts, tools, and techniques. Readers will find a review of basic networking concepts and Perl fundamentals, including Perl's I/O functions, process model, and object-oriented extensions. In addition, the book examines a collection of the best third-party modules in the Comprehensive Perl Archive Network, including existing network protocols for e-mail, news, and the Web.

The core of the book focuses on methods and alternatives for designing TCP-based client/server systems and more advanced techniques for specialized applications. Specific topics covered include:

The Berkeley Sockets API
The TCP protocol and the IO::Socket API
FTP filesharing service
The Net::Telnet module for adapting clients to interactive network services
SMTP, including how to create and send e-mails with multimedia attachments
POP, IMAP, and NNTP for receiving and processing e-mail
HTTP and the LWP module for communicating with Web servers
Forking servers and the UNIX and Windows inetd daemons
Perl's experimental multithreaded API
Multiplexed operations and nonblocking I/O
Bulletproofing servers
TCP urgent data
UDP protocol and servers
Broadcasting and multicasting
Interprocess communication with UNIX-domain sockets

téléchargement
ici
Avatar de djibril djibril - Responsable Perl et Outils https://www.developpez.com
l 11/04/2014 à 8:33
Bien qu'ancien, avez-vous lu ce livre ?
Laissez un commentaire, une critique.