|
After installing Ubuntu 15.04, to do a few things, combined with my personal information on the network you need to write the notes.
0. update source
Canadian-source method:
sudo gedit /etc/apt/sources.list
Update Source:
sudo apt-get update
Software Update:
sudo apt-get upgrade
Ali cloud Source:
deb http://mirrors.aliyun.com/ubuntu/ vivid main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ vivid-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ vivid-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ vivid-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ vivid-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ vivid main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ vivid-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ vivid-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ vivid-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ vivid-backports main restricted universe multiverse
ubuntu kylin Source:
deb http://archive.ubuntukylin.com:10006/ubuntukylin trusty main
NOTE: If you are prompted public mistake, you can press the following ways:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6AF0E1940624A220 # 6AF0E1940624A220 need here is the key error
Source added PPA (PPA: Personal Package Archives, personal depot)
If prompted hash checksums do not match, it may be caused by poor network
# To install SysPeek
sudo add-apt-repository ppa: nilarimogard / webupd8
# To install apt-fast
sudo add-apt-repository ppa: tldm217 / tahutek.net
1. Remove libreoffice
libreoffice Although open source, Java to write out the efficiency of office is to be commended, decisive deleted after Bahrain system
sudo apt-get remove libreoffice-common
2. Remove the Amazon link
sudo apt-get remove unity-webapps-common
3. Deletion of the basic need comes with software (with the time rearm never too late)
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 onboard deja-dup
Remarks:
thunderbird: Mozilla browser mail features in the transformation of the Mail Tool
totem: video player
rhythmbox: music player and management software
empathy: instant messaging tool
brasero: CD burning software
simple-scan: Scan Tool
gnome-mahjongg: Mahjong - Two of a Kind
aisleriot: Card Games
gnome-mines: Minesweeper
cheese: camera photo and video software cheese
transmission-common: BT client
gnome-orca: screen reader
webbrowser-app: the system comes with a web browser
gnome-sudoku: Sudoku
landscape-client-ui-install: Remote Management Software
onboard: Virtual Keyboard
deja-dup: Backup Utility
So that the system is basically clean. Here a few according to their need to get
4. Install Vim
Actually not integrated Vim default artifact, only manually installed.
sudo apt-get install vim
5. Install Sogou input method
sudo apt-get install sogoupinyin
7. Install the system indicator SysPeek
sudo apt-get install syspeek
8.Apt-fast
It is a script to accelerate with axel apt-get software installation, because it is multi-threaded download, so acceleration effect is obvious.
sudoapt-get installapt-fast
Instructions:
Replace the original apt-get command apt-fast command, such as:
apt-fast updateapt-fastinstallfcitx |
|
|
|