Centos 5.5 installation and configuration full guide wireless Internet access graphics card driver firefox3.6 flash plug-in compilation boost1.43.0 font

Source: Internet
Author: User

Although Ubuntu is very good, it is not very good for development. Many libraries are relatively new, and the compatibility and portability of the developed products are poor. Therefore, we finally chose centos.

 

After centos is installed.

Solve the Problem of surfing the internet
After the installation, the eth0 unlimited network connection cannot be identified, so the problem of surfing the internet is solved first,
System> Management> Server Settings> Service
Select the NetworkManager option and click Restart service. Then we can see that there is a network connection in the upper right corner.

Install the graphics card driver
Note that centos with the xend kernel (virtualization installation package) cannot use the NVIDIA official driver, and the effect is poor.
In fact, the video card has been recognized, but the effect is too poor, especially when the browser is rolling the picture is not consistent, so you have
Download the official video card driver. My website is NVIDIA. Download the Linux driver from its official website.
Http://www.nvidia.com/object/linux_display_ia32_195.36.15.html
After installation, you need to switch to the command line mode.

Init 3
Chmod + x/opt/backup/NVIDIA-Linux-x86-195.36.15-pkg1.run
../Opt/backup/NVIDIA-Linux-x86-195.36.15-pkg1.run

If you cannot access xserver after installation, You can detach it.
VI/etc/X11/Xorg. conf
Find the NVIDIA string.
Section "device"
Identifier "videocard0"
Driver "NVIDIA"
Endsection
Change NVIDIA to NV.

Install Firefox
Download the latest Firefox from the official website and decompress it
CD/usr/local/Firefox
Wget http://dl1.g-fox.cn/chinaedition/releases/partners/monline/FirefoxChinaEdition-latest.tar.bz2
Tar jxvf/usr/local/FirefoxChinaEdition-latest.tar.bz2
Rm-RF/usr/local/FirefoxChinaEdition-latest.tar.bz2
Rm-RF/usr/bin/Firefox
Rm-RF/bin/Firefox
Ln-S/usr/local/Firefox/usr/bin/Firefox
Ln-S/usr/local/Firefox/bin/Firefox

 

Install the browser flash plug-in
The browser always fails to install the plug-in, so install the flash plug-in separately. Copy the following link to the browser to download the RPM package.
Wget http://fpdownload.macromedia.com/get/flashplayer/current/flash-plugin-10.0.45.2-release.i386.rpm
Rpm-IVH/opt/backup/flash-plugin-10.0.45.2-release.i386.rpm

Install the font
In this way, you can use the font in the font settings of netbeans, browsers, and other software.
CD/usr/share/fonts/zh_tw/TrueType
Wget http://johntech-resource.googlecode.com/files/myfonts.tar.gz
Tar zxvf myfonts.tar.gz
Rm-RF myfonts.tar.gz

Compiling boost1.43.0 with ICU supports RegEx unicode encoding
Install ICU, a universal transcoding library of IBM
Wget http://downloads.sourceforge.net/project/icu/ICU4C/4.0/icu4c-4_0-src.tgz? Use_mirror = cdnetworks-kr-2
Tar zxvf icu4c-4_0-src.tgz
Cd icu/source
./Configure -- prefix =/usr
Make
Make install
Ldconfig
Download and install boost

Wget http://sourceforge.net/projects/boost/files/boost/1.43.0/boost_1_43_0.tar.gz/download
Tar zxvf boost_000043_0.tar.gz
CD boost_000043_0
Rm-RF/usr/include/Boost/
Rm-RF/usr/lib/libboost *
./Bootstrap. Sh
./Bjam-shave_icu = 1
Compilation takes about half an hour. After compilation:
CP./stage/lib/*/usr/lib
CP./Boost/usr/include/
Ldconfig
In the past, I used bjam install -- prefix =/usr, but it was very slow. Sometimes the copy of something under lib cannot be used. Now I have compiled the CP directly and there is no problem at all.

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.