ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Chef Infrastructure Automation Cookbook: Over 80 delicious recipes to automate your cloud and server infrastructure with Chef

دانلود کتاب کتاب آشپزی اتوماسیون زیرساخت سرآشپز: بیش از 80 دستور العمل خوشمزه برای خودکارسازی زیرساختهای ابر و سرور با Chef

Chef Infrastructure Automation Cookbook: Over 80 delicious recipes to automate your cloud and server infrastructure with Chef

مشخصات کتاب

Chef Infrastructure Automation Cookbook: Over 80 delicious recipes to automate your cloud and server infrastructure with Chef

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781849519229 
ناشر: Packt Publishing 
سال نشر: 2013 
تعداد صفحات: 276 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 3 مگابایت 

قیمت کتاب (تومان) : 35,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 9


در صورت تبدیل فایل کتاب Chef Infrastructure Automation Cookbook: Over 80 delicious recipes to automate your cloud and server infrastructure with Chef به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب کتاب آشپزی اتوماسیون زیرساخت سرآشپز: بیش از 80 دستور العمل خوشمزه برای خودکارسازی زیرساختهای ابر و سرور با Chef نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب کتاب آشپزی اتوماسیون زیرساخت سرآشپز: بیش از 80 دستور العمل خوشمزه برای خودکارسازی زیرساختهای ابر و سرور با Chef

صرف نظر از اینکه شما یک مدیر سیستم هستید یا یک توسعه دهنده، اگر از کارهای دستی مکرر خسته و خسته شده اید و نمی دانید که آیا ممکن است جرات راه اندازی مجدد سرور خود را داشته باشید، وقت آن رسیده است که زیرساخت خود را خودکار کنید. کتاب آشپزی اتوماسیون زیرساخت سرآشپز دارای تمام دستور العمل های لازم برای پیکربندی، استقرار و مقیاس سرورها و برنامه های شما است، صرف نظر از اینکه شما 5 سرور، 5000 سرور یا 500000 سرور را مدیریت می کنید. کتاب آشپزی اتوماسیون زیرساخت سرآشپز مجموعه ای از دستور العمل های ساده و گام به گام است که به شما نشان می دهد چگونه چالش های اتوماسیون در دنیای واقعی را حل کنید. تکنیک ها را از حرفه ای ها بیاموزید و مطمئن شوید که پروژه اتوماسیون زیرساخت خود را در اولین بار درست انجام می دهید.


توضیحاتی درمورد کتاب به خارجی

Irrespective of whether you're a systems administrator or a developer, if you're sick and tired of repetitive manual work and not knowing whether you may dare to reboot your server, it's time for you to get your infrastructure automated. Chef Infrastructure Automation Cookbook has all the required recipes to configure, deploy, and scale your servers and applications, irrespective of whether you manage 5 servers, 5,000 servers, or 500,000 servers. Chef Infrastructure Automation Cookbook is a collection of easy-to-follow, step-by-step recipes showing you how to solve real-world automation challenges. Learn techniques from the pros and make sure you get your infrastructure automation project right the first time.



فهرست مطالب

Cover
Copyright
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Table of Contents
Preface
Chapter 1: Chef Infrastructure
Introduction
Using version control
Installing Chef on your workstation
Using the Hosted Chef platform
Managing virtual machines with Vagrant
Creating and using cookbooks
Inspecting files on your Chef Server with Knife
Defining cookbook dependencies
Managing cookbook dependencies with Berkshelf
Downloading and integrating cookbooks as vendor branches into your Git repository
Using custom Knife plugins. Changing organizations based on the current Git branchDeleting a node from the Chef Server
Running Chef Solo
Using roles
Using environments
Freezing cookbooks
Running Chef Client as a daemon
Using the Chef console (Chef Shell)
Chapter 2: Evaluating and Troubleshooting Cookbooks and Chef Runs
Introduction
Testing your Chef cookbooks
Flagging problems in your Chef cookbooks
Test Driven Development for cookbooks using ChefSpec
Integration testing your cookbooks with Test Kitchen
Showing affected nodes before uploading cookbooks. Overriding a node\'s run list to execute a single recipeUsing why-run mode to find out what a recipe might do
Debugging Chef Client runs
Inspecting results of your last ChefClient run
Raising and logging exceptions in recipes
Diffing cookbooks with knife
Using community exception and report handlers
Creating custom handlers
Chapter 3: Chef Language and Style
Introduction
Using community Chef style
Using attributes to dynamically configure recipes
Using templates
Mixing plain Ruby with Chef DSL
Installing Ruby gems and using them in recipes
Using libraries
Using definitions. Creating your own Light Weight Resource Providers (LWRP)Extending community cookbooks by using application wrapper cookbooks
Creating custom Ohai plugins
Creating custom Knife plugins
Chapter 4: Writing Better Cookbooks
Introduction
Setting environment variables
Passing arguments to shell commands
Overriding attributes
Using search to find nodes
Using data bags
Using search to find data bag items
Using encrypted data bag items
Accessing data bag values from external scripts
Getting information about the environment
Writing cross-platform cookbooks. Finding the complete list of operating systems you can use in cookbooksMaking recipes idempotent by using conditional execution
Chapter 5: Working with Files and Packages
Introduction
Creating configuration files using templates
Using pure Ruby in templates for conditionals and iterations
Installing packages from a third-party repository
Installing software from source
Running a command when a file is updated
Distributing directory trees
Cleaning up old files
Distributing different files based on the target platform
Chapter 6: Users and Applications
Introduction.




نظرات کاربران