Sep 24, 2007

Linux Network Administrator's Guide

An ebook free from Oreilly books Publisher Network, ebook that covers system administration on Linux Network.

Networking is a fundamental part of Linux. As a stand-alone computer system it is impressive enough, but sooner or later you, the user, are going to want to send someone a file, mount a file system from another computer, read Usenet news, or search the World Wide Web. Whether you want a simple UUCP connection or a full LAN with NFS and NIS, you are going to have to build a network.

Download Free ebook!

Linux Device Drivers, 3rd Edition.pdf

Another free ebook from Oreilly books publisher, a Linux ebook.

One of the many advantages of free operating systems, as typified by Linux, is that their internals are open for all to view. The operating system, once a dark and mysterious area whose code was restricted to a small number of programmers, can now be readily examined, understood, and modified by anybody with the requisite skills. Linux has helped to democratize operating systems. The Linux kernel remains a large and complex body of code, however, and would-be kernel hackers need an entry point where they can approach the code without being overwhelmed by complexity. Often, device drivers provide that gateway.

Device drivers take on a special role in the Linux kernel. They are distinct black boxes that make a particular piece of hardware respond to a well-defined internal programming interface; they hide completely the details of how the device works. User activities are performed by means of a set of standardized calls that are independent of the specific driver; mapping those calls to device-specific operations that act on real hardware is then the role of the device driver. This programming interface is such that drivers can be built separately from the rest of the kernel and plugged in at runtime when needed. This modularity makes Linux drivers easy to write, to the point that there are now hundreds of them available.

There are a number of reasons to be interested in the writing of Linux device drivers. The rate at which new hardware becomes available (and obsolete!) alone guarantees that driver writers will be busy for the foreseeable future. Individuals may need to know about drivers in order to gain access to a particular device that is of interest to them. Hardware vendors, by making a Linux driver available for their products, can add the large and growing Linux user base to their potential markets. And the open source nature of the Linux system means that if the driver writer wishes, the source to a driver can be quickly disseminated to millions of users.

Download Free ebook!

Web Client Programming with Perl

Another free ebook from Oreilly Publisher, Web Client Programming with Perl, an online book version. This book is for web administrators who maintain large amounts of data. Administrators can replace manual maintenance tasks with web robots to detect and correct problems with web sites. Robots perform tasks more accurately and quickly than human hands.

Download Free ebook!

Windows NT Workstation Configuration and Maintenance.pdf

Another free ebook from Oreilly books publisher.

The aim of this book is to describe a selection of tools and techniques that can be used to script automatic maintenance and configuration tasks. Starting with simple activities and moving to the more complex, author demonstrates how a tiny script running automatically on each workstation can load more substantial scripts from a network server, which in turn can be used to carry out virtually any administration task that you can think of. There are literally thousands of administration tasks that could be automated by scripting. Although author tries to give useful examples of some of them, the emphasis of this book is not so much to suggest maintenance and configuration tasks that can be automated; to a large extent.

Download Free ebook!

Learning Debian/GNU Linux

Another free ebook from Oreilly books publisher: Learning Debian/GNU Linux, this book will make your Linux journey easier, by giving you the big picture, providing you with step-by-step procedures, and getting you started doing useful or fun activities, such as word processing or games. This book focuses on the needs of the new Linux user and on desktop Linux applications. You'll learn about networks and servers, but the details of those topics are left for more advanced books.

Download Free ebook!

OpenSources: Voices from the Open Source Revolution

OpenSources: Voices from the Open Source Revolution, Oreilly, as title said .. this is really voices of persons behind the open source revolution. Big names such as Chris DiBona, Sam Ockman, Mark Stone, Eric S. Raymond, Marshall Kirk McKusick, Scott Bradner, Richard Stallman, Michael Tiemann, Paul Vixie, Linus Torvalds, Robert Young, Larry Wall, Brian Behlendorf, Bruce Perens, Tim O'Reilly, Jim Hamerly and Tom Paquin with Susan Walton contributed into this ebook.

Table of Content:

  • Copyright/CIP Data
  • Acknowledgments
  • Introduction
  • A Brief History of Hackerdom
  • Twenty Years of Berkeley Unix: From AT&T-Owned to Freely Redistributable
  • The Internet Engineering Task Force
  • The GNU Operating System and the Free Software Movement
  • Future of Cygnus Solutions: An Entrepreneur's Account
  • Software Engineering
  • The Linux Edge
  • Giving It Away: How Red Hat Software Stumbled Across a New Economic Model and Helped Improve an Industry
  • Diligence, Patience, and Humility
  • Open Source as a Business Strategy
  • The Open Source Definition
  • Hardware, Software, and Infoware
  • Freeing the Source: The Story of Mozilla
  • The Revenge of the Hackers
  • Appendix A: The Tanenbaum-Torvalds Debate
  • Appendix B: The Open Source Definition, Version 1.0
This ebook is only available online, pdf is not available .. but you can have the hard cover if you want to, unfortunatelly you have to buy it. Read online: OpenSources: Voices from the Open Source Revolution
Download Free ebook!

Understanding Open Source and Free Software Licensing.pdf

This book will show you the licenses, explain how they can be used, and give you the information needed to make informed decisions. Knowing the details, the factual ones and not the FUD, will make you the 'go to' person when these type of questions arise.

--Brian Turner, Free Software Magazine

Oreilly presents this ebook in pdf format and separated each chapter, below is the table of content:

  • License/Copyright
  • Table of Contents
  • Preface
  • Chapter 1: Open Source Licensing, Contract, and Copyright Law
  • Chapter 2: The MIT, BSD, Apache, and Academic Free Licenses
  • Chapter 3: The GPL, LGPL, and Mozilla Licenses
  • Chapter 4: Qt, Artistic, and Creative Commons Licenses
  • Chapter 5: Non-Open Source Licenses
  • Chapter 6: Legal Impacts of Open Source and Free Software Licensing
  • Chapter 7: Software Development Using Open Source and Free Software Licenses

Licensing is a major part of what open source and free software are all about, but it's still one of the most complicated areas of law. Understanding Open Source and Free Software Licensing explains your licensing options, how they compare and interoperate, and how license choices affect project possibilities. If you're an open source/free software developer, this book is an absolute necessity.

Download Free ebook!

Sep 23, 2007

Using Samba, 2nd Edition

Another free ebook from OReilly books publisher, ebook on Using Samba. Samba is an extremely useful networking tool for anyone who has both Windows and Unix systems on his network. Running on a Unix system, it allows Windows to share files and printers on the Unix host, and it also allows Unix users to access resources shared by Windows systems.

Although it might seem natural to use a Windows server to serve files and printers to a network containing Windows clients, there are good reasons for preferring a Samba server for this duty. Samba is reliable software that runs on reliable Unix operating systems, resulting in fewer problems and a low cost of maintenance. Samba also offers better performance under heavy loads, outperforming Windows 2000 Server by a factor of 2 to 1 on identical PC hardware, according to published third-party benchmarks. When common, inexpensive PC hardware fails to meet the demands of a huge client load, the Samba server can easily be moved to a proprietary "big iron" Unix mainframe, which can outperform Windows running on a PC many times. If all that weren't enough, Samba has a very nice cost advantage: it's free. Not only is the software itself freely available, but also no client licenses are required, and it runs on high-quality, free operating systems such as Linux and FreeBSD.

Using Samba, 2nd Edition, is published by Oreilly and can only be read online, Using Samba, 2nd Edition
Download Free ebook!

Google, Amazon and Beyond: Creating and Consuming Web Services.pdf

Google, Amazon and Beyond: Creating and Consuming Web Services.pdf, written by Alexander Nakhimovsky and Tom Myers, published by APress "Books for Professionals by Professionals", is a 2.1 MB, 352 pages free ebook.

Following is Contents at a Glance:

  • Defining Web Services
  • The Plumbing: DOM and SOAP
  • More Services: Java Applet
  • DBService and a Book Club
  • Authentication and REST
  • Restructuring Results with XSLT
  • Tomcat, JSP, and WebDAV
  • WebDAV Client to Database via XML
  • WSDL and Axis
  • Installation
  • Troubleshooting
  • Online Resources
Download Free ebook!

Dive into Python.pdf

Dive Into Python is a Python book for experienced programmers. This book is offered in various format, including HTML, PDF, plain text, Microsoft Word and XML. Also, Dive into Python has been translated into many languages, so you can pick one suit to your needs.

We should warn you, this ebook is for experienced programmers only, if you aren't a geek .. maybe you should consider A Non-Programmer Tutorial for Python.pdf instead.

Download Free ebook!

Byte of Python.pdf

This book serves as a guide or tutorial to the Python programming language. It is intended to help both newbies as well as experienced programmers to learn and get started with Python. If all you know about computers is how to save text files, then you can learn Python from this book. If you have previous programming experience, then you can learn Python from this book also.

If you do have previous programming experience, you will be interested in the differences between Python and your favorite programming language and I have highlighted many such differences for you. A little warning though, Python is soon going to become your favorite programming language!

Download free ebook: Byte of Python.pdf
Download Free ebook!

Sep 22, 2007

A Non-Programmer Tutorial for Python.pdf

Non-Programmers Tutorial For Python is a tutorial designed to be an introduction to the Python programming language. This guide is for someone with no programming experience. Packed in a small pdf file (200 kB) and only around 50 pages. But this book is really a good start for someone who want to know farther on python programming.

Download Free ebook!

PHP How To.pdf

This document tells you howto develop PHP programs and also to migrate all the Windows 95 GUI applications to powerful PHP + HTML + DHTML + XML + Java applets + Javascript. The information in this document applies to all the operating sytems where PHP is ported that is ? Linux, Windows 95/NT,OS/2, all flavors of Unix like Solaris, HPUX, AIX, SCO, Sinix, BSD, etc..

Free downloads: PHP How To.pdf
Download Free ebook!

Dissecting a C# Application.pdf

This book is about sharing authors experience in building real applications using .NET and C#. You will learn about design issues and decisions made, techniques and technologies used, as well as background information on features of SharpDevelop that you won't usually find in everyday applications.

This free C# book is a compliment from APress, the filesize is 3.8 MB in PDF file format.

Download Free ebook!

A Programmer's Introduction to PHP 4.pdf

No matter what language you are familiar with, this book will benefit you. Beginning with a rapid introduction to PHP's syntax and basic functionality, you will swiftly understand PHP. The book then steers you toward advanced issues, like PHP's role in database manipulation, sessions, and user interactivity.

Author W.J. Gilmore also examines how PHP can work with XML, JavaScript, and the Component Object Model (COM). He loads the book with practical examples and several projects that can be immediately incorporated on any website. The invaluable A Programmer's Introduction to PHP 4.0 shows you how to make the most of PHP's powerful capabilities, regardless of your current scope of PHP knowledge.

Download Free ebook!

100 Linux Tips and Tricks.pdf

"100 Linux Tips and Tricks" is divided into 5 chapters. Each chapter covers a specific topic:

  • Chapter 2 covers installation of Linux. These are tips and tricks useful when installing Linux itself or any new program. Some tips will cover new means of installing Linux on non-typical hardware, others will explain how to take Linux distributions from an FTP server and make your own CD-ROM with them, or where to find Linux CD-ROMs for as little as $2.
  • Chapter 3 covers hardware related matters. You will learn tips there on how to get your non-PostScript compatible printer to work, or how to get a sound card detected.
  • Chapter 4 covers software. You will find tips there about all kinds of Linux software, including where to find and how to install the Java Development Kit port, and everything about the Pine mail and news program.
  • Chapter 5 covers networking in all its forms. There you will see how to setup a PPP connection quickly, without editing all of the configuration files yourself, as well as some nice programs that were made to ease dialup procedures. You will also see tricks on how to make your local LAN network without unexpected problems.
  • Chapter 6 is the last chapter but covers an important part of Linux: development. Here you will find a lot of tips on how to write powerful scripts to make your system easier to handle, and a full overview of what to do and what you don't want to do in C to avoid problems like memory leaks, and how to allow easy scalability.

Free Linux Tutorial: 100 Linux Tips and Tricks.pdf
Download Free ebook!

Object-Oriented Programming Using Java.pdf

Object-Oriented Programming Notes for the Computer Science Module, is a hand out of School of Computer Science, University of KwaZulu-Natal and is adapted from Introduction to Programming Using Java, by David J. Eck.

Object-Oriented Programming Using Java, is intended for programmers that familiar with basic programming and introductory object-based programming in Java, also familiar with the various control constucts, Arrays (one and two dimensional), the concepts of class and object, input/output and the concept of classes and objects.

Short Table of Content:

  • Introduction to Objects
  • The Practice of Programming
  • Tools for Working with Abstractions
  • Inheritance, Polymorphism, and Abstract Classes
  • Interfaces, Nested Classes, and Other Details
  • Graphical User Interfaces in JAVA
  • A Solitaire Game - Klondike
  • Generic Programming
  • Correctness and Robustness
  • Input and Output

PDF ebook, 212 pages, approx 1.5 MB.

Download Free ebook!

Advanced Linux Programming.pdf

Advanced Linux Programming is published under the Open Publication License, Version 1, no options exercised.

As I always love, this ebook come in pdf flavor and not online HTML ebook, we can download chapter-by-chapter, as publisher offers the ebook splited chapter-by-chapter. Total volume is around 6.5 MB including the table of content.

This ebook is designated for ones who want to:

  • Develop GNU/Linux software that works the way users expect it to.
  • Write more sophisticated programs with features such as multiprocessing, multi-threading, interprocess communication, and interaction with hardware devices.
  • Improve their programs by making it run faster, more reliably, and more securely.
  • Understand the preculiarities of a GNU/Linux system, including its limitations, special capabilities, and conventions.

Following is the table of Content:

  • Front Matter and Table of Contents
  • Chapter 01 - Advanced Unix Programming with
  • Chapter 02 - Writing Good GNU/Linux Software
  • Chapter 03 - Processes
  • Chapter 04 - Threads
  • Chapter 05 - Interprocess Communication
  • Chapter 06 - Mastering Linux
  • Chapter 07 - The /proc File System
  • Chapter 08 - Linux System Calls
  • Chapter 09 - Inline Assembly Code
  • Chapter 10 - Security
  • Chapter 11 - A Sample GNU/Linux Application
  • Appendix A - Other Development Tools
  • Appendix B - Low Level I/O
  • Appendix C - Table of Signals
  • Appendix D - Online Resources
  • Appendix E - Open Publication License Version 1.0
  • Appendix F - The GNU General Public License
  • Index

Download Free ebook!

Step-by-Step Linux Guide

Step by Step Linux Guide, describes the system administration aspects of using Linux. It is intended for people who know nothing about system administration. This book doesn’t tell you how to install Linux since it is very straight forward but it gives you real world mail, DNS, proxy, web, messaging etc… server installations and configurations.

System administration is all the things that one has to do to keep a computer system in a useable shape. It Includes things like backing up files and restoring , installing new programs, creating accounts for users, making certain that the filesystem is not corrupted, and so on. There is no one official Linux distribution, so different people have different setups, and many people have a setup they have built up themselves. This book is not targeted at any one distribution, even though the author uses Red Hat Linux 8 and 9 the contents can be applied to any distribution.

Download Free ebook!

A Quick Help for VI Editor

The document provides a quick help for using VI text editor in Linux, come in one long HTML page. Following topics are descibed in this document.

  • Creating a New Document
  • Opening an Existing File
  • Inserting text to the File
  • Deleting Letters or Lines
  • Saving the File
  • Exiting from the vi Editor
  • Saving and Exiting from the Editor
  • Special Key Strokes
  • Inserting Abbreviations
  • Creating an abbreviation
  • Removing Abbreviations
  • Mapping Key Strokes
  • Deleting the Assigned Key Strokes
  • Inserting Bookmarks
  • Creating Sessions
Download Free ebook!

Loving Lisp, or the Savvy Programmer's Secret Weapon.pdf

Bundled lightly in zip format with only 329 kb filesize, Loving Lisp, or the Savvy Programmer's Secret Weapon.pdf is come with source code provided after we extract the zip file. Loving Lisp, or the Savvy Programmer's Secret Weapon is only about 40 pages, and 362 kb in size.

Inside you'll find The Basic of LISP Programming, Defining LISP function, Using Common LISP Loop Macro, Input and Output, Common LISP Package System, Common LISP Object System /CLOS and Common Programming.

This book is intended to get the reader, programming quickly in Common Lisp. Although the Lisp programming language is often associated with artificial intelligence, this is not a book on artificial intelligence.

Loving Lisp, or the Savvy Programmer's Secret Weapon.pdf is written by programmer that has been using LISP for over 20 years, and maybe this is a proof of how Mark Watson really love LISP.

Download Free ebook!

The Software Development Book

This is a free online ebook, The Software Development Book, written by Mark Watson, only available in HTML format (but I hope after this online book finished it will soon repackage as PDF format). This book is primarily for Java Developers, but some material relates to Ruby, Ruby on Rails, and Common Lisp.

The Software Development Book, is not complete as I write this post, it's about 65% complete, but the material selection and chapter is fixed.

This book is mostly for Java Publishers who wants to improve their skills, the way they designing and write program. Writer also hope this ebook not only useful for Java programmers but also can be useful for other programmer.

Download Free ebook!

Practical Artificial Intelligence Programming in Java.pdf

Practical Artificial Intelligence Programming in Java.pdf, written by Mark Watson, is licensed under the Creative Commons AttributionNoDerivsNonCommercial License, is written either for proffesional or hobbyist who want to learn Practical Artificial Intelligence in Java.

Just like a "cook book", writer has pulled out any effort to pour his experience to make this book can be practice in any order, not have to be followed chapter by chapter respectively.

Practical Artificial Intelligence Programming in Java provides many useful technique on Artificial Intelligence Programming. The 124 pages, 1.25 MB ebook also provides a few code listings that you can practice directively, and even another code listing bundled in the zip file along with this ebook, about 1MB in src directory.

Short Table of Content

  • Table of Contents
  • Preface
  • Introduction
  • Chapter 1. Search
  • Chapter 2. Natural Language Processing
  • Chapter 3. Expert Systems
  • Chapter 4. Genetic Algorithms
  • Chapter 5. Neural networks
  • Chapter 6. Machine Learning using Weka
  • Chapter 7. Statistical Natural Language Processing
  • Chapter 8. Using Bayes' Rule For SPAM Email Detection
  • Bibliography
  • Index

This is not the original book that Mark Watson wrote for Morgan Kaufman Publishers, fortunately it is all new material.

Download Free ebook!

Introduction to Programming Using Java 5th Ed.pdf

Introduction to Programming Using Java 5th Edition.pdf by David J. Eck, is directed mainly towards beginning programmers, although it might also be useful for experienced programmers who want to learn something about Java. It is certainly not meant to provide complete coverage of the Java language.

This fifth edition, also known javanotes 5.0 covers Java 5.0. You will find many Java applets on the web pages that make up this book, and many of those applets require Java 5.0 or higher to function.

Short Table of Contents:

  • Preface
  • Chapter 1: Overview: The Mental Landscape
  • Chapter 2: Programming in the Small I: Names and Things
  • Chapter 3: Programming in the Small II: Control
  • Chapter 4: Programming in the Large I: Subroutines
  • Chapter 5: Programming in the Large II: Objects and Classes
  • Chapter 6: Introduction to GUI Programming
  • Chapter 7: Arrays
  • Chapter 8: Correctness and Robustness
  • Chapter 9: Linked Data Structures and Recursion
  • Chapter 10: Generic Programming and Collection Classes
  • Chapter 11: Files and Networking
  • Chapter 12: Advanced GUI Programming
  • Source Code for All Examples in this Book
  • News and Errata

This ebook is offered in two formats, HTML and PDF, the pdf will not including any supported material such as source code, solutions exercises, quizzes, etc. The pdf format will be around 5MB, 700 pages. It's your flavor wheter pdf or HTML you shoul download

Download Free ebook!

Voodoo's Introduction to Javascript.pdf

This is another JavaScript introduction, Voodoo's JavaScript Introduction is written by Stefan Koch. In the download page, available format for Voodoo's Javascript Introduction is only HTML and PDF, the easier to read is the PDF format.

Another format is available such as post script document, unfortunately while I checked the URL for download, the current domain is for sale ..

The pdf version is available in 12 parts, if you download it all, it will just occupy about 528KB of your hard disk, it's less than a megabyte. Each part covers one deep topic on Javascript.

Here's the Table of content:

  • Part1 - First steps
    What is JavaScript; JavaScript is not Java!; Running JavaScript ; Embedding JavaScript into a HTML-page; Non-JavaScript browsers; Events Functions
  • Part2
    JavaScript hierarchy; The location-object
  • Part3 - Frames
    Creating frames; Frames and JavaScript; Navigation bars
  • Part4 - Windows and on-the-fly documents
    Creating windows; Closing windows; Creating documents on-the-fly; VRML on-the-fly
  • Part5 - Statusbar and timeouts
    The statusbar; Timeouts; Scroller
  • Part6 - Predefined objects
    The Date-object; The Array-object; Arrays with JavaScript 1.0; The Math-object and random numbers
  • Part7 - Forms
    Validating form input; Checking for certain characters; Submitting form input; How to set the focus to a certain element
  • Part8 - The Image-object
    Images on a web-page; Loading new images; Preloading images; Changing images on user-initiated events
  • Part9 - Layers I
    What are layers?; Creating layers; Layers and JavaScript; Moving layers
  • Part10 - Layers II
    Clipping; Nested layers; Effects with transparent layers
  • Part11 - JS 1.2 event model
    New events; Event object; Event capturing
  • Part12 - Drag & drop
    What is drag & drop?; Mouse events with JavaScript 1.2; MouseDown, MouseMove and MouseUp; Displaying moving objects; Dropping objects Improvements

Download Free ebook!

Introduction to JavaScript.pdf

"Introduction to JavaScript.pdf" is a main hand out of Student Training Program, Technology Training Services, Cornell Information Technologies (CIT) and Computing and Communication Center (CCC).

This 306 KB and 20 pdf pages javascript intro, started with short introduction to Javascript .. also how its differ from Java, writing Javascript to HTML document, creating alert box, confirm box, message input boxes, making simple MouseOver and animated MouseOver, building menu etc.

In the end of this hand out, we are presented with a simple script to shake IE's browser screen on opening.

This Javascript Introduction ebook should've been presented with other free downloadable script such as demo.html, unfortunately I couldn't locate that file. You shouldn't hope this free javascript ebook will make you master javascript in second, it just an introduction

Download Free ebook!

Sep 21, 2007

Flash Tutorials.pdf

This ebook includes several step-by-step tutorials, designed to teach you the fundamentals of Flash. Macromedia recommends that you go through the lessons using the sample files provided. The path to the sample file is provided in each lesson.

By completing these hands-on lessons, you’ll learn how to use Flash to add text, graphics, and animation to your Flash applications. Additionally, you?ll learn how easy it is to customize your Flash application by using ActionsScript and behaviors.

The lessons are targeted toward beginners to intermediate-level Flash designers and developers who want to get up to speed quickly.

Download Free Flash Tutorials.pdf
Download Free ebook!

Learning ActionScript 2.0 in Flash.pdf

Macromedia Flash Basic 8 and Macromedia Flash Professional 8 are the professional standard authoring tools for producing high-impact web experiences. ActionScript is the language you use to add interactivity to Flash applications, whether your applications are simple animated SWF files or more complex rich Internet applications. You don’t have to use ActionScript to use Flash, but if you want to provide basic or complex user interactivity, work with objects other than those built into Flash (such as buttons and movie clips), or otherwise turn a SWF file into a more robust user experience, you’ll probably want to use ActionScript.

This manual assumes that you have already installed Flash Basic 8 or Flash Professional 8 and know how to use the user interface.You should know how to place objects on the Stage and manipulate them in the Flash authoring environment. If you have used a scripting language before, ActionScript will seem familiar. But if you’re new to programming, ActionScript basics are easy to learn. You can start with simple commands and build more complexity as you progress. You can add a lot of interactivity to your files without having to learn (or write) a lot of code.

Download Free ebook!

Getting Started with Flash.pdf

Flash is an authoring tool that designers and developers use to create presentations, applications, and other content that enables user interaction. Flash projects can include simple animations, video content, complex presentations, applications, and everything in between. In general, individual pieces of content made with Flash are called applications, even though they might only be a basic animation. You can make media-rich Flash applications by including pictures, sound, video, and special effects Flash is extremely well suited to creating content for delivery over the Internet because its files are very small. Flash achieves this through its extensive use of vector graphics. Vector graphics require significantly less memory and storage space than bitmap graphics because they are represented by mathematical formulas instead of large data sets. Bitmap graphics are larger because each individual pixel in the image requires a separate piece of data to represent it.

Download free ebook: Getting Started with Flash.pdf
Download Free ebook!

 

This blog lists through Freedom of Information Act what is listed on Search Engines.All files are found using legitimate search engine techniques. This site does not and will not condone hacking into sites to create the links it list. We will and do assume that all links found on the search engines we use are obtained in a legal manner and the webmasters are aware of the links listed on the search engines. If you find a URL that belongs to you, and you did not realize that it was "Publicly Open", please email to freaky_irish[at]yahoo.com to notify the administrator regarding your request to remove it. Proof of URL ownership is required. None of the files shown here are hosted by this server. I do not upload any file , links are provided by users of this site and other websites. If you do not have enough rights to download them please don't download.

Online Free eBooks - Free Medical eBooks - Free Mitsubishi Manuals
eXTReMe Tracker