Showing posts with label Linux Books. Show all posts
Showing posts with label Linux Books. Show all posts

Linux Recipes for Oracle DBAs

Saturday, January 26, 2013





Linux Recipes for Oracle DBAs is an example?based book on managing Oracle Database in a Linux environment. Covering commonly used distributions such as Red Hat Enterprise Linux and Oracle Enterprise Linux, the book is written for database administrators who need to get work done and lack the luxury of curling up fireside with a stack of Linux documentation. The book is task?oriented: Look up the task to perform. See the solution. Read up on the details. Get the job done.
Takes you directly from problem to solution
Covers the ?right? mix of Linux user and administration tasks for database administrators
Respects your time by being succinct and to?the?point

What you?ll learn

Execute Linux commands applicable to Oracle Database administration.
Write shell scripts to automate critical DBA tasks.
Monitor, tune, and optimize a Linux server to run Oracle Database.
Perform Linux system administration tasks relevant to Oracle Database.
Implement Oracle RAC on Linux.
Implement Oracle ASM on Linux.
Remotely (and securely!) manage Oracle on Linux.

Who is this book for?
Linux Recipes for Oracle DBAs is a book for Oracle database administrators who want to expertly operate Oracle databases on the Linux operating system. If you?re new to Linux, or are migrating from a Unix platform, or just want detailed solutions for tasks that Oracle DBAs perform on Linux servers, this book is for you.

About the Author
Darl Kuhn is currently a DBA with Sun Microsystems. He has coauthored three books: Linux Recipes for Oracle DBAs, RMAN Recipes for Oracle Database 11g: A Problem-Solution Approach and Oracle RMAN Pocket Reference. He also teaches advanced database courses at Regis University. Darl performs volunteer database administration work for the Rocky Mountain Oracle Users Group. He has a graduate degree from Colorado State University and currently lives near Spanish Peaks, Colorado with his wife Heidi and daughters Lisa and Brandi.


Linux Recipes for Oracle DBAs


Read more...

McGraw Hill Linux+ Certification Study Guide

Tuesday, July 31, 2012



The most exam-focused CompTIA Linux+ study guide available

This fully integrated study system delivers trusted and up-to-date coverage of the newly revised CompTIA Linux+ certification exam. Featuring more than 200 review questions, step-by-step exercises, and in-depth explanations, this is the only study guide to include platform-independent practice exams. The CD-ROM contains sample questions, video training, and more.





McGraw Hill Linux+ Certification Study Guide

Read more...

Ubuntu An Absolute Beginner’s Guide


Curious about Ubuntu, but not sure where to start? Start here – “Ubuntu: An Absolute Beginner’s Guide“, by author Courtney Loo, is the latest free guide from MakeUseOf and will teach you everything you need to know about Ubuntu in easy-to-understand language.


Ubuntu is a free/libre, open-source computer operating system with 20 million users worldwide. But it’s also so much more than that: it is an ethos, a collaborative project and, first and foremost, Ubuntu is a community of people.

Read more...

Red Hat System Administration II (RH134)

Wednesday, April 18, 2012


A follow-up course for students that have completed Red Hat® System Administration I (RH124), Red Hat System Administration II (RH134) is designed for IT professionals working to become full-time enterprise Linux® system administrators. Building on the foundation of command-line skills covered in System Administration I, students will dive deeper into Red Hat Enterprise Linux to broaden their toolkits of administration skills. By the end of this course, students will be able to administer and troubleshoot file systems and partitioning, logical volume management, access control, and package management. Students who attend Red Hat System Administration I and II will be fully prepared to take the Red Hat Certified System Administration (RHCSA) exam.

Course content summary:

  • Network configuration and troubleshooting
  • Managing file systems and logical volumes
  • Controlling user and file access
  • Installing and managing services and processes
  • Essential command-line operations
  • Troubleshooting file systems and partitioning
  • LVM, access control, and package management

Read more...

LPI Linux Certification in a Nutshell 3rd Edition

Monday, July 4, 2011



If you're seeking a job-based certification from the Linux Professional Institute (LPI), this updated guide will help you prepare thoroughly for the technically challenging Level 1 LPI exams, which test basic knowledge of Linux installation, configuration, and command-line skills. In LPI Linux Certification in a Nutshell, you'll find a summary of the core skills you need, as well as sample exercises, test questions, and hints to help you focus.
The third edition of this book is a meticulously researched reference to these exams, written by trainers who work closely with LPI. You'll find an overview of each exam, a summary of the core skills you need, review questions and exercises, as well as a study guide, a practice test, and hints to help you focus.
Major topics include:
  • Critical GNU and Unix commands
  • Linux installation and package management
  • Devices and filesystems
  • Text editing, processing, and printing
  • The X Window System
  • Networking and security
  • Mail transfer agents
  • Email, FTP, and web services
These exams are for junior to mid-level Linux administrators with about two years of practical system administration experience. You should be comfortable with Linux at the command line and capable of performing simple tasks, including system installation and troubleshooting


Read more...

The Linux® Kernel Primer: A Top-Down Approach for x86 and PowerPC Architectures







This book Covers Linux on PPC -Top-down approach traces functionality from user space into the kernel -Lots of code commentary and examples. It walks you through the actual source code implementation. -Side by side comparison of x86 and PPC -Hands on Examples and Projects -Covers the kernel build system. The "Linux Kernel Primer" offers a comprehensive view of the underpinnings of the Linux kernel. This book starts with a guide of the necessary tools a developer needs to be able to understand and manipulate the source code including cryptic programming fundamentals found throughout the kernel code. It then follows up with an in depth analysis of the major subsystems including process management, memory management, scheduling, I/O, and filesystems. This book also provides information necessary to get started developing on the Linux kernel. The specifics of Intel and PowerPC architecture implementations are covered side by side providing perspective on architecture specific features and how Linux make use of them. Similar in approach to Kernighan's "Practice of Programming" 020161586.


Read more...

Managing RAID on Linux

Thursday, May 26, 2011



Description

Managing RAID on Linux covers everything system administrators need to know to put together a system that can support RAID. You will learn about the different types of RAID, along with associated technologies and issues, and how to choose the best RAID system for your needs. With a step-by-step, hands-on approach, the author guides you through the installation of either Linux software RAID or a hardware RAID card. 
Redundant Array of Independent Disks (RAID) technology is becoming a standard feature of computer systems that support mission-critical services like file sharing, mail exchange, or Web servers. RAID offers two benefits to these essential systems: improved I/O performance and fail-safe data storage.
Although bandwidth problems on networks are well documented, the internal data transfer bottleneck that exists at the hardware level in each system can also leave you with perplexing performance issues. RAID is a cost-effective and easy-to-manage way to alleviate this bandwidth problem by distributing the I/O load seamlessly across multiple disks and controllers.
RAID also provides uninterrupted data access through disk mirroring and parity algorithms. That means systems can remain online even during a disk or controller failure. RAID is scalable, making it robust enough for large, high-traffic sites and small, critical systems. By using RAID, system administrators can combine single disks into terabytes worth of data storage.
Managing RAID on Linux covers everything system administrators need to know to put together a system that can support RAID. You will learn about the different types of RAID, along with associated technologies and issues, and how to choose the best RAID system for your needs. With a step-by-step, hands-on approach, the author guides you through the installation of either Linux software RAID or a hardware RAID card. The book shows how to build an array and optionally install a high-performance file system. Contents include:
  • An introduction to RAID and Linux
  • Planning and architecture of your RAID system
  • Building a software RAID
  • Software RAID tools and references
  • Building a hardware RAID
  • Performance and tuning of your RAID system
RAID has become the low-cost solution of choice to deal with the ever-increasing demand for data storage space. Written for system administrators, power users, tech managers, and anyone who wants to learn about RAID technology, Managing RAID on Linux sidesteps the often-confusing vendor-specific approach you'll find elsewhere to give you the straight story on RAID. Even non-Linux users will find this book full of valuable material.


 

Read more...

Beginning SUSE Linux 2nd Edition

Sunday, May 15, 2011



Beginning SUSE Linux 2nd Edition (Beginning: from Novice to Professional)

The book shows how to wield total control over your newly installed operating system. It will guide you through system customization opportunities and common tasks like listening to audio CDs and MP3s, watching movies, and performing office- and Internet-related tasks. A large part of the book is dedicated to advanced command-line techniques necessary to maintain your system and become a true Linux master!





Beginning SUSE Linux 2nd Edition


Read more...

The Linux Programming Interface

Saturday, February 19, 2011






The Linux Programming Interface (published in October 2010, No Starch Press, ISBN 978-1-59327-220-3) is a detailed guide and reference for system programming on Linux and UNIX systems.


With 1552 pages, 115 diagrams, 88 tables, nearly 200 example programs, and over 200 exercises, TLPI is the most comprehensive description of Linux and UNIX system programming available. The author, Michael Kerrisk, is the maintainer of the Linux man-pages project, which documents the Linux kernel and glibc APIs. He has long been active in the documentation, testing, and design review of Linux kernel-userspace interfaces.
Ordering


You can find out more information about the book using the links below.


    * Detailed description / Brief description
    * Reviews
    * Table of contents:
          o Chapter list
          o Detailed: with page numbers (PDF, 19 pages) or no page numbers (HTML)
    * Preface (PDF, 11 pages)
    * Bibliography (PDF, 9 pages)
    * Index (PDF, 60 pages)
    * Sample chapters:
          o Chapter 4: File I/O: The Universal I/O Model (PDF, 19 pages)
          o Chapter 24: Process Creation (PDF, 18 pages)
          o Chapter 52: POSIX Message Queues (PDF, 26 pages)
    * Source code for the example programs:
          o Source code download
          o Browse all examples online
          o Source code FAQ
    * Training courses
    * About the author
    * Errata
    * Translations
    * Frequently asked questions
    * Linux API changes since publication


The Linux Programming Interface A Linux And Unix System Programming Handbook



Read more...

step by step Installation of greenplum on linux virtual box

Tuesday, February 15, 2011







Greenplum is a share nothing architecture developed based on data warehouse class postgreSQL relational database. In the July 2010 acquisition by EMC.
Beginners can be use a virtual machine to install and apply. A machine as a master instance, the owner of the two segment instances.We quickly set up to study the environment, especially their own to prepare a pdf for your reference.


install greenplum on linux virtual box



Read more...

How to Become an Exceptional DBA, 2nd Edition

Friday, January 28, 2011




A 2nd edition of Brad McGehee's popular "career guide" for DBAs, designed to help new and prospective DBAs find their feet in the profession, and to advise those more-experienced on how they can excel at their jobs, and so become Exceptional DBAs.



How to Become an Exceptional DBA, 2nd Edition



Read more...

Oracle Solaris Cluster Essentials 2010

Sunday, November 7, 2010







Thousands of IT organizations have adopted clustering to improve the availability of mission-critical software services. Today, with the rapid growth of cloud computing environments, clustering is even more crucial.

Oracle® Solaris Cluster Essentials is a comprehensive, authoritative guide to the industry’s most stable, robust clustering platform: Oracle Solaris Cluster. This book covers both Oracle Solaris Cluster 3.2 and Oracle Solaris Cluster Geographic Edition in thorough detail, offering start-to-finish lifecycle guidance for planning, implementation, management, and troubleshooting.

Written by Oracle Solaris Cluster expert Tim Read, this book covers both high availability and disaster recovery features, and offers in-depth guidance for both Oracle and non-Oracle database environments. It also presents several example implementations that can be used to quickly construct effective proofs-of-concept.

Whether you’re new to clustering or upgrading from older solutions, this book brings together all the information you’ll need to maximize the value, reliability, and performance of any Oracle Solaris Cluster environment. You’ll learn how to

Understand Oracle Solaris Cluster’s product features and architecture, and their implications for design and performance
Establish requirements and design clustered systems that meet them
Master best practices for integrating clustering with virtualization technologies
Implement proven disaster recovery planning techniques
Efficiently maintain Oracle Solaris Cluster environments

Part of the Oracle Solaris System Administration Series, Oracle® Solaris Cluster Essentials combines a complete technology introduction and hands-on guide for every architect, administrator, and IT manager responsible for high availability and business continuity.



Download Link:


Oracle.Solaris.Cluster.Essentials.2010



Read more...

Optimizing Linux(R) Performance: A Hands-On Guide to Linux(R) Performance Tools

Tuesday, August 10, 2010



Readers learn to use Linux's rich set of performance tools to make their applications run better. *Readers learn how to find and remove performance bottlenecks and increase the performance of Linux applications. *Useful format -- Reader learns tool's purpose, the tool's options, than a hands-on example of how to use the tool. *Author is key -- enhanced the industry standard and established benchmarks for greater performance.


Download Link:


Optimizing Linux(R) Performance

Read more...

Linux Kernel Development 2010

Sunday, August 1, 2010




Linux Kernel Development details the design and implementation of the Linux  kernel, presenting the content in a manner that is beneficial to those writing and developing kernel code, as well as to programmers seeking to better understand the operating system and become more efficient and productive in their coding.


The book details the major subsystems and features of the Linux kernel, including its design, implementation, and interfaces. It covers the Linux kernel with both a practical and theoretical eye, which should appeal to readers with a variety of interests and needs.


The author, a core kernel developer, shares valuable knowledge and experience on the 2.6 Linux kernel. Specific topics covered include process management, scheduling, time management and timers, the system call interface, memory addressing, memory management, the page cache, the VFS, kernel synchronization, portability concerns, and debugging techniques. This book covers the most interesting features of the Linux 2.6 kernel, including the CFS scheduler, preemptive kernel, block I/O layer, and I/O schedulers.


The third edition of Linux Kernel Development includes new and updated material throughout the book:


An all-new chapter on kernel data structures
Details on interrupt handlers and bottom halves
Extended coverage of virtual memory and memory allocation
Tips on debugging the Linux kernel
In-depth coverage of kernel synchronization and locking
Useful insight into submitting kernel patches and working with the Linux kernel community



Read more...

UNIX and Linux Security Checklist



UNIX and Linux Security Checklist


Download Link:

UNIX and Linux Security Checklist

Read more...

A P ractical Guide to Fedora & RedHat Enterprise Linux

Saturday, February 27, 2010





Read more...

CompTIA Linux+ Study Guide Exam XK0-003

Friday, February 19, 2010




Read more...

Ubuntu Unleashed 2010 Edition

Thursday, December 10, 2009




Description:

Ubuntu Unleashed 2010 Edition presents comprehensive coverage of the popular Ubuntu Linux distribution. Windows users, Mac users, and Linux enthusiasts have been increasingly turning to Ubuntu for a user-friendly, easy-to-use Linux distribution.

This book provides detailed information on installing, using, and administering Ubuntu. You will learn how to set up a workstation or a server, and you will find complete details on Ubuntu’s easy-to-use desktop and productivity software.

Ubuntu Unleashed 2010 Edition includes a range of coverage: From the software you need in your everyday work, such as the OpenOffice.org productivity suite, to how to configure your Linux desktop to run smoothly using multiple printers, shell scripts, and more. For the hardcore Linux enthusiast, there is complete coverage of the X Window system, Linux programming, web server administration, and network administration.


Download Link:


http://www.mediafire.com/Ubuntu.Unleashed.2010.Edition.rar

Read more...

RHCE Red Hat Certified Engineer Linux

Saturday, December 5, 2009




Read more...

Prentic Hall Essencial Linux Device Driver and Debugging Linux System




Download Links:


Read more...
Related Posts with Thumbnails

Sponser Links

Followers

Sponser Links

  ©2009-10 | Disclaimer

Back to TOP