Amélioration i18n et navigation catégories
- Add English translations for presentation page and homepage - Remove project numbers (P02-P13) from OpenClassrooms project titles - Convert category pages to show content with DocCardList component - Fix broken links to category pages
This commit is contained in:
parent
ed989ff004
commit
816e50ae84
25 changed files with 282 additions and 88 deletions
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# OpenClassrooms Projects
|
||||
|
||||
This section brings together the **12 technical projects** completed as part of my **Systems, Networks and Security Administrator** training at OpenClassrooms (November 2024 - November 2025).
|
||||
|
|
@ -8,17 +12,23 @@ Each project corresponds to a professional simulation with concrete deliverables
|
|||
|
||||
## Overview
|
||||
|
||||
| Project | Topic | Key Technologies |
|
||||
|---------|-------|------------------|
|
||||
| P2 | ITSM Management | GLPI, ITIL |
|
||||
| P3 | Network Architecture | VLAN, Firewall, Draw.io |
|
||||
| P4 | N-tier Architecture | Docker, LAMP, DNS |
|
||||
| P5 | Web Security | Apache, Fail2ban, SSL, vsftpd |
|
||||
| P6 | Remote Site | VPN IPsec, AD DS, RODC, GPO |
|
||||
| P7 | Cisco Network | VLAN, ACL, NAT, IPv6, Packet Tracer |
|
||||
| P8 | Monitoring | Nagios, Rsyslog |
|
||||
| P9 | Fleet Management | Ansible, GLPI, AGDLP |
|
||||
| P10 | Backups | Bash, Rsync, Cron |
|
||||
| P11 | ANSSI Compliance | IS Mapping, Architecture |
|
||||
| P12 | AD Security Audit | Pentesting, Mimikatz, Kerberoasting |
|
||||
| P13 | Cloud Migration | AWS, TAD, Gantt |
|
||||
| Topic | Key Technologies |
|
||||
|-------|------------------|
|
||||
| ITSM Management | GLPI, ITIL |
|
||||
| Network Architecture | VLAN, Firewall, Draw.io |
|
||||
| N-tier Architecture | Docker, LAMP, DNS |
|
||||
| Web Security | Apache, Fail2ban, SSL, vsftpd |
|
||||
| Remote Site | VPN IPsec, AD DS, RODC, GPO |
|
||||
| Cisco Network | VLAN, ACL, NAT, IPv6, Packet Tracer |
|
||||
| Monitoring | Nagios, Rsyslog |
|
||||
| Fleet Management | Ansible, GLPI, AGDLP |
|
||||
| Backups | Bash, Rsync, Cron |
|
||||
| ANSSI Compliance | IS Mapping, Architecture |
|
||||
| AD Security Audit | Pentesting, Mimikatz, Kerberoasting |
|
||||
| Cloud Migration | AWS, TAD, Gantt |
|
||||
|
||||
## Project List
|
||||
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
|
||||
<DocCardList />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue