.config | ||
.emacs.d | ||
.local/share/blackbox | ||
.mozilla/firefox | ||
.old | ||
.unison | ||
archinstall | ||
dotfiles | ||
games/cs2 | ||
opentabletdriver | ||
pacman.d/hooks | ||
themes | ||
windows | ||
arch.sh | ||
LICENSE | ||
Makefile | ||
meta.sh | ||
README.md | ||
termux.sh | ||
uad_exported_selection.txt | ||
W10Privacy.ini | ||
windows11.bat | ||
wsl.sh |
Configuration des OS
Pour rechercher efficacement, ^F "
===
" recherche catégorie par catégorie.
Windows 11
- Télécharger et lancer windows11.bat
WSL (Arch)
Tout d'abord, installer ArchWSL (.appx et .cer)
Ensuite, il faut définir un utilisateur :
>Arch.exe
[root@PC ~]# echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/wheel
[root@PC ~]# useradd -m -G wheel -s /bin/bash anri
[root@PC ~]# passwd anri
[root@PC ~]# exit
>Arch.exe config --default-user anri
Fix bug ldconfig
:
CD \Windows\System32\lxss\lib
DEL libcuda.so
DEL libcuda.so.1
MKLINK libcuda.so libcuda.so.1.1
MKLINK libcuda.so.1 libcuda.so.1.1
Après faut peut-être redémarrer WSL et
sudo ldconfig
.
Commande pour lancer mon installation :
>Arch.exe
[anri@PC ~]# curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/wsl.sh -s | bash
Arch
Procédure dans l'image ISO
Layout FR
loadkeys fr
Connexion en WiFi
Récupération clé hashée
wpa_passhrase <SSID> <clé WIFI> > /var/lib/iwd/<SSID>.psk
Ajout entête
echo -e "[Security]\nPreSharedKey=" >> /var/lib/iwd/<SSID>.psk
Modification fichier pour ne garder que l'entête
nano /var/lib/iwd/<SSID>.psk
Connexion au WiFi
iwctl station wlan0 connect <SSID>
Copié la configuration
curl -o run.sh -L lstu.fr/m_ai_r
Lancé la configration
Rendre le script exécutable
chmod +x run.sh
Lancer le script
./run.sh
Ne pas aller dans le
chroot
à la fin de l'installation et redémarrer le pcreboot
Commande pour lancer mon installation :
curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/arch.sh -s | bash
Android
Avec UAD, ma liste d'applications est uad_exported_selection.txt.
Ici un petit descriptif de quelques applications que je désactive qui sont mauvaise.
Termux
curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/termux.sh -s | bash
Anciens scripts
Ils restent là au cas où, mais attention ils ne sont pas à jour.
Manjaro
Commande pour lancer mon installation :
curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/.old/manjaro.sh -s | bash
Ubuntu
Commande pour lancer mon installation :
curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/.old/ubuntu.sh -s | bash
WSL (Ubuntu)
Commande pour lancer mon installation :
# Lors de l'installation il vous sera demandé de choisir
# une configuration mail, choisir : "No configuration"
curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/.old/ubuntu_wsl.sh -s | sudo bash
Infos
-
Import/Export clef GPG :
- Exporté clef publique :
gpg --output public.gpg --armor --export user@email
- Exporté clef privé :
gpg --output private.gpg --armor --export-secret-key user@email
- Importé clefs publique :
gpg --import public.gpg
- Importé clefs privé :
gpg --allow-secret-key-import --import private.gpg
- Récupérer numéro de clef (
sec
) :gpg --list-secret-keys --keyid-format LONG user@email
(danssec rsa4096/30F2B65B9246B6CA 2017-08-18 [SC]
c'est30F2B65B9246B6CA
) - Utilisé clef pour git :
git config --global user.signingkey <numéro de la clé>
- Exporté clef publique :
-
Git :
git config --global user.email "kennel.anri@tutanota.com"
git config --global user.name "Mylloon"
Post-install
Après avoir installé son PC, la configuration peut changer !
Lance make
après avoir pull la dernière version de ce dépôt pour se synchronisé.
Plus d'info dans le Makefile.