LINUXOPOLIS # 1,030 ~ LANGUAGES
LANGUAGES
Building a Linux Habitatwilli glenz @ telegram
Published with SteemPeak
home ~ previous
vim ~/.config/fish/functions/glanguages.fish
function glanguages --description 'languages'
clear; echo
echo '=========================================================================='
echo ' LANGUAGES '
echo '=========================================================================='
echo ' INSTALLATION & CONFIGURATION '
echo ' # apt-get purge locales '
echo ' # apt-get install locales '
echo ' # dpkg-reconfigure locales '
echo ' # dpkg-reconfigure keyboard-configuration '
echo ' # locale-gen '
echo ' '
echo ' COMMANDS '
echo ' $ locale '
echo ' $ apt-cache show locales '
echo ' $ locale -a '
echo ' '
echo ' PATHS '
echo ' /etc/locale.gen '
echo ' /etc/default/locale '
echo ' /etc/environment login - gdm - ssh ) '
echo ' '
echo ' LANGUAGE-CODE '
echo ' language-code_COUNTRY-CODE '
echo ' ISO-8859-1 “Latin 1” '
echo ' ISO-8859-15 “Latin 9” '
echo ' UTF-8 unicode.org '
echo '=========================================================================='
echo
end
SOURCES
file:///usr/share/doc/debian-handbook/html/en-US/basic-configuration.html#sect.config-language-support
debian-wiki ................................................. wiki.debian.org/Locale
unicode ................................................................ unicode.org
fish ......................................... fishshell.com/docs/current/index.html
picture ....................................... screenshoot by me ~ my gnome-desktop