Applying RCS and SCCS

Applying RCS and SCCS
Author: Don Bolinger
Publisher: "O'Reilly Media, Inc."
Total Pages: 540
Release: 1995
Genre: Computers
ISBN: 9781565921177


Download Applying RCS and SCCS Book in PDF, Epub and Kindle

Applying revision control system and source code control system.

The Practice of System and Network Administration

The Practice of System and Network Administration
Author: Thomas A. Limoncelli
Publisher: Pearson Education
Total Pages: 1057
Release: 2007
Genre: Computers
ISBN: 0321492668


Download The Practice of System and Network Administration Book in PDF, Epub and Kindle

Shares the six key principles of site design and support practices: simplicity, clarity, generality, automation, communication, and basics first. This book provides advice on topics which include the key elements your networks/systems need that will make all other services run better, and building and running reliable, scalable services.

Python and XML

Python and XML
Author: Christopher A. Jones
Publisher: "O'Reilly Media, Inc."
Total Pages: 386
Release: 2002
Genre: Computers
ISBN: 9780596001285


Download Python and XML Book in PDF, Epub and Kindle

This book has two objectives--to provide a comprehensive reference on using XML with Python; and to illustrate the practical applications of these technologies in an enterprise environment with examples.

Running Weblogs with Slash

Running Weblogs with Slash
Author: Chromatic
Publisher: "O'Reilly Media, Inc."
Total Pages: 292
Release: 2002
Genre: Computers
ISBN: 9780596001001


Download Running Weblogs with Slash Book in PDF, Epub and Kindle

This is written for system administrators who may not have the time to learn about Slash by reading the source code. It collects all the current Slash knowledge from the code, Website and mailing lists and organizes it into a coherent package.

Designing with Javascript

Designing with Javascript
Author: Nick Heinle
Publisher: "O'Reilly Media, Inc."
Total Pages: 256
Release: 2002
Genre: Computers
ISBN: 9781565923607


Download Designing with Javascript Book in PDF, Epub and Kindle

A guide for beginners offers an overview of JavaScript basics and explains how to create Web pages, identify browsers, and integrate sound, graphics, and animation into Web applications.

Java Security

Java Security
Author: Scott Oaks
Publisher: "O'Reilly Media, Inc."
Total Pages: 630
Release: 2001
Genre: Computers
ISBN: 9780596001575


Download Java Security Book in PDF, Epub and Kindle

One of Java's most striking claims is that it provides a secure programming environment. Yet despite endless discussion, few people understand precisely what Java's claims mean and how it backs up those claims. If you're a developer, network administrator or anyone else who must understand or work with Java's security mechanisms, Java Security is the in-depth exploration you need.Java Security, 2nd Edition, focuses on the basic platform features of Java that provide security--the class loader, the bytecode verifier, and the security manager--and recent additions to Java that enhance this security model: digital signatures, security providers, and the access controller. The book covers the security model of Java 2, Version 1.3, which is significantly different from that of Java 1.1. It has extensive coverage of the two new important security APIs: JAAS (Java Authentication and Authorization Service) and JSSE (Java Secure Sockets Extension). Java Security, 2nd Edition, will give you a clear understanding of the architecture of Java's security model and how to use that model in both programming and administration.The book is intended primarily for programmers who want to write secure Java applications. However, it is also an excellent resource for system and network administrators who are interested in Java security, particularly those who are interested in assessing the risk of using Java and need to understand how the security model works in order to assess whether or not Java meets their security needs.

Essential SNMP

Essential SNMP
Author: Douglas R. Mauro
Publisher: "O'Reilly Media, Inc."
Total Pages: 340
Release: 2001
Genre: Computers
ISBN: 9780596000202


Download Essential SNMP Book in PDF, Epub and Kindle

A practical introduction to SNMP for system network administrators. Starts with the basics of SNMP, how it works and provides the technical background to use it effectively.

Exim: The Mail Transfer Agent

Exim: The Mail Transfer Agent
Author: Philip Hazel
Publisher: "O'Reilly Media, Inc."
Total Pages: 644
Release: 2001-07-01
Genre: Computers
ISBN: 1491947462


Download Exim: The Mail Transfer Agent Book in PDF, Epub and Kindle

Exim delivers electronic mail, both local and remote. It has all the virtues of a good postman: it's easy to talk to, reliable, efficient, and eager to accommodate even the most complex special requests. It's the default mail transport agent installed on some Linux systems, runs on many versions of Unix, and is suitable for any TCP/IP network with any combination of hosts and end-user mail software.Exim is growing in popularity because it is open source, scalable, and rich in features such as the following: Compatibility with the calling interfaces and options of Sendmail (for which Exim is usually a drop-in replacement) Lookups in LDAP servers, MySQL and PostgreSQL databases, and NIS or NIS+ services Support for many kinds of address parsing, including regular expressions that are compatible with Perl 5 Sophisticated error handling Innumerable tuning parameters for improving performance and handling enormous volumes of mail Best of all, Exim is easy to configure. You never have to deal with ruleset 3 or worry that a misplaced asterisk will cause an inadvertent mail bomb.While a basic configuration is easy to read and can be created quickly, Exim's syntax and behavior do get more subtle as you enter complicated areas like virtual hosting, filtering, and automatic replies. This book is a comprehensive survey that provides quick information for people in a hurry as well as thorough coverage of more advanced material.

CGI Programming with Perl

CGI Programming with Perl
Author: Scott Guelich
Publisher: "O'Reilly Media, Inc."
Total Pages: 486
Release: 2000-06-29
Genre: Computers
ISBN: 144932679X


Download CGI Programming with Perl Book in PDF, Epub and Kindle

Programming on the Web today can involve any of several technologies, but the Common Gateway Interface (CGI) has held its ground as the most mature method--and one of the most powerful ones--of providing dynamic web content. CGI is a generic interface for calling external programs to crunch numbers, query databases, generate customized graphics, or perform any other server-side task. There was a time when CGI was the only game in town for server-side programming; today, although we have ASP, PHP, Java servlets, and ColdFusion (among others), CGI continues to be the most ubiquitous server-side technology on the Web.CGI programs can be written in any programming language, but Perl is by far the most popular language for CGI. Initially developed over a decade ago for text processing, Perl has evolved into a powerful object-oriented language, while retaining its simplicity of use. CGI programmers appreciate Perl's text manipulation features and its CGI.pm module, which gives a well-integrated object-oriented interface to practically all CGI-related tasks. While other languages might be more elegant or more efficient, Perl is still considered the primary language for CGI.CGI Programming with Perl, Second Edition, offers a comprehensive explanation of using CGI to serve dynamic web content. Based on the best-selling CGI Programming on the World Wide Web, this edition has been completely rewritten to demonstrate current techniques available with the CGI.pm module and the latest versions of Perl. The book starts at the beginning, by explaining how CGI works, and then moves swiftly into the subtle details of developing CGI programs.Topics include: Incorporating JavaScript for form validation Controlling browser caching Making CGI scripts secure in Perl Working with databases Creating simple search engines Maintaining state between multiple sessions Generating graphics dynamically Improving performance of your CGI scripts

Essential CVS

Essential CVS
Author: Jennifer Vesperman
Publisher: "O'Reilly Media, Inc."
Total Pages: 432
Release: 2006-11-20
Genre: Computers
ISBN: 0596551401


Download Essential CVS Book in PDF, Epub and Kindle

This easy-to-follow reference shows a variety of professionals how to use the Concurrent Versions System (CVS), the open source tool that lets you manage versions of anything stored in files. Ideal for software developers tracking different versions of the same code, this new edition has been expanded to explain common usages of CVS for system administrators, project managers, software architects, user-interface (UI) specialists, graphic designers and others. Current for version 1.12, Essential CVS, 2nd Edition offers an overview of CVS, explains the core concepts, and describes the commands that most people use on a day-to-day basis. For those who need to get up to speed rapidly, the book's Quickstart Guide shows you how to build and use a basic CVS repository with the default settings and a minimum of extras. You'll also find: A full command reference that details all aspects of customizing CVS for automation, logging, branching, merging documents, and creating alerts Examples and descriptions of the most commonly used options for each command Why and when to tag or branch your project, tagging before releases, and using branching to create a bugfix version of a project Details on the systems used in CVS to permit multiple developers to work on the same project without loss of data An entire section devoted to document version management and project management includes ways to import and export projects, work with remote repositories, and shows how to fix things that can go wrong when using CVS. You'll find more screenshots in this edition as well as examples of using graphical CVS clients to run CVS commands. Essential CVS also includes a FAQ that answers common queries in the CVS mailing list to get you up and running with this system quickly and painlessly.