OS/Linux2013. 2. 27. 16:05


sudo add-apt-repository ppa:n-muench/programs-ppa

sudo apt-get update

sudo apt-get install wireshark



끝.  ^^


'OS > Linux' 카테고리의 다른 글

데비안 locale 설정  (0) 2013.02.27
Debian_crunchbang 한글 입출력 설정 가이드  (0) 2012.09.13
NcFTP  (0) 2012.07.26
리눅스에서 "원하는 사이즈의 파일 생성기"  (0) 2012.07.18
RPM <-> DEB 변환 프로그램 "alien"  (0) 2012.05.23
Posted by JINSAN CHOI
OS/Linux2013. 2. 27. 15:53

1. 
locales 패키지를 설치
# apt-get install locales


2-1. 
locales 재설정
# dpkg-reconfigure locales

2-2. 
한글은 ko_KR. UTF-8 선택

2-3. 
기본 locale 을 선택


3.
현재 터미널(쉘)의 local 확인
# env | grep LANG 또는 # echo $LANG


4.
현재 설치되어있는 모든 locale 확인
# cat /etc/locale.gen


5. 
기본 locale 확인
# cat /etc/default/locale   또는 # locale

Posted by JINSAN CHOI
OS/Linux2012. 9. 13. 13:21

Synaptic package manager에서

 

1. nanum 폰트 설치

 

2. im-switch 입력도구 설치

 

3. nabi 입력기 설치

 

4. 터미널에서 $ im-switch -c 입력하고 입력도구 선택 나오면 nabi 입력기 선택

 

5. reboot

 

 

'OS > Linux' 카테고리의 다른 글

데비안에 와이어샤크(wireshark) 설치 방법  (0) 2013.02.27
데비안 locale 설정  (0) 2013.02.27
NcFTP  (0) 2012.07.26
리눅스에서 "원하는 사이즈의 파일 생성기"  (0) 2012.07.18
RPM <-> DEB 변환 프로그램 "alien"  (0) 2012.05.23
Posted by JINSAN CHOI
OS/Linux2012. 7. 26. 11:53

Date :

2012.07.26


Category :
OS - Linux - Software


Note :

하위디렉토리 내의 모든 파일까지 업/다운로드 가능한 FTP Clinet.





Document :

 

NcFTP 홈페이지
http://www.ncftp.com/


NcFTP 사용법 참고
http://blog.naver.com/wordless?Redirect=Log&logNo=120020562571


NcFTP client 32bit Download Link
ftp://ftp.ncftp.com/ncftp/binaries/ncftp-3.2.5-linux-x86-glibc2.3-export.tar.gz

 

NcFTP client 64bit Download Link
ftp://ftp.ncftp.com/ncftp/binaries/ncftp-3.2.5-linux-x86_64-glibc2.3-export.tar.gz

 

 

 

 

 


<ncftp client(32bit) install 과정>

[root@localhost Desktop]#
[root@localhost Desktop]# wget ftp://ftp.ncftp.com/ncftp/binaries/ncftp-3.2.5-linux-x86-glibc2.3-export.tar.gz
--2012-07-26 11:26:45--  ftp://ftp.ncftp.com/ncftp/binaries/ncftp-3.2.5-linux-x86-glibc2.3-export.tar.gz
           => `ncftp-3.2.5-linux-x86-glibc2.3-export.tar.gz'
Resolving ftp.ncftp.com... 209.197.102.38
Connecting to ftp.ncftp.com|209.197.102.38|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /ncftp/binaries ... done.
==> SIZE ncftp-3.2.5-linux-x86-glibc2.3-export.tar.gz ... 556564
==> PASV ... done.    ==> RETR ncftp-3.2.5-linux-x86-glibc2.3-export.tar.gz ... done.
Length: 556564 (544K)

100%[=========================================================================>] 556,564      119K/s   in 6.2s   

2012-07-26 11:26:56 (87.6 KB/s) - `ncftp-3.2.5-linux-x86-glibc2.3-export.tar.gz' saved [556564]

[root@localhost Desktop]#
[root@localhost Desktop]#
[root@localhost Desktop]# ls
ftp-test  ncftp-3.2.5-linux-x86-glibc2.3-export.tar.gz  test  TTCP
[root@localhost Desktop]# ls -l
total 564
drwxr-xr-x 5 root      root        4096 Jul 26 10:49 ftp-test
-rw-r--r-- 1 root      root      556564 Jul 26 11:26 ncftp-3.2.5-linux-x86-glibc2.3-export.tar.gz
drwxr-xr-x 2 root      root        4096 Jul 18 14:59 test
drwxrwxr-x 3 jschoi jschoi   4096 Dec 28  2011 TTCP
[root@localhost Desktop]# mkdir temp
[root@localhost Desktop]# mv ncftp-3.2.5-linux-x86-glibc2.3-export.tar.gz temp/
[root@localhost Desktop]# ll
total 20
drwxr-xr-x 5 root      root      4096 Jul 26 10:49 ftp-test
drwxr-xr-x 2 root      root      4096 Jul 26 11:27 temp
drwxr-xr-x 2 root      root      4096 Jul 18 14:59 test
drwxrwxr-x 3 jschoi jschoi 4096 Dec 28  2011 TTCP
[root@localhost Desktop]# cd temp
[root@localhost temp]# ls
ncftp-3.2.5-linux-x86-glibc2.3-export.tar.gz
[root@localhost temp]#
[root@localhost temp]# tar -xvzf ncftp-3.2.5-linux-x86-glibc2.3-export.tar.gz
ncftp-3.2.5/
ncftp-3.2.5/DONATE.txt
ncftp-3.2.5/Makefile
ncftp-3.2.5/bin/
ncftp-3.2.5/bin/ncftp
ncftp-3.2.5/bin/ncftpput
ncftp-3.2.5/bin/ncftpbookmarks
ncftp-3.2.5/bin/ncftpls
ncftp-3.2.5/bin/ncftpspooler
ncftp-3.2.5/bin/ncftpbatch
ncftp-3.2.5/bin/ncftpget
ncftp-3.2.5/doc/
ncftp-3.2.5/doc/man/
ncftp-3.2.5/doc/man/ncftpbatch.1
ncftp-3.2.5/doc/man/ncftpls.1
ncftp-3.2.5/doc/man/ncftpput.1
ncftp-3.2.5/doc/man/ncftp.1
ncftp-3.2.5/doc/man/ncftpspooler.1
ncftp-3.2.5/doc/man/ncftpget.1
ncftp-3.2.5/doc/html/
ncftp-3.2.5/doc/html/ncftpput.html
ncftp-3.2.5/doc/html/ncftpbatch.html
ncftp-3.2.5/doc/html/ncftpspooler.html
ncftp-3.2.5/doc/html/ncftpls.html
ncftp-3.2.5/doc/html/ncftpget.html
ncftp-3.2.5/doc/html/ncftp.html
ncftp-3.2.5/doc/html/index.html
ncftp-3.2.5/doc/CHANGELOG.txt
ncftp-3.2.5/doc/FIREWALLS_AND_PROXIES.txt
ncftp-3.2.5/doc/LICENSE.txt
[root@localhost temp]# ls
ncftp-3.2.5  ncftp-3.2.5-linux-x86-glibc2.3-export.tar.gz
[root@localhost temp]# cd ncftp-3.2.5
[root@localhost ncftp-3.2.5]# ls
bin  doc  DONATE.txt  Makefile
[root@localhost ncftp-3.2.5]# cat Makefile
# Generated automatically from Makefile.bin.in by configure.
#-----------------------------------------------------------------------------
#
# NcFTP binary distribution makefile
#
#-----------------------------------------------------------------------------

SHELL=/bin/sh
prefix=/usr/local
mandir=/usr/local/share/man

all:
 -@echo "Try \"make install\" to install the package into the $(prefix) hierarchy."

install:
 -@echo '..... Installing the programs .....'
 -mkdir $(prefix)/bin $(mandir) $(mandir)/man1 2>/dev/null
 -for f in ncftp ncftpget ncftpput ncftpbatch ncftpspooler ncftpls ; do \
  /bin/rm -f $(prefix)/bin/$$f ; \
  cp bin/$$f $(prefix)/bin/$$f ; \
  chmod 755 $(prefix)/bin/$$f ; \
  chown bin $(prefix)/bin/$$f 2>/dev/null ; \
  chgrp bin $(prefix)/bin/$$f 2>/dev/null ; \
  : ; \
 done
 -@/bin/rm -f $(prefix)/bin/ncftpspooler
 -ln $(prefix)/bin/ncftpbatch $(prefix)/bin/ncftpspooler
 -@cp bin/ncftpbookmarks $(prefix)/bin/ncftpbookmarks 2>/dev/null
 -@chmod 755 $(prefix)/bin/ncftpbookmarks 2>/dev/null
 -@chown bin $(prefix)/bin/ncftpbookmarks 2>/dev/null
 -@chgrp bin $(prefix)/bin/ncftpbookmarks 2>/dev/null
 -@/bin/ls -l $(prefix)/bin/ncftp $(prefix)/bin/ncftpget $(prefix)/bin/ncftpput $(prefix)/bin/ncftpbatch $(prefix)/bin/ncftpspooler $(prefix)/bin/ncftpls $(prefix)/bin/ncftpbookmarks
 -@echo '..... Installing the manual pages .....'
 for f in ncftp.1 ncftpget.1 ncftpput.1 ncftpbatch.1 ncftpspooler.1  ncftpls.1 ; do \
  /bin/rm -f $(mandir)/man1/$$f ; \
  cp doc/man/$$f $(mandir)/man1/$$f ; \
  chmod 644 $(mandir)/man1/$$f ; \
 done
 -@echo 'Done installing NcFTP.'
[root@localhost ncftp-3.2.5]# make install
..... Installing the programs .....
mkdir /usr/local/bin /usr/local/share/man /usr/local/share/man/man1 2>/dev/null
make: [install] Error 1 (ignored)
for f in ncftp ncftpget ncftpput ncftpbatch ncftpspooler ncftpls ; do \
  /bin/rm -f /usr/local/bin/$f ; \
  cp bin/$f /usr/local/bin/$f ; \
  chmod 755 /usr/local/bin/$f ; \
  chown bin /usr/local/bin/$f 2>/dev/null ; \
  chgrp bin /usr/local/bin/$f 2>/dev/null ; \
  : ; \
 done
ln /usr/local/bin/ncftpbatch /usr/local/bin/ncftpspooler
-rwxr-xr-x 1 bin bin 257264 Jul 26 11:30 /usr/local/bin/ncftp
-rwxr-xr-x 2 bin bin 178208 Jul 26 11:30 /usr/local/bin/ncftpbatch
-rwxr-xr-x 1 bin bin 115576 Jul 26 11:30 /usr/local/bin/ncftpbookmarks
-rwxr-xr-x 1 bin bin 172780 Jul 26 11:30 /usr/local/bin/ncftpget
-rwxr-xr-x 1 bin bin 143572 Jul 26 11:30 /usr/local/bin/ncftpls
-rwxr-xr-x 1 bin bin 168584 Jul 26 11:30 /usr/local/bin/ncftpput
-rwxr-xr-x 2 bin bin 178208 Jul 26 11:30 /usr/local/bin/ncftpspooler
..... Installing the manual pages .....
for f in ncftp.1 ncftpget.1 ncftpput.1 ncftpbatch.1 ncftpspooler.1  ncftpls.1 ; do \
  /bin/rm -f /usr/local/share/man/man1/$f ; \
  cp doc/man/$f /usr/local/share/man/man1/$f ; \
  chmod 644 /usr/local/share/man/man1/$f ; \
 done
Done installing NcFTP.
[root@localhost ncftp-3.2.5]#

 

 

 

 

<ncftp 업로드 예시>

[root@localhost ftp-test]# ncftp -u jschoi -p password 127.0.0.1
NcFTP 3.2.5 (Jan 10, 2011) by Mike Gleason (http://www.NcFTP.com/contact/).
Connecting to 127.0.0.1...                                                                                        
localhost.localdomain FTP server (Version 5.60) ready.
Logging in...                                                                                                     
User jschoi logged in.
Logged in to 127.0.0.1.                                                                                           
ncftp /home/jschoi > help 
Commands may be abbreviated.  'help showall' shows hidden and unsupported
commands.  'help <command>' gives a brief description of <command>.

ascii      cat        get        lookup     mkdir      pwd        set     
bgget      cd         help       lpage      open       quit       show    
bgput      chmod      jobs       lpwd       page       quote      site    
bgstart    close      lcd        lrename    passive    rename     type    
binary     debug      lchmod     lrm        pdir       rhelp      umask   
bookmark   dir        lls        lrmdir     pls        rm         version 
bookmarks  edit       lmkdir     ls         put        rmdir     

For details, please see the manual ("man ncftp" at your regular shell prompt
or online at http://www.NcFTP.com/ncftp/doc/ncftp.html).
ncftp /home/jschoi > binary
ncftp /home/jschoi > help put
put: sends a file to the remote host.
Usage: put [-flags] file1 [file2...]
Flags:
  -z   : Send the local file file1, and name the remote copy to file2.
  -f   : Force overwrite (do not try to auto-resume transfers).
  -a   : Send files using ASCII mode.
  -A   : Append entire local file to the remote file.
  -R   : Recursive.  Useful for sending whole directories.
Examples:
  put README
  put -z ~/junk/windows-init-file WIN.INI

For details, please see the manual ("man ncftp" at your regular shell prompt
or online at http://www.NcFTP.com/ncftp/doc/ncftp.html).
ncftp /home/jschoi > put -R *
1:                                                       0.00 B    0.00 B/s  
2:                                                       0.00 B    0.00 B/s  
3:                                                       0.00 B    0.00 B/s  
a/4:                                                     0.00 B    0.00 B/s  
a/5:                                                     0.00 B    0.00 B/s  
a/6:                                                     0.00 B    0.00 B/s  
a/d/454:                                                 0.00 B    0.00 B/s  
a/d/45:                                                  0.00 B    0.00 B/s  
send.sh:                                               330.00 B    7.96 kB/s 
ncftp /home/jschoi > quit
[root@localhost ftp-test]#

 

Posted by JINSAN CHOI
OS/Linux2012. 7. 18. 11:00

[root@localhost test]# cat make_file.sh
#!/bin/sh

echo "원하는 사이즈의 파일 생성기"

echo "File Name :"
read NAME

echo "File Size(megabyte) :"
read SIZE

#echo "File Quantity : "
#read QUANT

dd if=/dev/zero of=$NAME bs="$SIZE"M count=1

echo "$NAME 생성완료"

Posted by JINSAN CHOI
OS/Linux2012. 5. 23. 11:34

Date :

2012.05.23


Category :
OS - Linux - Tip


Note :
레드헷 계열에서 사용하는 RPM 과 데비안 계열에서 사용하는 DEB  파일을 상호 변환 시켜주는 프로그램.


 




Document :

HomePage

http://joeyh.name/code/alien/

 

 

install

[root@thinkpad Downloads]# tar xvzf alien_8.87.tar.gz

[root@thinkpad Downloads]# cd alien
[root@thinkpad alien]# ls -l
합계 132
drwxr-xr-x. 3 root root  4096  4월  6 02:36 Alien
-rw-r--r--. 1 root root 17976  7월  8  2011 GPL
-rw-r--r--. 1 root root   283  7월  8  2011 INSTALL
-rw-r--r--. 1 root root   393  5월 23 11:23 MYMETA.yml
-rw-r--r--. 1 root root 25326  5월 23 11:23 Makefile
-rwxr-xr-x. 1 root root   923  7월  8  2011 Makefile.PL
-rw-r--r--. 1 root root  2719  7월  8  2011 README
-rw-r--r--. 1 root root   448  7월  8  2011 TODO
-rw-r--r--. 1 root root 16281  5월 23 11:24 alien
-rw-r--r--. 1 root root   576  5월 23 11:24 alien.lsm
-rw-r--r--. 1 root root   586  7월  8  2011 alien.lsm.in
-rwxr-xr-x. 1 root root 16379  7월  8  2011 alien.pl
-rw-r--r--. 1 root root   897  5월 23 11:24 alien.spec
-rw-r--r--. 1 root root   917  7월  8  2011 alien.spec.in
drwxr-xr-x. 8 root root  4096  5월 23 11:24 blib
drwxr-xr-x. 2 root root  4096  4월  6 02:53 debian
-rw-r--r--. 1 root root   739  7월  8  2011 gendiff.txt
-rw-r--r--. 1 root root     0  5월 23 11:24 pm_to_blib

[root@thinkpad alien]# cat INSTALL
To try alien before installing, just run ./alien.pl from this directory. Most
features will work prior to installation.

To install alien, become root and type:
 perl Makefile.PL; make; make install

To use alien, you'll need a variety of other software. See the README for
details.
[root@thinkpad alien]# perl Makefile.PL

[root@thinkpad alien]# make

[root@thinkpad alien]# make install

[root@thinkpad alien]# which alien
/usr/local/bin/alien

 

 

*

perl Makefile.PL 에서 아래와 같은 error가 발생할 경우 대처 방법

 

Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at Makefile.PL line 1.
BEGIN failed--compilation aborted at Makefile.PL line 1.

 

# yum install perl-ExtUtils-MakeMaker

 

 

사용방법

# alien -d abc.rpm

-> rpm을 deb로 변경

 

# alien -r abc.deb

-> deb를 rpm으로 변경

 

# alien -i abc.rpm

-> 데비안에서 rpm을 install

 

[root@thinkpad alien]# alien --help
Usage: alien [options] file [...]
  file [...]                Package file or files to convert.
  -d, --to-deb              Generate a Debian deb package (default).
     Enables these options:
       --patch=<patch>      Specify patch file to use instead of automatically
                            looking for patch in /var/lib/alien.
       --nopatch     Do not use patches.
       --anypatch           Use even old version os patches.
       -s, --single         Like --generate, but do not create .orig
                            directory.
       --fixperms           Munge/fix permissions and owners.
       --test               Test generated packages with lintian.
  -r, --to-rpm              Generate a Red Hat rpm package.
      --to-slp              Generate a Stampede slp package.
  -l, --to-lsb              Generate a LSB package.
  -t, --to-tgz              Generate a Slackware tgz package.
     Enables these options:
       --description=<desc> Specify package description.
       --version=<version>  Specify package version.
  -p, --to-pkg              Generate a Solaris pkg package.
  -i, --install             Install generated package.
  -g, --generate            Generate build tree, but do not build package.
  -c, --scripts             Include scripts in package.
  -v, --verbose             Display each command alien runs.
      --veryverbose         Be verbose, and also display output of run commands.
  -k, --keep-version        Do not change version of generated package.
      --bump=number         Increment package version by this number.
  -h, --help                Display this help message.
  -V, --version      Display alien's version number.

 

 

 

Posted by JINSAN CHOI
OS/Linux2011. 11. 9. 10:43

Date :

2011.11.09


Category :
OS - Linux - Tip


Note :
CentOS 시간 및 지역시간 설정 방법




Document :
#1

시간관리 두가지 타입
1. 마더보드(CMOS) 시간 = H/W Time
2. 서버계산 시간 = System Time


현재 시간 확인
# clock
-> H/W Time 확인

# date
-> System Time 확인


수동으로 시간 설정-일회성
# date 110910282011.59
-> date [MMDDhhmm[[CC]YY][.ss]
-> System Time 설정

# clock -w
-> System Time 값을 읽어 H/W Time을 설정 한다.


타임서버를 이용한 시간 설정-일회성
# rdate -p time.bora.net
-> 타임서버(time.bora.net)의 현재시간 확인

# rdate -s time.bora.net
-> 타임서버(time.bora.net)의 시간을 System Time 으로 설정


부팅될때 마다 타임서버와 동기화 설정
# echo "rdate -s time.bora.net" >> /etc/rc.d/rc.local  


localtime 을 서울로 설정
# ls -al /etc/localtime
-rw-r--r-- 1 root root 3519 Feb 26  2006 /etc/localtime

# ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime

# ls -al /etc/localtime
lrwxrwxrwx 1 root root 30 May 15 01:02 /etc/localtime -> /usr/share/zoneinfo/Asia/Seoul
 


Posted by JINSAN CHOI
OS/Linux2011. 11. 1. 10:15

Date :

2011.11.1


Category :
OS - Linux - Tip

Note :
CentOS 설치시 지역설정 및 언어설정을 "한국, 한글" 로 하게 되면 유저의 홈디렉토리명이 한글로 자동 생성 됩니다.
시스템 관리자 입장에선 디렉토리 이동간에 "한글"로된 파일, 디렉토리명은 여간 번거로운게 아니기에
아래와 같은 방법으로 수정 할 수 있습니다.




Document :
#1

[ggomsu@localhost ~]$
[ggomsu@localhost ~]$ id
uid=501(ggomsu) gid=501(ggomsu) groups=501(ggomsu) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
[ggomsu@localhost ~]$ pwd
/home/ggomsu
[ggomsu@localhost ~]$ ls
공개  다운로드  문서  바탕화면  비디오  사진  음악  템플릿


[ggomsu@localhost ~]$ ls -a
.              .bash_logout   .config    .gconfd  .gstreamer-0.10  .local     .pulse-cookie     공개      비디오
..             .bash_profile  .dbus      .gnome2  .gtk-bookmarks   .mozilla   .ssh              다운로드  사진
.ICEauthority  .bashrc        .esd_auth  .gnote   .gvfs            .nautilus  .viminfo          문서      음악
.bash_history  .cache         .gconf     .gnupg   .imsettings.log  .pulse     .xsession-errors  바탕화면  템플릿


[ggomsu@localhost ~]$ cd .config/
[ggomsu@localhost .config]$ ls
gnome-disk-utility  gnome-session  ibus  user-dirs.dirs  user-dirs.locale


[ggomsu@localhost .config]$ cat user-dirs.dirs
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.

XDG_DESKTOP_DIR="$HOME/바탕화면"
XDG_DOWNLOAD_DIR="$HOME/다운로드"
XDG_TEMPLATES_DIR="$HOME/템플릿"
XDG_PUBLICSHARE_DIR="$HOME/공개"
XDG_DOCUMENTS_DIR="$HOME/문서"
XDG_MUSIC_DIR="$HOME/음악"
XDG_PICTURES_DIR="$HOME/사진"
XDG_VIDEOS_DIR="$HOME/비디오"


[ggomsu@localhost .config]$ vi user-dirs.dirs
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"


[ggomsu@localhost ~]$ pwd
/home/ggomsu
[ggomsu@localhost ~]$ ls
공개  다운로드  문서  바탕화면  비디오  사진  음악  템플릿


[ggomsu@localhost ~]$ mv 공개 Public
[ggomsu@localhost ~]$ mv 다운로드 Downloads
[ggomsu@localhost ~]$ mv 문서 Documents
[ggomsu@localhost ~]$ mv 바탕화면 Desktop
[ggomsu@localhost ~]$ mv 비디오 Videos
[ggomsu@localhost ~]$ mv 사진 Pictures
[ggomsu@localhost ~]$ mv 음악 Music
[ggomsu@localhost ~]$ mv 템플릿 Templates
[ggomsu@localhost ~]$ ls
Desktop  Documents  Downloads  Music  Pictures  Public  Templates  Videos


Posted by JINSAN CHOI