|
1 | 1 | # Shell-scripting |
2 | | -## Inspired by A Project-Based Approach Shell Scripting Course <br/> |
| 2 | +## Includes own developed Prod Scripts and A Project-Based Shell Scripts <br/> |
3 | 3 | ## Technologies and Tools <br/> |
4 | | -      |
5 | | - |
6 | | -**Goal:** <br/> |
7 | | -The goal of this repository is to run shell scripts in a local Linux lab environment. Once you have the environment |
8 | | -configured you can quickly and easily create and destroy Linux virtual machines on your Windows, |
9 | | -Mac, or Linux computer. |
10 | | - |
11 | | -*First Part of Scripting* <br/> |
12 | | -Add users to a Linux system <br/> |
13 | | -All basics in the process <br/> |
14 | | - |
15 | | -*Second Part of Scripting* <br/> |
16 | | -Text and data manipluation through pipes<br/> |
17 | | -Handling command line arguments <br/> |
18 | | -Using special positional parameters <br/> |
19 | | -Generating random Passwords <br/> |
20 | | - |
21 | | -*Additionally* <br/> |
22 | | -Using for and while loops <br/> |
23 | | -Mastering I/O <br/> |
24 | | -Linux programming conventions <br/> |
| 4 | +      |
| 5 | + |
| 6 | +**Description:** <br/> |
| 7 | +The purpose of this repository files is to run shell scripts in a local Linux lab environment and test them before deploying the prod environment. Once you have the environment configured you can quickly and easily create and destroy Linux virtual machines on your Windows, Mac, or Linux computer. |
| 8 | + |
| 9 | +*Use case of Scripts* <br/> |
| 10 | +- Add users to a Linux system <br/> |
| 11 | +- All basics in the process <br/> |
| 12 | +- Text and data manipluation through pipes<br/> |
| 13 | +- Handling command line arguments <br/> |
| 14 | +- Using special positional parameters <br/> |
| 15 | +- Generating random Passwords <br/> |
| 16 | +- Using for and while loops <br/> |
| 17 | +- Mastering I/O <br/> |
| 18 | +- Linux programming conventions <br/> |
25 | 19 |
|
26 | 20 | ## How to run <br/> |
27 | 21 | Install an SSH Client (Windows Users Only) <br/> |
|
0 commit comments