Skip to content

Instantly share code, notes, and snippets.

View wisedier's full-sized avatar
🎯
Focusing

Junsang Cheon wisedier

🎯
Focusing
View GitHub Profile
@wisedier
wisedier / solution_for_broken_ko_lang
Last active August 29, 2015 14:16
Solution for broken Korean language in Ubuntu
$ sudo apt-get install language-pack-ko
$ sudo apt-get install language-pack-ko-base
$ sudo apt-get install localepurge
In the progress of installing of `localepurge`, setting script will be excuted. Then you must check `ko_KR.EUC-KR`.
If the script will not be excuted, type command `sudo dpkg-reconfigure localeconf`. Then you can do it.
After check it and push `Enter` button, window will be moved to option settings window. Then just push `Enter`.
Next,
$ sudo echo "ko_KR.EUC-KR EUC-KR" >> /var/lib/locales/supported.d/ko
$ sudo locale-gen --purge
$ sudo dpkg-reconfigure locales
@wisedier
wisedier / gist:c0d443295008a53b6005
Created February 14, 2015 06:11
when apt-get key error (W: GPG error:, W: There is no public key available for the following key IDs:)
. . .
Reading package lists... Done
W: GPG error: http://ftp.daum.net trusty-updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32
$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 40976EAF437D05B5
. . .
Reading package lists... Done
W: There is no public key available for the following key IDs:
3B4FE6ACC0B21F32
$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 3B4FE6ACC0B21F32