Jumat, 01 Maret 2013

Wow! eBook: Nagios Core Administration Cookbook - 6 new eBooks


Wow! eBook: Nagios Core Administration Cookbook - 6 new eBooks

Link to Wow! eBook

Nagios Core Administration Cookbook

Posted: 01 Mar 2013 06:43 AM PST

Nagios Core Administration Cookbook

Book Description

Network monitoring requires significantly more than just pinging hosts. This cookbook will help you to comprehensively test your networks’ major functions on a regular basis.

“Nagios Core Administration Cookbook” will show you how to use Nagios Core as a monitoring framework that understands the layers and subtleties of the network for intelligent monitoring and notification behaviour.

Nagios Core Administration Guide introduces the reader to methods of extending Nagios Core into a network monitoring solution. The book begins by covering the basic structure of hosts, services, and contacts and then goes on to discuss advanced usage of checks and notifications, and configuring intelligent behaviour with network paths and dependencies. The cookbook emphasizes using Nagios Core as an extensible monitoring framework. By the end of the book, you will learn that Nagios Core is capable of doing much more than pinging a host or to check if websites respond.

What you will learn from this book

  • Finding, installing, and writing your own plugins, and learning to reference them as Nagios Core commands for use as host and service checks, including workarounds for making checks through difficult network layouts such as those using Network Address Translation.
  • Managing notifications to send the right kind of notifications to the right people at the right time, and defining contact methods besides simple email messages, including an example of automatic contact rotation.
  • In-depth examples of using the standard set of Nagios Plugins for common network monitoring needs, with discussion of generic methods for monitoring the results of SNMP queries.
  • Remote monitoring methods to handle the situations where Nagios Core cannot directly check a service’s status over the network, to check things such as database servers that only listen locally, or hardware devices with no SNMP OIDs exported.
  • Defining network structure and dependencies in Nagios Core to enable it to perform its notification behavior more intelligently, and allow you to very quickly find the “root” of particular problems; also how to reflect this structure in the network map once defined, and even decorate it.
  • Best practices for managing Nagios Core configuration to make it leaner, more robust, and better suited to programatically generating configuration as specified by other systems.
  • Automating other interactions with Nagios Core, including using passive checks to track tasks being performed both locally and in other parts of the network, or running scripts automatically in response to checks; also includes discussion of developing your own reports or vizualisations using automatically exported data from the system.

Approach
This book is written in Cookbook style, beginning with recipes based on basic structure which gradually progresses towards using Nagios Core as a monitoring framework.

Who this book is for
This book is for System Administrators who are looking for recipes to help them deal with advanced network monitoring issues with Nagios Core.

Book Details

  • Paperback: 360 pages
  • Publisher: Packt Publishing (January 2013)
  • Language: English
  • ISBN-10: 1849515565
  • ISBN-13: 978-1849515566
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post Nagios Core Administration Cookbook appeared first on Wow! eBook.

Aptana Studio: Beginner’s Guide

Posted: 01 Mar 2013 06:38 AM PST

Aptana Studio: Beginners Guide

Book Description

Aptana Studio 3 is a powerful web development IDE based on the Eclipse platform and provides many innovative technologies and features for developing effective, modern hi-standard web-applications. Aptana has been around since 2008 and it provides language support for HTML, CSS, JavaScript, Ruby, Rails, PHP, Python, and many others by using plugins.

“Aptana Studio Beginner’s Guide” is packed with the author’s experience of several years developing with Aptana Studio. It’s not just a powerful guide, it’s a practical, hands-on introduction to Aptana Studio as a whole. If you want to harness Aptana Studio to enhance your web-development productivity, then read this book.

You will start by setting up your own installation of Aptana Studio, and will be guided step-by-step through the various stages of developing with Aptana Studio.

You will learn how to manage all your work in workspaces and projects, and how you can optimize your projects depending on the nature of the project.

In addition, you will be taught how to work on remote servers or manage your source code with Git and SVN.

Finally, you will have a fully configured IDE and be equipped with the knowledge about how to work and manage large web-projects.

What you will learn from this book

  • Set up your own installation of Aptana Studio.
  • Dive into Aptana Studio and learn all about workspaces, perspectives, and projects.
  • Use JavaScript libraries.
  • Debug JavaScript web applications.
  • Document and inspect JavaScript code.
  • Manage your source with Git and SVN.
  • Work on PHP-Projects.

Approach
Accompanied by the plenty of example code and step-by-step instructions, this book will escalate you from a novice to an expert in no time.

Who this book is written for
This book is for anyone who is looking for an IDE for effectively developing web applications. You will find this book interesting if you are working with common web technologies such as HTML5, JavaScript, or PHP. This book assumes no prior knowledge of Aptana Studio 3 or the named web technologies.

Book Details

  • Paperback: 298 pages
  • Publisher: Packt Publishing (January 2013)
  • Language: English
  • ISBN-10: 1849518246
  • ISBN-13: 978-1849518246
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post Aptana Studio: Beginner’s Guide appeared first on Wow! eBook.

Creating Concrete5 Themes

Posted: 01 Mar 2013 06:33 AM PST

Creating Concrete5 Themes

Book Description

Creating a concrete5 theme isn’t complicated if there’s already a HTML document. There are only very few PHP functions you’ll have to add, but those are powerful and give you a lot of freedom. As you’ll learn to create mobile ready themes, you’ll start to see that there’s almost no limit in what you can do.

“Creating Concrete5 Themes” is a practical, hands-on guide that provides you with a number of examples that will teach you how to create powerful concrete5 themes, change the look of content block elements, and even make your site ready for mobile devices.

“Creating Concrete5 Themes” starts with a few words about the editing concept and architecture of concrete5 and then continues with the creation of a basic theme which gets extended with more and more elements until the theme is mobile ready.

You will learn where to find the information necessary to get your own concrete5 site and then get a quick introduction to understand the idea of the in-site editing concept. We'll then create a theme which is extended with features and more details as we progress. You’ll also see some examples to show you the process of overriding elements from the core without losing the ability to upgrade concrete5 in the future. Once we’ve customized every element in concrete5 to build a complete theme, we’ll have a look at responsive techniques to make your site ready for small screen devices such as mobile phones and tablets.

What you will learn from this book

  • Learn how to create a concrete5 theme.
  • Understand what it means to create a responsive site.
  • Use multiple image sources to display high quality pictures on retina displays.
  • Override core elements like the login and 404 page without losing the ability to upgrade concrete5.
  • Change the look of concrete5 blocks to make them match with the rest of the site.
  • Learn how to embed dynamic elements in the theme template to avoid accidental modifications.
  • Change the behavior of the content to make its content visible in a modal dialog box.
  • Create a background picture that scales with the size of the browser window and can be changed in the user interface.

Approach
Practical guide to create Concrete5 themes

Who this book is written for
This book is great for theme developers new to concrete5 who are looking to use their experience in HTML and CSS to create high quality themes for concrete5. It’s assumed that you have worked with HTML before and can also read code as you’ll see some basic PHP and JavaScript code. There are a few words about using concrete5, but you’re expected to spend a bit of time on your own to get familiar with the concrete5 interface by yourself and by reading some of the articles listed in the book. Readers are expected to have the ability to set up their own concrete5 site, but basic information about the installation and links to follow up are provided though.

Book Details

  • Paperback: 160 pages
  • Publisher: Packt Publishing (January 2013)
  • Language: English
  • ISBN-10: 1782161643
  • ISBN-13: 978-1782161646
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post Creating Concrete5 Themes appeared first on Wow! eBook.

Instant Autodesk Revit 2013 Customization with .NET How-to

Posted: 01 Mar 2013 06:29 AM PST

Instant Autodesk Revit 2013 Customization with .NET How to

Book Description

Autodesk Revit is a Building Information Modelling software designed for architects and engineers. Extending the features and power of a BIM application such as Revit can increase personal productivity, speed up basic drafting tasks, and aid cross-team collaboration.

“Instant Autodesk Revit 2013 Customization with .NET” is a hands-on guide to getting up and running with the Autodesk Revit 2013 API through a series of plugins and add-ons that are extremely useful in your everyday tasks.

This book takes you through several of the Autodesk Revit 2013 API features in an easy to follow, step-by-step process using powerful code samples. Tons of great tips and solutions are provided throughout this book to help you get the most out of Revit 2013.

Using practical code samples you will also learn the new Autodesk Revit 2013 API features such as floor plan creation, schedule creation, and analysis display of custom analysis results.

If you’ve ever wanted to learn how to customize Autodesk Revit but were intimidated by any perceived difficulty or complexity, this book will give you what you've been looking for.

What you will learn from this book

  • Fundamental concepts of the Autodesk Revit 2013 API.
  • Learn how to customize your own ribbon.
  • Create, load, and place content in your models.
  • Read and write data as well as add and remove parameters in your models.
  • Create plan views, place them on sheets, and create custom schedules with ease.
  • Analyse walls by length and display the resulting data using the colourful analysis display styles.
  • Subscribe and unsubscribe to document level events.

Approach
Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. Get the job done and learn as you go. “Instant Autodesk Revit 2013 Customization with .NET How-to” is written in a friendly, practical style with an introductory chapter that walks through everything in detail to get you going with your very first add-on.

Who this book is for
This book is for anyone that has an interest in customizing or automating Autodesk Revit 2013. A very basic level of programming experience is assumed but not necessarily required.

Book Details

  • Paperback: 82 pages
  • Publisher: Packt Publishing (January 2013)
  • Language: English
  • ISBN-10: 1849688427
  • ISBN-13: 978-1849688420
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post Instant Autodesk Revit 2013 Customization with .NET How-to appeared first on Wow! eBook.

Instant Burp Suite Starter

Posted: 01 Mar 2013 06:20 AM PST

Instant Burp Suite Starter

Book Description

Web security is more important than ever for protecting the confidentiality, integrity, and availability of web applications. Although there is no silver bullet tool, using the right instruments does play a critical role in any security initiative. Burp Suite is a well-known integrated platform for performing security testing and is considered the de-facto standard for testing web applications.

“Instant Burp Suite Starter” is a practical, hands-on guide that can help you take advantage of the Burp Suite, a powerful web security tool. Thanks to its step-by-step examples, you will quickly learn how to efficiently discover web application vulnerabilities such as SQL Injection and Cross-site scripting.

From intercepting your first web request, you will soon be able to inspect parameters, perform tampering, and eventually discover security flaws.

You will also learn how to use the numerous tools available in Burp Suite in order to enumerate all web application entry points, perform scans, and automatically detect security flaws. Then test your sites with automated customized attacks, analyze the randomness of application data, decode data in multiple formats, and much more.

“Instant Burp Suite Starter” will teach you everything you need to know to get started with testing your first application using Burp Suite. You will learn helpful tips and tricks on how to discover potentially destructive security flaws in your application.

What you will learn from this book

  • Set up your browser and Burp Suite
  • Intercepting, inspecting, and modifying web traffic between your client and the server
  • Using the Burp Target site map functionality
  • Crawling a web application and discovering resources with Burp Spider
  • Launching a scan with Burp Scanner to automatically detect security vulnerabilities
  • Automating customized attacks with Burp Intruder
  • Manipulating and iterating web requests with Burp Repeater
  • Analyzing the randomness of application data with Burp Sequencer
  • Decoding and encoding data in multiple formats with Burp Decoder
  • Comparing site maps in order to detect authorization bugs

Approach
Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks. This starter guide will lead you through the field of application security with everyday examples explained. Build up your skills and your defenses with this hands-on tutorial.

Who this book is written for
If you are an application developer with a focus on security then this practical guide is for you. Even with basic knowledge of security you will be able to develop your expertise and make your applications bulletproof.

Book Details

  • Paperback: 70 pages
  • Publisher: Packt Publishing (January 2013)
  • Language: English
  • ISBN-10: 1849695180
  • ISBN-13: 978-1849695183
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post Instant Burp Suite Starter appeared first on Wow! eBook.

Instant Sublime Text Starter

Posted: 01 Mar 2013 06:03 AM PST

Instant Sublime Text Starter

Book Description

There are many areas of computing that require the creating or editing and manipulating of text. We may need to author or edit plain-text documents for software development, building a website, or even just writing a blog post. While other options exist, Sublime Text 2 is a fast, feature-filled option that allows you to efficiently and rapidly manipulate and author your content or software with ease.

The “Instant Sublime Text Starter” book is a practical guide that provides numerous step-by-step instructions detailing some of the many features Sublime Text 2 provides to streamline your text editing. This starter can also serve as a reference guide to many of the great features Sublime Text 2 has to offer.

This book looks at the various features Sublime Text 2 offers in order to increase the efficiency and ease of text manipulation and creation with a focus on programming related topics. It will take you through basic tasks from opening and saving documents all the way up to defining your own snippets and macros. You will learn these topics by way of easy to reference, stand-alone, step-by-step tutorial sections

You will also learn about some of the innovative features Sublime Text 2 has to offer, such as multiple cursors for editing in more than one place at a time, the preview pane, the command palette, and the Goto Anything features, among others.

With the Sublime Text 2 Starter, you will learn everything you need to know to begin using Sublime Text 2 and some of its more advanced features. This will provide you an excellent start on utilizing Sublime Text 2′s powerful features and give you a good foundation to move on to its most advanced features on your own.

What you will learn from this book

  • Use the preview pane to view and move around your document at a high level.
  • Utilize multiple cursors to edit your text in many locations at the same time.
  • Focus better on the task at hand using distraction free mode.
  • Use vintage mode for those familiar with the Vi and VIM editors.
  • Explore the Goto Anything features of Sublime Text 2.
  • Invoke the various commands and features available using the command palette.
  • Install and manage community created plugins.
  • Create and invoke your own macros.

Approach
Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks. A starter which teaches the basic tasks to be performed with Sublime Text with the necessary practical examples and screenshots.

Who this book is for
If you are an application developer with a focus on security then this practical guide is for you. Even with basic knowledge of security you will be able to develop your expertise and make your applications bulletproof.

Book Details

  • Paperback: 46 pages
  • Publisher: Packt Publishing (January 2013)
  • Language: English
  • ISBN-10: 1849693927
  • ISBN-13: 978-1849693929
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post Instant Sublime Text Starter appeared first on Wow! eBook.

Tidak ada komentar:

Posting Komentar