Juniper SRX Series Posted: 05 Aug 2013 12:13 PM PDT Book Description This complete field guide, authorized by Juniper Networks, is the perfect hands-on reference for deploying, configuring, and operating Juniper's SRX Series networking device. Authors Brad Woodberg and Rob Cameron provide field-tested best practices for getting the most out of SRX deployments, based on their extensive field experience. While their earlier book, Junos Security, covered the SRX platform, this book focuses on the SRX Series devices themselves. You’ll learn how to use SRX gateways to address an array of network requirements—including IP routing, intrusion detection, attack mitigation, unified threat management, and WAN acceleration. Along with case studies and troubleshooting tips, each chapter provides study questions and lots of useful illustrations. - Explore SRX components, platforms, and various deployment scenarios
- Learn best practices for configuring SRX's core networking features
- Leverage SRX system services to attain the best operational state
- Deploy SRX in transparent mode to act as a Layer 2 bridge
- Configure, troubleshoot, and deploy SRX in a highly available manner
- Design and configure an effective security policy in your network
- Implement and configure network address translation (NAT) types
- Provide security against deep threats with AppSecure, intrusion protection services, and unified threat management tools
Table of Contents Chapter 1. Welcome to the SRX Chapter 2. SRX Series Product Lines Chapter 3. SRX GUI Management Chapter 4. SRX Networking Basics Chapter 5. System Services Chapter 6. Transparent Mode Chapter 7. High Availability Chapter 8. Security Policies Chapter 9. Network Address Translation Chapter 10. IPsec VPN Chapter 11. Screens and Flow Options Chapter 12. AppSecure Basics Chapter 13. Intrusion Prevention Chapter 14. Unified Threat Management Book Details - Paperback: 1020 pages
- Publisher: O’Reilly Media (June 2013)
- Language: English
- ISBN-10: 1449338968
- ISBN-13: 978-1449338961
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Juniper SRX Series appeared first on Wow! eBook. |
Learning Python, 5th Edition Posted: 05 Aug 2013 12:10 PM PDT Book Description Get a comprehensive, in-depth introduction to the core Python language with this hands-on book. Based on author Mark Lutz's popular training course, this updated fifth edition will help you quickly write efficient, high-quality code with Python. It's an ideal way to begin, whether you're new to programming or a professional developer versed in other languages. Complete with quizzes, exercises, and helpful illustrations, this easy-to-follow, self-paced tutorial gets you started with both Python 2.7 and 3.3— the latest releases in the 3.X and 2.X lines—plus all other releases in common use today. You'll also learn some advanced language features that recently have become more common in Python code. - Explore Python's major built-in object types such as numbers, lists, and dictionaries
- Create and process objects with Python statements, and learn Python's general syntax model
- Use functions to avoid code redundancy and package code for reuse
- Organize statements, functions, and other tools into larger components with modules
- Dive into classes: Python's object-oriented programming tool for structuring code
- Write large programs with Python's exception-handling model and development tools
- Learn advanced Python tools, including decorators, descriptors, metaclasses, and Unicode processing
Table of Contents Part I: Getting Started Chapter 1. A Python Q&A Session Chapter 2. How Python Runs Programs Chapter 3. How You Run Programs Part II: Types and Operations Chapter 4. Introducing Python Object Types Chapter 5. Numeric Types Chapter 6. The Dynamic Typing Interlude Chapter 7. String Fundamentals Chapter 8. Lists and Dictionaries Chapter 9. Tuples, Files, and Everything Else Part III: Statements and Syntax Chapter 10. Introducing Python Statements Chapter 11. Assignments, Expressions, and Prints Chapter 12. if Tests and Syntax Rules Chapter 13. while and for Loops Chapter 14. Iterations and Comprehensions Chapter 15. The Documentation Interlude Part IV: Functions and Generators Chapter 16. Function Basics Chapter 17. Scopes Chapter 18. Arguments Chapter 19. Advanced Function Topics Chapter 20. Comprehensions and Generations Chapter 21. The Benchmarking Interlude Part V: Modules and Packages Chapter 22. Modules: The Big Picture Chapter 23. Module Coding Basics Chapter 24. Module Packages Chapter 25. Advanced Module Topics Part VI: Classes and OOP Chapter 26. OOP: The Big Picture Chapter 27. Class Coding Basics Chapter 28. A More Realistic Example Chapter 29. Class Coding Details Chapter 30. Operator Overloading Chapter 31. Designing with Classes Chapter 32. Advanced Class Topics Part VII: Exceptions and Tools Chapter 33. Exception Basics Chapter 34. Exception Coding Details Chapter 35. Exception Objects Chapter 36. Designing with Exceptions Part VIII: Advanced Topics Chapter 37. Unicode and Byte Strings Chapter 38. Managed Attributes Chapter 39. Decorators Chapter 40. Metaclasses Chapter 41. All Good Things Part IX: Appendixes Appendix A. Installation and Configuration Appendix B. The Python 3.3 Windows Launcher Appendix C. Python Changes and This Book Appendix D. Solutions to End-of-Part Exercises Book Details - Paperback: 1600 pages
- Publisher: O’Reilly Media; 5th Edition (June 2013)
- Language: English
- ISBN-10: 1449355730
- ISBN-13: 978-1449355739
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Learning Python, 5th Edition appeared first on Wow! eBook. |
Learning Java, 4th Edition Posted: 05 Aug 2013 12:05 PM PDT Book Description Java is the preferred language for many of today's leading-edge technologies—everything from smartphones and game consoles to robots, massive enterprise systems, and supercomputers. If you're new to Java, the fourth edition of this bestselling guide provides an example-driven introduction to the latest language features and APIs in Java 6 and 7. Advanced Java developers will be able to take a deep dive into areas such as concurrency and JVM enhancements. You'll learn powerful new ways to manage resources and exceptions in your applications, and quickly get up to speed on Java's new concurrency utilities, and APIs for web services and XML. You'll also find an updated tutorial on how to get started with the Eclipse IDE, and a brand-new introduction to database access in Java. Table of Contents Chapter 1. A Modern Language Chapter 2. A First Application Chapter 3. Tools of the Trade Chapter 4. The Java Language Chapter 5. Objects in Java Chapter 6. Relationships Among Classes Chapter 7. Working with Objects and Classes Chapter 8. Generics Chapter 9. Threads Chapter 10. Working with Text Chapter 11. Core Utilities Chapter 12. Input/Output Facilities Chapter 13. Network Programming Chapter 14. Programming for the Web Chapter 15. Web Applications and Web Services Chapter 16. Swing Chapter 17. Using Swing Components Chapter 18. More Swing Components Chapter 19. Layout Managers Chapter 20. Drawing with the 2D API Chapter 21. Working with Images and Other Media Chapter 22. JavaBeans Chapter 23. Applets Chapter 24. XML Appendix A. The Eclipse IDE Appendix B. BeanShell: Java Scripting Book Details - Paperback: 1010 pages
- Publisher: O’Reilly Media; 4th Edition (June 2013)
- Language: English
- ISBN-10: 1449319246
- ISBN-13: 978-1449319243
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Learning Java, 4th Edition appeared first on Wow! eBook. |
Functional JavaScript Posted: 05 Aug 2013 12:02 PM PDT Book Description How can you overcome JavaScript language oddities and unsafe features? With this book, you'll learn how to create code that's beautiful, safe, and simple to understand and test by using JavaScript's functional programming support. Author Michael Fogus shows you how to apply functional-style concepts with Underscore.js, a JavaScript library that facilitates functional programming techniques. Sample code is available on GitHub at https://github.com/funjs/book-source. Fogus helps you think in a functional way to help you minimize complexity in the programs you build. If you're a JavaScript programmer hoping to learn functional programming techniques, or a functional programmer looking to learn JavaScript, this book is the ideal introduction. - Use applicative programming techniques with first-class functions
- Understand how and why you might leverage variable scoping and closures
- Delve into higher-order functions—and learn how they take other functions as arguments for maximum advantage
- Explore ways to compose new functions from existing functions
- Get around JavaScript's limitations for using recursive functions
- Reduce, hide, or eliminate the footprint of state change in your programs
- Practice flow-based programming with chains and functional pipelines
- Discover how to code without using classes
Table of Contents Chapter 1. Introducing Functional JavaScript Chapter 2. First-Class Functions and Applicative Programming Chapter 3. Variable Scope and Closures Chapter 4. Higher-Order Functions Chapter 5. Function-Building Functions Chapter 6. Recursion Chapter 7. Purity, Immutability, and Policies for Change Chapter 8. Flow-Based Programming Chapter 9. Programming Without Class Appendix A. Functional JavaScript in the Wild Appendix B. Annotated Bibliography Book Details - Paperback: 260 pages
- Publisher: O’Reilly Media (June 2013)
- Language: English
- ISBN-10: 1449360726
- ISBN-13: 978-1449360726
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Functional JavaScript appeared first on Wow! eBook. |
Graph Databases Posted: 05 Aug 2013 11:59 AM PDT Book Description Discover how graph databases can help you manage and query highly connected data. With this practical book, you'll learn how to design and implement a graph database that brings the power of graphs to bear on a broad range of problem domains. Whether you want to speed up your response to user queries or build a database that can adapt as your business evolves, this book shows you how to apply the schema-free graph model to real-world problems. Learn how different organizations are using graph databases to outperform their competitors. With this book's data modeling, query, and code examples, you'll quickly be able to implement your own solution. - Model data with the Cypher query language and property graph model
- Learn best practices and common pitfalls when modeling with graphs
- Plan and implement a graph database solution in test-driven fashion
- Explore real-world examples to learn how and why organizations use a graph database
- Understand common patterns and components of graph database architecture
- Use analytical techniques and algorithms to mine graph database information
Table of Contents Chapter 1. Introduction Chapter 2. Options for Storing Connected Data Chapter 3. Data Modeling with Graphs Chapter 4. Building a Graph Database Application Chapter 5. Graphs in the Real World Chapter 6. Graph Database Internals Chapter 7. Predictive Analysis with Graph Theory Appendix A. NOSQL Overview Book Details - Paperback: 224 pages
- Publisher: O’Reilly Media (June 2013)
- Language: English
- ISBN-10: 1449356265
- ISBN-13: 978-1449356262
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Graph Databases appeared first on Wow! eBook. |
Tidak ada komentar:
Posting Komentar