This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
локализация_окружения [2022/10/02 16:51] val |
локализация_окружения [2026/03/31 10:43] (current) val [Debian/Ubuntu] |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| </code> | </code> | ||
| <code> | <code> | ||
| - | # echo 'ru_RU.UTF-8 UTF-8' > /etc/locale.gen | + | $ sudo sh -c 'echo "ru_RU.UTF-8 UTF-8" >> /etc/locale.gen' |
| + | или | ||
| + | # echo "ru_RU.UTF-8 UTF-8" >> /etc/locale.gen | ||
| # locale-gen | # locale-gen | ||
| Line 25: | Line 27: | ||
| </code> | </code> | ||
| + | ==== Debian 11 ==== | ||
| + | <code> | ||
| + | client3:~# dpkg-reconfigure keyboard-configuration | ||
| + | </code> | ||
| ===== Ubuntu/CentOS Systemd ===== | ===== Ubuntu/CentOS Systemd ===== | ||