Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
dev:ubuntu:textmode [2012/11/29 10:46] jamis7005 [Howto change the keyboard layout in text mode on a linux-based operating system] |
dev:ubuntu:textmode [2012/11/29 12:59] (текущий) jamis7005 [MC shell connection] |
||
---|---|---|---|
Строка 2: | Строка 2: | ||
===== Howto change the keyboard layout in text mode on a linux-based operating system ===== | ===== Howto change the keyboard layout in text mode on a linux-based operating system ===== | ||
- | Posted by Jimmy Huybrechts on Tuesday 21 June 2011 [16:28] | ||
- | Whenever you want to change the keyboard layout of the shell eg. terminal or ssh of a linux system you can do this in the following way: | ||
- | |||
You can find all the different keymaps in the following location:\\ | You can find all the different keymaps in the following location:\\ | ||
- | |||
Debian based distro's - | Debian based distro's - | ||
''/usr/share/keymaps/i386/'' or ''/usr/share/kbd/keymaps/i386/'' | ''/usr/share/keymaps/i386/'' or ''/usr/share/kbd/keymaps/i386/'' | ||
Строка 33: | Строка 29: | ||
cd #sh:yourusername@example.com:[port]/home/username/ | cd #sh:yourusername@example.com:[port]/home/username/ | ||
+ | cd #sh:root@localhost:10022 | ||
| | ||
[[http://unix.stackexchange.com/questions/29419/how-to-connect-through-sftp-to-a-non-standard-port-on-midnight-commander|source]] | [[http://unix.stackexchange.com/questions/29419/how-to-connect-through-sftp-to-a-non-standard-port-on-midnight-commander|source]] | ||
+ | |||
+ | |||
===== Linux kernel version ===== | ===== Linux kernel version ===== | ||
Строка 43: | Строка 42: | ||
dmesg | grep Linux | dmesg | grep Linux | ||
ls /boot | ls /boot | ||
+ | | ||
+ | ===== Installing linux sources ===== | ||
+ | sudo apt-get install linux-source |