From e02100001797e5ca8dbdeb6353e1260ed92309d8 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Mon, 3 Sep 2018 00:14:28 +0300 Subject: [PATCH] Update H4 --- exercises/h4.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exercises/h4.md b/exercises/h4.md index 495f8de..913268c 100644 --- a/exercises/h4.md +++ b/exercises/h4.md @@ -272,7 +272,7 @@ newuser@goauldhost:~$ mkdir -p ./source_codes/apache2 && cd ./source_codes/apach newuser@goauldhost:~/source_codes/apache2$ apt-get source apache2 ``` -After which add [source code patch file](https://github.com/Fincer/linux-server-setup/blob/master/patches/patch_apache_servertokens.patch) into created `$HOME/source_codes/apache2` folder. +After which add [source code patch file](https://raw.githubusercontent.com/Fincer/linux-server-setup/master/patches/patch_apache_servertokens.patch) into created `$HOME/source_codes/apache2` folder. **NOTE:** I have personally created the patch file with Unix tool `diff`. The patch file is not downloaded from any suspicious website. You can always check & analyse the patch file code yourself if still hesitating. @@ -305,6 +305,7 @@ newuser@goauldhost:~/source_codes/apache2/apache2-2.4.18$ sudo apt-get install d Compile and install the Apache web server: +``` newuser@goauldhost:~/source_codes/apache2/apache2-2.4.18$ dpkg-buildpackage -rfakeroot -b -us -uc ...