Skip to content

Commit

Permalink
add troubleshooting exercise 1 + update reading material (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radha13 authored Apr 3, 2024
1 parent 9021f58 commit 7a94def
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/content/workbooks/workbook-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ weight=2
- [ ] [Troubleshooting Primer](../../primers/troubleshooting/)
- [ ] [Linux process Intro](https://tldp.org/LDP/tlk/kernel/processes.html)
- [ ] [Linux Process and Signals](https://www.bogotobogo.com/Linux/linux_process_and_signals.php) - This doc has some commands to give you an insight on how to view processes and pass signals to a process; we recommend running those commands and documenting your learning.
- [ ] [PHP fastcgi](https://www.php.net/manual/en/install.fpm.php)
- [ ] [Systemctl](https://www.freedesktop.org/software/systemd/man/systemctl.html) and then [this](https://www.redhat.com/sysadmin/linux-systemctl-manage-services)
- [ ] [Nginx](https://nginx.org/en/docs/) and [How request processing works in Nginx](https://nginx.org/en/docs/http/request_processing.html)
- [ ] [Nginx with PHP FastCGI](https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/)

## Projects

- [ ] [Servers & databases](../../projects/server-database)
- [ ] [Multiple Servers](../../projects/multiple-servers)
- [ ] [Docker & Cloud Deployment](../../projects/docker-cloud)
- [ ] [gRPC](../../projects/grpc-client-server)
- [ ] [Troubleshooting project #1](https://docs.google.com/document/d/1V6HEu_OcJ3MHH-aHzUfANf06VJa1rPcGHcpBwql7QLA/edit#heading=h.cjnguaxmynan) TOADD
- [ ] [Troubleshooting project #1](https://docs.google.com/document/d/1V6HEu_OcJ3MHH-aHzUfANf06VJa1rPcGHcpBwql7QLA/edit#heading=h.jwm4rlknw31h)

## Product

Expand Down

0 comments on commit 7a94def

Please sign in to comment.