The repository is about me journeying through the basics of system engineering - devops - under the auspieces of ALX
Contained in the repo are the following projects:
| Project Title | About the Project |
|---|---|
| 0x00-shell_basics | How to use shell programs, such as; ls, cd, touch, mkdir... |
| 0x01-shell_permissions | Understanding commands such as chown, chmod, chgrp |
| 0x02-shell_redirections | Learning how to redirect between stdin, stdout and stderr |
| 0x03-shell_variables_expansions | Learning about environment (global/local) variables, alias ... |
| 0x04-loops_conditions_and_parsing | A deep dive into bash scripting |
| 0x05-processes_and_signals | About Linux PID, Linux processes and Linux signal |
| 0x06-regular_expression | Writing regex in ruby scripts |
| 0x07-networking_basics | The basics of networking; what netstat and ping is about |
| 0x08-networking_basics_2 | Learning about localhost |
| 0x09-web_infrastructure_design | DNS, monitoring, web server, network basics, load balancer, server |
| 0x0A-configuration_management | Configuration Management: Using puppet to automate certain configurations |
| 0x0B-ssh | Secure Shell connections, how to generate and use ssh key pair |
| 0x0C-web_server | About servers and web servers |
| 0x11-google.com | What happens when you type https://www.google.com in your browser and press Enter. DNS request TCP/IP Firewall HTTPS/SSL Database and more |
| 0x13-firewall | Installation and configuration of firewall on the server, port forwarding |