Ubuntu12.04 Installation notes

Source: Internet
Author: User
1 Virtual Machine: Install Ubuntu12.04 in CLI mode. To speed up the installation, disable the network during installation, select english as the language, select us2 as the country, enable the network, restart, and set the network to sudovi/etc/network/interfaces, modify the file content as follows: autoeth0ifaceeth0inetdhcp3 restart network sudo/etc/init. d/networkingrestart4

1 Virtual Machine: Install Ubuntu 12.04 in CLI mode. To speed up installation, disable the network during installation, select english as the language, and select us as the country

2. enable the network, restart, and set the network.

Sudo vi/etc/network/interfaces:

Auto eth0
Iface eth0 inet dhcp3 restart the network

Sudo/etc/init. d/networking restart

4. Set the update source (163)

Sudo vi/etc/apt/sources. list:

Deb http://mirrors.163.com/ubuntu/ precise main restricted universe multiverse
Deb http://mirrors.163.com/ubuntu/ precise-security main restricted universe multiverse
Deb http://mirrors.163.com/ubuntu/ precise-updates main restricted universe multiverse
Deb http://mirrors.163.com/ubuntu/ precise-proposed main restricted universe multiverse
Deb http://mirrors.163.com/ubuntu/ precise-backports main restricted universe multiverse
Deb-src http://mirrors.163.com/ubuntu/ precise main restricted universe multiverse
Deb-src http://mirrors.163.com/ubuntu/ precise-security main restricted universe multiverse
Deb-src http://mirrors.163.com/ubuntu/ precise-updates main restricted universe multiverse
Deb-src http://mirrors.163.com/ubuntu/ precise-proposed main restricted universe multiverse
Deb-src http://mirrors.163.com/ubuntu/ precise-backports main restricted universe multiverse
Press Ctrl + C to copy the code
5. Update

Sudo apt-get update

6. Install X11

Sudo apt-get install xorg

7. Install XDM

Sudo apt-get install xdm

8. Install FVWM

Sudo apt-get install fvwm

9 install gvim

Sudo apt-get install vim-gtk

10 install a Chinese package

Sudo apt-get install language-pack-zh-hans-base

11 install fcitx

Sudo apt-get install fcitx

For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2

Related Article

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.