This commit is contained in:
2025-11-17 22:39:53 +01:00
parent 315346a02b
commit a493e7ac4b
2 changed files with 7 additions and 11 deletions

View File

@@ -144,7 +144,7 @@ ___Continuer___
## Utilisation de Raspberry Pi Imager
`Ctrl + Shift + X`
<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>X</kbd>
Définir nom d'utilisateur et mot de passe
@@ -156,15 +156,6 @@ Services
Activer SSH
sudo nano /etc/locale.gen
décommente : fr_FR.UTF-8 UTF-8
sudo locale-gen
sudo update-locale LANG=fr_FR.UTF-8
<kbd>foo</kbd>
# Configuration
éditer le fichier .bashrc
@@ -173,3 +164,7 @@ sudo update-locale LANG=fr_FR.UTF-8
PS1="\[\e[0;41m\] \u@\h \[\e[0;45m\] \w \[\e[0m\]\n\$ "
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w \$\[\033[00m\] '
```
```shell
sudo dpkg-reconfigure locales
```