Mäklare

Categories
Animal | Application |Art | Artificial Intelligence | Business | Certification | Commerce | Computer - Hardware | Databases | Electronics | Engineering | Grammar | History | Intelligence | Internet | IT - General | Language | Magazine | Medical | Photographic | Networking| Programming | Security | Uncategorized | WWW

iNetHouse


Full download


Posted: June 30th, 2007, 9:39pm CEST

Tags  [edit]


By Springhouse
Publisher: Lippincott Williams & Wilkins
Number Of Pages: 848
Publication Date: 2004-01-01
Sales Rank: 304266
ISBN / ASIN: 1582552819
EAN: 9781582552811
Binding: Hardcover
Book Description:
The newly revised Fourth Edition of this popular and widely used reference is a start-to-finish guide for nearly 400 basic and advanced nursing procedures. It provides step-by-step instructions for each procedure, explains how to use and troubleshoot equipment, and presents key information on rationales, cautions, complications, patient teaching, and documentation. The user-friendly format includes checklists, quick-scanning tables, logos that flag essential information, and more than 700 illustrations and photographs of equipment and techniques. This edition features a brand-new chapter on psychiatric nursing procedures and new entries on prone positioning, surgical site verification, ST segment monitoring, swallowing and aspiration precautions, and bispectral index monitoring (BIS).

CHM 36.8 MB

[rapidshare.com]  -uglyboys@gmail.com

Full download


Posted: June 30th, 2007, 12:27pm CEST

Tags  [edit]

Managing Security with Snort and IDS Tools



Intrusion detection is not for the faint at heart. But, if you are a network administrator chances are you're under increasing pressure to ensure that mission-critical systems are safe--in fact impenetrable--from malicious code, buffer overflows, stealth port scans, SMB probes, OS fingerprinting attempts, CGI attacks, and other network intruders. Designing a reliable way to detect intruders before they get in is a vital but daunting challenge. Because of this, a plethora of complex, sophisticated, and pricy software solutions are now available. In terms of raw power and features, SNORT, the most commonly used Open Source Intrusion Detection System, (IDS) has begun to eclipse many expensive proprietary IDSes. In terms of documentation or ease of use, however, SNORT can seem overwhelming. Which output plugin to use? How do you to email alerts to yourself? Most importantly, how do you sort through the immense amount of information Snort makes available to you? Many intrusion detection books are long on theory but short on specifics and practical examples. Not Managing Security with Snort and IDS Tools. This new book is a thorough, exceptionally practical guide to managing network security using Snort 2.1 (the latest release) and dozens of other high-quality open source other open source intrusion detection programs. Managing Security with Snort and IDS Tools covers reliable methods for detecting network intruders, from using simple packet sniffers to more sophisticated IDS (Intrusion Detection Systems) applications and the GUI interfaces for managing them. A comprehensive but concise guide for monitoring illegal entry attempts, this invaluable new book explains how to shut down and secure workstations, servers, firewalls, routers, sensors and other network devices. Step-by-step instructions are provided to quickly get up and running with Snort. Each chapter includes links for the programs discussed, and additional links at the end of the book give administrators access to numerous web sites for additional information and instructional material that will satisfy even the most serious security enthusiasts. Managing Security with Snort and IDS Tools maps out a proactive--and effective--approach to keeping your systems safe from attack.

# Paperback: 304 pages
# Publisher: O'Reilly Media, Inc.; 1 edition (August 2004)
# Language: English
# ISBN-10: 0596006616
# ISBN-13: 978-0596006617

Download:

Managing Security with Snort and IDS Tools



Download [RapidShare]

Full download


Posted: June 30th, 2007, 12:11pm CEST

Tags  [edit]

DNS on Windows Server 2003



While computers and other devices identify each other on networks or the Internet by using unique addresses made up of numbers, humans rely on the Domain Name System (DNS), the distributed database that allows us to identify machines by name. DNS does the work of translating domain names into numerical IP addresses, routing mail to its proper destination, and many other services, so that users require little or no knowledge of the system. If you're a network or system administrator, however, configuring, implementing, and maintaining DNS zones can be a formidable challenge. And now, with Windows Server 2003, an understanding of the workings of DNS is even more critical. DNS on Windows Server 20003 is a special Windows-oriented edition of the classic DNS and BIND, updated to document the many changes to DNS, large and small, found in Windows Server 2003. Veteran O'Reilly authors, Cricket Liu, Matt Larson, and Robbie Allen explain the whole system in terms of the new Windows Server 2003, from starting and stopping a DNS service to establishing an organization's namespace in the global hierarchy. Besides covering general issues like installing, setting up, and maintaining the server, DNS on Windows Server 2003 tackles the many issues specific to the new Windows environment, including the use of the dnscmd program to manage the Microsoft DNS Server from the command line and development using the WMI DNS provider to manage the name server programmatically. The book also documents new features of the Microsoft DNS Server in Windows Server 2003, including conditional forwarding and zone storage in Active Directory (AD) application partitions. DNS on Windows Server 2003 provides grounding in:

* Security issues
* System tuning
* Caching
* Zone change notification
* Troubleshooting
* Planning for growth

If you're a Windows administrator, DNS on Windows Server 2003 is the operations manual you need for working with DNS every day. If you're a Windows user who simply wants to take the mystery out of the Internet, this book is a readable introduction to the Internet's architecture and inner workings.

# Paperback: 416 pages
# Publisher: O'Reilly Media, Inc.; 3 edition (December 1, 2003)
# Language: English
# ISBN-10: 0596005628
# ISBN-13: 978-0596005627

Download:

DNS on Windows Server 2003



Download [RapidShare]

Full download


Posted: June 30th, 2007, 12:08pm CEST

Tags  [edit]

Web Database Applications with PHP & MySQL, 2nd Edition



There are many reasons for serving up dynamic content from a web site: to offer an online shopping site, create customized information pages for users, or just manage a large volume of content through a database. Anyone with a modest knowledge of HTML and web site management can learn to create dynamic content through the PHP programming language and the MySQL database. This book gives you the background and tools to do the job safely and reliably. Web Database Applications with PHP and MySQL, Second Edition thoroughly reflects the needs of real-world applications. It goes into detail on such practical issues as validating input (do you know what a proper credit card number looks like?), logging in users, and using templates to give your dynamic web pages a standard look. But this book goes even further. It shows how JavaScript and PHP can be used in tandem to make a user's experience faster and more pleasant. It shows the correct way to handle errors in user input so that a site looks professional. It introduces the vast collection of powerful tools available in the PEAR repository and shows how to use some of the most popular tools. Even while it serves as an introduction to new programmers, the book does not omit critical tasks that web sites require. For instance, every site that allows updates must handle the possibility of multiple users accessing data at the same time. This book explains how to solve the problem in detail with locking. Through a sophisticated sample application--Hugh and Dave's Wine Store--all the important techniques of dynamic content are introduced. Good design is emphasized, such as dividing logic from presentation. The book introduces PHP 5 and MySQL 4.1 features, while providing techniques that can be used on older versions of the software that are still in widespread use. This new edition has been redesigned around the rich offerings of PEAR. Several of these, including the Template package and the database-independent query API, are fully integrated into examples and thoroughly described in the text. Topics include:

* Installation and configuration of Apache, MySQL, and PHP on Unix®, Windows®, and Mac OS® X systems
* Introductions to PHP, SQL, and MySQL administration
* Session management, including the use of a custom database for improved efficiency
* User input validation, security, and authentication
* The PEAR repository, plus details on the use of PEAR DB and Template classes
* Production of PDF reports

# Paperback: 680 pages
# Publisher: O'Reilly Media, Inc.; 2 edition (May 16, 2004)
# Language: English
# ISBN-10: 0596005431
# ISBN-13: 978-0596005436

Download:

Web Database Applications with PHP & MySQL, 2nd Edition



Download [RapidShare]

Full download


Posted: June 30th, 2007, 12:05pm CEST

Tags  [edit]

Learning PHP 5



PHP has gained a following among non-technical web designers who need to add interactive aspects to their sites. Offering a gentle learning curve, PHP is an accessible yet powerful language for creating dynamic web pages. As its popularity has grown, PHP's basic feature set has become increasingly more sophisticated. Now PHP 5 boasts advanced features--such as new object-oriented capabilities and support for XML and Web Services--that will please even the most experienced web professionals while still remaining user-friendly enough for those with a lower tolerance for technical jargon. If you've wanted to try your hand at PHP but haven't known where to start, then Learning PHP 5 is the book you need. If you've wanted to try your hand at PHP but haven't known where to start, then Learning PHP 5 is the book you need. With attention to both PHP 4 and the new PHP version 5, it provides everything from a explanation of how PHP works with your web server and web browser to the ins and outs of working with databases and HTML forms. Written by the co-author of the popular PHP Cookbook, this book is for intelligent (but not necessarily highly-technical) readers. Learning PHP 5 guides you through every aspect of the language you'll need to master for professional web programming results. This book provides a hands-on learning experience complete with exercises to make sure the lessons stick. Learning PHP 5 covers the following topics, and more:

* How PHP works with your web browser and web server
* PHP language basics, including data, variables, logic and looping
* Working with arrays and functions
* Making web forms
* Working with databases like MySQL
* Remembering users with sessions
* Parsing and generating XML
* Debugging

Written by David Sklar, coauthor of the PHP Cookbook and an instructor in PHP, this book offers the ideal classroom learning experience whether you're in a classroom or on your own. From learning how to install PHP to designing database-backed web applications, Learning PHP 5 will guide you through every aspect of the language you'll need to master to achieve professional web programming results.

# Paperback: 368 pages
# Publisher: O'Reilly Media, Inc.; 1st edition (July 2004)
# Language: English
# ISBN-10: 0596005601
# ISBN-13: 978-0596005603

Download:

Learning PHP 5



Download [RapidShare]

Full download


Posted: June 30th, 2007, 12:02pm CEST

Tags  [edit]

sendmail Cookbook



More often than not, the words "sendmail configuration" strike dread in the hearts of sendmail and system administrators--and not without reason. sendmail configuration languages are as complex as any other programming languages, but used much more infrequently--only when sendmail is installed or configured. The average system administrator doesn't get enough practice to truly master this inscrutable technology. Fortunately, there's help. The sendmail Cookbook provides step-by-step solutions for the administrator who needs to solve configuration problems fast. Say you need to configure sendmail to relay mail for your clients without creating an open relay that will be abused by spammers. A recipe in the Cookbook shows you how to do just that. No more wading through pages of dense documentation and tutorials and creating your own custom solution--just go directly to the recipe that addresses your specific problem. Each recipe in the sendmail Cookbook outlines a configuration problem, presents the configuration code that solves that problem, and then explains the code in detail. The discussion of the code is critical because it provides the insight you need to tweak the code for your own circumstances. The sendmail Cookbook begins with an overview of the configuration languages, offering a quick how-to for downloading and compiling the sendmail distribution. Next, you'll find a baseline configuration recipe upon which many of the subsequent configurations, or recipes, in the book are based. Recipes in the following chapters stand on their own and offer solutions for properly configuring important sendmail functions such as:

* Delivering and forwarding mail
* Relaying
* Masquerading
* Routing mail
* Controlling spam
* Strong authentication
* Securing the mail transport
* Managing the queue
* Securing sendmail

sendmail Cookbook is more than just a new approach to discussing sendmail configuration. The book also provides lots of new material that doesn't get much coverage elsewhere--STARTTLS and AUTH are given entire chapters, and LDAP is covered in recipes throughout the book. But most of all, this book is about saving time--something that most system administrators have in short supply. Pick up the sendmail Cookbook and say good-bye to sendmail dread.

# Paperback: 456 pages
# Publisher: O'Reilly Media, Inc.; 1 edition (December 1, 2003)
# Language: English
# ISBN-10: 0596004710
# ISBN-13: 978-0596004712

Download:

sendmail Cookbook



Download [RapidShare]

Full download


Posted: June 30th, 2007, 9:00am CEST

Tags  [edit]


Popular among both novice and experienced AutoCAD users, this comprehensive book begins with an overview of the basics of AutoCAD, such as creating drawings, using commands, and specifying coordinates. Coverage becomes more in-depth as each chapter builds off the previous one, with discussions of 2D and 3D drawing techniques, using layers, creating dimensions, 3D coordinates, and rendering.

 

 

DOWNLOAD

VISIT ME http://spacegoat.info

Check my Blog daily for new posts. Not all posts make it to front page..;-)

11,000+ FREE Wallpapers 


Full download


Posted: June 30th, 2007, 7:14am CEST

Tags  [edit]

Science June 29 2007

PDF | English | 30 MB

 

DOWNLOAD 


Full download


Posted: June 30th, 2007, 6:22am CEST

Tags  [edit]

Preserving food to extend its shelf life, while ensuring its safety and quality, is a central preoccupation of the food industry. As a result, there has been a steady stream of new preservation techniques. With its distinguished editors and international team of contributors, Food Preservation Techniques provides an authoritative review of these developments and the ways they can be combined to preserve particular foods. Topics covered include the new generation of natural preservatives, the application of traditional preservation techniques, the use of biotechnology, and the challenges in combining new and old techniques in a way that preserves sensory quality without compromising product safety.

Link

http://rapidshare.com/files/39177944/Food.Preservation.Techniques.rar


Full download


Posted: June 30th, 2007, 2:19am CEST

Tags  [edit]


Full download


Posted: June 30th, 2007, 2:15am CEST

Tags  [edit]

Authorized by the exam developers at the CWNP program, this study guide thoroughly covers all the topics on the entry-level Wireless# certification exam. Work at your own pace through a system of lessons, scenarios, and review questions to learn the material quickly and easily.

Wireless# Certification Official Study Guide will help you prepare for the exam as well as learn the basics of many wireless technologies. You’ll learn, step-by-step, how to implement, troubleshoot and maintain small and medium-sized wireless networks. Get the only official study guide authorized by the creators of the Wireless# exam and get started in a career in wireless IT.

Maximize your performance on the exam by learning:
Wi-Fi, Bluetooth, WiMAX, ZigBee, Infrared, RFID, and VoWLAN
Wireless hardware, software, and installation
Wireless security, applications, and support
Wireless organizations, standards, and protocols
Radio frequency (RF) technologies

Complete Exam Coverage
Comprehensive details on all Wireless# exam objectives
Review questions modeled after the real exam
Helpful chapter summaries and key term lists
Vendor-neutral coverage of wireless technologies and equipment

Link

http://rapidshare.com/files/8543456/npw0_050.part1.rar
http://rapidshare.com/files/8541351/npw0_050.part2.rar


Full download


Posted: June 30th, 2007, 2:13am CEST

Tags  [edit]

 

Heroin Abuse and Addiction Research Report Cover

 

 

 

 

 

 

NIDA Research Report



Heroin Abuse and Addiction

From the Director

Heroin is a highly addictive drug, and its abuse has repercussions that extend far beyond the individual user. The medical and social consequences of drug abuse - HIV/AIDS, tuberculosis, fetal effects, crime, violence, and disruptions in family, workplace, and educational environments - have a devastating impact on society and cost billions of dollars each year.

Although heroin abuse has trended downward during the past several years, its prevalence is still higher than in the early 1990s. These relatively high rates of abuse, especially among school-age youth, and the glamorization of heroin in music and films make it imperative that the public has the latest scientific information on this topic. Heroin also is increasing in purity and decreasing in price, which makes it an attractive option for young people.

Like many other chronic diseases, addiction can be treated. Fortunately, the availability of treatments to manage opiate addiction and the promise from research of new and effective behavioral and pharmacological therapies provides hope for individuals who suffer from addiction and for those around them. For example, buprenorphine, approved by the Food and Drug Administration (FDA) in 2002, provides a less addictive alternative to methadone maintenance, reduces cravings with only mild withdrawal symptoms, and can be prescribed in the privacy of a doctor's office.

The National Institute on Drug Abuse (NIDA) has developed this publication to provide an overview of the state of heroin abuse and addiction. We hope this compilation of scientific information on heroin will help to inform readers about the harmful effects of heroin abuse and addiction as well as assist in prevention and treatment efforts.

Nora D.Volkow, M.D.
Director
National Institute on Drug Abuse

 

 

 

 

 read online

http://www.drugabuse.gov/ResearchReports/Heroin/Heroin.html

 

 

 

 

 This report is also available in PDF format, Heroin Abuse and Addiction, [PDF format, 432 KB]

 

function __RP_Callback_Helper(str, strCallbackEvent, splitSize, func){var event = null;if (strCallbackEvent){event = document.createEvent('Events');event.initEvent(strCallbackEvent, true, true);}if (str && str.length > 0){var splitList = str.split('|');var strCompare = str;if (splitList.length == splitSize)strCompare = splitList[splitSize-1];var pluginList = document.plugins;for (var count = 0; count = sSrc.length){if (strCompare.indexOf(sSrc) != -1){func(str, count, pluginList, splitList);break;}}}}if (strCallbackEvent)document.body.dispatchEvent(event);}function __RP_Coord_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Coord_Callback = str;pluginList[index].__RP_Coord_Callback_Left = splitList[0];pluginList[index].__RP_Coord_Callback_Top = splitList[1];pluginList[index].__RP_Coord_Callback_Right = splitList[2];pluginList[index].__RP_Coord_Callback_Bottom = splitList[3];};__RP_Callback_Helper(str, 'rp-js-coord-callback', 5, func);}function __RP_Url_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Url_Callback = str;pluginList[index].__RP_Url_Callback_Vid = splitList[0];pluginList[index].__RP_Url_Callback_Parent = splitList[1];};__RP_Callback_Helper(str, 'rp-js-url-callback', 3, func);}function __RP_TotalBytes_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_TotalBytes_Callback = str;pluginList[index].__RP_TotalBytes_Callback_Bytes = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}function __RP_Connection_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Connection_Callback = str;pluginList[index].__RP_Connection_Callback_Url = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}


Full download


Posted: June 30th, 2007, 2:13am CEST

Tags  [edit]

After years of fielding questions at seminars from Photoshop
users, Dave Cross realized there was a lot of common ground: there were many questions that were indeed “frequently asked.” In addition, most questions seemed start with “How come I can’t….” “How do I….” or “Why won’t the (fill in the blank) tool work?” This book addresses the most common problems and questions in Photoshop by both providing answers to the most frequently asked questions, and outlining strategies that can help you avoid problems in the first place.

You’ll see:

• Where to start when things don’t work: from tool settings to re-installing Photoshop
• The most common warning dialogs: why they appears, how to fix them, and how to avoid them
• The Photoshop CS2 Checklist: what to check when things go wrong, or before you start working, to help avoid problems
• Solutions to typical problems when using the Adobe Creative Suite
• How to avoid problems by creating flexible documents (adjustment layers, layer masks, groups, smart object, layer comps, and more)
• Frequently asked questions—and their answers—in all key areas of Photoshop CS2:
• general operations (palettes, workspaces, menus, etc.)
• color (CMYK, color management
, spot color, choosing color, etc.)
• type
• selections
• making adjustments
• layers
• preferences and settings
• image capture (resolution, Camera Raw, file size)
• sizing (canvas size, image size, copping)
• automation (actions, batch, built-in automation commands)
• common image problems (exposure, focus, noise, color cast, etc.)
• painting (brushes, choosing color)
• output (web, PDF
, video, printing)
• special effects (filters, layer styles)
• tools (that don’t fit into any other category)
• How to customize Photoshop CS2 to work the way you want it to (actions, menus, workspaces, shortcuts, preferences)
• How to make your own brushes, swatches, shapes, styles, and patterns

Link

http://rapidshare.com/files/38544582/208.rar


Full download


Posted: June 30th, 2007, 2:12am CEST

Tags  [edit]

The Linux Administration Made Easy (LAME) guide attempts to describe day-to-day administration and maintenance issues commonly faced by Linux system administrators. This book is part of the Linux Documentation Project.

Linux Administration Made Easy summarizes the installation and configuration, as well as the day-to-day administrative and maintenance procedures that should be followed to keep a Linux-based server or desktop system up and running. It is geared to an audience of both corporate as well as home users. It is not intended to be a full overview of Unix operations, as there are several good texts available as well as on-line documentation that can be referred to in cases where more detailed information is required.

In general, your Linux system can operate with a minimum of user maintenance. Routine tasks, such as rotating and discarding of system logs, are automated. Therefore, for the most part, even with very little user intervention, Linux will hum along doing its job. However, in cases of custom needs or system failure this documentation may prove useful.

Link

http://rapidshare.com/files/1643022/Linux_Administration_Made_Easy.rar


Full download


Posted: June 30th, 2007, 2:11am CEST

Tags  [edit]

Block debilitating VoIP attacks by learning how to look at your network and devices through the eyes of the malicious intruder. Hacking Exposed VoIP shows you, step-by-step, how online criminals perform reconnaissance, gain access, steal data, and penetrate vulnerable systems. All hardware-specific and network-centered security issues are covered alongside detailed countermeasures, in-depth examples, and hands-on implementation techniques. Inside, you’ll learn how to defend against the latest DoS, man-in-the-middle, call flooding, eavesdropping, VoIP fuzzing, signaling and audio manipulation, Voice SPAM/SPIT, and voice phishing attacks.
Find out how hackers footprint, scan, enumerate, and pilfer VoIP networks and hardware
Fortify Cisco, Avaya, and Asterisk systems
Prevent DNS poisoning, DHCP exhaustion, and ARP table manipulation
Thwart number harvesting, call pattern tracking, and conversation eavesdropping
Measure and maintain VoIP network quality of service and VoIP conversation quality
Stop DoS and packet flood-based attacks from disrupting SIP proxies and phones
Counter REGISTER hijacking, INVITE flooding, and BYE call teardown attacks
Avoid insertion/mixing of malicious audio
Learn about voice SPAM/SPIT and how to prevent it
Defend against voice phishing and identity theft scams

Link

http://rapidshare.com/files/38440938/HEVOIP.rar.html


Full download


Posted: June 30th, 2007, 1:28am CEST

Tags  [edit]

Aiming to prove that writing programs for Windows in the Assembly language is no more difficult than writing the same programs using C/C++, this guide shows how Assembly code is actually more compact and executes faster. The algorithmic knowledge and skills lost in high-level programming provides the justification demonstrated in this guide for using Assembly code. Working applications with detailed comments and descriptions of their operating principles, along with material that can be considered hackish, are included. The tools and techniques of code analysis and modification are covered, making this a useful tool for programmers eager to become better acquainted with hacker methods. Not a guide on Assembly language, this represents a symbiosis between the Assembly language and the Windows operating system

Link

[depositfiles.com]


Full download


Posted: June 30th, 2007, 1:25am CEST

Tags  [edit]


Full download


Posted: June 30th, 2007, 1:12am CEST

Tags  [edit]

Diabetes mellitus is an important public health problem worldwide, and more than 75% of patients who have had diabetes mellitus for more than 20 years will have some sort of retinopathy. Diabetic retinopathy correlates with the duration of diabetes; thus with increasing life expectancy, diabetic retinopathy and the ensuing blindness will tend to increase. In view of the increasing prevalence of diabetes mellitus and diabetic retinopathy throughout most of the world, a consultation on prevention of blindness from diabetes mellitus was convened by the World Health Organization to review the current status of diabetic retinopathy care and to define approaches to screening, early detection and management in populations in different settings...

This publication reports on the findings of the consultation and provides recommendations and guidelines for the prevention and care of blindness from diabetes mellitus.

Link

http://rapidshare.com/files/39936014/Prevent.Blindness.from.Diabetes.rar


Full download