| Level | Category | Topic / Description | Link |
|---|---|---|---|
| π’ Beginner | Linux Basics | πΉ Linux File Permissions β Explanation of rwx, chmod, chown, umask, symbolic and numeric modes with examples and diagrams. |
View Notes |
| π’ Beginner | Shell Scripting | πΉ Bash Scripting Basics β Variables, loops, conditionals, functions, I/O redirection, and automation fundamentals. | View Notes |
| π’ Beginner | Linux Commands Collection | πΉ Kali Linux All Commands β Essential Kali commands for penetration testing, system checks, and network tools. | View Notes |
| πΉ Ubuntu Commands Reference | View | ||
| πΉ Fedora Commands Reference | View | ||
| π‘ Intermediate | Web Server Setup | πΉ Nginx Setup & Configuration β Step-by-step guide for installing and configuring Nginx, directory structure, and virtual hosts. | View Notes |
| π Advanced | Network Troubleshooting | πΉ Nginx Troubleshooting Guide β Diagnosing connection issues, DNS, reverse proxy problems, and HTTP response code analysis. | View Notes |
| π Advanced | Network Forensics | πΉ Network Forensics & Packet Analysis β Using tools like Wireshark, tcpdump, and analyzing ICMP, HTTP, and TCP behavior. | View Notes |
| π΄ Expert | Nmap & Security Analysis | πΉ IP Not Found in Nmap β Steps to troubleshoot unreachable IPs, ICMP filters, firewall rules, routing, and port scans. | View Notes |
| π΄ Expert | Firewall & Security Configuration | πΉ Allow Firewall Rules for Nginx β Configure UFW, firewalld, iptables to allow ports and IP-specific access in Linux or cloud. | View Notes |
graph TD
A[Linux Basics] --> B[Bash Scripting]
B --> C[Ubuntu & Fedora Commands]
C --> D[Nginx Setup]
D --> E[Nginx Troubleshooting]
E --> F[Network Forensics]
F --> G[Firewall & Security Configuration]
G --> H[Nmap & Network Analysis]