Installation of Ubuntu 16.04 system and related software

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.