Mise à jour de 'README.md'

This commit is contained in:
Anri 2021-11-09 13:49:43 +01:00
parent 1ab778d922
commit 46cecf0b7b

View file

@ -43,14 +43,17 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
```bash
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installSpotify.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
```
- Installe [Syncthing](https://apt.syncthing.net/) et le [lance au démarrage](https://docs.syncthing.net/users/autostart.html#how-to-set-up-a-system-service)
```bash
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installSyncthing.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
```
- Installe [GL4Dummies](https://gl4d.api8.fr/FR/gl4d.pdf)
```bash
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installgl4D.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
```
- Installe Discord
```bash
wget -q --show-progress "https://discord.com/api/download?platform=linux&format=deb" -O discord.deb && sudo apt install ./discord.deb -y && rm discord.deb
@ -60,16 +63,22 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
```bash
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installObsidian.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
```
- Setup le VPN
```bash
# En SSH au serveur, dans le dossier d'openvpn
docker-compose run --rm openvpn ovpn_getclient anri > anri.ovpn
```
- Installe Flameshot
```bash
sudo apt update && sudo apt install flameshot -y
```
- Installe Parsec
```bash
```
- Rajouter les raccourcis clavier
- Pour ouvrir l'explorateur de fichiers : `nautilus`
- Pour ouvrir l'application de capture d'écran : `flameshot gui`