A few things to do after installing Ubuntu

Source: Internet
Author: User
Tags git clone

After the installation of Ubuntu Ah, the system in addition to bring Firefox,libre office and other energy use, to cope with daily demand is still a bit worse. Then I wrote a list based on my recent needs. By completing this checklist, Ubuntu has become a handy tool. But many aspects of experience than Windows is a lot worse, I think the best thing is not to play the game!


1. Update the system.
Open System settings. There is a software & updates under System Open to check for updates and related settings.

2. Install the NIC driver. My laptop network card is rtl8723be. There is a problem with the original driver, the use of a period of time will be broken network. Recompile the installation driver to resolve

git clone https://github.com/lwfinger/rtlwifi_newcd rtlwifi_newmakesudo  makeinstall


3. Replace the background and install the Docky. Choose a good theme to make yourself feel better.
After using Docky, the left side of the lancher is redundant, so the behavior settings in appearance in the system settings are automatically hidden and the sensitive is minimized.

4. Install java. Development environments such as Eclipse,intellij are dependent on Java.

Install the latest version from the official website. Download the compiled code directly. Then unzip to your own installation path

Then enter the following code to set the default Java

sudoUpdate-alternatives--Install "/usr/bin/java" "Java" "/path/to/your/jdk1.8.0/bin/java" 1sudoUpdate-alternatives--Install "/usr/bin/javaws" "Javaws" "/path/to/your/jdk1.8.0/bin/javaws" 1

Then set Firefox to use this Java

mkdir ~/.mozilla/pluginsln -s/usr/lib/jvm/jdk1. 7.0/jre/lib/amd64/libnpjp2.so ~/.mozilla/plugins/sudo /etc/init.d/apparmor restart


5. Install Pip

Although Python has been preset, Pip is not installed.

sudo apt-get install Python3-pip

6. Installing Pycharm

Choose to install a Python IDE.

7. Install for notes. Youdao notes do not have a Linux version, and the current Youdao sync problem more. Wiznote is still available.

Install Sogou Pinyin. In fact, the ibus comes with pinyin input method. Sogou Linux version is more useful than windows, at least not to play ads.

Install F.lux. Automatically adjust the color temperature to protect the eyes.

A few things to do after installing Ubuntu

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.