1, how to make Ubuntu install U disk (itself has win10 exist)
Http://www.linuxidc.com/Linux/2015-10/123786.htm
2, after installation by default is WIN10 boot (temporarily use F12 to select the system startup mode when logging on)
3, install Sogou Input Method (search official website download and installation methods)
4, Wpsoffic installation (search official website download and installation method)
Environment variables: Export WPS_HOME=/OPT/KINGSOFT/WPS-OFFICE/OFFICE6
5, the installation of Pycharm
To add the launcher icon:
$ sudo gedit/usr/share/applications/pycharm.desktop
[Desktop Entry]
Type=application
Name=pycharm
Genericname=pycharm3
Comment=pycharm3:the Python IDE
Exec= "~/pycharm/bin/pycharm.sh"%f
Icon=~/pycharm/bin/pycharm.png
Terminal=pycharm
Categories=pycharm;
Then double-click to open, then lock to the launcher is good.
6. Installation of JDK
Environment variables:
Configure environment variables for all users Vim/etc/profile
Export java_home=/opt/jdk1.8.0_121
Export Jre_home= $JAVA _home/jre
Export classpath=.: $JAVA _home/lib: $JRE _home/lib: $CLASSPATH
Export path= $JAVA _home/bin: $JRE _home/bin: $PATH
Immediate effect: Source/etc/profile
Installation of Ubuntu 16.04 system and related software