From b113cbd855bb29b94c2e650e473f35693e922fcc Mon Sep 17 00:00:00 2001 From: Bagus Tris Atmaja Date: Thu, 8 Mar 2018 20:49:58 +0900 Subject: [PATCH 1/5] update the quesstion ch 03 --- _episodes/03-file-transfer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/03-file-transfer.md b/_episodes/03-file-transfer.md index 43a9962..4bc2bcb 100644 --- a/_episodes/03-file-transfer.md +++ b/_episodes/03-file-transfer.md @@ -3,7 +3,7 @@ title: "Transferring Files" teaching: 10 exercises: 0 questions: -- "FIXME" +- "How to use wget, curl and lftp to transfer file?" objectives: - "FIXME" keypoints: From 7816b3b1158da004bfcba8e0b31e6c2d4c24c6b0 Mon Sep 17 00:00:00 2001 From: Bagus Tris Atmaja Date: Thu, 8 Mar 2018 20:53:55 +0900 Subject: [PATCH 2/5] update question ch 01 --- _episodes/01-man-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/01-man-pages.md b/_episodes/01-man-pages.md index 585835f..686ff7f 100644 --- a/_episodes/01-man-pages.md +++ b/_episodes/01-man-pages.md @@ -3,7 +3,7 @@ title: "Manual Pages" teaching: 10 exercises: 0 questions: -- "FIXME" +- "How to use man pages?" objectives: - "FIXME" keypoints: From 93b8fa8489793410a8a5872e61fefa277f7801ef Mon Sep 17 00:00:00 2001 From: Bagus Tris Atmaja Date: Thu, 8 Mar 2018 21:05:58 +0900 Subject: [PATCH 3/5] Update question --- _episodes/05-directory-structure.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_episodes/05-directory-structure.md b/_episodes/05-directory-structure.md index 4421ad0..cee67e4 100644 --- a/_episodes/05-directory-structure.md +++ b/_episodes/05-directory-structure.md @@ -3,11 +3,15 @@ title: Directory structure teaching: 5 exercises: 0 questions: -- "FIXME" +- "Understanding the concept of Unix directory structure" objectives: - "FIXME" keypoints: - "FIXME" --- +All Unix files are integrated in a single directory structure. The file-system is arranged in a structure like an inverted tree. The top of this tree is the root and is written as a slash ‘/’. + +## The `tree` command + FIXME From 9bc607c2a0259c6c454154f0236152694c4de174 Mon Sep 17 00:00:00 2001 From: Bagus Tris Atmaja Date: Thu, 8 Mar 2018 21:09:40 +0900 Subject: [PATCH 4/5] Update question --- _episodes/07-aliases.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_episodes/07-aliases.md b/_episodes/07-aliases.md index ad02233..24cb775 100644 --- a/_episodes/07-aliases.md +++ b/_episodes/07-aliases.md @@ -3,11 +3,16 @@ title: Aliases and the .bashrc teching: 5 exercises: 0 questions: -- "FIXME" +- "How to customize shell environment" objectives: - "FIXME" keypoints: - "FIXME" --- +## The .bash_profile, .bash_logout, and .bashrc files + + +## Aliases + FIXME From eb718620bfade4f773ba70ae8c34d4b68f527332 Mon Sep 17 00:00:00 2001 From: Bagus Tris Atmaja Date: Thu, 8 Mar 2018 21:11:59 +0900 Subject: [PATCH 5/5] Update question and obj --- _episodes/08-environment-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_episodes/08-environment-variables.md b/_episodes/08-environment-variables.md index 2b4b7c7..d384a3e 100644 --- a/_episodes/08-environment-variables.md +++ b/_episodes/08-environment-variables.md @@ -3,9 +3,9 @@ title: Shell Variables teaching: 10 exercises: 0 questions: -- "FIXME" +- "How to change shell variables" objectives: -- "FIXME" +- "Undestanding shell variables" keypoints: - "FIXME" ---