https://github.com/codewithsegnet/alx-system_engineering-devops
Learning how to navigate in an Unix system, How to list files and directories, How to display the content of a file, How to create a file or directory, How to remove a file or directory and How to move or copy a file or directory
https://github.com/codewithsegnet/alx-system_engineering-devops
bash linux ruby
Last synced: 2 months ago
JSON representation
Learning how to navigate in an Unix system, How to list files and directories, How to display the content of a file, How to create a file or directory, How to remove a file or directory and How to move or copy a file or directory
- Host: GitHub
- URL: https://github.com/codewithsegnet/alx-system_engineering-devops
- Owner: CodewithSegNet
- Created: 2022-08-31T14:23:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T12:43:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T08:23:36.374Z (4 months ago)
- Topics: bash, linux, ruby
- Language: Shell
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 0x00 ALX System Engineering and DevOps 💥
>Learning bash, scripting, networking and web infra right now, been wanting to get on this. It's going to be FUN !!.
## About
- This repository consists of all the Subject projects done with [ALX Software Engineering Program](https://www.alxafrica.com/) Full stack course in partnership with [Holberton School](https://www.holbertonschool.com/) by [Segnet](https://https://github.com/CodewithSegNet).
---
- [0x00](./0x00-shell_basics) : Writing basic bash scripts that perform basic stuff.
- [0x01](./0x01-shell_permissions) : Linux permissions.
- [0x02](./0x02-shell_redirections) : Shell, I/O Redirections and filters.
- [0x03](./0x03-shell_variables_expansions) : Shell, init files, variables and expansions.
- [0x04](./0x04-loops_conditions_and_parsing) : Loops, conditions and parsing.
- [0x05](./0x05-processes_and_signals) : Processes and signals.
- [0x06](./0x06-regular_expressions) : Regular expression.
- [0x07](./0x07-networking_basics) : Networking basics #0.
- [0x08](./0x08-networking_basics_2) : Networking basics #1.
- [0x09](./0x09-web_infrastructure_design) : web infrastructure design.
- [0x0A](./0x0A-configuration_management) : configuration management.
- [0x0B](./0x0B-ssh) : ssh.
- [0x0C](./0x0C-web_server) : web server.
- [0x0D](./0x0D-web_stack_debugging_0) : web stack debugging #0.