diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b511ae1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.qcow2 diff --git a/README.md b/README.md index 6c5303b..84b0633 100644 --- a/README.md +++ b/README.md @@ -1 +1,26 @@ -# ft_chatons \ No newline at end of file +# ft_chatons + +## System + +- Debian Stable (13) +- VM with 4GO RAM +- qemu, img qcow2 +- only one partition for the system = 20GO max (except /boot) +- root password disable (only sudo use) +- no graphics +- ssh server (root ssh disable and not port 22) +- swap file at the root (2GO) +- htop and docker installed + +```bash +## Create a VM +qemu-img create -f qcow2 ft_chatons.qcow2 20G + +## To launch the VM +qemu-system-x86_64 \ +-nographic -serial mon:stdio \ +-enable-kvm -cpu host -smp 4 -m 4G \ +-device e1000,netdev=net0 \ +-drive if=pflash,format=raw,readonly=on,file=/CHEMIN_VERS_LE_FICHIER_OVMF \ +-hda ft_chatons.qcow2 +``` diff --git a/fr.subject.pdf b/fr.subject.pdf new file mode 100644 index 0000000..5d7c9de Binary files /dev/null and b/fr.subject.pdf differ