From 12a6144cd499b7fababd91efc433cbd857db2045 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Wed, 15 Aug 2018 11:40:09 +0300 Subject: [PATCH] H2: Sort list order --- exercises/h2.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/exercises/h2.md b/exercises/h2.md index deb5be0..38415b7 100644 --- a/exercises/h2.md +++ b/exercises/h2.md @@ -310,15 +310,15 @@ sudo apt-get install lynx libimage-exiftool-perl fakeroot **Example runtime screenshots of each program:** -1. ![lynx_img](https://github.com/Fincer/linux_server_setup/blob/master/images/h2-lynx.png) +1. Lynx (https://www.hs.fi - front page) - - Lynx (https://www.hs.fi - front page) +![lynx_img](https://github.com/Fincer/linux_server_setup/blob/master/images/h2-lynx.png) -2. ![exiftool_img](https://github.com/Fincer/linux_server_setup/blob/master/images/h2-exiftool.png) +2. Exiftool (examined CR2 file metadata) - - Exiftool (examined CR2 file metadata) +![exiftool_img](https://github.com/Fincer/linux_server_setup/blob/master/images/h2-exiftool.png) -3. ![fakeroot_img](https://github.com/Fincer/linux_server_setup/blob/master/images/h2-fakeroot.png) +3. fakeroot (asked who am i, accessed fakeroot environment, created a new file in fakeroot environment and asked who am i again. It is claimed that the current user is root although this is not true, as can be seen when exiting the fakeroot environment) - - fakeroot (asked who am i, accessed fakeroot environment, created a new file in fakeroot environment and asked who am i again. It is claimed that the current user is root although this is not true, as can be seen when exiting the fakeroot environment) +![fakeroot_img](https://github.com/Fincer/linux_server_setup/blob/master/images/h2-fakeroot.png)