Ubuntu 16.04 theme beautification and common software installation, ubuntu16.04

Source: Internet
Author: User
Tags gdb debugger

Ubuntu 16.04 theme beautification and common software installation, ubuntu16.04
I. Theme beautificationSystem cleanupSystem update:

After installing the system, you need to update some patches. Ctrl + Alt + T call the terminal and execute the Code:

1 sudo apt-get update 2 sudo apt-get upgrade
Uninstall libreOffice:

LibreOffice is an open-source office software that comes with ubuntu. We generally use WPS. The second section describes how to install WPS in Ubuntu.

1 sudo apt-get remove libreoffice-common
Uninstall uncommon software:
1 sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot 2 sudo apt-get remove gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku  landscape-client-ui-install  3 sudo apt-get remove onboard deja-dup 
Delete an Amazon link:
1 sudo apt-get remove unity-webapps-common 
Time Setting:

1. For versions earlier than Ubuntu16.04, the/etc/default/rcS file is usually modified.

1 sudo gedit/etc/default/rcS 2 Change UTC = yes to UTC = no

2. For Ubuntu16.04, use timedatectl to modify and view the time

Reference: https://www.cnblogs.com/zhi-leaf/p/6282301.html

Beautification

(1) install unity-tweak-tool (a very useful Unity graphical management tool)

1 sudo apt-get install unity-tweak-tool

After the installation is complete, search for unity-tweak-tool to open it and fix it in the taskbar. The interface is as follows:

(2) install the Flatabulous theme and related icons (a flat theme under ubuntu)

Installation command:

sudo add-apt-repository ppa:noobslab/themessudo apt-get updatesudo apt-get install flatabulous-theme

Auxiliary icon installation command:

1 sudo add-apt-repository ppa:noobslab/icons2 sudo apt-get update3 sudo apt-get install ultra-flat-icons

After the installation is complete, re-open unity-tweak-tool.

Go to Theme and change it to Flatabulous.

Go to the Icons bar and select Ultra-flat.

(3) font settings

Command for installing fonts:

1 sudo apt-get install fonts-wqy-microhei

Enter the Fonts font and press set

(4) Terminal

The terminal uses zsh and oh-my-zsh, which are both beautiful and easy to use. They mainly improve your performance !!!

1. Install zsh:

1 sudo apt-get install zsh

2. Next we need to download the oh-my-zsh project to help us configure zsh and install it using wget.

1 wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh

3. Switch to zsh Mode

1 chsh -s /usr/local/bin/zsh

4. modify the following color to make your terminal style more comfortable. Right-click the terminal and choose profile> profile Preferences from the shortcut menu. The following page is displayed, go to the colors Column

 

5. Install the split screen Software

1 sudo apt-get install terminator

 

Ii. Install WPS in Common Software

1. Go to wps official website to download wps for linux

2. Modify the downloaded installation package name:Wps-office-amd64.deb. Execute the following command:

1 cd download // enter the installation package directory as downloaded 2 sudo dpkg-I wps-office-amd64.deb

3. If the dependency package is missing, run the command First (if the dependency package problem occurs during software installation, you can solve it in this way)

1 sudo apt-get install -f
Install sogou Input Method

1. Go to sogou Input Method for linux official website to download the installation package

2. Modify the downloaded installation package name:Sogoupinyin-amd64.deb. Execute the following command:

Cd download // enter the installation package directory sudo dpkg-I sogoupinyin-amd64.deb as downloaded
Install Vim and Gedit

Vim and Gedit: Ubuntu Text Editor (either)

1 sudo apt-get install vim2 sudo apt-get install gedit
Htop Installation

Htop allows you to view system resource usage more intuitively.

1 sudo apt-get install htop
Install GCC & GDB

GCC compiler and GDB debugger, essential for writing C Programs

1 sudo apt-get install gcc && gdb
Install for note
1 sudo add-apt-repository ppa:wiznote-team2 sudo apt-get update3 sudo apt-get install wiznote
Shutter, Git, and Rar Installation

Shutter: The next software in Ubuntu.

Git: essential for Github

Rar: compression software

1 sudo apt-get install shutter2 sudo apt-get install git3 sudo apt-get install rar
Iii. Final Interface

 

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.