Some Notes on Setting Up Ubuntu

Some notes on problems I had to google multiple times when setting up Ubuntu, enough…

Chrome Keyring

If you set auto login on boot, Chrome complains about not being able to access keyring and you have to enter the password on boot to use it.

  1. Go to Password and Keys
  2. Right click Login and click Change Password
  3. Enter the old password and leave the new password as empty
  4. It will shut up now

Install Chinese Input Method

  1. Run:
    1
    $ sudo apt install fcitx-bin fcitx-googlepinyin
  2. Go to Region & Languages
  3. Change IBus to fcitx
  4. Click Manage Installed Languages -> Install/Remove Languages -> Chinese Simplified
  5. Reboot and run:
    1
    $ fcitx-configtool
  6. Click + and add Google Pinyin

Configure Terminal Color

Go http://mayccoll.github.io/Gogh/

Ubuntu/Win10 Dual Boot Timer Problem

Thank you MS!
On Win 10, follow Option 2 on https://www.howtogeek.com/323390/how-to-fix-windows-and-linux-showing-different-times-when-dual-booting/