• Join CraxPro and earn real money through our Credit Rewards System. Participate and redeem credits for Bitcoin/USDT. Start earning today!
    Read the detailed thread here

Bash Shell Scripting, 2nd Edition

Currently reading:
 Bash Shell Scripting, 2nd Edition

0dayhome

Member
Amateur
LV
4
Joined
Nov 21, 2024
Threads
2,006
Likes
15
Awards
9
Credits
9,134©
Cash
0$
359020115_tuto.jpg

1.43 GB | 00:18:09 | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English


Files Included :
001 Bash Shell Scripting Introduction (17.65 MB)
001 Module introduction (2.2 MB)
001 Learning objectives (2.77 MB)
002 1 1 Installing Ubuntu Linux (20.85 MB)
003 1 2 Installing Red Hat Linux (19.79 MB)
004 1 3 Using Windows Subsystem for Linux (18.85 MB)
005 1 4 Using the Bash Shell in MacOS (4.94 MB)
001 Learning objectives (3.91 MB)
002 2 1 Understanding the Role of Bash (7.66 MB)
003 2 2 Using STDIN, STDOUT, STDERR and IO Redirection (28.13 MB)
004 2 3 Using Internal Commands (14.72 MB)
005 2 4 Using Variables (15.43 MB)
006 2 5 Working with alias (7.85 MB)
007 2 6 Using Bash Startup Files (17.84 MB)
008 2 7 Understanding Alternative Shells (10.86 MB)
009 2 8 Understanding Exit Codes (9.86 MB)
010 Lesson 2 Lab Using Bash (3.02 MB)
011 Lesson 2 Lab Solution Using Bash (11.81 MB)
001 Learning objectives (2.74 MB)
002 3 1 What is a Shell Script (6.32 MB)
003 3 2 What is a DevOps Environment (17.9 MB)
004 3 3 Bash and Other Shells (10.59 MB)
005 3 4 Shell Scripts vs Automation (10.34 MB)
006 3 5 Shell Scripts vs Python (7.47 MB)
007 3 6 Bash Shell Scripts vs PowerShell Scripts (4.25 MB)
008 Lesson 3 Lab Running a Bash Shell in Zsh (1.66 MB)
009 Lesson 3 Lab Solution Running a Bash Shell in Zsh (9.76 MB)
001 Learning objectives (3.91 MB)
002 4 1 Using echo (9.28 MB)
003 4 2 Using printf (15.95 MB)
004 4 3 Using Bash Options (12.48 MB)
005 4 4 Using Patterns (11.19 MB)
006 4 5 Using grep (17.12 MB)
007 4 6 Understanding Regular Expressions (24.17 MB)
008 4 7 Using cut and sort (10.07 MB)
009 4 8 Using tail and head (7.24 MB)
010 4 9 Using sed (13.49 MB)
011 4 10 Using awk (7.63 MB)
012 4 11 Considering External Tools and Performance (16.13 MB)
013 Lesson 4 Lab Using Linux Commands (2.86 MB)
014 Lesson 4 Lab Solution Using Linux Commands (11.59 MB)
001 Module introduction (1.64 MB)
001 Learning objectives (2.71 MB)
002 5 1 Choosing an Editor (3.95 MB)
003 5 2 Shell Scripts and IDEs (3.51 MB)
004 5 3 Core Bash Script Ingredients (27.76 MB)
005 5 4 Running the Scripts (5.64 MB)
006 5 5 Finding Help About Scripting Components (16.22 MB)
007 Lesson 5 Lab Writing your First Script (1.92 MB)
008 Lesson 5 Lab Solution Writing your First Script (7.66 MB)
001 Learning objectives (3.9 MB)
002 6 1 About Terminology (10.01 MB)
003 6 2 Quoting (10.6 MB)
004 6 3 Defining and Using Variables (36.79 MB)
005 6 4 Defining Variables with read (13.46 MB)
006 6 5 Separating Code from Site Specific Data (22.91 MB)
007 6 6 Viewing Variables (8.77 MB)
008 6 7 Handling Script Arguments (10.47 MB)
009 6 8 Using shift (9.08 MB)
010 6 9 Using Command Substitution (14.25 MB)
011 6 10 Using Here Documents (30.47 MB)
012 6 11 Using Functions (11.58 MB)
013 Lesson 6 Lab Working with Variables and Arguments (1.48 MB)
014 Lesson 6 Lab Solution Working with Variables and Arguments (15.24 MB)
001 Learning objectives (2.23 MB)
002 7 1 Working with Parameter Substitution (11.93 MB)
003 7 2 Using Pattern Matching Operators (24.3 MB)
004 7 3 Using Patterns and Extended Globbing (12.18 MB)
005 7 4 Calculating (29.62 MB)
006 7 5 Using tr (10.39 MB)
007 Lesson 7 Lab Transforming Input (1.67 MB)
008 Lesson 7 Lab Solution Transforming Input (9.11 MB)
001 Module introduction (1.68 MB)
001 Learning objectives (3.09 MB)
002 8 1 Using test (17.09 MB)
003 8 2 Using Simple if Statements (13.11 MB)
004 8 3 Using Logical Tests (21.1 MB)
005 8 4 Testing with [[ ]] (8.82 MB)
006 8 5 Using if then else (11.41 MB)
007 8 6 Using if then…else with elif (9.08 MB)
008 Lesson 8 Lab Using if then else (2.54 MB)
009 Lesson 8 Lab Solution Using if then else (30.51 MB)
001 Learning objectives (2.07 MB)
002 9 1 Applying Conditionals and Loops (8.94 MB)
003 9 2 Using for (11.68 MB)
004 9 3 Using case (17.29 MB)
005 9 4 Using while and until (17.28 MB)
006 9 5 Using break and continue (21.1 MB)
007 Lesson 9 Lab Using Conditional Statements (2.4 MB)
008 Lesson 9 Lab Solution Using Conditional Statements (21.99 MB)
001 Module introduction (2.18 MB)
001 Learning objectives (2.93 MB)
002 10 1 Working with Options (14.11 MB)
003 10 2 Using Variables in Functions (8.77 MB)
004 10 3 Defining Menu Interfaces (13.77 MB)
005 10 4 Using trap (22.92 MB)
006 Lesson 10 Lab Writing a Menu (1.53 MB)
007 Lesson 10 Lab Solution Writing a Menu (8.92 MB)
001 Learning objectives (2.64 MB)
002 11 1 Understanding Why Arrays are Useful (11.28 MB)
003 11 2 Understanding Array Types (5.33 MB)
004 11 3 Using Arrays (18.31 MB)
005 11 4 Reading Command Output into Arrays (28.82 MB)
006 11 5 Reading Command Output into Arrays - Alternative Approach (12.57 MB)
007 11 6 Looping through Arrays (9.17 MB)
008 Lesson 11 Lab Using Arrays (2.09 MB)
009 Lesson 11 Lab Solution Using Arrays (11.86 MB)
001 Learning objectives (2.78 MB)
002 12 1 Developing Step-by-Step (9.11 MB)
003 12 2 Using set Options (8.55 MB)
004 12 3 Including Debug Information (5.75 MB)
005 12 4 Writing Debug Information to a File (8.94 MB)
006 12 5 Running bash -x (5.93 MB)
007 Lesson 12 Lab Using Debug Techniques (1.11 MB)
008 Lesson 12 Lab Solution Using Debug Techniques (15.88 MB)
001 Learning objectives (5.39 MB)
002 13 1 Monitoring CPU Utilization (69.6 MB)
003 13 2 Rebooting and Picking up After Reboot (16.75 MB)
004 13 3 Using Advanced Pattern Matching Operators (5.72 MB)
005 13 4 Monitoring Processes (15.49 MB)
006 13 5 Evaluating a Lab Assignment (17.58 MB)
007 13 6 Installing a Kubernetes Cluster (17.13 MB)
008 13 7 Teaching your Kid how to Calculate (11.35 MB)
009 Lesson 13 Lab Addressing APIs from Shell Scripts (4.22 MB)
010 Lesson 13 Lab Solution Adressing APIs from Shell Scripts (21.26 MB)
001 Bash Shell Scripting Summary (1.24 MB)]
Screenshot
aJlyezsJ_o.jpg


Fikper
Code:
https://fikper.com/8bNyb47c4Y/Bash.Shell.Scripting.2nd.Edition.rar.html
FileAxa
Code:
https://fileaxa.com/38vzez06ooyk/Bash.Shell.Scripting.2nd.Edition.rar
RapidGator
Code:
https://rapidgator.net/file/41d547610f4dd3fdf943a5b5c1fd323b/Bash.Shell.Scripting.2nd.Edition.rar
TurboBit
Code:
https://turbobit.net/ja6kbr96e518/Bash.Shell.Scripting.2nd.Edition.rar.html
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Top Bottom