|
1 |
| -# Introduction to Bash Scripting |
| 1 | +<p align="center"><img src="https://imgur.com/eXCcDPp.png" height="450" width="auto"></p> |
| 2 | + |
| 3 | +## 💡 Introduction to Bash Scripting |
| 4 | + |
| 5 | +This is an open-source introduction to Bash scripting guide that will help you learn the basics of Bash scripting and start writing awesome Bash scripts that will help you automate your daily SysOps, DevOps, and Dev tasks. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you can use Bash scripts to combine different Linux commands and automate boring and repetitive daily tasks, so that you can focus on more productive and fun things. |
| 6 | + |
| 7 | +The guide is suitable for anyone working as a developer, system administrator, or a DevOps engineer and wants to learn the basics of Bash scripting. |
| 8 | + |
| 9 | +## 📘 Chapters |
| 10 | + |
| 11 | +The first 13 chapters would be purely focused on getting some solid Bash scripting foundations then the rest of the chapters would give you some real life examples and scripts. |
| 12 | + |
| 13 | +* **About the book** |
| 14 | +* **Introduction to Bash scripting** |
| 15 | +* **Bash Structure** |
| 16 | +* **Bash Hello World** |
| 17 | +* **Bash Variables** |
| 18 | +* **Bash User Input** |
| 19 | +* **Bash Comments** |
| 20 | +* **Bash Arguments** |
| 21 | +* **Bash Arrays** |
| 22 | +* **Bash Conditional Expressions** |
| 23 | +* **Bash Conditionals** |
| 24 | +* **Bash Loops** |
| 25 | +* **Bash Functions** |
| 26 | +* **Debugging and testing** |
| 27 | +* **Creating custom bash commands** |
| 28 | +* **Write your first Bash script** |
| 29 | +* **Creating an interactive menu in Bash** |
| 30 | +* **Executing BASH scripts on Multiple Remote Servers** |
| 31 | +* **Work with JSON in BASH using jq** |
| 32 | +* **Working with Cloudflare API with Bash** |
| 33 | +* **BASH Script parser to Summarize Your NGINX and Apache Access Logs** |
| 34 | +* **Wrap Up** |
| 35 | + |
| 36 | +## 🌟 Sponsors |
| 37 | + |
| 38 | +This book is made possible thanks to these fantastic companies! |
| 39 | + |
| 40 | +### 💙 DigitalOcean |
| 41 | + |
| 42 | +DigitalOcean is a cloud services platform delivering the simplicity developers love and businesses trust to run production applications at scale. |
| 43 | + |
| 44 | +It provides highly available, secure, and scalable compute, storage, and networking solutions that help developers build great software faster. |
| 45 | + |
| 46 | +Founded in 2012 with offices in New York and Cambridge, MA, DigitalOcean offers transparent and affordable pricing, an elegant user interface, and one of the largest libraries of open source resources available. |
| 47 | + |
| 48 | +For more information, please visit [https://www.digitalocean.com](https://www.digitalocean.com) or follow [@digitalocean](https://twitter.com/digitalocean) on Twitter. |
| 49 | + |
| 50 | +If you are new to DigitalOcean, you can get a free $100 credit and spin up your own servers via this referral link here: |
| 51 | + |
| 52 | +[Free $100 Credit For DigitalOcean](https://m.do.co/c/2a9bba940f39) |
| 53 | + |
| 54 | +### 👩💻 DevDojo |
| 55 | + |
| 56 | +The DevDojo is a resource to learn all things web development and web design. Learn on your lunch break or wake up and enjoy a cup of coffee with us to learn something new. |
| 57 | + |
| 58 | +Join this developer community, and we can all learn together, build together, and grow together. |
| 59 | + |
| 60 | +[Join DevDojo](https://devdojo.com?ref=bobbyiliev) |
| 61 | + |
| 62 | +For more information, please visit [https://www.devdojo.com](https://www.devdojo.com?ref=bobbyiliev) or follow [@thedevdojo](https://twitter.com/thedevdojo) on Twitter. |
| 63 | + |
| 64 | +## 👋 About the author |
| 65 | + |
| 66 | +My name is Bobby Iliev, and I have been working as a Linux DevOps Engineer since 2014. I am an avid Linux lover and supporter of the open-source movement philosophy. I am always doing that which I cannot do in order that I may learn how to do it, and I believe in sharing knowledge. |
| 67 | + |
| 68 | +I think it's essential always to keep professional and surround yourself with good people, work hard, and be nice to everyone. You have to perform at a consistently higher level than others. That's the mark of a true professional. |
| 69 | + |
| 70 | +For more information, please visit my blog at [https://bobbyiliev.com](https://bobbyiliev.com), follow me on Twitter [@bobbyiliev_](https://twitter.com/bobbyiliev_) and [YouTube](https://www.youtube.com/channel/UCQWmdHTeAO0UvaNqve9udRw). |
| 71 | + |
| 72 | +## 🔥 PDF Generation |
| 73 | + |
| 74 | +The project uses [Ibis](https://github.com/themsaid/ibis/) developed by [Mohamed Said](https://github.com/themsaid). |
| 75 | + |
| 76 | +Ibis is a PHP tool that helps you write eBooks in markdown. |
| 77 | + |
| 78 | +## 🔗 Links |
| 79 | + |
| 80 | +- [My blog at](https://bobbyiliev.com) |
| 81 | +- [Free $100 Credit For DigitalOcean](https://m.do.co/c/2a9bba940f39) |
| 82 | +- [Join DevDojo](https://devdojo.com?ref=bobbyiliev) |
| 83 | + |
| 84 | +## 🤲 Contributing |
| 85 | + |
| 86 | +If you are contributing 🍿 please read the [contributing file](CONTRIBUTING.md) before submitting your pull requests. |
| 87 | + |
| 88 | + |
0 commit comments