Deepin Linux installation + configuration

Source: Internet
Author: User

An installation
    • Download on official website
    • U disk installation, Shenzhou elegant x4 boot Press F7, select USB boot.
      • The USB stick Installer is in the downloaded image file.
Two configurations
  • Upgrade the latest system

  • To set the root user password:
    •   
      sudo passwd root[sudo] Dawn password: Enter a new UNIX password: Re-enter the new UNIX password: passwd: Password has been successfully updated

      The difference between Su and sudo is:

      1) Su's password is the root password, and sudo password is the user's password;

      2) Su directly turns the identity into root, and sudo runs the command as root after the user logs in, without needing to know the root password.

  • Set Sogou Input Method

    • Set the paging to square brackets.
  • Configuring the Java Environment

    • Open with a text editor
    • /etc/profile
    • At the end of the profile file, add:
    • Export JAVA_HOME=/USR/SHARE/JDK1. 6 . 0_14 export PATH= $JAVA _home/bin: $PATH export CLASSPATH
      • Run $ source/etc/profile to make the configuration environment effective
      • Run $ java-version to see if it takes effect. If the JDK version number appears, install and configure the environment variable successfully

    • Download the Vscode and configure the plugin
      • Installing plugins
        • Java Extension Pack
        • Atom One Dark Theme
        • Vscode-icons

Deepin Linux installation + configuration

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.