Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scisamir/alx-system_engineering-devops
This repo contains my project on system engineering and devops on ALX
https://github.com/scisamir/alx-system_engineering-devops
bash-scripting configuration-management database debugging devops docker firewall git haproxy linux load-balancer mysql networking nginx puppet regular-expression ssh web-infrastructure-design web-server
Last synced: 18 days ago
JSON representation
This repo contains my project on system engineering and devops on ALX
- Host: GitHub
- URL: https://github.com/scisamir/alx-system_engineering-devops
- Owner: scisamir
- Created: 2023-02-11T23:04:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T18:48:48.000Z (10 months ago)
- Last Synced: 2024-10-31T04:05:50.794Z (2 months ago)
- Topics: bash-scripting, configuration-management, database, debugging, devops, docker, firewall, git, haproxy, linux, load-balancer, mysql, networking, nginx, puppet, regular-expression, ssh, web-infrastructure-design, web-server
- Language: Shell
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System engineering & DevOps
## Description
This repository contains directories each corresponding to a Software Engineering or DevOps project. These projects are part of the ALX Software Engineering year 1 curriculum. In these projects, we cover everything from the basics of the Linux Shell, Bash commands, Bash scripting, networking, APIs, and web-stack debugging to more advanced topics.## Contents
Directory | Description
------ | -------
[0x00-shell_basics](https://github.com/scisamir/alx-system_engineering-devops/tree/master/0x00-shell_basics) | Introduction to the basics of the Linux Shell
[0x01-shell_permissions](https://github.com/scisamir/alx-system_engineering-devops/tree/master/0x01-shell_permissions) | Introduction to Shell permissions and the file system
[0x02-shell_redirections](https://github.com/scisamir/alx-system_engineering-devops/tree/master/0x02-shell_redirections) | Introduction to Shell redirections
[0x03-shell_variables_expansions](https://github.com/scisamir/alx-system_engineering-devops/tree/master/0x03-shell_variables_expansions) | Introduction to Shell variable expansions
continues...