Learning CFEngine 3 Posted: 04 Apr 2012 03:56 AM PDT Book Description Get up to speed on CFEngine 3, the open source configuration management software that enables you to automate everything from one-server shops to enterprise computer networks. This hands-on introduction shows you how to use CFEngine 3 to implement and manage and your IT infrastructure in a sustainable, scalable, and efficient manner. Through numerous examples, you'll learn how to use CFEngine to perform tasks such as user management, software installation, and security. You'll also learn how to focus on higher-level issues of design, implementation and maintenance, knowing that CFEngine is handling the lower-level details for you automatically. - Discover how far you can go with system automation, using CFEngine
- Become familiar with the software's principles, components, and policy structure
- Configure CFEngine step-by-step to perform routine tasks on your system
- Specify custom machine configuration without making changes by hand
- Get tricks and patterns that you can use in your own CFEngine policies
- Maintain separate CFEngine environments for development, testing, production, or other uses
Table of Contents Chapter 1. Introduction Chapter 2. Getting Started with CFEngine Chapter 3. CFEngine Basics Chapter 4. Using CFEngine Chapter 5. CFEngine Tips, Tricks, and Patterns Chapter 6. Advanced Topics Appendix. Editing CFEngine 3 Configurations in Emacs Book Details - Paperback: 184 pages
- Publisher: O’Reilly Media (March 2012)
- Language: English
- ISBN-10: 1449312209
- ISBN-13: 978-1449312206
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts
|
Using Mac OS X Lion Server Posted: 04 Apr 2012 03:52 AM PDT Book Description If you're considering a Mac OS X server for your small business, school, nonprofit, or home network, this easy-to-follow guide will help you get up and running in no time. You'll learn how to share files, mail, and calendar information on your desktops, iPads, iPhones, and other devices, whether you're new to Mac OS X servers or need to update your skills for the Lion edition. Discover how to configure your network to include multiple operating systems—including Mac, iOS, and Windows—and set up servers for wikis, websites, and podcasts with relative ease. - Plan your installation to make sure you have the right server hardware
- Control data access with permissions, and use Apple's Time Machine to back up your network
- Share contacts, schedules, and instant messaging with groupware
- Manage wikis, blogs, and websites with Lion's web service
- Build an email server and protect it against spam and malware
- Handle preferences for the network's Apple computers and iOS devices
- Deploy new Apple computers to the network with disk imaging
Table of Contents Chapter 1. Planning Chapter 2. Installation Chapter 3. Sharing and Backing Up Files Chapter 4. Sharing Address Books, Calendars, and iChat Chapter 5. Wikis, Webs, and Blogs Chapter 6. Building a Mail Server Chapter 7. Building Your Own Podcasting Server Chapter 8. Managing Apple Computers and iOS Devices Chapter 9. Network Services Chapter 10. Deploying Mac OS X Computers Book Details - Paperback: 220 pages
- Publisher: O’Reilly Media (March 2012)
- Language: English
- ISBN-10: 1449316050
- ISBN-13: 978-1449316051
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts
|
Windows Internals, Part 1: Covering Windows Server 2008 R2 and Windows 7, 6th Edition Posted: 04 Apr 2012 03:49 AM PDT Book Description Delve inside Windows architecture and internals—guided by a team of internationally renowned internals experts. Fully updated for Windows 7 and Windows Server 2008 R2, this classic guide delivers key architectural insights on system design, debugging, performance, and support—along with hands-on experiments to experience Windows internal behavior firsthand. See how Windows components work behind the scenes: - Understand how the core system and management mechanisms work
- Explore internal system data structures using tools like the kernel debugger
- Go inside the Windows security model to see how it authorizes access to data
- Understand how Windows manages physical and virtual memory
- Tour the Windows networking stack from top to bottom
- Troubleshoot file-system access problems and system boot problems
- Learn how to analyze crashes
Table of Contents Chapter 1. Concepts and Tools Chapter 2. System Architecture Chapter 3. System Mechanisms Chapter 4. Management Mechanisms Chapter 5. Processes, Threads, and Jobs Chapter 6. Security Chapter 7. Networking Appendix A. About the Authors Appendix B. More Resources for Developers Appendix C. Find the Right Resource for You Book Details - Paperback: 752 pages
- Publisher: Microsoft Press; 6th Edition (March 2012)
- Language: English
- ISBN-10: 0735648735
- ISBN-13: 978-0735648739
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts
|
Introducing Microsoft SQL Server 2012 Posted: 04 Apr 2012 03:44 AM PDT Book Description Introducing Microsoft® SQL Server® 2012 explores the exciting enhancements and new capabilities engineered into SQL Server, ranging from improvements in operation to those in reporting and management. This book is for anyone who has an interest in SQL Server 2012 and wants to understand its capabilities, including database administrators, application developers, and technical decision makers. Table of Contents Part I: Database Administration Chapter 1. SQL Server 2012 Editions and Engine Enhancements Chapter 2. High-Availability and Disaster-Recovery Enhancements Chapter 3. Performance and Scalability Chapter 4. Security Enhancements Chapter 5. Programmability and Beyond-Relational Enhancements Part II: Business Intelligence Development Chapter 6. Integration Services Chapter 7. Data Quality Services Chapter 8. Master Data Services Chapter 9. Analysis Services and PowerPivot Chapter 10. Reporting Services Book Details - Paperback: 290 pages
- Publisher: Microsoft Press (March 2012)
- Language: English
- ISBN-10: 073566515X
- ISBN-13: 978-0735665156
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts
|
Algorithms in a Nutshell Posted: 04 Apr 2012 03:40 AM PDT Book Description Creating robust software requires the use of efficient algorithms, but programmers seldom think about them until a problem occurs. Algorithms in a Nutshell describes a large number of existing algorithms for solving a variety of problems, and helps you select and implement the right algorithm for your needs — with just enough math to let you understand and analyze algorithm performance. With its focus on application, rather than theory, this book provides efficient code solutions in several programming languages that you can easily adapt to a specific project. Each major algorithm is presented in the style of a design pattern that includes information to help you understand why and when the algorithm is appropriate. With this book, you will: - Solve a particular coding problem or improve on the performance of an existing solution
- Quickly locate algorithms that relate to the problems you want to solve, and determine why a particular algorithm is the right one to use
- Get algorithmic solutions in C, C++, Java, and Ruby with implementation tips
- Learn the expected performance of an algorithm, and the conditions it needs to perform at its best
- Discover the impact that similar design decisions have on different algorithms
- Learn advanced data structures to improve the efficiency of algorithms
With Algorithms in a Nutshell, you’ll learn how to improve the performance of key algorithms essential for the success of your software applications. Table of Contents Chapter 1. Algorithms Matter Chapter 2. The Mathematics of Algorithms Chapter 3. Patterns and Domains Chapter 4. Sorting Algorithms Chapter 5. Searching Chapter 6. Graph Algorithms Chapter 7. Path Finding in AI Chapter 8. Network Flow Algorithms Chapter 9. Computational Geometry Chapter 10. When All Else Fails Chapter 11. Epilogue Appendix. Benchmarking Book Details - Paperback: 368 pages
- Publisher: O’Reilly Media (October 2008)
- Language: English
- ISBN-10: 059651624X
- ISBN-13: 978-0596516246
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts - Machine Learning in Action (26-03-2012)
- Data Structures and Algorithms in C++, 2nd Edition (27-12-2011)
- Starting Out with Java: From Control Structures through Data Structures, 2nd Edition (28-02-2012)
- Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET, 2nd Edition (16-06-2011)
- Pro Android Apps Performance Optimization (25-02-2012)
- packetC Programming (03-03-2012)
- Object-Oriented Programming in C++, 4th Edition (30-01-2012)
- Mastering Regular Expressions, 3rd Edition (16-06-2011)
- Mastering Algorithms with C (15-11-2011)
- Java Programming: From Problem Analysis to Program Design, 4th Edition (10-02-2012)
|
Programming Collective Intelligence Posted: 04 Apr 2012 03:35 AM PDT Book Description Want to tap the power behind search rankings, product recommendations, social bookmarking, and online matchmaking? This fascinating book demonstrates how you can build Web 2.0 applications to mine the enormous amount of data created by people on the Internet. With the sophisticated algorithms in this book, you can write smart programs to access interesting datasets from other web sites, collect data from users of your own applications, and analyze and understand the data once you’ve found it. Programming Collective Intelligence takes you into the world of machine learning and statistics, and explains how to draw conclusions about user experience, marketing, personal tastes, and human behavior in general — all from information that you and others collect every day. Each algorithm is described clearly and concisely with code that can immediately be used on your web site, blog, Wiki, or specialized application. This book explains: - Collaborative filtering techniques that enable online retailers to recommend products or media
- Methods of clustering to detect groups of similar items in a large dataset
- Search engine features — crawlers, indexers, query engines, and the PageRank algorithm
- Optimization algorithms that search millions of possible solutions to a problem and choose the best one
- Bayesian filtering, used in spam filters for classifying documents based on word types and other features
- Using decision trees not only to make predictions, but to model the way decisions are made
- Predicting numerical values rather than classifications to build price models
- Support vector machines to match people in online dating sites
- Non-negative matrix factorization to find the independent features in a dataset
- Evolving intelligence for problem solving — how a computer develops its skill by improving its own code the more it plays a game
Each chapter includes exercises for extending the algorithms to make them more powerful. Go beyond simple database-backed applications and put the wealth of Internet data to work for you. “Bravo! I cannot think of a better way for a developer to first learn these algorithms and methods, nor can I think of a better way for me (an old AI dog) to reinvigorate my knowledge of the details.” – Dan Russell, Google “Toby’s book does a great job of breaking down the complex subject matter of machine-learning algorithms into practical, easy-to-understand examples that can be directly applied to analysis of social interaction across the Web today. If I had this book two years ago, it would have saved precious time going down some fruitless paths.” – Tim Wolters, CTO, Collective Intellect Table of Contents Chapter 1. Introduction to Collective Intelligence Chapter 2. Making Recommendations Chapter 3. Discovering Groups Chapter 4. Searching and Ranking Chapter 5. Optimization Chapter 6. Document Filtering Chapter 7. Modeling with Decision Trees Chapter 8. Building Price Models Chapter 9. Advanced Classification: Kernel Methods and SVMs Chapter 10. Finding Independent Features Chapter 11. EVOLVING INTELLIGENCE Chapter 12. Algorithm Summary Appendix. Third-Party Libraries Book Details - Paperback: 368 pages
- Publisher: O’Reilly Media (August 2007)
- Language: English
- ISBN-10: 0596529325
- ISBN-13: 978-0596529321
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts
|
20 Recipes for Programming PhoneGap Posted: 03 Apr 2012 04:02 PM PDT Book Description Gain hands-on experience with the amazing PhoneGap library, using the practical recipes in this handy guide. With these solutions, you can enable your mobile web apps to interact with device-specific features such as the accelerometer, GPS, camera, and address book. Learn how to use your knowledge of HTML, CSS, and JavaScript to build full mobile apps for iOS, Android, and several other platforms without rewriting apps in the native platform language. Each recipe includes sample code you can use in your project right away, as well as a discussion of why the solution works. - Add functionality that's available only on a certain device or platform
- Retrieve the device's current GPS location and place a marker on a map
- Create and save a new contact or edit an existing contact in the address book
- Take pictures with the camera or select one of the user's existing photos
- Upload a file from the local device to an external server
- Allow the device to record audio or video through your app
- Enable your application to save files locally
Table of Contents - Determining Whether the Device Is Ready
- Retrieving Information About the Device
- Creating a Persistent Navigation System
- Detecting the Device's Network Status
- Detecting When the Network Status Changes
- Executing a Callback Function Once the Device Is Ready
- Detecting When the App Is Moved to the Background or Foreground
- Using the GPS and Displaying a Position on a Map
- Using the Compass to Help the User Navigate
- Using the Accelerometer to Detect Motion
- Displaying Table-View Data
- Retrieving Contacts in the Address Book
- Creating a New Contact in the Address Book
- Accessing the Camera and Photo Album
- Saving Data to a Remote Server
- Capturing Audio and Video
- Notifying the Device with Alert, Confirm, and Vibrate
- Storing Data to the Device
- Reading Data from the Device
- Extending PhoneGap with Plug-ins
Book Details - Paperback: 76 pages
- Publisher: O’Reilly Media (March 2012)
- Language: English
- ISBN-10: 1449319548
- ISBN-13: 978-1449319540
Note: There is a file embedded within this post, please visit this post to download the file. Related Posts
|
Tidak ada komentar:
Posting Komentar