Question
How to put the keyboard in Spanish?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×Will different keyboard layouts be implemented?
The problem is that most basic characters like =’“/-\ and so on are not possible in the web console. This renders the web console pretty useless for international users.
Thanks!
You can change your console’s keyboard layout by running:
sudo dpkg-reconfigure console-data
If console-data
isn’t installed, you can install it by running this command:
sudo apt-get install console-data
ssh root@your.ip.address