====== Fedora ====== Pour avoir un theme homogène un peu partout, il semble falloir installer ça sudo dnf install adw-gtk3-theme Puis l'extension gnome user themes Vu comme la partie partitionnement est mal foutu, j'ai supprimé la partition efi ou il y avait windows... Du coup, pas de windows dans le grub. Pour restaurer windows, une ligne de commande avec un liveUSB windowsPE ou un truc du genre https://recoverit.wondershare.fr/computer-problems/restore-efi-partition-on-windows-10.html bcdboot c:\windows remettre le grub à partir du liveUSB fedora $ sudo fdisk -l Disk /dev/nvme0n1: 238.47 GiB, 256060514304 bytes, 500118192 sectors Disk model: WDC PC SN530 SDBPNPZ-256G-1006 Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: gpt Disk identifier: EB9CF8F5-A7CF-4C53-AFCA-50B325C96F76 Device Start End Sectors Size Type /dev/nvme0n1p1 2048 534527 532480 260M EFI System /dev/nvme0n1p2 534528 567295 32768 16M Microsoft reserved /dev/nvme0n1p3 567296 246327295 245760000 117.2G Microsoft basic data /dev/nvme0n1p4 246327296 248088575 1761280 860M Windows recovery environment /dev/nvme0n1p5 248088576 438677503 190588928 90.9G Linux filesystem /dev/nvme0n1p6 438677504 500117503 61440000 29.3G Linux filesystem $ sudo su - # mount /dev/nvme0n1p6 /mnt # mount -o bind /dev /mnt/dev # mount -o bind /proc /mnt/proc/ # mount -o bind /sys /mnt/sys # mount -o bind /run /mnt/run # mount -o bind /sys/firmware/efi/efivars/ /mnt/sys/firmware/efi/efivars/ # mount /dev/nvme0n1p1 /mnt/boot/efi # chroot /mnt # dnf reinstall shim-* grub2-* # grub2-mkconfig -o /boot/grub2/grub.cfg # sync && exit # reboot ===== grub customize ===== https://www.anit.dev/blog/customize-grub-theme-fedora ===== selinux ===== Checking if SELinux is enabled: sestatus SELinux configuration file is usually located at /etc/selinux/config. codeSELINUX=enforcing If it's set to enforcing, SELinux is enabled. If set to disabled, it's disabled. To temporarily disable SELinux until the next system reboot, run: sudo setenforce 0 Permanently Disable: Open the SELinux configuration file /etc/selinux/config. SELINUX=disabled Reboot the system for the changes to take effect. ===== wifi ===== Pour plus de paramètrage, notamment pour forcer la connexion wifi en 5GHz sudo nm-connection-editor Toutes les configs se trouvent dans /etc/NetworkManager/system-connections ===== secure boot dbx ===== Si une mise à s'affiche en permanence dans le logiciel de mise à jour, lancer plutôt la commande fwupdmgr update --- https://gitlab.gnome.org/GNOME/gnome-software/-/issues/2742