Tag/tag.png

Unsupported Version
This article applies to an unsupported version of Ubuntu. More info...

Tag/tag.png

Candidate for Deletion
This article may not be appropriate for this wiki, and may be deleted. More info...

Note:This How To is completely untested and may break your system English will append later.

1. adsl connecting

   # sudo pppoeconf

2. enable root su commmand

   # passwd
   (enter and confirm your new password)

3. Install Korean X input method

   $ sudo vi /etc/apt/sources.list 
     deb http://ftp.kr.debian.org/debian/ unstable main
   $ sudo apt-get update
   $ sudo apt-get install nabi

   $ cd
   $ vi .gnomerc
     export XMODIFIERS="@im=nabi"
     export GTK_IM_MODULE=xim

   $ sudo dpkg-reconfigure locales 

4. registering Korean font

   $ cd
   $ wget -c ftp://ftp.haansoftlinux.com/pub/haansoftlinux/OS/2005/Workstation/RPMS/hanyang-ttf-2.0-2hs.noarch.rpm

   $ cd /usr/share/fonts/truetype
   $ sudo mkdir hanyang
   $ cd hanyang
   $ sudo mv ~/*.ttf .
   $ sudo chown root.root *.ttf
   $ sudo mkfontdir
   $ cd ..
   $ pwd
   /usr/share/fonts/truetype
   $ sudo vi font.cache-1
     "hanyang" 0 ".dir"
   $ sudo fc-cache


Korean Language

1. adsl 연결하기

    # sudo pppoeconf 
   (하나로의 경우 userid@hanaro, 암호는 아무것이나 넣고 나머지 값을들 그냥 엔터키로 넘어가면 됩니다)

2. root 비밀번호 설정으로 su 활성화하기

   # passwd 
   (등록할 암호를 만들때 두번의 확인을 거칩니다)

3. 나비(XIM 한글 입력기) 설치

   $ sudo vi /etc/apt/sources.list 
     deb http://ftp.kr.debian.org/debian/ unstable main
   
   $ sudo apt-get update
   $ sudo apt-get install nabi

   $ cd
   $ vi .gnomerc
     export XMODIFIERS="@im=nabi"
     export GTK_IM_MODULE=xim

   $ sudo dpkg-reconfigure locales 

4. 한글폰트 등록

   $ cd
   $ wget -c ftp://ftp.haansoftlinux.com/pub/haansoftlinux/OS/2005/Workstation/RPMS/hanyang-ttf-2.0-2hs.noarch.rpm  

   $ cd /usr/share/fonts/truetype
   $ sudo mkdir hanyang
   $ cd hanyang
   $ sudo mv ~/*.ttf .
   $ sudo chown root.root *.ttf
   $ sudo mkfontdir
   $ cd ..
   $ pwd
   /usr/share/fonts/truetype
   $ sudo vi font.cache-1
     "hanyang" 0 ".dir" 추가
   $ sudo fc-cache


From JeckPixelbrei Wed Nov 17 14:51:48 +0000 2004 From: Jeck Pixelbrei Date: Wed, 17 Nov 2004 14:51:48 +0000 Subject: $ sudo vi font.cache-1 Message-ID: <20041117145148+0000@https://www.ubuntulinux.org>

On my system this file is named fonts.cache-1

From Strongberry Sun Mar 6 04:11:07 +0000 2005 From: Strongberry Date: Sun, 06 Mar 2005 04:11:07 +0000 Subject: 3. Install Korean X input method => problem Smile :) Message-ID: <20050306041107+0000@https://www.ubuntulinux.org>

I've can't connect to http://ftp.kr.debian.org/debian/ on 6th Mar. 2005. So I confused while I don'e know how to install nabi. At last, I've found a way to install Nabi on official way.

just add below url to /etc/apt/sources.list

deb http://mirror.isp.net.au/ftp/pub/ubuntu warty universe

and then apt-get process can find nabi.

thanks to Jeck Pixelbrei for this manual, it give a good chance. Smile :)

KoreanSetupHowto (last edited 2017-09-13 01:37:11 by ckimes)