|
Windows XP Cookbook
|
|
Hits: 44 |
|
Date added: 09/17/2006 |
|
Windows XP users and administrators need a quick and easy way to find answers. Plenty of books go into detail about the theory behind a particular technology or application, but few go straight to the essentials for getting the job done. Windows XP Cookbook does just that, tackling the most common tasks needed to install, manage, and support Windows XP. Featuring a new twist to O’Reilly’s proven Cookbook formula, this
problem-solving guide offers multiple solutions for each of its 300-plus recipes. Solve dilemmas with the graphical user interface, the
command line, through the Registry, or by using scripts. Each step-by-step recipe includes a discussion that explains how and why it
works. The book is also among the first to cover Microsoft’s XP Service Pack 2. With these practical, on-the-job solutions, Windows XP Cookbook will save you hours of time searching for answers. Windows XP Cookbook will be useful to anyone that has to use, deploy, administer, or
automate Windows XP. But this isn’t a typical end-user book; it covers the spectrum of topics involved with running Windows XP in both small
and large environments. As a result, IT professionals and system administrators will find it a great day-to-day reference. And power
users will find Windows XP Cookbook a great source for information on tweaking XP and getting the most out of their systems. The bottom line is that Windows XP Cookbook will make just about anyone who uses XP more productive. |
|
|
|
|
Hardening Linux
|
|
Hits: 40 |
|
Date added: 09/14/2006 |
|
Bulletproof your system before you are hacked! From the publisher of the international best-seller, Hacking Exposed , here is a brilliant new offering written with a passion for security that will help you make the necessary upgrades and take the essential steps to secure your Linux systems. The concise and consistent approach breaks down security into logical parts, giving you actions to take immediately, information on hardening your system from the top down, how to plan and maintain an interative security strategy and finally, how to navigate the soft issues of how to garner management and employee support for your security strategy. Features examples in the most frequently used enterprise Linux distributions, Red Hat Enterprise Server 3.0, SuSE SLES 8.1 and a sneak preview of SuSE SLES 9.0 |
|
|
|
|
Win32 Stack BufferOverFlow Real Life Vuln-Dev Proc
|
|
Hits: 37 |
|
Date added: 03/27/2007 |
|
This paper is about how to code an exploit for win32, for two reasons, first because there are many papers about explotation on *nix, but few about how to exploit on win32 world, and second because papers about win32 exploitation get
very difficult to be understood by people without a good understanding of asm, C languages. The best way to do something clear the author had to write something as simple as possible, without leaving nothing to guess by the readers. And explaining the hole process of finding, debuging and exploiting a blackbox application. For this purpose he choosen 'War-FTPd v1.65' a known stack b0f bugged software, wich is gonna be used in this tutorial. |
|
|
|
|
Moving From Windows To Linux
|
|
Hits: 37 |
|
Date added: 10/15/2006 |
|
Text covers all facets of Linux; including installation, configuration, using Linux web server, moving from Microsoft Office to Open Office, and more. Features step-by-step instructions through the conversion from Windows to Linux. |
|
|
|
|
"ptrace(): A Linux Virus
|
|
Hits: 33 |
|
Date added: 12/26/2007 |
|
ptrace() is a system call that enables one process to *control* the execution of
another one.
The traced process (the child) behaves normally until it caughts a signal and when
this occur the process enter in STOPPED state and informs the tracing process
by a wait() system call. After this the tracing process (the parent) decides what the
traced process should do (responds). |
|
|
|