An open API service indexing awesome lists of open source software.

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.

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