ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: AVL <info@atmsk.ru>
To: mandrake-russian@altlinux.ru
Subject: Re: [mdk-re] mc Russian
Date: Tue Jan  8 20:19:17 2002
Message-ID: <20020108201954.3d6d20a1.info@atmsk.ru> (raw)
In-Reply-To: <167445066.20020108200803@uni.udm.ru>

On Tue, 8 Jan 2002 20:08:03 +0300
Departament Chemistry <foh@uni.udm.ru> wrote:

> Здравствуйте
> 
> Подскажите как сделать или переключить в mc
> русский интерфейс и русскую помощь ?
> 
> По умолчанию при инсталляции в Junior 1.1
> ставится англиский интерфейс и помощь на английском ?

рутом работаем или при установке поставились в локали us?

у рута в хоумнике лежит свой .i18n
где по умолчанию вписан 


[root@avl root]# cat .i18n 
LANGUAGE=POSIX
LANG=POSIX
LC_ALL=POSIX
LINGUAS=POSIX

eval `/bin/egrep -s '^(SYSFONT|RPM_INSTALL_LANG)' /etc/sysconfig/i18n` ||:
[root@avl root]#  

а у всех остальных

[root@avl root]# [root@avl sysconfig]# cat /etc/sysconfig/i18n
SYSFONT=UniCyr_8x16
LANGUAGE=ru_RU.KOI8-R
RPM_INSTALL_LANG=ru_RU.KOI8-R
SYSFONTACM=koi8-r
LANG=ru_RU.KOI8-R


ситуация ясна?
но менять не советую. 
рут должен работать всегда, а локализация это уже ненадежно.
работать надо всегда под юзера а для админских дел настроить sudo  и не забывать про su - 

простейший случай.
apt-get install sudo su

Допустим пользователь myuser

в /etc/sudoers 
root	ALL=(ALL) ALL
myuser	ALL=NOPASSWD: ALL

теперь если надо запустить прогу от рута то вместо
$myprogram ...
делаем
$sudo myprogram ...

если надо сессию открыть для рута
su -
пароль рута

или
su
пароль рута

во втором случае все настройки будут от пользоателя, а права рута. режим опасный, потому что конфиги программ сохраняются к пользователю с хозяином рута. соответственно может потребоваться
$sudo chown -R myuser:myuser ~/*
$sudo chown -R myuser:myuser ~/.*
 
все. а рута оставьте на крайний случай. и кириллица ему будет лишним камнем на шее.





  reply	other threads:[~2002-01-08 20:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-08 19:15 Departament Chemistry
2002-01-08 20:19 ` AVL [this message]
2002-01-08 20:51   ` Re[2]: " Departament Chemistry
2002-01-09  0:20     ` Re[3]: " ROmul
2002-01-09 11:20       ` AVL

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020108201954.3d6d20a1.info@atmsk.ru \
    --to=info@atmsk.ru \
    --cc=mandrake-russian@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git