Author: Paul Robichaux
Publisher: O'Reilly Media
ISBN:
Category : Computers
Languages : en
Pages : 394
Book Description
The Windows NT Registry is the repository for all hardware, software, and application configuration settings. This is the system administrator's guide to maintaining, monitoring, and updating the Registry database. Provides complete coverage of Regedit, RegEdt32, and the System Policy Editor, plus the Resource Kit utilities.
Managing the Windows NT Registry
Author: Paul Robichaux
Publisher: O'Reilly Media
ISBN:
Category : Computers
Languages : en
Pages : 394
Book Description
The Windows NT Registry is the repository for all hardware, software, and application configuration settings. This is the system administrator's guide to maintaining, monitoring, and updating the Registry database. Provides complete coverage of Regedit, RegEdt32, and the System Policy Editor, plus the Resource Kit utilities.
Publisher: O'Reilly Media
ISBN:
Category : Computers
Languages : en
Pages : 394
Book Description
The Windows NT Registry is the repository for all hardware, software, and application configuration settings. This is the system administrator's guide to maintaining, monitoring, and updating the Registry database. Provides complete coverage of Regedit, RegEdt32, and the System Policy Editor, plus the Resource Kit utilities.
Managing the Windows 2000 Registry
Author: Paul E. Robichaux
Publisher: "O'Reilly Media, Inc."
ISBN: 9781565929432
Category : Computers
Languages : en
Pages : 564
Book Description
This is the system administrator's guide to maintaining, monitoring, and updating the Registry database. A "must-have" for every 2000 systems manager or administrator, it covers what the Registry is and where it lives on the disk, available tools, Registry access from programs, and Registry content.
Publisher: "O'Reilly Media, Inc."
ISBN: 9781565929432
Category : Computers
Languages : en
Pages : 564
Book Description
This is the system administrator's guide to maintaining, monitoring, and updating the Registry database. A "must-have" for every 2000 systems manager or administrator, it covers what the Registry is and where it lives on the disk, available tools, Registry access from programs, and Registry content.
Troubleshooting and Configuring the Windows NT/95 Registry
Author: Clayton Johnson
Publisher: Sams Publishing
ISBN: 9780672310669
Category : Information technology
Languages : en
Pages : 0
Book Description
A complete reference for the administrator of the Windows NT and 95 operating systems, this book includes detailed coverage of registry entries for both systems, noting instances when the entries differ. Complete troubleshooting sections outline known problems and details their solutions.
Publisher: Sams Publishing
ISBN: 9780672310669
Category : Information technology
Languages : en
Pages : 0
Book Description
A complete reference for the administrator of the Windows NT and 95 operating systems, this book includes detailed coverage of registry entries for both systems, noting instances when the entries differ. Complete troubleshooting sections outline known problems and details their solutions.
Essential Windows NT System Administration
Author: AEleen Frisch
Publisher: O'Reilly Media
ISBN:
Category : Computers
Languages : en
Pages : 502
Book Description
En la cub.: Effective and painless NT management.
Publisher: O'Reilly Media
ISBN:
Category : Computers
Languages : en
Pages : 502
Book Description
En la cub.: Effective and painless NT management.
The Windows NT Registry
Author: Clayton Johnson
Publisher: MacMillan Publishing Company
ISBN: 9780672309922
Category : Computers
Languages : en
Pages : 460
Book Description
Publisher: MacMillan Publishing Company
ISBN: 9780672309922
Category : Computers
Languages : en
Pages : 460
Book Description
Windows Registry Forensics
Author: Harlan Carvey
Publisher: Elsevier
ISBN: 1597495816
Category : Computers
Languages : en
Pages : 226
Book Description
Windows Registry Forensics provides the background of the Windows Registry to help develop an understanding of the binary structure of Registry hive files. Approaches to live response and analysis are included, and tools and techniques for postmortem analysis are discussed at length. Tools and techniques are presented that take the student and analyst beyond the current use of viewers and into real analysis of data contained in the Registry, demonstrating the forensic value of the Registry. Named a 2011 Best Digital Forensics Book by InfoSec Reviews, this book is packed with real-world examples using freely available open source tools. It also includes case studies and a CD containing code and author-created tools discussed in the book. This book will appeal to computer forensic and incident response professionals, including federal government and commercial/private sector contractors, consultants, etc. - Named a 2011 Best Digital Forensics Book by InfoSec Reviews - Packed with real-world examples using freely available open source tools - Deep explanation and understanding of the Windows Registry – the most difficult part of Windows to analyze forensically - Includes a CD containing code and author-created tools discussed in the book
Publisher: Elsevier
ISBN: 1597495816
Category : Computers
Languages : en
Pages : 226
Book Description
Windows Registry Forensics provides the background of the Windows Registry to help develop an understanding of the binary structure of Registry hive files. Approaches to live response and analysis are included, and tools and techniques for postmortem analysis are discussed at length. Tools and techniques are presented that take the student and analyst beyond the current use of viewers and into real analysis of data contained in the Registry, demonstrating the forensic value of the Registry. Named a 2011 Best Digital Forensics Book by InfoSec Reviews, this book is packed with real-world examples using freely available open source tools. It also includes case studies and a CD containing code and author-created tools discussed in the book. This book will appeal to computer forensic and incident response professionals, including federal government and commercial/private sector contractors, consultants, etc. - Named a 2011 Best Digital Forensics Book by InfoSec Reviews - Packed with real-world examples using freely available open source tools - Deep explanation and understanding of the Windows Registry – the most difficult part of Windows to analyze forensically - Includes a CD containing code and author-created tools discussed in the book
Lotus Domino Administration in a Nutshell
Author: Greg Neilson
Publisher: "O'Reilly Media, Inc."
ISBN: 9781565927179
Category : Computers
Languages : en
Pages : 394
Book Description
"Whether you're looking to change messaging servers, modify your administration tasks to a simpler and more efficient level, or ensure the security and flexibility of your web application server, Lotus Domino Administration in a Nutshell will give you the everyday help you need to make the most of this reliable and scalable integrated server platform."--Jacket.
Publisher: "O'Reilly Media, Inc."
ISBN: 9781565927179
Category : Computers
Languages : en
Pages : 394
Book Description
"Whether you're looking to change messaging servers, modify your administration tasks to a simpler and more efficient level, or ensure the security and flexibility of your web application server, Lotus Domino Administration in a Nutshell will give you the everyday help you need to make the most of this reliable and scalable integrated server platform."--Jacket.
Java Distributed Computing
Author: Jim Farley
Publisher: "O'Reilly Media, Inc."
ISBN: 1491903341
Category : Computers
Languages : en
Pages : 398
Book Description
Distributed computing and Java go together naturally. As the first language designed from the bottom up with networking in mind, Java makes it very easy for computers to cooperate. Even the simplest applet running in a browser is a distributed application, if you think about it. The client running the browser downloads and executes code that is delivered by some other system. But even this simple applet wouldn't be possible without Java's guarantees of portability and security: the applet can run on any platform, and can't sabotage its host.Of course, when we think of distributed computing, we usually think of applications more complex than a client and server communicating with the same protocol. We usually think in terms of programs that make remote procedure calls, access remote databases, and collaborate with others to produce a single result. Java Distributed Computing discusses how to design and write such applications. It covers Java's RMI (Remote Method Invocation) facility and CORBA, but it doesn't stop there; it tells you how to design your own protocols to build message passing systems and discusses how to use Java's security facilities, how to write multithreaded servers, and more. It pays special attention to distributed data systems, collaboration, and applications that have high bandwidth requirements.In the future, distributed computing can only become more important.Java Distributed Computing provides a broad introduction to the problems you'll face and the solutions you'll find as you write distributed computing applications.Topics covered in Java Distributed Computing: Introduction to Distributed Computing Networking Basics Distributed Objects (Overview of CORBA and RMI) Threads Security Message Passing Systems Distributed Data Systems (Databases) Bandwidth Limited Applications Collaborative Systems
Publisher: "O'Reilly Media, Inc."
ISBN: 1491903341
Category : Computers
Languages : en
Pages : 398
Book Description
Distributed computing and Java go together naturally. As the first language designed from the bottom up with networking in mind, Java makes it very easy for computers to cooperate. Even the simplest applet running in a browser is a distributed application, if you think about it. The client running the browser downloads and executes code that is delivered by some other system. But even this simple applet wouldn't be possible without Java's guarantees of portability and security: the applet can run on any platform, and can't sabotage its host.Of course, when we think of distributed computing, we usually think of applications more complex than a client and server communicating with the same protocol. We usually think in terms of programs that make remote procedure calls, access remote databases, and collaborate with others to produce a single result. Java Distributed Computing discusses how to design and write such applications. It covers Java's RMI (Remote Method Invocation) facility and CORBA, but it doesn't stop there; it tells you how to design your own protocols to build message passing systems and discusses how to use Java's security facilities, how to write multithreaded servers, and more. It pays special attention to distributed data systems, collaboration, and applications that have high bandwidth requirements.In the future, distributed computing can only become more important.Java Distributed Computing provides a broad introduction to the problems you'll face and the solutions you'll find as you write distributed computing applications.Topics covered in Java Distributed Computing: Introduction to Distributed Computing Networking Basics Distributed Objects (Overview of CORBA and RMI) Threads Security Message Passing Systems Distributed Data Systems (Databases) Bandwidth Limited Applications Collaborative Systems
XLIB Programming Manual, Rel. 5
Author: Adrian Nye
Publisher: "O'Reilly Media, Inc."
ISBN: 9781565920026
Category : Computers
Languages : en
Pages : 844
Book Description
Covering X11 Release 5, the Xlib Programming Manual is a complete guide to programming the X library (Xlib), the lowest level of programming interface to X. It includes introductions to internationalization, device-independent color, font service, and scalable fonts. Includes chapters on: X Window System concepts A simple client application Window attributes The graphics context Graphics in practice Color Events Interclient communication Internationalization The Resource Manager A complete client application Window management This manual is a companion to Volume 2, Xlib Reference Manual.
Publisher: "O'Reilly Media, Inc."
ISBN: 9781565920026
Category : Computers
Languages : en
Pages : 844
Book Description
Covering X11 Release 5, the Xlib Programming Manual is a complete guide to programming the X library (Xlib), the lowest level of programming interface to X. It includes introductions to internationalization, device-independent color, font service, and scalable fonts. Includes chapters on: X Window System concepts A simple client application Window attributes The graphics context Graphics in practice Color Events Interclient communication Internationalization The Resource Manager A complete client application Window management This manual is a companion to Volume 2, Xlib Reference Manual.
POSIX Programmers Guide
Author: Donald Lewine
Publisher: "O'Reilly Media, Inc."
ISBN: 9780937175736
Category : Computers
Languages : en
Pages : 654
Book Description
Software -- Operating Systems.
Publisher: "O'Reilly Media, Inc."
ISBN: 9780937175736
Category : Computers
Languages : en
Pages : 654
Book Description
Software -- Operating Systems.