0%

Ubuntu 16.04 configuration and beautification

  • Chinese:

This is a landscaping scheme for Ubuntu16 that I use myself. Backup of frequently used commands.

0. Preparation

  1. Replace the software source.
  2. Update systems and software to the latest
    1
    2
    sudo apt-get update        
    sudo apt-get upgrade
  3. Install the complete Chinese language pack: Settings → Language Support, follow the prompts.
  4. Install GDebi and change the default way to open the deb package.
    1
    2
    sudo apt-get update
    sudo apt-get install gdebi

1. Uninstall

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

    2. Install software

  4. Install WPS
    • Download the deb package to the official website.
    • The first time you open it will prompt for a missing font, go here password: pwe1) to download, close WPS, run
      1
      sudo unzip wps_symbol_fonts.zip -d /usr/share/fonts/wps-office
  5. Install Sogou pinyin input method
  6. Install Visual Studio
  7. Install Netease Cloud Music Player
  8. Installing eye protection software Redshift
    1
    2
    sudo apt-get install redshift
    redshift -l 28.68:115.89 -t 5500:4500 #The latitude and longitude were set at '28.68:115.89' (Nanchang), and the color temperature was adjusted to 5500K during the day and 4500K at night.

3 Theme beautification

  1. Install Unity-tweak-tool
    1
    sudo apt-get install unity-tweak-tool
  2. Install Flatabulous Theme and Complementary Icon Pack
    1
    2
    3
    4
    5
    6
    7
    sudo add-apt-repository ppa:noobslab/themes  
    sudo apt-get update
    sudo apt-get install flatabulous-theme

    sudo add-apt-repository ppa:noobslab/icons
    sudo apt-get update
    sudo apt-get install ultra-flat-icons
  3. After installation, enter Unity-tweak-tool to set accordingly
    My choice: Theme: Flatabulous, Icon: Redglass, Pointer: DMZ-Black

The last is the effect display
enter description here