βSecure your system like a real root.β
Born2beroot is a system administration project from 42 School, completed on 25 November 2023. It focuses on setting up, securing, and managing a Linux-based virtual machine. The goal is to apply essential DevOps and security practices such as partitioning with LVM, managing users and groups, enforcing strong password policies, and configuring key services like sudo, UFW, and SSH.
- π§ Debian 11 or Rocky Linux 9
- π οΈ VirtualBox / UFW
- π Sudo, SSH, Passwords
- πΎ LVM (Logical Volume Manager)
- β Partitioning using LVM
- β
Strong password & login policies (
passwd,pam,login.defs) - β
Sudo configuration with a custom group (
sudooradmin) - β Secure SSH setup (port change, limited users, key auth)
- β UFW firewall rules enabled
- β
Hostname and system info monitoring via
cron+ custom script - β Root login disabled & system hardening
- Linux user and permission management
- Securing systems against unauthorized access
- Automating admin tasks with cron
- Managing partitions with LVM
- Using SSH and UFW for secure access
Hereβs a screenshot of the successful evaluation (score: 125%) from the 42 intranet.
