https://github.com/micahondiwa/alx-system_engineering-devops
System Engineering DevOps with ALX and Holberton School.
https://github.com/micahondiwa/alx-system_engineering-devops
bash devops flask loops postman regex regular-expression restful-api shell shell-script web-service wsgi
Last synced: 3 months ago
JSON representation
System Engineering DevOps with ALX and Holberton School.
- Host: GitHub
- URL: https://github.com/micahondiwa/alx-system_engineering-devops
- Owner: micahondiwa
- Created: 2022-09-01T15:35:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T11:26:52.000Z (over 2 years ago)
- Last Synced: 2025-02-09T07:35:35.088Z (about 1 year ago)
- Topics: bash, devops, flask, loops, postman, regex, regular-expression, restful-api, shell, shell-script, web-service, wsgi
- Language: Shell
- Homepage: https://github.com/micahondiwa/alx-system_engineering-devops
- Size: 470 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alx-system_engineering-devops
- Projects done during my Full Stack Software Engineering studies at [ALX Africa](https://www.alxafrica.com/software-engineering-2022/), a course offered by [Holberton School](https://www.holbertonschool.com/)
## Technologies
- Files written in ```vi```, ```vim```, and ```emacs``` editors.
- C files compiled using ```gcc 9.4.0```.
- C files wriiten according to the betty coding style. Checked using [betty-style.pl](https://github.com/holbertonschool/Betty/blob/master/betty-style.pl) and [betty-doc.pl](https://github.com/holbertonschool/Betty/blob/master/betty-doc.pl).
- Files tested on ```Ubuntu 20.04``` LTS using ```gcc```
## Directories
| Directory | Description|
| --- | --- |
|[0x00-shell_basics](0x00-shell_basics)| Implements basics shell commands, file manipulation, and keyboard shortucts for Bash.|
|[0x01-shell_permissions](0x01-shell_permissions)|Implements shell permission commands including ```chmod```, ```sudo```, ```su```, ```chown```, ```chgrp```|
|[0x02-shell_redirections](0x02-shell_redirections)|Implements she;; redirection commands including ```head```, ```tail```, ```find```, ```wc```, ```sort```, ```uniq```, ```grep```, ```tr```|
|[0x03-shell_variables_expansions](0x03-shell_variables_expansions)|Implementing variable expansions commands including ```printenv```,```set```,```unset```,```export```,```alias```,```unalias```,```.```,```source```,```printf```|
|[0x04-loops_conditions_and_parsing](0x04-loops_conditions_and_parsing)|Implenting loops_conditions_and_parsing with bash scripts.|
|[0x05-processes_and_signals](0x05-processes_and_signals)|processes andsignals in bash|
|[0x06-regular_expressions](0x06-regular_expressions)| Regular expressions with Ruby|
|[command_line_for_the_win](command_line_for_the_win)|Solutions for the [CDMChallenge](https://cmdchallenge.com/|
Contributer: Micah Ondiwa