From 34ae3ab3a51f355b1435cb33735eadc1ec3efded Mon Sep 17 00:00:00 2001 From: Jan Helak Date: Mon, 16 Dec 2024 10:59:18 +0100 Subject: [PATCH] corrections --- zadania.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zadania.md b/zadania.md index e049b0d..f046639 100644 --- a/zadania.md +++ b/zadania.md @@ -124,7 +124,7 @@ Content-Security-Policy-Report-Only: default-src 'none'; form-action 'none'; fra 4. Wykorzystaj narzędzie [Siege](https://github.com/JoeDog/siege) aby przetestować wytrzymałość swojej infrastruktury. Poniżej przykład użycia: ```bash cd ~ - curl https://download.joedog.org/siege/siege-latest.tar.gz + wget https://download.joedog.org/siege/siege-latest.tar.gz tar -xvzf siege-latest.tar.gz cd siege-4.1.7/ chmod +x configure