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
sudo apt-get Remove Libreoffice-common
2. Delete Amazon's links
sudo apt-get Remove Unity-webapps-common
3. Delete the basic unused software (it is too late to install)
sudo apt-get remove Thunderbird totem Rhythmbox empathy Brasero simple-scan gnome-mahjongg Aisleriot gnome-mines Cheese Transmission-common gnome-orca webbrowser-app gnome-sudoku landscape-client-ui-install
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.
sudo apt-get install vim
5. Set time using UTC
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
sudo apt-get install Libappindicator1 libindicator7 -i google-chrome-stable_current_ Amd64.deb 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
Deb http://Archive.ubuntukylin.com:10006/ubuntukylin trusty main
And then
sudo apt-get update 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
sudo apt-get Install Wps-office
9. Installing Oracle Java
sudo add-apt-repository ppa:webupd8team/java sudo apt-get update 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
Java-version
When the first line is not the JAVA version number, it will be picked up java_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.
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 up java_tool_options:-javaagent:/ The Usr/share/java/jayatanaag.jar hints.
10. Install Sublime Text 3,
sudo add-apt-repository ppa:webupd8team/sublime-text-3 sudo apt-get update sudo apt-get install Sublime-text
11. Install the Classic menu indicator
sudo add-apt-repository ppa:diesch/testing sudo apt-get update sudo apt- get Install Classicmenu-indicator
12. Installing the system indicator Syspeek
sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt- Get Install Syspeek
13. Customizing the DNS Server IP address of the DHCP network
sudo vim/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
114.114. 114.114 ; prepend domain223.5. 5.5;
This gives priority to using Aliyun's DNS, which uses Google's DNS as a secondary.
14. Install Git and VPNC
Git and VPN all know, Programmer's good tool.
sudo apt-get install VPNC git
15. Installing Axelaxel 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 simultaneously in the command-line terminal.
sudo apt-get install Axel
After installation, you can use multi-threaded download instead of wget.
16. Installing Openssh-server
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.
17. Installing CMake and QT Creator
CMake and Qt Creator are the artifacts of developing C + + programs under Linux, and Ubuntu 15.04 has integrated the latest version of Qt Creator (3.1.1).
sudo apt-get install CMake qtcreator
18. Installing the exFAT file system driver
Ubuntu default does not support exFAT file system mount, need to manually install EXFAT support
sudo apt-get Install Exfat-fuse
After loading the exfat-fuse, you can mount the exFAT partition disk.
Installing shutter
Attached: Configuration input method, the language support update after the input method is available, before the installation system will generally unplug the network cable, installed after there is no input method.
sudo add-apt-repository ppa:shutter/ppasudo apt-get updatesudo apt-get Install Shutter
A few things to do after linux--is installed.