# This file lists locales that you wish to have built. You can find a list # of valid supported locales at /usr/share/i18n/SUPPORTED. Other # combinations are possible, but may not be well tested. If you change # this file, you need to rerun locale-gen. # # XXX GENERATED XXX # # NOTE!!! If you change this file by hand, and want to continue # maintaining manually, remove the above line. Otherwise, use the command # "dpkg-reconfigure locales" to manipulate this file. You can manually # change this file without affecting the use of debconf, however, since it # does read in your changes. en_US ISO-8859-1 ko_KR.EUC-KR EUC-KR ko_KR.UTF-8 UTF-8
# locale-gen
LANG="ko_KR.UTF-8"
LANG="ko_KR.UTF-8"
# /etc/init.d/portmap stop
Stopping portmap daemon....
# /etc/init.d/nfs-common stop
Stopping NFS common utilities: statd.
# apt-get --purge remove portmap Reading package lists... Done Building dependency tree... Done The following packages will be REMOVED: nfs-common* portmap* 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. Need to get 0B of archives. After unpacking 553kB disk space will be freed. Do you want to continue [Y/n]? Y (Reading database ... 31103 files and directories currently installed.) Removing nfs-common ... Stopping NFS common utilities: statd. Purging configuration files for nfs-common ... Removing portmap ... Stopping portmap daemon.... Purging configuration files for portmap ...
# ps -ef
# apt-get install vim-full
set bg=dark syntax on set ts=4 set sw=4
... # 주석해제 PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' ... # 주석해제 # some more ls aliases alias ll='ls -l' alias la='ls -A' alias l='ls -CF' ... export LANG="ko_KR.UTF-8" #export LANG="ko_KR.EUC-KR" ...
# apt-get install ssh