https://github.com/danielmusau/alx-system_engineering-devops
⚙️ System Engineering and Devops training module
https://github.com/danielmusau/alx-system_engineering-devops
bash-script devops linux system-engineering
Last synced: about 2 months ago
JSON representation
⚙️ System Engineering and Devops training module
- Host: GitHub
- URL: https://github.com/danielmusau/alx-system_engineering-devops
- Owner: DanielMusau
- Created: 2023-01-16T14:04:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T12:20:32.000Z (about 3 years ago)
- Last Synced: 2026-04-30T12:34:55.675Z (about 2 months ago)
- Topics: bash-script, devops, linux, system-engineering
- Language: Shell
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System engineering & Devops
Module of System engineering and Devops, carried out during Full Stack Software Engineering studies at alx School.
## Projects
All of the follwoing folders are projects done during the studies:
| Project name | Description |
| ------------ | ----------- |
| [`0x00-shell_basics`](https://github.com/DanielMbithiMusau/alx-system_engineering-devops/tree/master/0x00-shell_basics) | It aims to teach about basic commands, navigation, files and directories in Shell.|
| [`0x01-shell_permissions`](https://github.com/DanielMbithiMusau/alx-system_engineering-devops/tree/master/0x01-shell_permissions) | It aims to teach about man pages, permissions (owner, group and other) of files and directories in Shell.|
| [`0x02-shell_redirections`](https://github.com/DanielMbithiMusau/alx-system_engineering-devops/tree/master/0x02-shell_redirections) | It aims to teach about how to handle standard input and output and how to combine commands and filters with redirectiosn in Shell.|
| [`0x03-shell_variables_expansions`](https://github.com/DanielMbithiMusau/alx-system_engineering-devops/tree/master/0x03-shell_variables_expansions) | It aims to teach about alias builtin, help builtin, local, global and reserved variables (PATH, HOME and PS1), special parameters `$?` and single and double quotes in Shell.|
| [`0x04-loops_conditions_and_parsing`](https://github.com/DanielMbithiMusau/alx-system_engineering-devops/tree/master/0x04-loops_conditions_and_parsing) | It aims to teach about loops (`while`, `until` and `for`), condition statements (`if`, `else`, `elif` and `case`), shebangs and how to create SSH keys with Bash.|
| [`0x05-processes_and_signals`](https://github.com/DanielMbithiMusau/alx-system_engineering-devops/tree/master/0x05-processes_and_signals) | It aims to teach about PID, processes and commands that handles them (`ps`, `pgrep`, `pkill`, `kill`, etc) in Bash|
| [`0x09-web_infrastructure_design`](https://github.com/DanielMbithiMusau/alx-system_engineering-devops/tree/master/0x09-web_infrastructure_design) | It aims to teach about how to design a Web Infrastructure.|
| [`0x0A-configuration_management`](https://github.com/DanielMbithiMusau/alx-system_engineering-devops/tree/master/0x0A-configuration_management) | It aims to teach about server configuration management using Puppet.|