Ubuntu7.10 Installation notes

Source: Internet
Author: User
I'm getting used to hitting the keyboard in Ubuntu... 1. When necessary system environment CD is installed, there will be a period of time, N has not been dynamic for a long time. Needless to say, if LiveCD accesses the apt source in the network, how can it be slow. We recommend that you disable the network and install it. 1. set the apt source to speed up or cn99. Start the console code: sudogedit/etc/apt/sources. list comment out the first line of the Optical Drive boot to add the following code at the end of the file: d

I'm getting used to hitting the keyboard in Ubuntu.
Continue today...
1. Configure necessary system environments
When the CD is installed, there is a period of time, N has not been dynamic for a long time. Needless to say, if LiveCD accesses the apt source in the network, how can it be slow.
We recommend that you disable the network and install it.

1. Set apt Source
The speed is faster than cn99. Start the console.
Code:
Sudo gedit/etc/apt/sources. list

Comment out the first line of Optical Drive boot
Add the following code at the end of the file
Code:
Http://ubuntu.cn99.com/ubuntu/ gutsy main restricted universe multiverse
Deb http://ubuntu.cn99.com/ubuntu/ gutsy-security main restricted universe multiverse
Deb http://ubuntu.cn99.com/ubuntu/ gutsy-updates main restricted universe multiverse
Deb http://ubuntu.cn99.com/ubuntu/ gutsy-proposed main restricted universe multiverse
Deb http://ubuntu.cn99.com/ubuntu/ gutsy-backports main restricted universe multiverse
Http://ubuntu.cn99.com/ubuntu-cn/ gutsy main restricted universe multiverse
Deb-src http://ubuntu.cn99.com/ubuntu/ gutsy main restricted universe multiverse
Deb-src http://ubuntu.cn99.com/ubuntu/ gutsy-security main restricted universe multiverse
Deb-src http://ubuntu.cn99.com/ubuntu/ gutsy-updates main restricted universe multiverse
Deb-src http://ubuntu.cn99.com/ubuntu/ gutsy-proposed main restricted universe multiverse
Deb-src http://ubuntu.cn99.com/ubuntu/ gutsy-backports main restricted universe multiverse

Run
Code:
Sudo apt-get update

Used to download and update the package list information

Setting the apt source is very important. It can be said that it is a prerequisite. If the update source is not set, you may not find many necessary packages!
It takes some time to update the software package.
Code:
Sudo apt-get dist-upgrade


Install the system gcc
Code:
Sudo apt-get install gcc libc6-dev glibc-doc manpages-dev

In this way, the software to be compiled can be smoothly executed.

2. Configure the Language Pack
Menu Options
System> System Management> Language Support
Forget the "China" option
With the above apt source address, this step will not take much time.

Basically, after completing the above two items, you do not need the following configuration input methods, such as installing fonts. The font 7.10 is not much different from that in windows.

3. Configure the Input Method
Complete the two important steps above, followed by the input method. With the input method, it is like we have a tweeter. What's wrong with the system!
Generally, SCIM cannot support the newly installed system. In fact, the SCIM component is not fully installed.
Perform operations
Code:
Sudo apt-get install scim-chinese scim-config-socket scim-gtk2-immodule scim-tables-zh scim-bridge scim-qtimm im-switch ttf-arphic-ukai xdelta language-support-zh

After performing this step, remember to restart your machine. When entering the system, there are several more options for the input method to see if there are simplified Chinese characters in the global settings. Choose the smart pinyin or five strokes you want. Now you have a chance to speak. Haha.
Some friends said that they could not use the Input Method in opera, or they could not use the Input Method in other software. To put it bluntly, components are incomplete, I used to add code in the shell file to solve the problem that opera cannot use the input method. Now it is not necessary to update it.

4. Install Opera
No way. Many people like me like this opera. Let's just install it.
Download the Installation File
Code:
Sudo wget-P/opt http://www.opera.com/download/get.pl? Id = 30464 & location = 78 & nothanks = yes & sub = marine

Download font files
Code:
Sudo wget-P/opt http://www.opera.com/download/lng/925/ouw925_zh-cn.lng

Install
Code:
Sudo dpkg-I/opt/opera_9.25-20071214.6-shared-qt_en_i386.deb

Mobile Font Library
Code:
Sudo mkdir/usr/share/opera/locale/zh

Code:
Sudo mv/opt/ouw925_zh-cn.lng/usr/share/opera/locale/zh/zh-cn.lng

5. Other operations
Decoder, Flash Player, Java virtual machine, Microsoft Font
Code:
Sudo apt-get install ubuntu-restricted-extras

Disable UTC
In Linux and Windows, there may be a problem of time out of sync. The difference is 8 hours (UTC + 8 in China !~).
Modify: UTC = yes
UTC = no
Code:
Sudo gedit/etc/default/rcS

Code:
UTC = no

OK. It looks like this, so you are used to it.

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.