Skip to content

Commit

Permalink
resolved bad link and moved recommended reading to labs
Browse files Browse the repository at this point in the history
  • Loading branch information
madebygps committed Oct 30, 2024
1 parent 77665c3 commit afaffeb
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/phase1/3-iac.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Finally we need to make sure Terraform is installed
- What does terraform init do?
- What does terraform apply do?
Great, when you're ready, move on to [Build and access the lab](4-ssh.md)
Great, when you're ready, move on to [SSH](4-ssh.md)
2 changes: 1 addition & 1 deletion docs/phase1/4-ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Now you need to learn how to access a virtual machine via SSH.

- Action: [Work through this exercise to practice your skills](https://learn.microsoft.com/training/modules/develop-on-remote-machine/)

Great job! When you're ready, move on to [Extra reading](5-reading.md)
Great job! When you're ready, move on to [the CTFs](5-ctf.md)
12 changes: 12 additions & 0 deletions docs/phase1/6-ctf.md → docs/phase1/5-ctf.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ Then follow the appropriate guide to deploy the environment.
- [Azure](https://github.com/learntocloud/ltc-linux-challenge/tree/main/azure)
- [GCP](https://github.com/learntocloud/ltc-linux-challenge/tree/main/gcp)

## Finding help

If you are stuck, leverage [man pages](https://itsfoss.com/linux-man-page-guide/)

## Recommended Reading

Optional but highly recommended books that you can use to learn more Linux and help you with this lab. Get the books, look up the command your stuck on in the appendix, read. These books are also great to go through entirely.

- Linux Basics for Hackers by OccupyTheWeb
- The Linux Command Line by William Shotts
- How Linux Works by Brian Ward

## Challenge 1: The Hidden File

**Objective:** Find a hidden file in the `ctf_challenges` directory and read its contents.
Expand Down
5 changes: 0 additions & 5 deletions docs/phase1/5-reading.md

This file was deleted.

17 changes: 8 additions & 9 deletions docs/phase1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ By the end of this phase, you will have:
| 1 | [Version Control](1-versioncontrol.md) | Week 1 | Day 1 |
| 2 | [Cloud CLI](2-cli.md) | Week 1 | Day 2 |
| 3 | [Infrastructure as Code](3-iac.md) | Week 1 | Day 3 |
| 4 | [Build and access the lab](4-buildthelab.md) | Week 1 | Day 4 |
| 5 | [Extra Reading](5-reading.md) | Week 1 | Day 5 |
| 6 | [Challenge 1: The hidden file](6-ctf.md) | Week 2 | Day 1 |
| 7 | [Challenge 2: The secret file](6-ctf.md) | Week 2 | Day 3 |
| 8 | [Challenge 3: The largest log](6-ctf.md) | Week 2 | Day 5 |
| 9 | [Challenge 4: The user detective](6-ctf.md) | Week 3 | Day 1 |
| 10 | [Challenge 5: The permissive file](6-ctf.md) | Week 3 | Day 3 |
| 11 | [Challenge 6: The hidden service](6-ctf.md) | Week 3 | Day 5 |
| 12 | [Challenge 7: The encoded secret](6-ctf.md) | Week 4 | Day 1 |
| 4 | [SSH](4-ssh.md) | Week 1 | Day 4 |
| 5 | [Challenge 1: The hidden file](5-ctf.md) | Week 2 | Day 1 |
| 7 | [Challenge 2: The secret file](5-ctf.md) | Week 2 | Day 3 |
| 8 | [Challenge 3: The largest log](5-ctf.md) | Week 2 | Day 5 |
| 9 | [Challenge 4: The user detective](5-ctf.md) | Week 3 | Day 1 |
| 10 | [Challenge 5: The permissive file](5-ctf.md) | Week 3 | Day 3 |
| 11 | [Challenge 6: The hidden service](5-ctf.md) | Week 3 | Day 5 |
| 12 | [Challenge 7: The encoded secret](5-ctf.md) | Week 4 | Day 1 |

0 comments on commit afaffeb

Please sign in to comment.