Basic linux environment Configuration

Source: Internet
Author: User
Article Title: linux Basic Environment configuration. 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.

1. The Chinese Character Set is added to the system.

Centos 4

Yum install ttfonts-zh_CN

In centos5

Fonts-chinese-3.02

2. mysql character set (latin1 by default)

Windows Platform

The mysql configuration file in windows is my. ini, which can be directly added to c: \ windows \ my. ini.

Default-character-set = utf8

Then restart mysql

Service mysql restart

Linux platform

The mysql configuration file in linux is my. cnf, which is usually/etc/my. cnf.

Add default-character-set = utf8

3. Change the time zone (CST)

/Etc/sysconfig/clock

ZONE = "Asia/Shanghai"

UTC = false

ARC = false

Cp-f/usr/share/zoneinfo/Asia/Shanghai/etc/localtime

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.