100%
GRIMOIRE
GrimoireDindon CorpusSynthesis VolumesThe Foundation of Iron
FRENAR
RATIO
TRAINING PLAN · 26 WEEKS · JUNE 2026
◆◆◆
THE FOUNDATION
OF IRON
Detailed Training Programme · 6 Months · 910 Hours
Restitution of the 2005 pathway, adapted for 2026 production readiness
26Weeks
910Total hours
10Pedagogical blocks
35hPer week
◆ PROGRAMME OBJECTIVE

This plan details, week by week, the pedagogical foundation presented in the "Anatomy of the Loss" document of this corpus. The pathway follows a deliberate progression principle: three weeks of compressed conceptual fundamentals, then a constant climb toward directly employable skills — systems, middleware and networking, which represent 19 of the 26 weeks, or 73% of total time. The goal is not general technical culture: it is producing people ready for production, in six months, on a complete foundation from iron to network. Each brick in the final block strictly prepares the next, following a chain of technical dependency rather than an administrative category.

◆◆◆
Amine RAITI · Infrastructure Architect & SRE
Public document · CC BY-NC-SA 4.0 · AI Powered by Amine
Operation Dindon
RATIO
OVERVIEW — DISTRIBUTION OF THE 26 WEEKS
PROGRAMME OVERVIEW
◆◆◆
Wk
Pedagogical block
Length
Theory/Practice
1-3
Electricity · Number conversion · Boole/Karnaugh
3 wk
55% / 45%
4-5
Physical automation (Arduino, PLCs)
2 wk
25% / 75%
6
Microcomputing (RAM, CPU, motherboard, BIOS)
1 wk
30% / 70%
7
Filesystems, disk images, dump/restore
1 wk
30% / 70%
8-16
OS client/server on bare metal
9 wk
28% / 72%
17-19
Foundational networking (OSI, addressing, VLAN, routing)
3 wk
32% / 68%
20
DHCP (on the networking base acquired)
1 wk
23% / 77%
21
DNS (direct prerequisite of Active Directory)
1 wk
23% / 77%
22-23
Active Directory + GPO (grouped together)
2 wk
27% / 73%
24
Web server
1 wk
23% / 77%
25
Database
1 wk
29% / 71%
26
Network security (ACL) + Final synthesis
1 wk
14% / 86%
◆ THE LOGIC OF PROGRESSION

The pathway follows a strict prerequisite chain: foundational networking (OSI, addressing, VLAN, routing) precedes every service that depends on it. DHCP is taught once subnets and VLANs are already mastered — addresses are distributed within a topology already understood. DNS precedes Active Directory, of which it is a genuine technical prerequisite. GPO is no longer taught in isolation midway through the OS block: it is grouped with Active Directory, immediately after, as the feature it actually is. Each week builds on the previous one's acquired knowledge rather than on an administrative category (OS / Middleware / Network) disconnected from the real technical logic.

RATIO
1
BLOCK 1 · WEEKS 1-3 · 105 HOURS
FUNDAMENTALS — ELECTRICITY, NUMBER CONVERSION, BOOLE/KARNAUGH
W1Electricity and power50% T / 50% P
Theory (20h): voltage, current, power, Ohm's law, apparent/active/reactive power, kVA vs kW, reading nameplate data.
Practice (15h): multimeter measurements, calculating a server rack's load, simple power supply sizing.
Objective: read a UPS or PDU datasheet and calculate an admissible load.
W2Number-base conversion45% T / 55% P
Theory (15h): binary, octal, decimal, hexadecimal, arithmetic operations in each base.
Practice (20h): manual conversion exercises, calculating IP addresses in binary, subnet masks, hexadecimal colour conversion.
Objective: convert and calculate across all 4 bases without a calculator, on real networking cases.
W3Boolean algebra, Karnaugh maps, logic circuits35% T / 65% P
Theory (12h): AND/OR/NOT/NAND/NOR/XOR operators, truth tables, simplification via Boolean algebra and Karnaugh maps.
Practice (23h): designing a circuit from a specification (e.g. traffic light control), implementation on 74XXX-series integrated circuits, testing with LEDs/resistors/switches.
Objective: design and wire a simple logic circuit end to end.
◆ WHY THIS BLOCK IS COMPRESSED

These three weeks do not aim at expertise but at founding intuition: understanding that all infrastructure rests on electricity, that all data reduces to binary states, and that all computing logic is built from real physical gates. This is a conceptual foundation, not a professional end goal — it underpins the blocks that follow, which occupy the bulk of the training time.

RATIO
2
BLOCK 2 · WEEKS 4-5 · 70 HOURS
PHYSICAL AUTOMATION
W4Embedded programming basics25% T / 75% P
Theory (10h): microcontroller architecture, sensors and actuators, control loop concepts.
Practice (25h): first Arduino programs, sensor reading, motor/relay control.
Objective: make a program interact with a real physical event.
W5Programmable logic controllers and integrating project22% T / 78% P
Theory (8h): industrial PLC logic, automation specification.
Practice (27h): synthesis project combining sensors, conditional logic and actuators.
Objective: deliver a functional, documented mini automation project.
BLOCK 3 · WEEK 6 · 35 HOURS — MICROCOMPUTING
W6PC and server hardware30% T / 70% P
Theory (10h): components (CPU, RAM, motherboard, power supply, cooling), bus standards, BIOS/UEFI.
Practice (25h): full disassembly and reassembly of a workstation, hardware fault diagnosis, BIOS update, building a small server.
Objective: diagnose a hardware fault and assemble a machine end to end.
BLOCK 4 · WEEK 7 · 35 HOURS — FILESYSTEMS AND DISK IMAGES
W7Storage and data recovery30% T / 70% P
Theory (10h): disk structure (sectors, partitions), filesystems (ext4, NTFS, ZFS), RAID concepts.
Practice (25h): creating partitions, taking disk images (dd, Clonezilla), restoring, recovering data from a corrupted disk.
Objective: back up, restore and recover a system from a disk image.
RATIO
5
BLOCK 5 · WEEKS 8-16 · 315 HOURS · 1/2
OS CLIENT/SERVER ON BARE METAL

The longest block of the programme — 9 weeks, 35% of total training time. This is the most directly marketable skill on the job market.

W8Linux fundamentals (installation and shell)29% T / 71% P
Theory (10h): Linux architecture, distributions, filesystem hierarchy.
Practice (25h): bare-metal installation, shell fundamentals, file management and permissions.
Objective: install and navigate a Linux system independently.
W9Linux administration, level 123% T / 77% P
Theory (8h): package management, services (systemd), users and groups.
Practice (27h): package installation, service creation, permission management, system logs.
Objective: administer a basic Linux server in production.
W10Linux administration, level 223% T / 77% P
Theory (8h): cron, shell scripts, log management, basic monitoring.
Practice (27h): automating routine tasks, maintenance scripts, setting up simple alerts.
Objective: automate routine administration tasks.
W11Windows Server fundamentals29% T / 71% P
Theory (10h): Windows Server architecture, roles and features, licensing.
Practice (25h): bare-metal installation, initial configuration, server role management.
Objective: install and configure a Windows server independently.
W12Windows Server local administration23% T / 77% P
Theory (8h): local users and groups, NTFS permissions, event logs.
Practice (27h): creating local accounts, managing file and folder permissions, troubleshooting via event logs.
Objective: administer a Windows server in standalone mode, without a directory.
◆ SEQUENCING NOTE

Group Policy Objects (GPO) have been removed from this week. GPO is an Active Directory feature, which is only introduced in week 22 — teaching it here would mean presenting a tool without the service it depends on. Week 12 therefore focuses on standalone Windows administration (local accounts, NTFS permissions), which logically prepares for directory-based administration, introduced later once networking and DNS have been acquired.

RATIO
BLOCK 5 · WEEKS 8-16 · 315 HOURS · 2/2
OS CLIENT/SERVER — VIRTUALISATION, HA, SECURITY, SYNTHESIS
W13Bare-metal virtualisation29% T / 71% P
Theory (10h): type-1 vs type-2 hypervisors, virtual resource concepts, snapshots.
Practice (25h): installing a hypervisor (Proxmox VE or equivalent), creating and managing VMs.
Objective: deploy and manage virtual machines on a bare-metal hypervisor.
W14High availability and backup23% T / 77% P
Theory (8h): cluster concepts, RPO/RTO, backup strategies (GFS).
Practice (27h): configuring a simple cluster, setting up automated backups, restore testing.
Objective: ensure service continuity on a simple bare-metal environment.
W15System hardening29% T / 71% P
Theory (10h): OS hardening, update management, principle of least privilege.
Practice (25h): SSH hardening, local firewall configuration, configuration auditing.
Objective: secure a server according to basic best practices.
W16OS synthesis project — Defence14% T / 86% P
Theory (5h): case review, defence preparation.
Practice (30h): full deployment of a mini-environment (Linux server + Windows server + backup + hardening) to present at the defence.
Objective: demonstrate complete, autonomous systems administration competence.
◆ MID-PROGRAMME CHECKPOINT

At the end of this block, the trainee has installed, configured, secured and defended a complete bare-metal environment including two operating systems, virtualisation, backup and hardening. At this stage, this is already an employable skill for a junior systems technician role — the following two blocks (networking, directory and application services) add the depth needed for full autonomy.

RATIO
6
BLOCK 6 · WEEKS 17-19 · 105 HOURS
FOUNDATIONAL NETWORKING — OSI, ADDRESSING, VLAN, ROUTING

This block is now placed before all the network application services (DHCP, DNS, Active Directory) for which it is a direct prerequisite.

W17OSI model and advanced addressing34% T / 66% P
Theory (12h): the 7 OSI layers, encapsulation, IP addressing and masks, subnetting.
Practice (23h): addressing exercises, subnet calculations, packet capture (Wireshark).
Objective: understand and analyse a frame's journey through the OSI layers, master subnet calculation.
W18Switching and VLANs29% T / 71% P
Theory (10h): how a switch works, VLAN concepts, trunking.
Practice (25h): simulation on Cisco Packet Tracer or GNS3, VLAN configuration, network segmentation.
Objective: design and configure VLAN-based network segmentation.
W19Routing29% T / 71% P
Theory (10h): how routing works, routing tables, static vs dynamic routing (basics).
Practice (25h): configuring routers in a simulator, setting up inter-VLAN routing, connectivity testing.
Objective: configure functional routing between multiple VLAN-segmented networks.
◆ WHAT THIS BLOCK PREPARES

With OSI, addressing, VLANs and routing mastered, the trainee now has the complete topology on which the following three weeks will rely: DHCP distributes addresses within subnets that are now understood, DNS resolves names on infrastructure that is now mapped, and Active Directory will be installed on a network whose segmentation is already mastered.

RATIO
7
BLOCK 7 · WEEKS 20-21 · 70 HOURS
DHCP AND DNS — ON THE NETWORKING BASE ACQUIRED
W20DHCP23% T / 77% P
Theory (8h): how DHCP works, address leases, inter-VLAN DHCP relay.
Practice (27h): configuring a DHCP server, managing address pools across the VLANs already configured in week 18, testing across multiple subnets.
Objective: deploy a functional DHCP service on an already-mastered VLAN/routing topology.
W21DNS23% T / 77% P
Theory (8h): how DNS works, record types, recursive resolution.
Practice (27h): installing a DNS server, creating zones, resolution testing, DNS troubleshooting.
Objective: deploy and troubleshoot a DNS service — a direct technical prerequisite for the following week.
◆ WHY DNS IMMEDIATELY PRECEDES ACTIVE DIRECTORY

Active Directory technically depends on a functioning DNS service for locating domain controllers and resolving service records (SRV). Teaching DNS right before Active Directory is not an arbitrary scheduling choice: it is a genuine technical prerequisite, which prevents the trainee from configuring a directory on a service they do not yet master.

RATIO
8
BLOCK 8 · WEEKS 22-23 · 70 HOURS
ACTIVE DIRECTORY AND GPO — GROUPED TOGETHER
W22Active Directory directory service / LDAP29% T / 71% P
Theory (10h): directory concepts, LDAP structure, Active Directory principles, dependency on the DNS already deployed in week 21.
Practice (25h): installing a domain controller, creating users and groups, joining a client machine to the domain.
Objective: deploy a corporate directory and join client machines to it.
W23Group Policy Objects (GPO)25% T / 75% P
Theory (9h): GPO principles, inheritance and precedence, scope (site, domain, organisational unit).
Practice (26h): creating security and configuration GPOs, deployment on the machines joined to the domain in week 22, troubleshooting conflicting policies.
Objective: administer a Windows fleet via centralised group policies, on the directory deployed the previous week.
◆ SEQUENCING DESIGN

GPO is deliberately taught only after Active Directory, on which it technically depends, rather than earlier in the OS block. This grouping — Active Directory then GPO, across two consecutive weeks — respects the real dependency: one cannot administer group policies on a directory that does not yet exist.

RATIO
9
BLOCK 9 · WEEKS 24-25 · 70 HOURS
WEB SERVER AND DATABASE

These two bricks have a lighter networking dependency and can simply build on the base already acquired (addressing, DNS) without requiring any additional prerequisite.

W24Web servers23% T / 77% P
Theory (8h): HTTP/HTTPS fundamentals, client-server web architecture, SSL/TLS certificates.
Practice (27h): installing and configuring a web server (Apache/Nginx), hosting a simple site, resolved via the DNS already deployed, setting up HTTPS.
Objective: deploy a functional, secured web server, resolved by the infrastructure's DNS.
W25Databases29% T / 71% P
Theory (10h): relational model, basic SQL, database backup concepts.
Practice (25h): installing a DBMS (MySQL/PostgreSQL), creating databases, common queries, backup/restore, connecting from the previous week's web server.
Objective: install and administer a simple relational database, connected to a web application.
RATIO
10
BLOCK 10 · WEEK 26 · 35 HOURS
NETWORK SECURITY AND FINAL SYNTHESIS
W26Network security (ACL) and final defence14% T / 86% P
Theory (5h): firewalls, access control lists (ACL), security segmentation concepts, final defence preparation.
Practice (30h): configuring ACLs on the VLANs already segmented in week 18, designing and presenting a complete architecture integrating OS, networking, DHCP/DNS, Active Directory and application services deployed throughout the programme.
Objective: secure the entire infrastructure built through filtering, and demonstrate complete integration competence, from iron to network, ready for production.
◆ WHAT THE FINAL DEFENCE INTEGRATES

The week 26 defence does not cover a single isolated brick. It covers the entire chain built since week 8: Linux and Windows servers on bare metal, VLAN segmentation and routing, working DHCP and DNS, an Active Directory directory with group policies, web and database services, all secured by filtering rules. This is the demonstration that each week genuinely prepared the next, rather than a sequence of independent modules.

RATIO
CONCLUSION
WHAT THIS PROGRAMME PRODUCES IN SIX MONTHS

By the end of the 26 weeks, the trainee has demonstrated, through two defences (week 16 and week 26), complete integration competence: understanding the electricity and logic underlying all digital systems, automating a physical process, diagnosing and assembling hardware, managing storage at the disk level, installing and securing Linux and Windows operating systems in production, mastering foundational networking (OSI, addressing, VLAN, routing) before deploying the services that depend on it (DHCP, DNS, Active Directory and its group policies), then enterprise application services (web, database), and finally securing the whole through filtering.

◆ THE LINK TO THE REST OF THE CORPUS

This plan is not a theoretical proposal: it is the detailed restitution of the pathway completed by the author in 2005, at a vocational training centre for jobseekers, reordered here according to a strict chain of technical dependencies rather than by administrative category. Its relevance today directly responds to the cognitive mechanism described in "Anatomy of the Loss" — a complete technical framework, acquired in the right order, allows a professional to spontaneously propose architectures outside the trio cloud's sole ecosystem, because they have an end-to-end understanding of it, rather than a collection of disjointed modules.

This foundation does not oppose current DevOps or cloud skills. It complements them. A professional trained on this pathway, then later exposed to modern orchestration and automation tools, holds both frameworks — the abstraction and the hardware it covers — which is precisely the scarce competence this corpus identifies as the lever for reconquering digital sovereignty.

◆◆◆
NEMO SUPRA LEGEM EST