locale
This commit is contained in:
15
debian13.md
15
debian13.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user