This commit is contained in:
Mylloon 2024-07-02 11:37:39 +02:00
parent 1b2ab62edc
commit 070dcfaffe
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -33,7 +33,7 @@ MKLINK libcuda.so libcuda.so.1.1
MKLINK libcuda.so.1 libcuda.so.1.1 MKLINK libcuda.so.1 libcuda.so.1.1
``` ```
> Après faut peut-être redémarrer WSL et `sudo ldconfig`. > Après il faut peut-être redémarrer WSL et `sudo ldconfig`.
</details> </details>
@ -75,7 +75,7 @@ Commande pour lancer mon installation :
> > 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>
@ -91,7 +91,7 @@ Commande pour lancer mon installation :
> 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 configuration
> >
> Rendre le script exécutable > Rendre le script exécutable
> >
@ -127,7 +127,7 @@ d'applications est [uad_exported_selection.txt](./uad_exported_selection.txt).
<!-- Penser a bien désactiver les applications, et non les désinstallés. --> <!-- Penser a bien désactiver les applications, et non les désinstallés. -->
[Ici](https://git.mylloon.fr/Anri/cat/wiki/Debloat-MIUI) un petit descriptif de [Ici](https://git.mylloon.fr/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 mauvaises.
### Termux ### Termux
@ -171,22 +171,22 @@ curl https://git.mylloon.fr/Anri/confOS/raw/branch/main/.old/ubuntu_wsl.sh -s |
- Import/Export clef GPG : - Import/Export clef GPG :
- Exporté clef publique : `gpg --output public.gpg --armor --export user@email` - Exporter clef publique : `gpg --output public.gpg --armor --export user@email`
- Exporté clef privé : `gpg --output private.gpg --armor --export-secret-key user@email` - Exporter clef privée : `gpg --output private.gpg --armor --export-secret-key user@email`
- Importé clefs publique : `gpg --import public.gpg` - Importer clefs publiques : `gpg --import public.gpg`
- Importé clefs privé : `gpg --allow-secret-key-import --import private.gpg` - Importer clefs privées : `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` - Récupérer numéro de clef (`sec`) : `gpg --list-secret-keys --keyid-format LONG user@email`
(dans `sec rsa4096/30F2B65B9246B6CA 2017-08-18 [SC]` c'est `30F2B65B9246B6CA`) (dans `sec rsa4096/30F2B65B9246B6CA 2017-08-18 [SC]` c'est `30F2B65B9246B6CA`)
- Utilisé clef pour git : `git config --global user.signingkey <numéro de la clé>` - Utiliser clef pour Git : `git config --global user.signingkey <numéro de la clé>`
- Git : - Git :
- `git config --global user.email "kennel.anri@tutanota.com"` - `git config --global user.email "kennel.anri@tutanota.com"`
- `git config --global user.name "Mylloon"` - `git config --global user.name "Mylloon"`
# Post-install # Post install
Après avoir installé son PC, la configuration peut changer ! 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é. Lance `make` après avoir pull la dernière version de ce dépôt pour se synchroniser.
> Plus d'info dans le [Makefile](./Makefile). > Plus d'info dans le [Makefile](./Makefile).