Change Keyboard Layout Ubuntu Server

Опубликовано: 05 Апрель 2026
на канале: The Swedish Sysadmin
1,642
25

Stuck on the wrong keyboard layout in Ubuntu server? We'll fix that today!

=== Commands ===
sudo apt update && sudo apt upgrade -y
cat /etc/default/keyboard
sudo dpkg-reconfigure keyboard-configuration
sudo service keyboard-setup restart
=== Commands ===

⏱️ Video Timestamps / Chapters
0:00 | Introduction: Changing Keyboard Layout on Ubuntu
0:16 | Connecting to the Server (SSH)
0:26 | Initial Server Updates (apt update/upgrade)
0:54 | Checking the Current Keyboard Configuration File
1:15 | Command to Start Configuration (sudo dpkg-reconfigure...)
1:30 | Choosing the Keyboard Model
1:46 | Selecting the New Language (Swedish/SE)
2:30 | Verifying the New Keyboard Layout
2:49 | Restarting the Keyboard Service
3:00 | Final Test & Conclusion

#UbuntuServer #LinuxTips #KeyboardLayout #UbuntuConfig #LinuxAdmin #Sysadmin #ServerSetup #TechTutorial #ITSupport