{"id":22706498,"url":"https://github.com/wendymunyasi/alx-system_engineering-devops","last_synced_at":"2025-04-13T12:13:00.128Z","repository":{"id":47873300,"uuid":"465380510","full_name":"wendymunyasi/alx-system_engineering-devops","owner":"wendymunyasi","description":"Learn devops practices.","archived":false,"fork":false,"pushed_at":"2022-12-30T18:54:25.000Z","size":622,"stargazers_count":7,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T12:12:53.305Z","etag":null,"topics":["bash","ci-cd","debugging","devops","network","scripting","shell","shell-script","sys-admin","syscall"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wendymunyasi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-02T16:19:51.000Z","updated_at":"2024-06-13T09:57:29.000Z","dependencies_parsed_at":"2023-01-31T13:45:45.764Z","dependency_job_id":null,"html_url":"https://github.com/wendymunyasi/alx-system_engineering-devops","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wendymunyasi%2Falx-system_engineering-devops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wendymunyasi%2Falx-system_engineering-devops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wendymunyasi%2Falx-system_engineering-devops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wendymunyasi%2Falx-system_engineering-devops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wendymunyasi","download_url":"https://codeload.github.com/wendymunyasi/alx-system_engineering-devops/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248710448,"owners_count":21149191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","ci-cd","debugging","devops","network","scripting","shell","shell-script","sys-admin","syscall"],"created_at":"2024-12-10T10:08:50.889Z","updated_at":"2025-04-13T12:13:00.106Z","avatar_url":"https://github.com/wendymunyasi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Name\n**System engineering \u0026 DevOps**\n\n## Author's Details\nName: *Wendy Munyasi.*\n\nEmail: *wendymunyasi@gmail.com*\n\nTel: *+254707240068.*\n\n## Technologies\n* Shell Scripts written in Bash 5.0.17(1).\n* Tested on Ubuntu 20.04 LTS.\n\n## Projects\nAll of the following folders are projects done during the studies:\n\n| Project name | Description |\n| ------------ | ----------- |\n| [`0x00. Shell, basics`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x00-shell_basics) | It aims to learn about basics commands, navigation, files and directories in **Shell**.|\n| [`0x01. Shell, permissions`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x01-shell_permissions) | It aims to learn about man pages, permissions (owner, group and other) of files and directories in **Shell**.|\n| [`0x02. Shell, I/O Redirections and filters`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x02-shell_redirections) | It aims to learn about how to handle standard input and output and how to combine commands and filters with redirections in **Shell**.|\n| [`0x03. Shell, init files, variables and expansions`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x03-shell_variables_expansions) | It aims to learn about alias builtin, help builtin, local, global and reserved variables (PATH, HOME and PS1), special parameters `$?` and single an double quotes in **Shell**.|\n| [`0x04. Loops, conditions and parsing`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x04-loops_conditions_and_parsing) | It aims to learn about loops (`while`, `until` and `for`), condition statements (`if`, `else`, `elif` and `case`), shebangs and how to create SSH keys with **Bash**.|\n| [`0x05. Processes and signals`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x05-processes_and_signals) | It aims to learn about PID, processes and commands that handles them (`ps`, `pgrep`, `pkill`, `kill`, etc) in **Bash**.|\n| [`0x06. Regular expression`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x06-regular_expressions) | It aims to learn about how to build a regular expression.|\n| [`0x07. Networking basics #0`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x07-networking_basics) | It aims to learn about the OSI model, LAN, WAN and the basics of networking.|\n| [`0x08. Networking basics #1`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x08-networking_basics_2) | It aims to learn more about networking, localhosts and `/etc/hosts`.|\n| [`0x09. Web infrastructure design`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x09-web_infrastructure_design) | It aims to learn more about web infrastructure design, HTTPS, DNS etc.|\n| [`0x10. HTTPS SSL`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x10-https_ssl) | It aims to learn about SSL and SSL termination.|\n| [`0x12. Web stack debugging #2`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x12-web_stack_debugging_2) | It aims to learn more about Linux commands.|\n| [`0x13. Firewall`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x13-firewall) | It aims to learn about firewall - blocking traffic and port forwading.|\n| [`0x14. MySQL`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x14-mysql) | It aims to learn about mySQL databases.|\n| [`0x15. API`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x15-api) | It aims to learn about REST APIs.|\n| [`0x16. API advanced`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x16-api_advanced) | It aims to learn amore about APIs.|\n| [`0x17. Web stack debugging #3`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x17-web_stack_debugging_3) | It aims to learn more about debugging web applications.|\n| [`0x18. Webstack monitoring`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x18-webstack_monitoring) | It aims to learn about application monitoring and server monitoring.|\n| [`0x0A. Configuration management`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x0A-configuration_management) | It aims to learn about puppet.|\n| [`0x0B. SSH`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x0B-ssh) | It aims to learn about servers and SSH.|\n| [`0x0C. Web server`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x0C-web_server) | It aims to learn about web servers, child processes and HTTP requests.|\n| [`0x0D. Web stack debugging #0`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x0D-web_stack_debugging_0) | It aims to learn about webstack debugging, docker and network basics.|\n| [`0x0E. Web stack debugging #1`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x0E-web_stack_debugging_1) | It aims to learn more about webstack debugging and **nginx** server.|\n| [`0x0F. Load balancer`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x0F-load_balancer) | It aims to learn about load balancing and HAproxy.|\n| [`0x1A. Application server`](https://github.com/wendymunyasi/alx-system_engineering-devops/tree/master/0x1A-application_server) | It aims to learn about application server vs web server.|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwendymunyasi%2Falx-system_engineering-devops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwendymunyasi%2Falx-system_engineering-devops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwendymunyasi%2Falx-system_engineering-devops/lists"}