fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:debian:locale

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:debian:locale [2026/03/08 14:10] gsyslinux:debian:locale [2026/03/08 14:25] (current) – [generate locales] gsys
Line 27: Line 27:
  
 <code> <code>
-sudo update-locale LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8+sudo update-locale LANG=en_US.UTF-8
 cat /etc/default/locale cat /etc/default/locale
 </code> </code>
 +
 +
 +===== locale POSIX =====
 +
 +<code>
 +└─[$] locale
 +LANG=
 +LANGUAGE=
 +LC_CTYPE="POSIX"
 +LC_NUMERIC="POSIX"
 +LC_TIME="POSIX"
 +LC_COLLATE="POSIX"
 +LC_MONETARY="POSIX"
 +LC_MESSAGES="POSIX"
 +LC_PAPER="POSIX"
 +LC_NAME="POSIX"
 +LC_ADDRESS="POSIX"
 +LC_TELEPHONE="POSIX"
 +LC_MEASUREMENT="POSIX"
 +LC_IDENTIFICATION="POSIX"
 +LC_ALL=
 +</code>
 +
 +Fix
 +
 +<code>
 +sudo nano /etc/ssh/sshd_config
 +UsePAM yes
 +</code>
 +
 +
linux/debian/locale.1772975454.txt.gz · Last modified: by gsys