You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,26 @@ Join this developer community, and we can all learn together, build together, an
80
80
81
81
For more information, please visit [https://www.devdojo.com](https://www.devdojo.com?ref=bobbyiliev) or follow [@thedevdojo](https://twitter.com/thedevdojo) on Twitter.
82
82
83
+
## 🕸️ Web Page
84
+
85
+
A web page showcasing the eBook:
86
+
87
+
[Introduction to Bash Scripting Web Page](https://ebook.bobby.sh/)
88
+
89
+
The web page was built using [Tails](http://devdojo.com/tails), a new `kick-ass` drag-and-drop TailwindCSS page builder!
90
+
91
+
## 💻 Interactive training
92
+
93
+
You can follow the interactive training online here:
94
+
95
+
[Introduction to Bash Scripting Interactive training](https://ebook.bobby.sh/training.html)
96
+
97
+
The training was built with Katacoda. You can find the Katacoda repository [here](https://github.com/bobbyiliev/katacoda).
98
+
99
+
For more information on how to use Katacoda make sure to follow the steps from this tutorial here:
100
+
101
+
[How to Use Katacoda to Create Highly Engaging Training Tutorials](https://devdojo.com/bobbyiliev/how-to-use-katacoda-to-create-highly-engaging-training-tutorials)
102
+
83
103
## 👋 About the author
84
104
85
105
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.
@@ -111,6 +131,8 @@ If you ever need to create a graphic, poster, invitation, logo, presentation –
Copy file name to clipboardExpand all lines: content/000-about-the-author.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# About the book
2
2
3
+
***This version was published on Dec 12 2020**
4
+
3
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 tedious and repetitive daily tasks so that you can focus on more productive and fun things.
4
6
5
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.
<title>Bobby Iliev - Introduction to Bash Scripting</title>
7
+
<metaname="Description" content="This is an open-source introduction to Bash scripting 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.">
8
+
<metaname="keywords" content="Bobby Iliev, blog, sysadmin, system administrator, linux, devops, bash, bash scripting, free bash ebook, introduction to bash scripting">
<metaproperty="og:title" content="Bobby Iliev - Introduction to Bash Scripting" />
12
+
<metaproperty="og:description" content="This is an open-source introduction to Bash scripting 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..." />
<metaname="twitter:title" content="Bobby Iliev - Introduction to Bash Scripting"/>
16
+
<metaname="twitter:description" content="This is an open-source introduction to Bash scripting 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... " />
0 commit comments