Skip to content

Commit cf73c26

Browse files
authored
Merge pull request #278 from cmckee786/u16-fixes
fixes/feats(u16): add intro and worksheet, fix lab redundancies
2 parents f7cf2ac + bc2c4d8 commit cf73c26

3 files changed

Lines changed: 62 additions & 11 deletions

File tree

src/u16intro.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,47 @@
55
</p>
66
</div>
77

8-
## Under Construction
8+
## Overview
9+
10+
---
11+
12+
This unit introduces Incident Response, a critical discipline in cybersecurity and systems administration focused on identifying,
13+
containing, eradicating, recovering from, and learning from system incidents. This unit also demonstrates the crucial need for
14+
policies and procedures in the likely event an incident occurs which facilitate successful remedies for administrators during
15+
stressful events.
16+
17+
By the end of this unit, you'll understand the key phases and practices for developing and executing an effective incident
18+
response plan within enterprise environments to minimize the impact of system incidences.
19+
20+
## Learning Objectives
21+
22+
---
23+
24+
**By the end of this unit, you should be able to:**
25+
26+
- Define the stages of the incident response lifecycle.
27+
- Understand the roles and responsibilities within an incident response team.
28+
- Outline steps for initial incident detection and triage.
29+
- Describe methods for system recovery and post-incident analysis.
30+
31+
## Relevance & Context
32+
33+
---
34+
35+
Incident response is paramount as it directly impacts an organization's ability to minimize the damage and financial costs associated
36+
with events like misconfigurations, bugs, security breaches or vulnerabilities, and more by enabling rapid action.
37+
38+
An effective incident response plan also ensures business continuity, allowing systems and data to be restored efficiently and maintaining
39+
critical operations. Furthermore, robust incident response demonstrates adherence to regulatory compliance and builds trust with customers and stakeholders.
40+
41+
## Prerequisites
42+
43+
---
44+
45+
**Before beginning this unit, ensure you understand:**
46+
47+
- Basic networking concepts (TCP/IP, common protocols).
48+
- Fundamental operating system concepts (Linux/Windows file systems, processes, logging).
49+
- How to troubleshoot `systemctl` and systemd, `fstab`, `mount`, and Logical Volume Manager (LVM) tools.
50+
- Linux disk, partition, and mount configurations.
51+
- `dnf` and how to update system packages.

src/u16lab.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,13 @@ The lab has been provided for convenience below:
2525
- <a href="./assets/downloads/u16/u16_lab.txt" target="_blank" download>📥 u16_lab(`.txt`)</a>
2626
- <a href="./assets/downloads/u16/u16_lab.docx" target="_blank" download>📥 u16_lab(`.docx`)</a>
2727

28-
> Be sure to `reboot` the lab machine from the command line when you are done.
28+
## LAB
2929

3030
---
3131

32-
## LAB
33-
3432
You have the answers here, if they ask, you may give them hints. Otherwise, you can help them find the
3533
right solution any way you want to.
3634

37-
---
38-
3935
### Scenario 1:
4036

4137
- Connect to `tshoot1@prolug.asuscomm.com`
@@ -84,8 +80,6 @@ Ensure that the server can be reached by external connection attempts on port 80
8480
<b>Reboot the lab machine when finished.</b>
8581
</div>
8682

87-
---
88-
8983
### Scenario 2:
9084

9185
- Connect to `tshoot2@prolug.asuscomm.com`
@@ -139,8 +133,6 @@ Same way as above.
139133
<b>Reboot the lab machine when finished.</b>
140134
</div>
141135

142-
---
143-
144136
### Scenario 3:
145137

146138
- Connect to `tshoot3@prolug.asuscomm.com`

src/u16ws.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,20 @@
55
</p>
66
</div>
77

8-
## Under Construction
8+
## Instructions
9+
10+
---
11+
12+
No worksheet or discussion for this unit, course wrap up and lecture only.
13+
14+
### Unit 16 Recording
15+
16+
<iframe
17+
src="https://www.youtube.com/embed/VJ0Z9O_7j48"
18+
style="width: 100%; height: 100%; border: none; aspect-ratio: 16/9; border-radius: 1rem; background:black"
19+
title="Unit 16 Recording - ProLUG Linux Systems Administration Course - Free in Discord"
20+
frameborder="0"
21+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
22+
referrerpolicy="strict-origin-when-cross-origin"
23+
allowfullscreen>
24+
</iframe>

0 commit comments

Comments
 (0)