Reprint: What to do after installing Ubuntu 15.10

Source: Internet
Author: User
Tags rar sessions set time sublime text aliyun

Reprint: What to do after installing Ubuntu 15.10

Original reproduced in: http://blog.csdn.net/skykingf/article/details/45267517

Ubuntu 15.10 has been released, bringing a lot of new features, as well as still with a lot of unaccustomed things, so after the installation of the system will be a series of optimizations.

1. Delete libreoffice

LibreOffice is open-source, but the Java-written office execution efficiency is not very flattering, after the system has been determined to delete

[HTML] view plain copy

    1. sudo apt-get remove Libreoffice-common



2. Delete Amazon 's links

[HTML] view plain copy

    1. sudo apt-get remove Unity-webapps-common



3. Delete the basic unused software (it is too late to install)

[HTML] view plain copy

    1. sudo apt-get remove Thunderbird totem Rhythmbox empathy Brasero simple-scan gnome-mahjongg aisleriot gnome-mines Cheese TR Ansmission-common Gnome-orca Webbrowser-app Gnome-sudoku landscape-client-ui-install

[HTML] view plain copy

    1. sudo apt-get remove onboard deja-dup



So the system is basically clean.

4. Install Vim

The default is not integrated with the VIM artifact, only manually installed.

[HTML] view plain copy

    1. sudo apt-get install vim



5. set time using UTC

[HTML] view plain copy

    1. sudo vim/etc/default/rcs


Change Utc=no to Utc=yes

6. Install Chrome

Download the latest installation file to Https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb.

And then

[HTML] view plain copy

    1. sudo apt-get install Libappindicator1 libindicator7
    2. sudo dpkg-i google-chrome-stable_current_amd64.deb
    3. sudo apt-get-f Install

This will allow apt to install and update the Chrome browser later.

7. Install Sogou Input Method

Vim/etc/apt/sources.list.d/ubuntukylin.list file, add an apt source to Ubuntu Kylin

[HTML] view plain copy

    1. Deb Http://archive.ubuntukylin.com:10006/ubuntukylin Trusty Main


And then

[HTML] view plain copy

    1. sudo apt-get update
    2. sudo apt-get install Sogoupinyin


This allows apt to install and update Sogou IME.

8. Install WPS Office

Currently MS has not been out of the Linux version of Office, only to make use of WPS

[HTML] view plain copy

    1. sudo apt-get install Wps-office

9. Installing Oracle Java

[HTML] view plain copy

    1. sudo add-apt-repository Ppa:webupd8team/java
    2. sudo apt-get update
    3. sudo apt-get install Oracle-java8-installer

Since the system comes with a openjdk, the unload openjdk will be left with residue, resulting in a running

[python] view plain copy

    1. Java-version

When the first line is not the Java version number, it will be picked Upjava_tool_options:-javaagent:/usr/share/java/ Jayatanaag.jar This hint causes many scripts to detect the Java version number to run in error, so you need to manually clear the residue.

[python] view plain copy

    1. sudo rm/usr/share/upstart/sessions/jayatana.conf

Delete the/usr/share/upstart/sessions/jayatana.conf file, restart and then run java-version there will be no more picked Upjava_tool_options:-javaagent:/ The Usr/share/java/jayatanaag.jar hints.



10. Installing Sublime Text 3

[HTML] view plain copy

    1. sudo add-apt-repository ppa:webupd8team/sublime-text-3
    2. sudo apt-get update
    3. sudo apt-get install Sublime-text



11. Install the Classic menu indicator

[HTML] view plain copy

    1. sudo add-apt-repository ppa:diesch/testing
    2. sudo apt-get update
    3. sudo apt-get install Classicmenu-indicator



12. Installing the system indicator Syspeek

[HTML] view plain copy

    1. sudo add-apt-repository ppa:nilarimogard/webupd8
    2. sudo apt-get update
    3. sudo apt-get install Syspeek




Customizing the DNS Server IP address of a DHCP Network

sudovim/etc/dhcp/dhclient.conf file, on line 21st #prepend domain-name-servers 127.0.0.1, next line add the following 2 lines using Aliyun and 114 DNS

[HTML] view plain copy

    1. Prepend domain-name-servers 114.114.114.114;
    2. Prepend domain-name-servers 223.5.5.5;


This gives priority to using Aliyun DNS, which uses 114 of the DNS as a secondary.

Install git and VPNC

Git and VPN all know, Programmer's good tool.

[HTML] view plain copy

    1. sudo apt-get install vpnc git

installation Axel

Axel is a multi-threaded download tool for the Linux command-line interface, and the advantage over wget is that multiple threads can be specified to download files at the command-line terminal at the same time.

[python] view plain copy

    1. sudo apt-get install Axel



After installation, you can use multi-threaded download instead of wget.

installation openssh-server

[python] view plain copy

    1. sudo apt-get install Openssh-server


After installation, you can use the SSH tool in the remote landing, of course, there is a security risk, if you do not want to remotely log on the machine, you can not install Openssh-server.

The installation of CMake and Qt Creator

CMake and Qt Creator are the artifacts of developing C + + programs under Linux, and Ubuntu15.04 has integrated the latest version of Qt Creator (3.1.1).

[HTML] view plain copy

    1. sudo apt-get install CMake qtcreator




Install the ExFat file system driver

Ubuntu default does not support exFAT file system mount, need to manually install EXFAT support

[python] view plain copy

    1. sudo apt-get install Exfat-fuse



After loading the exfat-fuse, you can mount the exFAT partition disk.

installation Lnav

Lnav tool is the artifact that looks at the log on the terminal interface

[python] view plain copy

    1. sudo apt-get install Lnav



After loading, the log can be displayed in the terminal with Lnav color.


installation Unrar

The system does not have the function of extracting RAR file by default, install Unrar program manually

[python] view plain copy

    1. sudo apt-get install Unrar

After loading, you can use the command to unzip the RAR file.

Unzip the file to the current directory using the following command.

[python] view plain copy

    1. Unrar x Test.rar

Reprint: What to do after installing Ubuntu 15.10

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.