https://github.com/ssnnee/alx-system_engineering-devops
This repository is related to my training in software engineering in the ALX program.
https://github.com/ssnnee/alx-system_engineering-devops
api backend devops programming shell shell-script sysadmin
Last synced: 10 months ago
JSON representation
This repository is related to my training in software engineering in the ALX program.
- Host: GitHub
- URL: https://github.com/ssnnee/alx-system_engineering-devops
- Owner: Ssnnee
- Created: 2023-03-08T19:36:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T21:46:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T23:59:39.980Z (12 months ago)
- Topics: api, backend, devops, programming, shell, shell-script, sysadmin
- Language: Shell
- Homepage: https://www.alxafrica.com/
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alx System Engineering Devops
This repository contains the projects done during my software engineering training at ALX. It's about commands and all that kind of stuff.
## Description
The repository includes several projects that illustrate system engineering devops. The project mostly contains a buch of shell script. And most o it pass the Shellcheck.
## Project Structure
Each project is contained in its own directory, with a descriptive name indicating the concepts covered by the programs therein.
The directory structure is as follows:
| Project directory or file name | Description |
|------------------------|-------------|
| 0x00-shell_basics |
| 0x01-shell_permissions |
| 0x02-shell_redirections |
| 0x03-shell_variables_expansions |
| 0x04-loops_conditions_and_parsing |
| 0x05-processes_and_signals |
| 0x06-regular_expressions |
| 0x07-networking_basics |
| 0x08-networking_basics_2 |
| 0x09-web_infrastructure_design |
| 0x0A-configuration_management |
| 0x0B-ssh |
| 0x0C-web_server |
| 0x0F-load_balancer |
| 0x0E-web_stack_debugging_1 |
| 0x10-https_ssl |
| 0x11-what_happens_when_your_type_google_com_in_your_browser_and_press_enter | In this project we explain what happen when we type a URL and press "enter" |
| README.md | the root README file off the projects |
## Installation and Usage
To use the bash script contains in this repo just have to run it since thy are all executable:
```
./sript_name
```