Friday, December 10, 2010

Fedora 14 Linux Based Os 2 DVD Set + Printed / PDF Instructions / Guides (DVD-ROM)

Fedora 14 Linux Based Os 2 DVD Set + Printed / PDF Instructions / Guides
Fedora 14 Linux Based Os 2 DVD Set + Printed / PDF Instructions / Guides (DVD-ROM)
By Fedora

Product Images


Review & Description

Fedora is a Linux-based operating system, a collection of software that makes your computer run. You can use Fedora in addition to, or instead of, other operating systems such as Microsoft WindowsTM or Mac OS XTM. The Fedora operating system is completely free of cost for you to enjoy and share. The Fedora Project is the name of a worldwide community of people who love, use, and build free software from around the globe. We want to lead in the creation and spread of free code and content by working together as a community. Fedora is sponsored by Red Hat, the world's most trusted provider of open source technology. Red Hat invests in Fedora to encourage collaboration and incubate innovative new free software technologies. Read more


Find out More for the best price

MCTS Self-Paced Training Kit (Exam 70-653): Configuring Windows Small Business Server 2008 (Mcts Self Paced T/Kit 70-653) (Paperback)

MCTS Self-Paced Training Kit (Exam 70-653): Configuring Windows Small Business Server 2008 (Mcts Self Paced T/Kit 70-653)
MCTS Self-Paced Training Kit (Exam 70-653): Configuring Windows Small Business Server 2008 (Mcts Self Paced T/Kit 70-653) (Paperback)
By Walter J. Glenn

Review & Description

Announcing an all-new SELF-PACED TRAINING KIT designed to help maximize your performance on 70-653, the required exam for the new Microsoft Certified Technology Specialist (MCTS): Windows Small Business Server 2008, Configuration certification.This 2-in-1 kit includes the official Microsoft study guide, plus practice tests on CD to help you assess your skills. It comes packed with the tools and features exam candidates want most—including in-depth, self-paced training based on final exam content; rigorous, objective-by-objective review; exam tips from expert, exam-certified authors; and customizable testing options. It also provides real-world scenarios, case study examples, and troubleshooting labs for the skills and expertise you can apply to the job.Work at your own pace through the lessons and lab exercises. This official study guide covers deploying hardware and software for Small Business Server servers, migrating to Small Business Server 2008, joining computers to the domain, modifying Remote Web Workplace and RAS, and working with Microsoft® Windows SharePoint® Services and Microsoft Exchange Server technologies.Then assess yourself using 200 practice questions on the CD, featuring multiple, customizable testing options to meet your specific needs. Choose timed or untimed testing mode, generate random tests, or focus on discrete objectives. You get detailed explanations for right and wrong answers—including pointers back to the book for further study. You also get an exam discount voucher—making this kit an exceptional value and a great career investment.

A Note Regarding the CD or DVD

The print version of this book ships with a CD or DVD. For those customers purchasing one of the digital formats in which this book is available, we are pleased to offer the CD/DVD content as a free download via OReilly Medias Digital Distribution services. To download this content, please visit OReillys web site, search for the title of this book to find its catalog page, and click on the link below the cover image (Examples, Companion Content, or Practice Files). Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to booktech@oreilly.com.

Read more


Find out More for the best price

Thursday, December 9, 2010

The Linux Programming Interface: A Linux and UNIX System Programming Handbook (Hardcover)

The Linux Programming Interface: A Linux and UNIX System Programming Handbook
The Linux Programming Interface: A Linux and UNIX System Programming Handbook (Hardcover)
By Michael Kerrisk

Buy new: $62.97
21 used and new from $62.19
Customer Rating: 3.7

First tagged by Vladimir G Ivanovic
Customer tags: linux(14), programming(11), system programming(7), unix(7), operating systems(6), linux kernel(5), gnu(4), bible(2), posix(2), computer book, autotools, computer

Review & Description

The Linux Programming Interface is the definitive guide to the Linux and UNIX programming interface—the interface employed by nearly every application that runs on a Linux or UNIX system.

In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs.

You'll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 115 diagrams. You'll learn how to:

  • Read and write files efficiently
  • Use signals, clocks, and timers
  • Create processes and execute programs
  • Write secure programs
  • Write multithreaded programs using POSIX threads
  • Build and use shared libraries
  • Perform interprocess communication using pipes, message queues, shared memory, and semaphores
  • Write network applications with the sockets API

While The Linux Programming Interface covers a wealth of Linux-specific features, including epoll, inotify, and the /proc file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms.

The Linux Programming Interface is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that's destined to become a new classic.



Praise for The Linux Programming Interface

"If I had to choose a single book to sit next to my machine when writing software for Linux, this would be it." —Martin Landers, Software Engineer, Google

"This book, with its detailed descriptions and examples, contains everything you need to understand the details and nuances of the low-level programming APIs in Linux . . . no matter what the level of reader, there will be something to be learnt from this book." —Mel Gorman, Author of Understanding the Linux Virtual Memory Manager

"Michael Kerrisk has not only written a great book about Linux programming and how it relates to various standards, but has also taken care that bugs he noticed got fixed and the man pages were (greatly) improved. In all three ways, he has made Linux programming easier. The in-depth treatment of topics in The Linux Programming Interface . . . makes it a must-have reference for both new and experienced Linux programmers." —Andreas Jaeger, Program Manager, openSUSE, Novell

"Michael's inexhaustible determination to get his information right, and to express it clearly and concisely, has resulted in a strong reference source for programmers. While this work is targeted at Linux programmers, it will be of value to any programmer working in the UNIX/POSIX ecosystem." —David Butenhof, Author of Programming with POSIX Threads and Contributor to the POSIX and UNIX Standards

". . . a very thorough—yet easy to read—explanation of UNIX system and network programming, with an emphasis on Linux systems. It's certainly a book I'd recommend to anybody wanting to get into UNIX programming (in general) or to experienced UNIX programmers wanting to know 'what's new' in the popular GNU/Linux system." —Fernando Gont, Network Security Researcher, IETF Participant, and RFC Author

". . . encyclopedic in the breadth and depth of its coverage, and textbook-like in its wealth of worked examples and exercises. Each topic is clearly and comprehensively covered, from theory to hands-on working code. Professionals, students, educators, this is the Linux/UNIX reference that you have been waiting for." —Anthony Robins, Associate Professor of Computer Science, The University of Otago

"I've been very impressed by the precision, the quality and the level of detail Michael Kerrisk put in his book. He is a great expert of Linux system calls and lets us share his knowledge and understanding of the Linux APIs." —Christophe Blaess, Author of Programmation systeme en C sous Linux

". . . an essential resource for the serious or professional Linux and UNIX systems programmer. Michael Kerrisk covers the use of all the key APIs across both the Linux and UNIX system interfaces with clear descriptions and tutorial examples and stresses the importance and benefits of following standards such as the Single UNIX Specification and POSIX 1003.1." —Andrew Josey, Director, Standards, The Open Group, and Chair of the POSIX 1003.1 Working Group

"What could be better than an encyclopedic reference to the Linux system, from the standpoint of the system programmer, written by none other than the maintainer of the man pages himself? The Linux Programming Interface is comprehensive and detailed. I firmly expect it to become an indispensable addition to my programming bookshelf." —Bill Gallmeister, Author of POSIX.4 Programmer's Guide: Programming for the Real World

". . . the most complete and up-to-date book about Linux and UNIX system programming. If you're new to Linux system programming, if you're a UNIX veteran focused on portability while interested in learning the Linux way, or if you're simply looking for an excellent reference about the Linux programming interface, then Michael Kerrisk's book is definitely the companion you want on your bookshelf." —Loic Domaigne, Chief Software Architect (Embedded), Corpuls.com

Read more


Find out More for the best price

Mike Meyers' A+ Guide: PC Technician Lab Manual (Exams 220-602, 220-603, & 220-604) (Mike Meyers' Guides) (Paperback)

Mike Meyers' A+ Guide: PC Technician Lab Manual (Exams 220-602, 220-603, & 220-604) (Mike Meyers' Guides)
Mike Meyers' A+ Guide: PC Technician Lab Manual (Exams 220-602, 220-603, & 220-604) (Mike Meyers' Guides) (Paperback)
By Michael Meyers

Review & Description

Essential skills for IT professionals

Mike Meyers A+ Guide to Operating Systems Lab Manual, Second Edition features 40-plus lab exercises that challenge you to solve problems based on realistic case studies and step-by-step scenarios that require critical thinking. You'll also get post-lab observation questions that measure your understanding of lab results and key term quizzes that help build vocabulary.

Read more


Find out More for the best price

Inside Microsoft SQL Server 2008: T-SQL Programming (Pro-Developer) (Paperback)

Inside Microsoft SQL Server 2008: T-SQL Programming (Pro-Developer)
Inside Microsoft SQL Server 2008: T-SQL Programming (Pro-Developer) (Paperback)
By Itzik Ben-Gan

Buy new: $31.49
46 used and new from $26.77
Customer Rating: 3.7

First tagged by Eric
Customer tags: sql server 2008(7), t-sql(4), sql server(2), sql server 2005(2), sql, operating systems, microsoft

Review & Description

Get a detailed look at the internal architecture of T-SQL with this comprehensive programming reference. Database developers and administrators get best practices, expert techniques, and code samples to master the intricacies of this programming language—solving complex problems with real-world solutions.

Discover how to:

  • Work with T-SQL and CLR user-defined functions, stored procedures, and triggers.
  • Handle transactions, concurrency, and error handling.
  • Efficiently use temporary objects, including temporary tables, table variables, and table expressions.
  • Evaluate when to use set-based programming techniques and when to use cursors.
  • Work with dynamic SQL in an efficient and secure manner.
  • Treat date- and time-related data in a robust manner.
  • Develop CLR user-defined types and learn about temporal support in the relational model.
  • Use XML and XQuery and implement a dynamic schema solution.
  • Work with spatial data using the new geometry and geography types and spatial indexes.
  • Track access and changes to data using extended events, SQL Server Audit, change tracking, and change data capture.
  • Use Service Broker for controlled asynchronous processing in database applications.

All the book’s code samples will be available for download from the companion Web site.

Read more


Find out More for the best price

Mastering the AS/400: A Practical Hands-On Guide, Third Edition (Paperback)

Mastering the AS/400: A Practical Hands-On Guide, Third Edition
Mastering the AS/400: A Practical Hands-On Guide, Third Edition (Paperback)
By Jerry Fottral

23 used and new from $9.93
Customer Rating: 3.7

First tagged by Bogdan Petre
Customer tags: database storage, operating systems

Review & Description

Fully updated for V4R4 of OS/400, this newest edition of Mastering the AS/400 moves you directly into programming languages, database management, and system operations courses. The book emphasizes comprehensive understanding and skills in the areas of system/user interface, member-object-library relationship, use of CL commands, basic database concepts, and program development utilities. Read more


Find out More for the best price

Wednesday, December 8, 2010

Practical Guide to Ubuntu Linux, A (3rd Edition) (Paperback)

Practical Guide to Ubuntu Linux, A (3rd Edition)
Practical Guide to Ubuntu Linux, A (3rd Edition) (Paperback)
By Mark G. Sobell

Buy new: $28.85
54 used and new from $24.40
Customer Rating: 3.7

First tagged by L. Fesenden "TLLTS"
Customer tags: ubuntu(2), linux-ubuntu, operating systems, desktop, linux, open source, operating system, free software

Review & Description

The Most Complete, Easy-to-Follow Guide to Ubuntu Linux 

  • The #1 Ubuntu server resource, fully updated for Ubuntu 10.4 (Lucid Lynx)–the Long Term Support (LTS) release many companies will rely on for years!
  • Updated JumpStarts help you set up Samba, Apache, Mail, FTP, NIS, OpenSSH, DNS, and other complex servers in minutes
  • Hundreds of up-to-date examples, plus comprehensive indexes that deliver instant access to answers you can trust 

Mark Sobell’s A Practical Guide to Ubuntu Linux®, Third Edition, is the most thorough and up-to-date reference to installing, configuring, and working with Ubuntu, and also offers comprehensive coverage of servers—critical for anybody interested in unleashing the full power of Ubuntu.

 

This edition has been fully updated for Ubuntu 10.04 (Lucid Lynx), a milestone Long Term Support (LTS) release, which Canonical will support on desktops until 2013 and on servers until 2015.

 

Sobell walks you through every essential feature and technique, from installing Ubuntu to working with GNOME, Samba, exim4, Apache, DNS, NIS, LDAP, gufw, firestarter, iptables, even Perl scripting. His exceptionally clear explanations demystify everything from networking to security.

 

You’ll find full chapters on running Ubuntu from the command line and desktop (GUI), administrating systems, setting up networks and Internet servers, and much more. Fully updated JumpStart sections help you get complex servers running—often in as little as five minutes.

 

Sobell draws on his immense Linux knowledge to explain both the “hows” and the “whys” of Ubuntu. He’s taught hundreds of thousands of readers and never forgets what it’s like to be new to Linux. Whether you’re a user, administrator, or programmer, you’ll find everything you need here—now, and for many years to come.

 

The world’s most practical Ubuntu Linux book is now even more useful!

 

This book delivers

  • Hundreds of easy-to-use Ubuntu examples
  • Important networking coverage, including DNS, NFS, and Cacti
  • Coverage of crucial Ubuntu topics such as sudo and the Upstart init daemon
  • More detailed, usable coverage of Internet server configuration, including Apache (Web) and exim4 (email) servers
  • State-of-the-art security techniques, including up-to-date firewall setup techniques using gufw and iptables, and a full chapter on OpenSSH
  • A complete introduction to Perl scripting for automated administration
  • Deeper coverage of essential admin tasks–from managing users to CUPS printing, configuring LANs to building a kernel
  • Complete instructions on keeping Ubuntu systems up-to-date using aptitude, Synaptic, and the Software Sources window
  • And much more...including a 500+ term glossary

Includes DVD!  Get the full version of Lucid Lynx, the latest Ubuntu LTS release!

Read more


Find out More for the best price