Friday, August 31, 2012


Book Detail : 
Paperback: 224 pages
Publisher: O’Reilly Media (May 2012)
Language: English
ISBN-10: 1449320171
ISBN-13: 978-1449320171
File Size: 5.4 MiB

Book Description :

When you need answers for programming with C# 5.0, this practical and tightly focused book tells you exactly what you need to know—without long introductions or bloated samples. Easy to browse, it’s ideal as quick reference or as a guide to get you rapidly up to speed if you already know Java, C++, or an earlier version of C#.

Written by the authors of C# 5.0 in a Nutshell, this book covers the entire C# 5.0 language, including:
  • All of C#’s fundamentals
  • Advanced topics such as operator overloading, type constraints, covariance & contravariance, iterators, nullable types, operator lifting, lambda expressions & closures
  • LINQ, starting with sequences, lazy execution and standard query operators, and finishing with a complete reference to query expressions
  • Dynamic binding and C# 5.0’s new asynchronous functions
  • Unsafe code & pointers, custom attributes, preprocessor directives, and XML documentation
About The Author : 

Joseph Albahari
Joseph Albahari is author of C# 3.0 in a Nutshell, LINQ Pocket Reference, and C# 3.0 Pocket Reference. He has been developing large-scale enterprise applications on .NET and other platforms for more than 15 years, and is author of LINQPad, the popular utility for querying databases in LINQ. Joseph is currently a freelance consultant.

Ben Albahari
Ben Albahari is the founder of Take On It. He was a Program Manager at Microsoft for 5 years, where he worked on several projects, including the .NET Compact Framework and ADO.NET.

Ben was the cofounder of Genamics, a provider of tools for C# and J++ programmers, as well as software for DNA and protein sequence analysis. He is a co-author of C# Essentials, the first C# book from O'Reilly, and several editions of C# in a Nutshell.

Main Contents :
  • Conventions Used in This Book
  • Using Code Examples
  • Safari® Books Online
  • How to Contact Us
  • A First C# Program
  • Syntax
  • Type Basics
  • Numeric Types
  • Boolean Type and Operators
  • Strings and Characters
  • Arrays
  • Variables and Parameters
  • Expressions and Operators
  • Statements
  • Namespaces
  • Classes
  • Inheritance
  • The object Type
  • Structs
  • Access Modifiers
  • Interfaces
  • Enums
  • Nested Types
  • Generics
  • Delegates
  • Events
  • Lambda Expressions
  • Anonymous Methods
  • try Statements and Exceptions
  • Enumeration and Iterators
  • Nullable Types
  • Operator Overloading
  • Extension Methods
  • Anonymous Types
  • LINQ
  • Dynamic Binding
  • Attributes
  • Caller Info Attributes (C# 5.0)
  • Asynchronous Functions (C# 5.0)
  • Unsafe Code and Pointers
  • Preprocessor Directives
  • XML Documentation
Direct Link Download :

Ziddu : C# 5.0 Pocket Reference - Free Ebook Download

Mediafire : C# 5.0 Pocket Reference - Free Ebook Download

Book Detail : 
Paperback: 1064 pages
Publisher: O’Reilly Media; 5th Edition (June 2012)
Language: English
ISBN-10: 1449320104
ISBN-13: 978-1449320102
File Size: 12.1 MiB
Book Description : 

When you have a question about C# 5.0 or the .NET CLR, this bestselling guide has precisely the answers you need. Uniquely organized around concepts and use cases, this updated fifth edition features a reorganized section on concurrency, threading, and parallel programming—including in-depth coverage of C# 5.0’s new asynchronous functions.

Shaped by more than 20 expert reviewers, including Microsoft’s Eric Lippert, Stephen Toub, Chris Burrows, and Jon Skeet, this book has all you need to stay on track with C# 5.0. It’s widely known as the definitive reference on the language.
  • Get up to speed on C# language basics, including syntax, types, and variables
  • Explore advanced topics such as unsafe code and type variance
  • Dig deep into LINQ via three chapters dedicated to the topic
  • Learn about code contracts, dynamic programming, and parallel programming
  • Work with .NET features, including reflection, assemblies, memory management, security, I/O, XML, collections, networking, and native interoperability
About The Author :

Ben Albahari is the founder of Take On It. He was a Program Manager at Microsoft for 5 years, where he worked on several projects, including the .NET Compact Framework and ADO.NET.

He was the cofounder of Genamics, a provider of tools for C# and J++ programmers, as well as software for DNA and protein sequence analysis. He is a co-author of C# Essentials, the first C# book from O'Reilly, and of previous editions of C# in a Nutshell.

Main Contents : 

Chapter 1. Introducing C# and the .NET Framework
Chapter 2. C# Language Basics
Chapter 3. Creating Types in C#
Chapter 4. Advanced C#
Chapter 5. Framework Overview
Chapter 6. Framework Fundamentals
Chapter 7. Collections
Chapter 8. LINQ Queries
Chapter 9. LINQ Operators
Chapter 10. LINQ to XML
Chapter 11. Other XML Technologies
Chapter 12. Disposal and Garbage Collection
Chapter 13. Diagnostics and Code Contracts
Chapter 14. Concurrency & Asynchrony
Chapter 15. Streams and I/O
Chapter 16. Networking
Chapter 17. Serialization
Chapter 18. Assemblies
Chapter 19. Reflection and Metadata
Chapter 20. Dynamic Programming
Chapter 21. Security
Chapter 22. Advanced Threading
Chapter 23. Parallel Programming
Chapter 24. Application Domains
Chapter 25. Native and COM Interoperability
Chapter 26. Regular Expressions

Direct Link Download

Rapidgator : C# 5.0 in a Nutshell, 5th Edition - Free Ebook Download

Ziddu : C# 5.0 in a Nutshell, 5th Edition - Free Ebook Download

Mediafire : C# 5.0 in a Nutshell, 5th Edition - Free Ebook Download


Book Detail : 
Paperback: 984 pages
Publisher: Addison Wesley; 5th Edition (March 2012)
Language: English
ISBN-10: 013283071X
ISBN-13: 978-0132830713

Book Description : 

Praised for providing an engaging balance of thoughtful examples and explanatory discussion, best-selling author Walter Savitch explains concepts and techniques in a straightforward style using understandable language and code enhanced by a suite of pedagogical tools. Absolute C++ is appropriate for both introductory and intermediate C++ programmers.

About the Author

Walter Savitch is Professor Emeritus of Computer Science at the University of California at San Diego. He received his PhD in mathematics from the University of California at Berkeley in 1969. Since that time he has been on the faculty of the University of California in San Diego (UCSD). He served as director of the UCSD Interdisciplinary PhD program in Cognitive Science for over ten years. He has served as a visiting researcher at the Computer Science departments of the University of Washington in Seattle and and at the University of Colorado in Boulder, and has been a visiting scholar at the Centrum voor Wiskunde en Informatica in Amsterdam.

Main Contents :

Chapter 1. C++ Basics
Chapter 2. Flow of Control
Chapter 3. Function Basics
Chapter 4. Parameters and Overloading
Chapter 5. Arrays
Chapter 6. Structures and Classes
Chapter 7. Constructors and Other Tools
Chapter 8. Operator Overloading, Friends, and References
Chapter 9. Strings
Chapter 10. Pointers and Dynamic Arrays
Chapter 11. Separate Compilation and Namespaces
Chapter 12. Streams and File I/O
Chapter 13. Recursion
Chapter 14. Inheritance
Chapter 15. Polymorphism and Virtual Functions
Chapter 16. Templates
Chapter 17. Linked Data Structures
Chapter 18. Exception Handling
Chapter 19. Standard Template Library
Chapter 20. Patterns and UML

Appendix 1. C++ Keywords
Appendix 2. Precedence of Operators
Appendix 3. The ASCII Character Set
Appendix 4. Some Library Functions
Appendix 5. Old and New Header Files

Direct Link Download

Rapidgator : Absolute C++, 5th Edition - Free Ebook Download

Ziddu : Absolute C++, 5th Edition - Free Ebook Download

Mediafire : Absolute C++, 5th Edition - Free Ebook Download


Book Detail : 
Paperback: 232 pages
Publisher: Focal Press; 3 edition (September 15, 2005)
Language: English
ISBN-10: 0240806956
ISBN-13: 978-0240806952
Book Description : 

Film Production Management will tell you in step-by-step detail how to produce a screenplay and get it onto the big screen. Whether you are an aspiring or seasoned film professional, this book will be an indispensable resource for you on a day-to-day basis. This updated edition remains true to the practical, hands-on approach that has made previous editions so successful, and has been updated with revised forms, permits, and budgets applicable to all productions; contains important information on standards and typical processes and practices; includes the latest information available on technological advances such as digital FX; and discusses the impact of the Internet on filmmaking.

Film production professionals at all levels of experience will benefit from the information in this handbook to film production management.

*A comprehensive, practical resource to help you transform a screenplay into a film
*Includes all the forms, legal information, and budgeting information you'll need to succeed
*Updated information about marketing, technological advances, and legal issues such as permits and immigration

Direct Link Download

Rapidgator : Film production management (3rd edition) - Free Ebook Download

Mediafire : Film production management (3rd edition) - Free Ebook Download

Wednesday, August 29, 2012


Detail : 
Hardcover: 384 pages
Publisher: Dial (August 16, 2012)
Language: English
ISBN-10: 0803735804
ISBN-13: 978-0803735804
File Size : 1.93 Mb
Description : 

A darkly compelling mix of romance, fairy tale, and suspense from a new voice in teen fiction

The trees swallowed her brother whole, and Jenny was there to see it. Now seventeen, she revisits the woods where Tom was taken, resolving to say good-bye at last. Instead, she's lured into the trees, where she finds strange and dangerous creatures who seem to consider her the threat. Among them is Jack, mercurial and magnetic, with secrets of his own. Determined to find her brother, with or without Jack's help, Jenny struggles to navigate a faerie world where stunning beauty masks some of the most treacherous evils, and she's faced with a choice between salvation or sacrifice--and not just her own.

About the Author

Ruth Frances Long lives in County Wicklow, Ireland. A lifelong fan of fantasy, romance, and ancient mysteries, Ruth studied English Literature, History of Religions, and Celtic Civilization in college and now works in a specialized library of rare and unusual books. This is her first novel for teens.

Direct Link Download 

Ziddu : The Treachery of Beautiful Things by Ruth Long

Mediafire : The Treachery of Beautiful Things by Ruth Long

Tuesday, August 28, 2012

Anna Dressed in Blood by Kendare Blake

Posted by Unknown On 10:45 PM | No comments

Detail : 
Paperback : 156 Pages
Publisher: Orchard Books (5 July 2012)
Language: English
ASIN: B008258MTQ
ISBN: B004V9O52U
Review

I lived inside of this novel, swallowed whole by it's beauty and anguish. In short...it was captivating. (KindleObsessed.com )
Grabs you from the first sentence. The story is full of sharp wit and terrifying chills that will keep readers enthralled until the last page. (RT Book Reviews )
Sucked me in and kept me glued to the pages. (Paranormal Book Reviews )
Wow. Just wow. (FWIW.net )

Product Description

Cas Lowood is no ordinary guy - he hunts dead people. People like Anna. Anna Dressed in Blood. A beautiful, murderous ghost entangled in curses and rage. Cas knows he must destroy her, but as her tragic past is revealed, he starts to understand why Anna has killed everyone who's ever dared to enter her spooky home. Everyone, that is, except Cas...

About the Author

Kendare Blake grew up in Cambridge, Minnesota, and she now lives in Washington DC. She has an MA in Creative Writing from Middlesex University. Anna Dressed in Blood is her first novel.

Direct Link Download

Ziddu : Anna Dressed in Blood by Kendare Blake - Free Ebook Download

Mediafire : Anna Dressed in Blood by Kendare Blake - Free Ebook Download

Devoted: An Elixir Novel by Hilary Duff

Posted by Unknown On 1:37 PM | No comments

Detail : 
Print Length: 368 pages
Publisher: Simon & Schuster Books for Young Readers (October 11, 2011)
Language: English
ASIN: B004PYDJEQ
File Size: 1.50 Mb
Book Description : 

Since Sage was kidnapped, Clea has no way of knowing if he is alive or dead. And even though she has only just discovered they were soulmates, she feels like a part of her is lost forever. What’s worse, she can’t even turn to her best friend Ben—because every time she looks at him, all she sees is his betrayal.
But waiting for something to happen is not an option, so Clea is ready for action. Suffering through dreams of seeing Sage with another woman, she makes an uneasy alliance with Sage’s enemies and sets out to be reunited with Sage...in this life or the next.

About the Author

Hilary Duff is a multifaceted actress and recording artist whose career began on the popular Disney sitcom Lizzie McGuire. She has since appeared in many films and TV series, including a guest appearance on Gossip Girl. She has sold more than 13 million albums worldwide and has a clothing line, Femme for DKNY, and a bestselling fragrance, With Love…Hilary Duff, for Elizabeth Arden. Hilary’s humanitarian work is recognized throughout the world, and she is actively involved with many different charities benefitting children and animals. She has served on The President’s Council on Service and Civic Participation and was named ambassador to the youth of BogatÁ. She is the New York Times bestselling author of the novels Elixir, Devoted, and True.

Direct Link Download 

Ziddu : Devoted: An Elixir Novel by Hilary Duff

Mediafire : Devoted: An Elixir Novel by Hilary Duff


Detail : 
Paperback : 264 pages
Publisher : Demos Medical; 1 edition (December 15, 2009)
Language : English
ASIN : B004HO6S2Y
Book Description :

Topics in Ischemic Heart Disease and Arrhythmias In order to provide the latest and most sophisticated treatment the cardiology clinician must have current knowledge of a vast amount of translational research in the pathophysiology of these disorders as well as be aware of recent advances and issues in pharmacogenic and interventional therapies. Topics in Arrhythmias and Ischemic Heart Disease provides expert reviews and assessment of the most recent clinical research and on current trends in evaluation, diagnosis, and clinical management. Reviews include assessment of emerging data and indications of likely key advances with signifiacnt impact on clinical research in the near future. This volume is a must-have for every cardiologist needing to be fully current on recent advances in ischemic heart disease and arrhythmic disorders. About the Series Developed by expert faculty at the Cornell Division of Cardiology, the Emerging Concepts in Cardiology series edited by Craig T. Basson and Bruce B. Lerman, provides "state of the art reviews" of each topic from a clinical perspective, with expert perspectives in current clinical research and emerging basic and traditional research issues all in a concise, attractive and well-illustrated texts. Topics in Ischemic Heart Disease and Arrhythmias.

About the Author

Bruce B. Lerman, MD, is Chief of Division Cardiology, Weill Cornell Medical Center, New York.
Craig T. Basson MD, PhD is Director of Cardiovascular Research the Department of Cell and Developmental Biology, Weill Medical College of Cornell University, New York Presbyterian Hospital.

Direct Link Download

Rapidgator : Topics in Arrhythmias and Ischemic Heart Disease - Free Ebook Download

Ziddu : Topics in Arrhythmias and Ischemic Heart Disease - Free Ebook Download

Mediafire : Topics in Arrhythmias and Ischemic Heart Disease - Free Ebook Download


Detail : 
Paperback : 620 pages
ISBN : 0967089735
Language : English
ASIN : B00276HAWG
Book Description :

"I have to recommend . . . Nourishing Traditions by Sally Fallon. The first chapter of her book is so right on target that I feel a little guilty for taking her ideas." -- Robert C. Atkins, MD

A full-spectrum nutritional cookbook with a startling message animal fats and cholesterol are vital factors in the human diet, necessary for reproduction and normal growth, proper function of the brain and nervous system, protection from disease and optimum energy levels. Includes information on how to prepare grains, health benefits of bone broths and enzyme-rich lacto-fermented foods.

From the Back Cover

The Diet Dictocrats don't want you to know that...
Your body needs old-fashioned animal fats New-fangled polyunsaturated oils can be bad for you Modern whole grain products can cause health problems Traditional sauces promote digestion and assimilation Modern food processing denatures our foods but Ancient preservation methods actually increase nutrients in fruits, nuts vegetables, meats and milk products!

At last a successful challenge to Politically Correct Nutrition and the Diet Dictocrats!

Recalling the culinary customs of our ancestors, and looking ahead to a future of robust good health for young and old, Nourishing Traditions offers modern families a fascinating guide to wise food choices and proper preparation techniques. Sally Fallon unites the wisdom of the ancients with the latest independent and accurate scientific research in over 700 delicious recipes that will please both exacting gourmets and busy parents.

About the Author

Sally Fallon (Washington D.C.) is president of the Weston A. Price Foundation, founder of A Campaign for Real Milk and a frequent contributor to alternative health publications.
Mary Enig, PhD (Washington D.C.) is an expert of world renown in the field of lipid biochemistry and author of over 60 scientific papers.

Direct Link Download 

Rapidgator : Nourishing Traditions by Sally Fallon - Free Ebook Download

Ziddu : Nourishing Traditions by Sally Fallon - Free Ebook Download

Mediafire : Nourishing Traditions by Sally Fallon - Free Ebook Download


Detail : 
Publisher : O'Reilly Media
By : Douglas Finke
ISBN : 978-1-4493-2270-0
Year : 2012
Paperback : 125 pages
Language : English
Description : 

Want to perform programming tasks better, faster, simpler, and make them repeatable? Take a deep dive into Windows PowerShell and discover what this distributed automation platform can do. Whether you’re a .NET developer or IT pro, this concise guide will show you how PowerShell’s scripting language can help you be more productive on everyday tasks.

Quickly learn how to create PowerShell scripts and embed them into your existing applications, write "little languages" to solve specific problems, and take charge of your code. This book includes example scripts that you can easily pull apart, tweak, and then use in your own PowerShell and .NET solutions.
  • Slice and dice text, XML, CSV, and JSON with ease
  • Embed PowerShell to provide scripting capabilities for your C# apps
  • Create GUI applications five to ten times faster with less code
  • Leverage PowerShell’s capabilities to work with the Internet
  • Interact with DLLs and create objects, automatically display properties, and call methods in live interactive sessions
  • Build domain-specific languages (DSLs) and vocabularies to express solutions more clearly
  • Work with Microsoft Office via the Component Object Model (COM)
  • Discover PowerShell v3 features included with Windows 8 and Windows Server 2012
About The Author : 

Doug Finke, a Microsoft Most Valuable Professional (MVP) for PowerShell, is a software developer at Lab49, a company that builds advanced applications for the financial service industry. For the last 20 years, Doug has been a developer and author working with numerous technologies.

Main Contents :

Chapter 1 Introduction
Chapter 2 Getting Started
Chapter 3 The Dime Tour
Chapter 4 Accelerating Delivery
Chapter 5 Add PowerShell to Your GUI
Chapter 6 PowerShell and the Internet
Chapter 7 Building GUI Applications in PowerShell
Chapter 8 DLLs, Types, Properties, Methods, and Microsoft Roslyn
Chapter 9 Writing Little Languages in PowerShell
Chapter 10 PowerShell, COM, and More
Chapter 11 PowerShell Version 3

Direct Link Download 

Ziddu : Windows PowerShell for Developers - Free Ebook Download

Mediafire : Windows PowerShell for Developers - Free Ebook Download

Or Download Here : Windows PowerShell for Developers - Free Ebook Download


Detail : 
Hardcover : 171 Pages
Language : English
Ebook: August 2012
ISBN:978-1-61542-409-2
ISBN 10:1-61542-409-1

Book Description : 

In particular, you'll learn how to:
  • Manage iCloud: During your Mountain Lion installation, you'll be asked for an Apple ID, but should you enter one? And, if you have more than one, which one? You'll find advice for sorting out your Apple ID before you enter the installer.
  • Upgrade from Tiger or Leopard: How will you download the installer from the Mac App Store on one of these Macs? What about Rosetta for PowerPC-based apps? Joe answers these questions and discusses the special challenges you'll encounter when trying to upgrade efficiently from 10.4 Tiger or 10.5 Leopard.
  • Handle Your Hardware: Check for Mountain Lion compatibility, clear extra files and software off your disk, and test your Mac to be sure all the hardware and disks are running properly--better to discover and correct a problem now than on upgrade day.
  • Deal with duplication: Learn why having a duplicate of your hard disk is essential before installing Mountain Lion, and how to make one. Also, get help with backing up a Windows volume, should you be running Windows on your Mac via Boot Camp.
  • Consider a few geeky details: If you secure your data and documents with disk encryption now, or would like to under Mountain Lion, get advice on what to do before you upgrade and learn why Joe likes Apple's FileVault 2. Also, read what Joe thinks of partitioning and what you might want to do about it before installing.
  • Do the upgrade: Run the Mountain Lion installer, choosing all the optimal settings and options for your computer and tastes, and make sure all your personal data is still in place afterward.
  • Perform post-installation tasks: You're not done when the installer is - be sure to run Software Update, set up necessary user accounts, and (perhaps) turn on FileVault and Time Machine. You'll find help with troubleshooting any problems that may have occurred with your upgrade.
  • Go beyond the basics: Joe even covers topics such as the basics of installing Mountain Lion Server; moving from an older Mac to a newer one that already has Mountain Lion installed; and using Recovery mode to fix disk problems, reinstall Mountain Lion, and perform other maintenance tasks.
About The Author :

Joe Kissell has written numerous books about the Macintosh, including many popular Take Control ebooks. He's also Senior Editor of TidBITS and a Senior Contributor to Macworld, and previously spent ten years in the Mac software industry.

Direct Link Download

Rapidgator : Take Control of Upgrading to Mountain Lion - Free Ebook Download

Ziddu : Take Control of Upgrading to Mountain Lion - Free Ebook Download

Mediafire : Take Control of Upgrading to Mountain Lion - Free Ebook Download


Detail : 
Hardcover: 204 pages
Publisher: TidBITS Publishing, Inc. (July 2012)
Language: English
ISBN-10: 1615424105
ISBN-13: 978-1615424108
File Size: 9.3 MiB
Book Description :

You'll become comfortable with these important Mountain Lion features:
  • Notifications: Learn how to view, organize, and control your notifications--so that they don't control you!
  • Gatekeeper: Understand the new Gatekeeper security system, and how you can bypass it when necessary.
  • Resume: Enjoy the Resume feature that re-opens applications and windows when you restart your Mac or relaunch a program. Or learn how to shut it off.
  • Auto Save: Some applications don't have Save commands in Mountain Lion! Learn how to save if you need to, and what to do if OS X saves something you don't want--and discover a new option in Mountain Lion that refines Auto Save in an important way.
  • iCloud: Read what Matt thinks is interesting about iCloud, plus come to a full understanding of how to work with Documents in the Cloud in OS X--including how to handle the new Open dialog.
  • Window management: Get help with resizing your windows, find out about full-screen mode, and go way beyond the basics with Mission Control and desktop spaces.
  • Gestures: If you have a trackpad or Magic Mouse, get ready for more gestures in Mountain Lion!
You'll learn how handle these core customizations:
  • Menu bar: Enable (or disable) menu icons at the right side of the menu bar, and locate the elusive checkbox for making the menu bar look solid.
  • Finder windows: Set up the default Finder window in a smart way that suits your needs.
  • Dock: Take control of your Dock's appearance, location, and contents.
  • Launchpad: Move and remove items in Launchpad--a close cousin to the iOS Home screen--and make "folders" that contain multiple apps.
  • Screen: Calibrate your screen so it looks good to you, and learn how to make choppy text look smoother.
  • Desktop: Set which elements appear on the Desktop, and pick a custom background image.
Plus you'll find the answers to these customization-related questions:
  • How do I turn off notification banners and alerts, for all my applications, all at once?
  • Where did my scrollbars go?
  • How do I make the text in my Finder window sidebar larger?
  • How do I change the size of my mouse pointer icon?
  • How do I create a custom keyboard shortcut for a menu item?
Chockablock with information, the ebook also teaches you how to:
  • Activate the new Voice Dictation feature.
  • Issue the nifty keyboard shortcut for the handy Accessibility Options dialog.
  • Find missing or deeply buried files quickly.
  • Enter accented characters--or type in a different language!
  • Install, delete, and organize fonts.
  • Let your fingers do the walking by choosing menu items with the keyboard.
  • Type a shortcut to "spring" open a closed folder while dragging a file onto it.
  • Set up a new user account--and limit its powers.
  • Zoom with picture-in-a-picture.
  • Find your hidden user Library--and keep it found.
  • ...and much more!
About The Author : 

Matt Neuburg has a PhD in Classics and has taught at many universities and colleges. He has been programming computers since 1968. He has written applications for Mac OS X and iOS, is a former editor of MacTech Magazine, and is a long-standing contributing editor for TidBITS. His previous O'Reilly books are Frontier: The Definitive Guide, REALbasic: The Definitive Guide, and AppleScript: The Definitive Guide. He makes a living writing books, articles, and software documentation, as well as by programming, consulting, and training.

Direct Link Download : 

Prefiles : Take Control of Using Mountain Lion - Free Ebook Download

Ziddu : Take Control of Using Mountain Lion - Free Ebook Download

Mediafire : Take Control of Using Mountain Lion - Free Ebook Download


Detail : 
Paperback : 930 Pages
Publisher: Pogue Press; 1 edition (October 19, 2011)
Language: English
ASIN: B005XE5AFS

Description :

With Lion, Apple has unleashed the most innovative version of Mac OS X yet—and once again, David Pogue brings his humor and expertise to the #1 bestselling Mac book. Mac OS X 10.7 completely transforms the Mac user interface with multi-touch gestures borrowed from the iPhone and iPad, and includes more than 250 brand-new features. This book reveals them all with a wealth of insight and detail--and even does a deep dive into iCloud, Apple's wireless, free syncing service for Macs, PCs, iPhones, and iPads.

Perfect for newcomers. Get crystal-clear, jargon-free introduction to the Dock, the Mac OS X folder structure, Safari, Mail, and iCloud.
Go in-depth. Learn how use key new features such as full-screen apps, Mission Control, the new Mac App Store, Launchpad, Resume, Auto Save, Versions, AirDrop, and more. Are you even more of a power user? Learn to set up a network, make a Lion flash drive, and even learn the basics of Lion's underlying Unix.
There's something new on practically every page of this new edition, and David Pogue brings his celebrated wit and expertise to every one of them. Apple's brought a new cat to town, and Mac OS X Lion: The Missing Manual is the best way to tame it.

About the Author

David Pogue, Yale '85, is the weekly personal-technology columnist for the New York Times and an Emmy award-winning tech correspondent for CBS News. His funny tech videos appear weekly on CNBC. And with 3 million books in print, he is also one of the world's bestselling how- to authors. In 1999, he launched his own series of amusing, practical, and user-friendly computer books called Missing Manuals, which now includes 100 titles.

Main Contents :

Chapter 0 The New Lion Landscape
Chapter 1 Folders & Windows
Chapter 2 Organizing Your Stuff
Chapter 3 Spotlight
Chapter 4 Dock, Desktop & Toolbars
Chapter 5 Documents, Programs, & Mission Control
Chapter 6 Entering Data, Moving Data & Time Machine
Chapter 7 Services, Automator & AppleScript
Chapter 8 Windows on Macintosh
Chapter 9 System Preferences
Chapter 10 The Free Programs
Chapter 11 CDs, DVDs & iTunes
Chapter 12 Accounts, Parental Controls & Security
Chapter 13 Networking, File Sharing & AirDrop
Chapter 14 Printing, Scanning, Fonts & Graphics
Chapter 15 Sound, Movies & Speech
Chapter 16 The Unix Crash Course
Chapter 17 Internet Setup & iCloud
Chapter 18 Mail & Contacts
Chapter 19 Safari
Chapter 20 iChat
Chapter 21 SSH, FTP, VPN & Web Sharing

Direct Link Download :

Mediafire : Mac OS X Lion: The Missing Manual - Free Ebook Download

Download Link Torent :

Mac OS X Lion: The Missing Manual - Free Ebook Download


Detail : 
Paperback: 904 pages
Publisher: O’Reilly Media / Pogue Press (July 2012)
Language: English
ISBN-10: 1449330274
ISBN-13: 978-1449330279
Book Description 

What do you get when you cross a Mac with an iPad? OS X 10.8 Mountain Lion. Its 200 new features include iPaddish goodies like dictation, Notification Center, and Reminders—but not a single page of instructions. Fortunately, David Pogue is back, with the expertise and humor that have made this the #1 bestselling Mac book for over 10 years straight.
  • Big-ticket changes. Twitter and Facebook intgration. Air-Play TV mirroring. Power Nap. Game Center. Documents in the Cloud. iMessages. Gatekeeper. If Apple wrote it, this book covers it.
  • Mountain Lion Watch. This book demystifies the hundreds of smaller enhancements, too, in all 50 programs that come with the Mac: Safari, Mail, Messages, Preview…
  • Shortcuts. This must be the tippiest, trickiest Mac book ever written. Undocumented surprises await on every page.
  • Power users. Security, accounts, networking, build-your own Services, file sharing with Windows—this one witty, expert guide makes it all crystal clear.
There's something new on practically every page of this new edition, and David Pogue brings his celebrated wit and expertise to every one of them. Apple's brought a new cat to town, and Mac OS X Mountain Lion: The Missing Manual is the best way to tame it.

About the Author

David Pogue, Yale '85, is the weekly personal-technology columnist for the New York Times and an Emmy award-winning tech correspondent for CBS News. His funny tech videos appear weekly on CNBC. And with 3 million books in print, he is also one of the world's bestselling how- to authors. In 1999, he launched his own series of amusing, practical, and user-friendly computer books called Missing Manuals, which now includes 100 titles.

Contents : 

Part I: The OS X Desktop
Chapter 0. The Mountain Lion Landscape
Chapter 1. Folders & Windows
Chapter 2. Organizing Your Stuff
Chapter 3. Spotlight
Chapter 4. Dock, Desktop & Toolbars

Part II: Programs in OS X
Chapter 5. Documents, Programs & Spaces
Chapter 6. Data: Typing, Dictating, Sharing & Backing Up
Chapter 7. Automator, AppleScript & Services
Chapter 8. Windows on Macintosh

Part III: The Components of OS X
Chapter 9. System Preferences
Chapter 10. Reminders, Notes & Notification Center
Chapter 11. The Other Free Programs
Chapter 12. CDs, DVDs, iTunes & AirPlay

Part IV: The Technologies of OS X
Chapter 13. Accounts, Security & Gatekeeper
Chapter 14. Networking, File Sharing & AirDrop
Chapter 15. Graphics, Fonts & Printing
Chapter 16. Sound, Movies & Speech

Part V: OS X Online
Chapter 17. Internet Setup & iCloud
Chapter 18. Mail & Contacts
Chapter 19. Safari
Chapter 20. Messages
Chapter 21. SSH, FTP, VPN & Web Sharing

Part VI: Appendixes
Appendix A. Installing OS X Mountain Lion
Appendix B. Troubleshooting
Appendix C. The Windows-to-Mac Dictionary
Appendix D. The Master OS X Secret Keystroke List

Direct Link Download :

Mediafire : OS X Mountain Lion: The Missing Manual - Free Ebook Download

Or Download Here : OS X Mountain Lion: The Missing Manual - Free Ebook Download


Detail : 
Paperback: 272 pages
Publisher: O’Reilly Media (July 2012)
Language: English
ISBN-10: 1449330320
ISBN-13: 978-1449330323

Book Description :

Get the concise information you need to start using OS X Mountain Lion, the latest version of the Mac operating system. This handy guide goes right to the heart of the OS, with details on system preferences, built-in applications, utilities, and other features.

Once you’re familiar with the fundamentals, use this book as a resource for problem-solving on the fly. You get configuration tips, lots of step-by-step instructions, guides for troubleshooting, and other advice—all in an easy-to-read format.
  • Learn what’s new, including improved iCloud integration and other iPad-inspired features
  • Discover how working with multiple devices is easier and more streamlined with Mountain Lion
  • Get a guide to the Finder, Dock, user accounts, and other essentials
  • Use Mountain Lion’s system preferences to customize your Mac
  • Take advantage of OS X applications, such as FaceTime and Time Machine
  • Manage passwords and secure your data
  • Work more efficiently with a complete list of keyboard shortcuts
About The Author 

Chris Seibold is an engineer, writer, and cartoonist residing in Knoxville, Tennessee. As an engineer, he has tackled such diverse processes as powder coating and hot dog casing manufacture. As a writer, he has focused on computing and written for a variety of online and traditional media, including serving as Senior Contributing Editor for the Apple Matters web site and contributing hacks to iPod and iTunes Hacks, with a talent for making the complex accessible to the interested but harried user. As a cartoonist, he has produced both cartoon strips and editorials. Chris also managed to spend some time working producing radio shows relating to sports. As soon as he hits television, the trifecta will be complete. Chris lives with his wife, young son, and what is quite possibly the world's dimmest canine. He has a degree in Physics from the University of Tennessee but has yet to find work involving frictionless inclined planes.

Contents :

Chapter 1 What’s New in Mountain Lion?
  • Improved iCloud Integration
  • Sharing Everywhere
Chapter 2 Installing Mountain Lion and Migrating Data
  • What You Need to Run Mountain Lion
  • Preparing for the Install
  • Installing Mountain Lion
Chapter 3 A Quick Guide to Mountain Lion
  • What You Need to Know About OS X
  • Using Mountain Lion
  • Mountain Lion Basics
  • Standard Window Controls
  • Full-Screen Applications
  • Files and Folders
  • Nonessential (but Useful) OS X Features
  • Auto Save and Versions
  • Resume
Chapter 4 Troubleshooting OS X
  • Common Problems
Chapter 5 System Preferences
  • Preference Pane Rundown
  • Non-Apple Preference Panes
Chapter 6 Built-in Applications and Utilities
  • Applications Installed with Mountain Lion
  • Utilities Included with Mountain Lion
Chapter 7 Managing Passwords in Mountain Lion
  • Password Management
Chapter 8 Keyboard Commands and Special Characters
  • Key Commands
  • Typing Special Characters in OS X
Direct Link Download 

Ziddu : OS X Mountain Lion Pocket Guide - Free Ebook Download

Mediafire : OS X Mountain Lion Pocket Guide - Free Ebook Download

Or Download Here : OS X Mountain Lion Pocket Guide - Free Ebook Download


Detail : 
Paperback: 411 pages
Publisher: John Wiley & Sons; 2nd Edition edition (28 Oct 2011)
Language: English
ISBN-10: 0470891890
ISBN-13: 978-0470891896
Book Description :

Learn to use JUNOS to make your network reliable! Providing network administrators with a reliable network operating system, JUNOS software is an award–winning network operating system that focuses on security and the avoidance of down time. This easy–to–understand book starts with the basics of JUNOS and walks you through its features so that you can quickly learn how to set up, operate, and add key services. Since the various JUNOS features are constantly being updated to provide your network with the best security possible, this new edition shares must–know information, helpful advice, handy tips, and essential cautions for working with JUNOS. Plus, you′ll find out how to set up a routing protocol that automates configuration of routing tables for greater efficiency and how you can set up individual or group user accounts locally on the route, or on remote centralized authentication servers. Starts with the basics and introduces you to JUNOS Explains how to connect, manage, and troubleshoot routers and other Juniper appliances Offers tips for making your network more efficient and reveals essential cautions Walks you through setting up, operating, and adding key services Details ways to configure JUNOS default security features as well as restricted physical access to protect routers Breaks down advanced concepts into easy–to–understand segments so you can build your knowledge gradually This new edition gets you started using the sophisticated features and techniques of JUNOS today.

From the Back Cover

Here′s just what you need to get your network running smoothly and securely on Junos As a network operating system, Junos is all about keeping your network secure and avoiding downtime. This book is all about how Junos works, how to configure it and add key services, and how to connect, manage, and troubleshoot routers and other Juniper appliances. It even shows you how to enhance security and make your network more efficient. Jump right in — explore the Junos CLI and work with the operational and configuration modes The great migration — see how to migrate your LAN, IGP, and security policies from IOS Get serious about security — explore the default security features in Junos, monitor who′s logged on, and don′t forget physical security Make the network hum — work with the Border Gateway Patrol, enable Class of Service, and know when to use Multi Protocol Level Switching Keep it out of trouble — monitor network operations so you can identify and fix problems when they arise Open the book and find: How to set up Junos devices The ten most–used Junoscommands How to save time with J–Web Suggestions for effective monitoring methods How to deploy a router, an EX switch, and an SRX Ways that Junos can help secure your network How to construct routing policies Ten tips for migrating from another network OS "Mike, Cathy, and Walter have managed to synthesize the key principles that are fundamental to the One Junos concept of running and operating Juniper Network devices with a single, unified, robust, and operator–friendly operating system. If you want to know something about the network OS that is driving the New Network, start here." — Michel Langlois , Senior Vice President, Junos Software, Juniper Networks Learn to: Work with the Junos network operating system Set up and configure a Juniper Networks device and add security Connect, manage, and troubleshoot routers and other Juniper appliances Make your network more efficient.

About the Author

Walter Goralski is a Senior Staff Engineer and technical writer at Juniper Networks. He has worked in the networking field for more than 40 years. Cathy Gadecki is coauthor of the first edition of Junos For Dummies . Michael Bushong is a Senior Director of Product Strategy at Juniper Networks driving Junos software strategy.

Main Contents :

Part I: Discovering Junos OS
Chapter 1: Junos Is Everywhere You Need to Be
Chapter 2: Jumping Into Junos
Chapter 3: Operating Your Network with Junos
Chapter 4: Migrating to Junos

Part II: Setting Up Junos OS
Chapter 5: Configuring the Device with the CLI and J-Web
Chapter 6: Setting Up Junos Devices
Chapter 7: Managing Your Network with Junos OS
Chapter 8: Monitoring Junos
Chapter 9: Securing Your Junos OS Devices

Part III: Deploying a Device
Chapter 10: Deploying a Router
Chapter 11: Deploying an EX Switch
Chapter 12: Deploying Security with the SRX

Part IV: Running a Junos Network
Chapter 13: Working with Border Gateway Control
Chapter 14: Working with Router Policies
Chapter 15: Enabling Class of Service
Chapter 16: Using Multi-Protocol Level Switching
Chapter 17: Operating and Troubleshooting Your Network

Part V: The Part of Tens
Chapter 18: Ten Most Used Junos Commands
Chapter 19: Ten Migration Tools
Chapter 20: Ten Help Resources

Direct Link Download 

Rapidgator : JUNOS OS For Dummies, 2nd Edition - Free Ebook Download

Ziddu : JUNOS OS For Dummies, 2nd Edition - Free Ebook Download

Mediafire : JUNOS OS For Dummies, 2nd Edition - Free Ebook Download


Detail : 
Paperback:  1176 pages
Publisher: O'Reilly Media; Third Edition edition (November 2005)
Language: English
ISBN-10: 0596005652
ISBN-13: 978-0596005658
Book Description :

In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order. It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn't kept waiting any longer than necessary for the relatively slow disks.

The third edition of Understanding the Linux Kernel takes you on a guided tour of the most significant data structures, algorithms, and programming tricks used in the kernel. Probing beyond superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Important Intel-specific features are discussed. Relevant segments of code are dissected line by line. But the book covers more than just the functioning of the code; it explains the theoretical underpinnings of why Linux does things the way it does.

This edition of the book covers Version 2.6, which has seen significant changes to nearly every kernel subsystem, particularly in the areas of memory management and block devices. The book focuses on the following topics:

Memory management, including file buffering, process swapping, and Direct memory Access (DMA)
The Virtual Filesystem layer and the Second and Third Extended Filesystems
Process creation and scheduling
Signals, interrupts, and the essential interfaces to device drivers
Timing
Synchronization within the kernel
Interprocess Communication (IPC)
Program execution
Understanding the Linux Kernel will acquaint you with all the inner workings of Linux, but it's more than just an academic exercise. You'll learn what conditions bring out Linux's best performance, and you'll see how it meets the challenge of providing good system response during process scheduling, file access, and memory management in a wide variety of environments. This book will help you make the most of your Linux system.

About the Author

Daniel P. Bovet got a Ph.D. in computer science at UCLA in 1968 and is now full Professor at the University of Rome, "Tor Vergata," Italy. He had to wait over 25 years before being able to teach an operating system course in a proper manner because of the lack of source code for modern, well-designed systems. Now, thanks to cheap PCs and to Linux, Marco and Dan are able to cover all the facets of an operating system from booting to tuning and are able to hand out tough, satisfying homework to their students. (These young guys working at home on their PCs are really spoiled; they never had to fight with punched cards.) In fact, Dan was so fascinated by the accomplishments of Linus Torvalds and his followers that he spent the last few years trying to unravel some of Linux's mysteries. It seemed natural, after all that work, to write a book about what he found.

Marco Cesati received a degree in mathematics in 1992 and a Ph.D. in computer science (University of Rome, "La Sapienza") in 1995. He is now a research assistant in the computer science department of the School of Engineering (University of Rome, "Tor Vergata"). In the past, he served as system administrator and Unix programmer for the university (as a Ph.D. student) and for several institutions (as a consultant).

Direct Link Download 

Rapidgator : Understanding the Linux Kernel, Third Edition - Free Ebook Download

Ziddu : Understanding the Linux Kernel, Third Edition - Free Ebook Download

Mediafire : Understanding the Linux Kernel, Third Edition - Free Ebook Download


Detail : 
Paperback: 829 pages
Publisher: O'Reilly Media; Second Edition edition (December 2002)
Language: English
ISBN-10: 0596002130
ISBN-13: 978-0596002138
Book Description:

To thoroughly understand what makes Linux tick and why it's so efficient, you need to delve deep into the heart of the operating system--into the Linux kernel itself. The kernel is Linux--in the case of the Linux operating system, it's the only bit of software to which the term "Linux" applies. The kernel handles all the requests or completed I/O operations and determines which programs will share its processing time, and in what order. Responsible for the sophisticated memory management of the whole system, the Linux kernel is the force behind the legendary Linux efficiency.

The new edition of Understanding the Linux Kernel takes you on a guided tour through the most significant data structures, many algorithms, and programming tricks used in the kernel. Probing beyond the superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Relevant segments of code are dissected and discussed line by line. The book covers more than just the functioning of the code, it explains the theoretical underpinnings for why Linux does things the way it does.

The new edition of the book has been updated to cover version 2.4 of the kernel, which is quite different from version 2.2: the virtual memory system is entirely new, support for multiprocessor systems is improved, and whole new classes of hardware devices have been added. The authors explore each new feature in detail. Other topics in the book include:
  • Memory management including file buffering, process swapping, and Direct memory Access (DMA)
  • The Virtual Filesystem and the Second Extended Filesystem
  • Process creation and scheduling
  • Signals, interrupts, and the essential interfaces to device drivers
  • Timing
  • Synchronization in the kernel
  • Interprocess Communication (IPC)
  • Program execution
Understanding the Linux Kernel, Second Edition will acquaint you with all the inner workings of Linux, but is more than just an academic exercise. You'll learn what conditions bring out Linux's best performance, and you'll see how it meets the challenge of providing good system response during process scheduling, file access, and memory management in a wide variety of environments. If knowledge is power, then this book will help you make the most of your Linux system.

About the Author

received a degree in mathematics in 1992 and a Ph.D. in computer science (University of Rome, "La Sapienza") in 1995. He is now a research assistant in the computer science department of the School of Engineering (University of Rome, "Tor Vergata"). In the past, he served as system administrator and Unix programmer for the university (as a Ph.D. student) and for several institutions (as a consultant).

Direct Link Download

Rapidgator : Understanding the Linux Kernel (2nd Edition) - Free Ebook Download

Ziddu : Understanding the Linux Kernel (2nd Edition) - Free Ebook Download

Mediafire : Understanding the Linux Kernel (2nd Edition) - Free Ebook Download


Detail : 
Paperback : 542 Pages
Publisher:O'Reilly Media
ISBN:978-0-596-00002-8
ISBN 10:0-596-00002-2

Book Description : 

Why is Linux so efficient? Is it the right operating system for a particular application? What can be learned from looking at the kernel source code? These are the kinds of questions that Understanding the Linux Kernel takes in stride in this guided tour of the code that forms the core of all Linux operating systems.

Linux is presented too often as a casual hacker experiment. It has increasingly become not only a mission-critical part of many organizations, but a sophisticated display of programming skill. It incorporates many advanced operating system concepts and has proven itself extremely robust and efficient for a wide range of uses.

Understanding the Linux Kernel helps readers understand how Linux performs best and how it meets the challenge of different environments. The authors introduce each topic by explaining its importance, and show how kernel operations relate to the utilities that are familiar to Unix programmers and users.

Major topics include:
  • Memory management, including file buffering, process swapping, and Direct Memory Access (DMA)
  • The Virtual File System and the Second Extended File System
  • Process creation and scheduling
  • Signals, interrupts, and the essential interfaces to device drivers
  • Timing
  • Synchronization in the kernel
  • Inter-Process Communication (IPC)
  • Program execution
About The Author :

Marco Cesati
received a degree in mathematics in 1992 and a Ph.D. in computer science (University of Rome, "La Sapienza") in 1995. He is now a research assistant in the computer science department of the School of Engineering (University of Rome, "Tor Vergata"). In the past, he served as system administrator and Unix programmer for the university (as a Ph.D. student) and for several institutions (as a consultant).

Main Contents :

Chapter 1 Introduction
Chapter 2 Memory Addressing
Chapter 3 Processes
Chapter 4 Interrupts and Exceptions
Chapter 5 Timing Measurements
Chapter 6 Memory Management
Chapter 7 Process Address Space
Chapter 8 System Calls
Chapter 9 Signals
Chapter 10 Process Scheduling
Chapter 11 Kernel Synchronization
Chapter 12 The Virtual Filesystem
Chapter 13 Managing I/O Devices
Chapter 14 Disk Caches
Chapter 15 Accessing Regular Files
Chapter 16 Swapping: Methods for Freeing Memory
Chapter 17 The Ext2 Filesystem
Chapter 18 Process Communication
Chapter 19 Program Execution

Direct Link Download

Rapidgator : Understanding the Linux Kernel - Free Ebook Download

Ziddu : Understanding the Linux Kernel - Free Ebook Download

Mediafire : Understanding the Linux Kernel - Free Ebook Download


Detail : 
Paperback : 297 Pages
Publisher: O'Reilly Media (March 1, 2007)
Language: English
ISBN-10: 0596009526
ISBN-13: 978-0596009526
File Size : 2.57 Mb
Book Description :

If you're an experienced system administrator looking to acquire Linux skills, or a seasoned Linux user facing a new challenge, Linux System Administration offers practical knowledge for managing a complete range of Linux systems and servers. The book summarizes the steps you need to build everything from standalone SOHO hubs, web servers, and LAN servers to load-balanced clusters and servers consolidated through virtualization. Along the way, you'll learn about all of the tools you need to set up and maintain these working environments.

Linux is now a standard corporate platform with users numbering in the hundreds of millions, and there is a definite shortage of talented administrators. Linux System Administration is ideal as an introduction to Linux for Unix veterans, MCSEs, and mainframe administrators, and as an advanced (and refresher) guide for existing Linux administrators who will want to jump into the middle of the book. Inside, you'll learn how to:
  • Set up a stand-alone Linux server
  • Install, configure, maintain, and troubleshoot a DNS server using BIND
  • Build an Internet server to manage sites, perform email and file transfers, and more
  • Set up an email service for a small-to-medium-sized site, complete with authentication
  • Install and configure Apache, PHP, and MySQL on a web server built from scratch
  • Combine computers into a load-balanced Apache web server cluster based on the free Linux Virtual Server
  • Set up local network services from distributed file systems to DHCP services, gateway services, print services, user management and more
  • Use Linux virtualization with Xen or VMWare to run multiple kernels on one piece of hardware; manage each kernel's access to processor time, devices, and memory
  • Create shell scripts and adapt them for your own needs
  • Back up and restore data with rsync, tar, cdrecord, Amanda, and MySQL tools
Linux System Administration is not only knowledgeable and practical, but convenient. The ingredients for this book had been scattered throughout mailing lists, forums, and discussion groups, as well as books, periodicals, and the experiences of colleagues. Everything is now in one handy guide. In the course of their research, the authors also solved many problems whose solutions were completely undocumented. They now pass their lessons on to you.

About the Author

Tom Adelstein works as a system administrator and a technical writer. He became a young author by accident in 1985 and has written prolifically ever since. Tom's career began in public accounting and investment banking where he excelled by using computer technology to help his companies become industry leaders in the financial service sector. In 1993, he decided to change industries completely to pursue information technology full time. He says he chose to follow his heart instead of his head.

Bill Lubanovic started developing software with Unix in the 1970s, GUIs in the 1980s, and the Web in the 1990s. He now does web visualization work for a wind energy company.

Direct Link Download 

Rapidgator : Linux System Administration - Free Ebook Download

Ziddu : Linux System Administration - Free Ebook Download

Mediafire : Linux System Administration - Free Ebook Download


Detail : 
Paperback : 338 Pages
Publisher: O'Reilly Media; 2nd edition (January 23, 1998)
Language: English
ISBN-10: 1565923472
ISBN-13: 978-1565923478
File Size : 548 Kb

Book Description :

The first thing users of the Linux operating system come face to face with is the shell. "Shell" is the UNIX term for a user interface to the system -- something that lets you communicate with the computer via the keyboard and display. Bash, the Free Software Foundation's "Bourne Again Shell," is the default shell for Linux, the popular free UNIX-like operating system. It's also a replacement for the standard UNIX Bourne shell, which serves both as a user interface and as a programming language. Like the FSF's other tools, bash is more than a mere replacement: it extends the Bourne shell in many ways. Features include command line editing, key bindings, integrated programming features, command completion, control structures (especially the select construct, which enables you to create menus easily), and new ways to customize your environment.

Whether you want to use bash for its user interface or its programming features you will find Learning the bash Shell a valuable guide. The book covers all of bash's features, both for interactive use and programming. If you are new to shell programming, Learning the bash Shell provides an excellent introduction, covering everything from the most basic to the most advanced features, like signal handling and command line processing. If you've been writing shell scripts for years, it offers a great way to find out what the new shell offers. The book is full of examples of shell commands and programs that are designed to be useful in your everyday life as a user, not just to illustrate the feature being explained. All of these examples are freely available to you online on the Internet.

This second edition covers all of the features of bash Version 2.0, while still applying to bash Version 1.x. New features include the addition of one-dimensional arrays, parameter expansion, and more pattern-matching operations. bash 2.0 provides even more conformity with POSIX.2 standards, and in POSIX.2 mode is completely POSIX.2 conformant. This second edition covers several new commands, security improvements, additions to ReadLine, improved configuration and installation, and an additional programming aid, the bash shell debugger.

With this book you'll learn:
  • How to install bash as your login shell
  • The basics of interactive shell use, including UNIX file and directory structures, standard I/O, and background jobs
  • Command line editing, history substitution, and key bindings
  • How to customize your shell environment without programming
  • The nuts and bolts of basic shell programming, flow control structures, command-line options and typed variables
  • Process handling, from job control to processes, coroutines and subshells
  • Debugging techniques, such as trace and verbose modes
  • Techniques for implementing system-wide shell customization and features related to system security
Direct Link Download 

Rapidgator : Learning the bash Shell - second Edition Free Ebook Download

Ziddu : Learning the bash Shell - second Edition Free Ebook Download

Mediafire : Learning the bash Shell - second Edition Free Ebook Download