mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 14:48:39 +00:00
Update cheatsheets
This commit is contained in:
29
linux/localectl
Normal file
29
linux/localectl
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# localectl
|
||||
|
||||
> Control the system locale and keyboard layout settings.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/localectl.html>.
|
||||
|
||||
- Show the current settings of the system locale and keyboard mapping:
|
||||
|
||||
`localectl`
|
||||
|
||||
- List available locales:
|
||||
|
||||
`localectl list-locales`
|
||||
|
||||
- Set a system locale variable:
|
||||
|
||||
`localectl set-locale {{LANG}}={{en_US.UTF-8}}`
|
||||
|
||||
- List available keymaps:
|
||||
|
||||
`localectl list-keymaps`
|
||||
|
||||
- Set the system keyboard mapping for the console and X11:
|
||||
|
||||
`localectl set-keymap {{us}}`
|
||||
Reference in New Issue
Block a user