What to do after installing Ubuntu 16.04 (summary) _linux

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

Ubuntu 16.04 Released, brought a lot of new features, but also with a lot of things are not used to, so after the installation of the system to carry out a series of optimizations.

1. Delete LibreOffice

Although LibreOffice is open source, but the Java write Office execution efficiency is not flattering, after loading system decisively delete

 
 

2. Remove Amazon link

sudo apt-get remove Unity-webapps-common

3. Delete the basic use of the software (with the time to reload can also be too late)

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 

sudo apt-get remove onboard Deja-dup 

So the system is basically clean.

4. Install Vim

The default is not integrated vim artifact, can only be installed manually.

 
 

5. Set time using UTC

sudo vim/etc/default/rcs  

Change Utc=no to Utc=yes

6. Install Chrome

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

And then

sudo apt-get install libappindicator1 libindicator7 
sudo dpkg-i google-chrome-stable_current_amd64.deb  

This will then be apt to install and update the Chrome browser.

7. Install Sogou Input Method
Vim/etc/apt/sources.list.d/ubuntukylin.list file, add the apt source of Ubuntu Kylin

 
 

And then

sudo apt-get update 

This will be apt to install and update Sogou input method.

8. Installing WPS Office

Currently MS has not been out of the Linux version of Office, can only do with WPS

sudo apt-get install Wps-office  

9. Install Oracle Java

sudo add-apt-repository ppa:webupd8team/java  
sudo apt-get update  
sudo apt-get install Oracle-java8-installer  

Since the system is OPENJDK, uninstall OPENJDK will be followed by residue, resulting in the operation

 
 

When the first line is not a JAVA version number, it will be picked up java_tool_options:-javaagent:/usr/share/java/ Jayatanaag.jar This hint causes many scripts that detect the Java version number to run wrong, and therefore need to manually clear the residue.

 
 

Delete/usr/share/upstart/sessions/jayatana.conf file, reboot and run Java-version no more picked
Up java_tool_options:-javaagent:/usr/share/java/jayatanaag.jar prompted.

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 Classic Menu Indicator

sudo add-apt-repository ppa:diesch/testing 
sudo apt-get update 

12. Installation 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 a DHCP network

sudo vim/etc/dhcp/dhclient.conf file, in line 21st #prepend domain-name-servers 127.0.0.1; The next line adds the following 2 rows using the DNS of Aliyun and 114

Prepend domain-name-servers 114.114.114.114; 

This gives precedence to Aliyun DNS, which uses 114 of DNS primarily.

14. Install Git and VPNC

Git and VPN are well understood by programmers, the good tools of the programmer.

 
 

15. Install Axel

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

 
 

After installation, you can replace the wget with multi-threaded download.

16. Install Openssh-server

 
 

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

17. Install 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).

 
 

18. Install exFAT File System driver

Ubuntu does not support exFAT file system mount by default and requires manual installation of exFAT support

 
 

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

19. Install Lnav

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

 
 

After installed in the terminal can be used Lnav color display log.

20. Install Unrar

system default without decompression RAR file function, manual installation Unrar program

 
 

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

Use the following command to extract the file to the current directory.

 
 

The above is the entire content of this article, I hope to help you learn, but also hope that we support the cloud habitat community.

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.