First of all thanks to the programmer in the www.jtthink.com and judging teacher, this topic notes mainly from Shen Teacher's course. At the same time also thanked the juvenile Lang, Qin Little, Hua Dan and other students to share their study notes.
1. Install Flash Player
Ctrl+alt+t Open the Terminal input command:
1 sudo apt-get install Flashplugin-installer
Waiting to finish ...
2, Ubuntu 16.04 Configuring Chinese Input Method
Install the Chinese package in Systemseting->language support and modify the keyboard input method system to FXITX
1 sudo add-apt-repository ppa:fcitx-team/ 2 sudo apt-get update Span style= "color: #008080;" >3 sudo apt-get install fcitx fcitx-config-gtk fcitx-sunpinyin fcitx-googlepinyin im-config 4 sudo im-config-s fcitx-z
3. Fast-loading JDK
Ctrl +alt+ T Open Terminal
1 default-jdk-y
after installation, open terminal, enter java-version , displaying the currently installed Java version information
4. Other common commands
1 update: sudo apt-get update 2 Searches: Apt-cache search Flash // search Flash 3 Powerful search text tool grep main Huangyu. C 4 Search and match Apt-cache search Flash | grep "^flash"
Judging teacher Ubuntu Quick Notes (1)--install Flashplayer, configure Chinese Input method and common commands