2017年7月31日 星期一

Install Traditional Chinese Input (IBUS) ---- CangJie, ZhuYin, ChewIng (for Ubuntu & CentOS)

For Ubuntu

Step 1: Install input method you like
    sudo apt-get install ibus-table-cangjie-big#倉頡輸入法,第三代和第五代一起裝
    sudo apt-get install ibus-zhuyin #注音輸入法
    sudo apt-get install ibus-chewing #新酷音輸入法

Step 2: Reboot IBUS to reload input method
    ibus restart

Step 3: Open Ubuntu desktop / System Setting / Text Entry, Add Input Source
    a. Search "cangjie" and add it
    b. Search "zhuying" and add it
    c. Search "chewing" and add it


For CentOS 7

Step 1: install ibus
  sudo yum install -y ibus ibus-table-chinese-array

Step 2: run ibus-setup and exit (in order to kick off ibus)
  ibus-setup

Step 3: restart ibus
  ibus restart

Step 4: Check ibus input method
  ibus list-engine | egrep -A 3 Chinese

Step 5: Setup ibus (to be continued)
  ibus-setup



Refer to:
  1. http://it.livekn.com/2016/05/ubuntu-1604-ibus.html
  2. https://ephrain.net/linux-%E5%9C%A8-centos-7-%E4%B8%8A%E5%AE%89%E8%A3%9D-ibus-%E4%BD%BF%E7%94%A8%E7%9A%84%E8%A1%8C%E5%88%97%E8%BC%B8%E5%85%A5%E6%B3%95/



Vmware Copy & Paste don't work between host and guest OS (for Ubuntu, CentOS)

Refer to https://askubuntu.com/questions/691585/copy-paste-and-dragdrop-not-working-in-vmware-machine-with-ubuntu

Method A:
1) Run VMware / VM / Reinstall VMware Tools
2) Open "File" icon, and copy Vmware Tools directory to ~/Downloads/VMware_Tools
3) Extract VMwareTools-9.9.3-2759765.tar.gz  . We can get vmware-tools-distrib directory
4) Open a Terminal
5) Change directory to vmware-tools-distrib 
6) change to root
7) run vmware-install.pl by "./vmware-install.pl"
8) reboot guest os
9) run Method B if it doesn't work

Method B:
1) sudo apt-get install open-vm-tools
2) sudo apt-get install open-vm-tools-desktop
3) restart the guest operating system