introduction-to-bash-scripting

Free Introduction to Bash Scripting eBook
授权协议 MIT License
开发语言 SHELL
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 公西培
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

�� Introduction to Bash Scripting

This is an open-source introduction to Bash scripting guide/ebook 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.

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.

�� Download

To download a copy of the ebook use one of the following links:

�� Chapters

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.

�� Sponsors

This book is made possible thanks to these fantastic companies!

�� DigitalOcean

DigitalOcean is a cloud services platform delivering the simplicity developers love and businesses trust to run production applications at scale.

It provides highly available, secure, and scalable compute, storage, and networking solutions that help developers build great software faster.

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.

For more information, please visit https://www.digitalocean.com or follow @digitalocean on Twitter.

If you are new to DigitalOcean, you can get a free $100 credit and spin up your own servers via this referral link here:

Free $100 Credit For DigitalOcean

��‍�� DevDojo

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.

Join this developer community, and we can all learn together, build together, and grow together.

Join DevDojo

For more information, please visit https://www.devdojo.com or follow @thedevdojo on Twitter.

��️ Web Page

A web page showcasing the eBook:

Introduction to Bash Scripting Web Page

The web page was built using Tails, a new kick-ass drag-and-drop TailwindCSS page builder!

DigitalOcean App Platform

The website is hosted on the DigitalOcean App Platform.

We utilize the "Deploy to DigitalOcean" Button to deploy to the App Platform:

�� Mini Video Course

If you prefer watching videos rather than reading, you can find a quick crash course based on the first 12 chapters of the eBook here:

Introduction to Bash Scripting Mini Video Crash Course

�� Interactive training

You can follow the interactive training online here:

Introduction to Bash Scripting Interactive training

The training was built with Katacoda. You can find the Katacoda repository here.

For more information on how to use Katacoda make sure to follow the steps from this tutorial here:

How to Use Katacoda to Create Highly Engaging Training Tutorials

�� About the author

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.

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.

For more information, please visit my blog at https://bobbyiliev.com, follow me on Twitter @bobbyiliev_ and YouTube.

In case that you want to support me you can By Me a Coffee here:

Buy Me A Coffee

�� PDF Generation Tool

The project uses Ibis developed by Mohamed Said.

Ibis is a PHP tool that helps you write eBooks in markdown.

�� Book Cover

The cover for this ebook was created with Canva.com.

If you ever need to create a graphic, poster, invitation, logo, presentation – or anything that looks good — give Canva a go.

�� Links

�� Other eBooks

�� Contributing

If you are contributing �� please read the contributing file before submitting your pull requests.

  • 原文地址:http://www.codecoffee.com/tipsforlinux/articles2/044.html   In this second article, Harold continues with his fast paced, excellent introduction to Bash Programming. This time he explains how to

  • Linux下Bash Shell编程 Bash Shell Programming in Linux Linux下Bash Shell编程 Bash what? 进阶的内容是什么? Okay, I grant that this page mightrepresent a leap from the familiar to the alien without much warning. Here

  • Main References Quick Intro: https://linuxconfig.org/bash-scripting-tutorial-for-beginners Reference by Modules: Bash Introduction | What is Bash? - Javatpoint Unix / Linux - Special Variables Common

  • shell bash脚本 Shell scripting is an powerful way to automate tasks that you regularly execute on your computer. Shell脚本是一种自动执行通常在计算机上执行的任务的强大方法。 In this tutorial I give an extensive overview of shell s

  • Bash expression is the combination of operators, features, or values used to form a bash conditional statement. Conditional expression could be binary or unary expression which involves numeric, strin

 相关资料
  • Flutter widgets are built using a modern framework that takes inspiration from React. The central idea is that you build your UI out of widgets. Widgets describe what their view should look like given

  • Common animation patterns Animated list or grid Shared element transition Staggered animation Other resources Well-designed animations makes a UI feel more intuitive, contribute to the slick look and

  • Flutter widgets are built using a modern framework that takes inspiration from React. The central idea is that you build your UI out of widgets. Widgets describe what their view should look like given

  • SVG代表Scalable Vector Graphics 。 SVG是一种基于XML的矢量图形格式。 它提供了绘制不同形状的选项,如直线,矩形,圆形,椭圆等。因此,使用SVG设计可视化为您提供更多功能和灵活性。 SVG的功能 SVG的一些显着特征如下 - SVG是基于矢量的图像格式,它是基于文本的。 SVG在结构上与HTML类似。 SVG可以表示为Document object model 。

  • This introduction describes the conceptual difference between the declaractive style used by Flutter, and the imperative style used by many other UI frameworks. Why a declarative UI? Frameworks from W

  • Finagle 是 Twitter 研发的RPC系统。 这篇博客 解释了其动机和核心设计原则, finagle README 包含更详细的文档。Finagle的目标是方便地建立强大的客户端和服务器。 Finagle-Friendly REPL 我们将要讨论的不是标准Scala的代码。如果你喜欢使用REPL学习,你可能想知道如何获得一个加入Finagle 及其依赖的 Scala REPL。 你可以在