📂
my database
  • Introduction
  • Home setup
    • Raspberry
      • OS Installation
      • Enable SSH and first access
      • SSH configuration
      • Change default credentials
      • Home DNS
      • WiFi USB
      • Live cam
      • ESP32
      • AD/DA
      • Humidity sensors
    • Remote access
      • ssh
      • Turn on/off remote computer
      • Dynamic DNS
      • Remote ssh
      • Home VPN
  • GNU/Linux commands
    • locale
    • crontab
    • chmod
    • router
  • Future sections
    • Topics
  • Research
    • Introduction to Sustainability
Powered by GitBook
On this page

Was this helpful?

  1. GNU/Linux commands

locale

PreviousGNU/Linux commandsNextcrontab

Last updated 3 years ago

Was this helpful?

Show available locales

locale -a

To update available locales, edit file in /etc/locale.gen uncommenting those locales to be added. Then run

sudo locale-gen

ref:

https://www.behova.net/configure-locale-on-arch-linux/