How to beautify your ubuntu System

Source: Internet
Author: User
Article Title: Teach you how to beautify your ubuntu system. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.

Currently, the popular Personal Edition linux (suitable for beginners) includes suse, redhat, red flag linux (red flag 5.0, Magic linux supports domestic products), ubuntu, and fedora core. ubuntu is the most popular recently.

A lot of people have installed ubuntu, but it looks so ugly! There are two main reasons for this: the user used windows before and got used to its gorgeous interface; or the user does not know much about ubuntu.

Of course, developers spend most of their time working on terminals (without Xserver), and the interface requirements are much lower than the performance requirements. For users who use the operating system to access the Internet or do other jobs, the visual requirements are high, or vista is not as popular as it is now. However, vista has high requirements on the system. Although there are many optimization methods and many simplified versions on the network, they are still not very comfortable to use (in my opinion ). Ubuntu has only one cd (openoffice and other useful tools are installed), at least without the D version (this will not violate national laws ).

So how can I beautify the operating system after ubuntu is installed? Most people who have used ubuntu will think of compiz and beryl.

The following is the personal beautification process (here only describes n cards, the operating system is ubuntu6.10)

Beautify the font first:
We recommend that you use the wenquanyi font because of copyright issues (by the way, it supports Chinese products. In fact, wenquanyi is very beautiful now !)

Sudo apt-get install xfonts-wqy

Set Font options (system-> preference-> font

To use the ms font, use the following method:

Sudo mkdir/usr/share/fonts/msfonts

Sudo cp ms_ziti/usr/share/fonts/msfonts

(Ms_ziti is your ms font path) (generally copy these: msyh. ttf msyhbd. ttf simsun. ttc tahoma. ttf verdana. ttf verdanab. ttf verdanaz. ttf tahomabd. ttf verdanai. ttf includes,, tahoma, and verdana)

If you want to use the File Manager for operations, you can do this:
Sudo chmod 777/usr/share/fonts/msfonts

Then we can use the methods in widows to cp.

Next
Sudo gedit/etc/X11/xorg. conf

Add at the corresponding location
FontPath "/usr/share/fonts/msfonts"

Next
Sudo gedit/etc/fonts/language-selector.conf

Add
Microsoft YaHei
Bitstream Vera Serif
Bitstream Vera Sans
Bitstream Vera Sans Mono

Of course, you can also change Microsoft Yahei to another or more

Sudo chmod 644/usr/share/fonts/msfonts /*

(You do not need to use sudo chmod 777 if you do not use sudo chmod)
Sudo mkfontscale
Sudo mkfontdir
Fc-cache-fv

Input X again.

Set Font options (system-> preference-> font)

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.