User Tools

Site Tools


локализация_окружения

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
локализация_окружения [2017/06/19 18:42]
val
локализация_окружения [2020/05/23 09:12]
val [Debian]
Line 4: Line 4:
  
   * [[https://​wiki.debian.org/​Locale|Debian Locale]]   * [[https://​wiki.debian.org/​Locale|Debian Locale]]
 +  * [[https://​www.linux16.ru/​notes/​ustanovka-cp1251-locale-v-linux.html|Установка CP1251 locale в Linux]]
  
 <​code>​ <​code>​
-dpkg-reconfigure ​locales+apt install ​locales ​dialog
 </​code>​ </​code>​
 +<​code>​
 +# echo '​ru_RU.UTF-8 UTF-8' > /​etc/​locale.gen
  
-===== CentOS =====+# locale-gen
  
-  * [[http://​theurbanpenguin.com/wp/index.php/configuring-the-locale-in-centos-7/​|Configuring the Locale in CentOS 7]]+# echo LANG=ru_RU.UTF-8 > /etc/default/locale
  
 +# export LANG=ru_RU.UTF-8
 +</​code>​
 +или
 +<​code>​
 +# dpkg-reconfigure locales
 +</​code>​
 ===== Ubuntu ===== ===== Ubuntu =====
  
Line 20: Line 29:
  
 ===== Ubuntu/​CentOS Systemd ===== ===== Ubuntu/​CentOS Systemd =====
 +
 +  * [[http://​theurbanpenguin.com/​wp/​index.php/​configuring-the-locale-in-centos-7/​|Configuring the Locale in CentOS 7]]
 +
 <​code>​ <​code>​
 $ localectl status $ localectl status
локализация_окружения.txt · Last modified: 2023/06/02 13:57 by val