From 59590da8092a584d5eafe4fdee701b1823dcf762 Mon Sep 17 00:00:00 2001 From: Oluwanifemi Ojewusi Date: Wed, 22 Oct 2025 19:29:06 +0100 Subject: [PATCH 1/2] Added Cybersecurity folder with beginner, intermediate, and advanced resources --- Cybersecurity/Cybersecurity/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Cybersecurity/Cybersecurity/README.md diff --git a/Cybersecurity/Cybersecurity/README.md b/Cybersecurity/Cybersecurity/README.md new file mode 100644 index 0000000..65da099 --- /dev/null +++ b/Cybersecurity/Cybersecurity/README.md @@ -0,0 +1,24 @@ +# Cybersecurity Resources + +## Beginner +- [Introduction to Cybersecurity](https://www.coursera.org/learn/intro-cyber-security) + A beginner-friendly course covering the basics of cybersecurity. + Duration: 4 weeks + +- [Cybersecurity Fundamentals by edX](https://www.edx.org/course/cybersecurity-fundamentals) + Covers basic security concepts, threats, and protection techniques. + Duration: 3 weeks + +## Intermediate +- [Network Security Essentials](https://www.coursera.org/learn/network-security) + Learn about firewalls, VPNs, and network protection techniques. + Duration: 4 weeks + +- [CompTIA Security+ Study Guide](https://www.professormesser.com/security-plus/sy0-601/) + Detailed guide to security principles and practices. + Duration: Self-paced + +## Advanced +- [Ethical Hacking & Penetration Testing](https://www.cybrary.it/course/ethical-hacking/) + Advanced guide to ethical hacking and penetration testing techniques. + Duration: From 9f57f68d8cdd4f20385523005c57d63b1892289a Mon Sep 17 00:00:00 2001 From: Oluwanifemi Ojewusi Date: Sat, 25 Oct 2025 04:16:28 +0100 Subject: [PATCH 2/2] Added Cisco and advanced cybersecurity resources --- Cybersecurity/Cybersecurity/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cybersecurity/Cybersecurity/README.md b/Cybersecurity/Cybersecurity/README.md index 65da099..c07bbc5 100644 --- a/Cybersecurity/Cybersecurity/README.md +++ b/Cybersecurity/Cybersecurity/README.md @@ -9,6 +9,10 @@ Covers basic security concepts, threats, and protection techniques. Duration: 3 weeks +- **[Cisco: Introduction to Cybersecurity](https://www.netacad.com/courses/cybersecurity/introduction-cybersecurity)** + Offered by Cisco Networking Academy, this free course introduces key cybersecurity concepts, including online safety, common threats, and how organizations defend themselves. + **Duration:** 15 hours + ## Intermediate - [Network Security Essentials](https://www.coursera.org/learn/network-security) Learn about firewalls, VPNs, and network protection techniques. @@ -18,6 +22,10 @@ Detailed guide to security principles and practices. Duration: Self-paced +- **[Cisco: Cybersecurity Essentials](https://www.netacad.com/courses/cybersecurity/cybersecurity-essentials)** + Continues from the Introduction course, covering how to secure networks, mitigate attacks, and understand cryptography and access control. + **Duration:** 30 hours + ## Advanced - [Ethical Hacking & Penetration Testing](https://www.cybrary.it/course/ethical-hacking/) Advanced guide to ethical hacking and penetration testing techniques.