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