From d7b6616cbc0285eebd7a9c3cffa22f5d0261adf3 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Mon, 8 Apr 2024 09:10:53 +0100 Subject: [PATCH] Move content from workbook 1 to 7 It got accidentally added to the wrong place in #179 --- website/content/workbooks/workbook-1.md | 6 +----- website/content/workbooks/workbook-7.md | 6 +++++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/content/workbooks/workbook-1.md b/website/content/workbooks/workbook-1.md index 1e4b8f2ba..8740013f7 100644 --- a/website/content/workbooks/workbook-1.md +++ b/website/content/workbooks/workbook-1.md @@ -12,10 +12,6 @@ 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 @@ -23,7 +19,7 @@ weight=2 - [ ] [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.jwm4rlknw31h) +- [ ] [Troubleshooting project #1](https://docs.google.com/document/d/1V6HEu_OcJ3MHH-aHzUfANf06VJa1rPcGHcpBwql7QLA/edit#heading=h.cjnguaxmynan) TOADD ## Product diff --git a/website/content/workbooks/workbook-7.md b/website/content/workbooks/workbook-7.md index b6aad969b..cf1e70acf 100644 --- a/website/content/workbooks/workbook-7.md +++ b/website/content/workbooks/workbook-7.md @@ -22,6 +22,10 @@ In the CYF+ process your goal is to demonstrate the profile of an engineer at a - [ ] [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 @@ -29,7 +33,7 @@ In the CYF+ process your goal is to demonstrate the profile of an engineer at a - [ ] [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