User Tools

Site Tools


локализация_консоли

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
локализация_консоли [2009/03/05 09:33]
val
локализация_консоли [2015/02/09 16:34] (current)
val [FreeBSD]
Line 1: Line 1:
 ====== Локализация консоли ====== ====== Локализация консоли ======
 +
 +===== Ubuntu =====
 <​code>​ <​code>​
-[gX:​~] ​sysinstall +dpkg-reconfigure console-setup
-(клавиатура,​ шрифты,​ терминал)+
  
-[gX:~] # cat /​etc/​rc.conf+        Keyboard Model                  Generic 102-key (Intl) PC 
 +        Origing of the keyboard: ​         Russia 
 +        ... 
 +        Encoding to use on the console: ​  ​UTF-8 
 +        Character set to support: ​        ​Cyrillic - KOI8-R and KOI8-U 
 +        ...  
 +</​code>​ 
 + 
 +===== FreeBSD ===== 
 +<​code>​ 
 +# cat /​etc/​rc.conf 
 +</​code><​code>​
 ... ...
 font8x16="​cp866-8x16"​ font8x16="​cp866-8x16"​
 scrnmap="​koi8-r2cp866"​ scrnmap="​koi8-r2cp866"​
 keymap="​ru.koi8-r"​ keymap="​ru.koi8-r"​
 +...
 +</​code><​code>​
 +# /​etc/​rc.d/​syscons restart
  
-[gX:​~] ​# /etc/rc.d/syscons start +freebsd8sed -i.bak 's/cons25/cons25r/' ​/etc/ttys
- +
- +
-[gX:~] # rcsdiff ​/etc/ttys +
-35c35 +
-< ttyv0 "/​usr/​libexec/​getty Pc" ​        ​cons25 ​ on  secure +
---- +
-> ttyv0 "/​usr/​libexec/​getty Pc" ​        ​cons25r on  secure +
- +
-[gX:~] # kill -1 1 +
- +
-[gX:~] # date +
- +
-[gX:~] # setenv LANG ru_RU.KOI8-R+
  
-[gX:​~] ​date +kill -1 1
-  +
-[gX:~] # pw usermod root -L russian+
 </​code>​ </​code>​
  
локализация_консоли.1236234806.txt.gz · Last modified: 2013/05/22 13:50 (external edit)