Although this notebook is well configured, but still not how to meet the flow of demand, so select the server version and install a simple desktop management to achieve the desired effect, in order to prevent the installation of loading and unloading does not produce garbage residue, when installing a software to the relevant dependencies are recorded to prevent the uninstall when easy to find.
Download the 64-bit http://www.aliyun.com/zixun/aggregation/33897.html ">iso mirroring, the installation process is very fast, then configure (to be honest, Linux system configuration is very hard, But it is more convenient to use later:
Install a simple desktop
Before installing the desktop, the direct use of the official source is very slow, especially the installation of desktop environment so large software, domestic or cn99 source relatively fast, and in 9.10, Cn99 also joined the official source, with wget command to download:
wget http://ubuntu.cn99.com/sources.list.karmic
Back up the original source file:
sudo cp/etc/apt/sources.list/etc/apt/sources.list.backup
Replaces system source files with downloaded source files
sudo cp sources.list.karmic/etc/apt/sources.list
Update source
sudo apt update
Install the X Window System (it is possible that x-window-system-coure is already included in the xorg package, prompting you to install the package, then use sudo apt install xorg. )
sudo apt install x-window-system-core
Install Login Manager
sudo apt install GDM
To install the window manager
sudo apt install gnome-core
It is also best to install a language selection
sudo apt install language-selector