This commit is contained in:
Mylloon 2023-02-05 12:21:23 +01:00
parent 8a8170ab4e
commit fef7e09635
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
5 changed files with 187 additions and 158 deletions

View file

@ -1,76 +1,97 @@
# Configuration des OS # Configuration des OS
> Pour rechercher efficacement, ^F "`===`" recherche catégorie par catégorie. > Pour rechercher efficacement, ^F "`===`" recherche catégorie par catégorie.
## Windows 11 ## Windows 11
- Télécharger [windows11.bat](./windows11.bat) qui est une installation guidée™ - Télécharger [windows11.bat](./windows11.bat) qui est une installation guidée™
pour installer Windows et le setup comme je l'aime. pour installer Windows et le setup comme je l'aime.
## WSL (Arch) ## WSL (Arch)
Commande pour lancer mon installation : Commande pour lancer mon installation :
```bash ```bash
curl https://git.kennel.ml/Anri/confOS/raw/branch/main/arch_wsl.sh -s | sudo bash curl https://git.kennel.ml/Anri/confOS/raw/branch/main/arch_wsl.sh -s | sudo bash
``` ```
## Arch ## Arch
<details><summary>Procédure ISO</summary> <details><summary>Procédure ISO</summary>
> ### Layout FR > ### Layout FR
>
> ```bash > ```bash
> loadkeys fr > loadkeys fr
> ``` > ```
>
> <details> > <details>
> <summary>Connexion en WiFi</summary> > <summary>Connexion en WiFi</summary>
> >
> > ### Récupération clé hashée > > ### Récupération clé hashée
> >
> > ```bash > > ```bash
> > wpa_passhrase <SSID> <clé WIFI> > /var/lib/iwd/<SSID>.psk > > wpa_passhrase <SSID> <clé WIFI> > /var/lib/iwd/<SSID>.psk
> > ``` > > ```
> > > >
> > ### Ajout entête > > ### Ajout entête
> >
> > ```bash > > ```bash
> > echo -e "[Security]\nPreSharedKey=" >> /var/lib/iwd/<SSID>.psk > > echo -e "[Security]\nPreSharedKey=" >> /var/lib/iwd/<SSID>.psk
> > ``` > > ```
> > > >
> > ### Modification fichier pour ne garder que l'entête > > ### Modification fichier pour ne garder que l'entête
> >
> > ```bash > > ```bash
> > nano /var/lib/iwd/<SSID>.psk > > nano /var/lib/iwd/<SSID>.psk
> > ``` > > ```
> > > >
> > ### Connexion au WiFi > > ### Connexion au WiFi
> >
> > ```bash > > ```bash
> > iwctl station wlan0 connect <SSID> > > iwctl station wlan0 connect <SSID>
> > ``` > > ```
>
> </details> > </details>
> >
> ### Copié la configuration > ### Copié la configuration
>
> [`run.sh`](./archinstall/run.sh) > [`run.sh`](./archinstall/run.sh)
>
> ```bash > ```bash
> curl -o run.sh -L lstu.fr/m_ai_r > curl -o run.sh -L lstu.fr/m_ai_r
> ``` > ```
> >
> ### Lancé la configration > ### Lancé la configration
>
> Rendre le script exécutable > Rendre le script exécutable
>
> ```bash > ```bash
> chmod +x run.sh > chmod +x run.sh
> ``` > ```
> >
> Lancer le script > Lancer le script
>
> ```bash > ```bash
> ./run.sh > ./run.sh
> ``` > ```
> >
> Ne pas aller dans le `chroot` à la fin de l'installation et redémarrer le pc > Ne pas aller dans le `chroot` à la fin de l'installation et redémarrer le pc
>
> ```bash > ```bash
> reboot > reboot
> ``` > ```
</details> </details>
Commande pour lancer mon installation : Commande pour lancer mon installation :
```bash ```bash
curl https://git.kennel.ml/Anri/confOS/raw/branch/main/arch.sh -s | sudo bash curl https://git.kennel.ml/Anri/confOS/raw/branch/main/arch.sh -s | sudo bash
``` ```
## Android ## Android
Avec [UAD](https://github.com/0x192/universal-android-debloater), ma liste Avec [UAD](https://github.com/0x192/universal-android-debloater), ma liste
d'applications est [uad_exported_selection.txt](./uad_exported_selection.txt). d'applications est [uad_exported_selection.txt](./uad_exported_selection.txt).
@ -79,34 +100,42 @@ d'applications est [uad_exported_selection.txt](./uad_exported_selection.txt).
[Ici](https://git.kennel.ml/Anri/cat/wiki/Debloat-MIUI) un petit descriptif de [Ici](https://git.kennel.ml/Anri/cat/wiki/Debloat-MIUI) un petit descriptif de
quelques applications que je désactive qui sont mauvaise. quelques applications que je désactive qui sont mauvaise.
<details><summary><h2>Anciens scripts</h2></summary> <details><summary><h2>Anciens scripts</h2></summary>
Ils restent là au cas où, mais attention ils ne sont **pas à jour**. Ils restent là au cas où, mais attention ils ne sont **pas à jour**.
### Manjaro ### Manjaro
Commande pour lancer mon installation : Commande pour lancer mon installation :
```bash ```bash
curl https://git.kennel.ml/Anri/confOS/raw/branch/main/old/manjaro.sh -s | bash curl https://git.kennel.ml/Anri/confOS/raw/branch/main/old/manjaro.sh -s | bash
``` ```
### Ubuntu ### Ubuntu
Commande pour lancer mon installation : Commande pour lancer mon installation :
```bash ```bash
curl https://git.kennel.ml/Anri/confOS/raw/branch/main/old/ubuntu.sh -s | bash curl https://git.kennel.ml/Anri/confOS/raw/branch/main/old/ubuntu.sh -s | bash
``` ```
### WSL (Ubuntu) ### WSL (Ubuntu)
Commande pour lancer mon installation : Commande pour lancer mon installation :
```bash ```bash
# Lors de l'installation il vous sera demandé de choisir # Lors de l'installation il vous sera demandé de choisir
# une configuration mail, choisir : "No configuration" # une configuration mail, choisir : "No configuration"
curl https://git.kennel.ml/Anri/confOS/raw/branch/main/old/ubuntu_wsl.sh -s | sudo bash curl https://git.kennel.ml/Anri/confOS/raw/branch/main/old/ubuntu_wsl.sh -s | sudo bash
``` ```
</details> </details>
# Infos # Infos
- Import/Export clef GPG : - Import/Export clef GPG :
- Exporté clef publique : `gpg --output public.gpg --armor --export user@email` - Exporté clef publique : `gpg --output public.gpg --armor --export user@email`
- Exporté clef privé : `gpg --output private.gpg --armor --export-secret-key user@email` - Exporté clef privé : `gpg --output private.gpg --armor --export-secret-key user@email`
- Importé clefs publique : `gpg --import public.gpg` - Importé clefs publique : `gpg --import public.gpg`