Linux installation Configuration

Source: Internet
Author: User
Configuration notes for linux installation-general Linux technology-Linux technology and application information. For details, refer to the following section. Author: mountain walker
After Fedora7 is installed, I configure my machine while surfing the Internet and record the process so that the system can be restored quickly after reinstallation. In fact, this is not the case, after the system is ready, you can back up the system. For example, you can back up the/etc,/var,/home, And/root directories, so you don't have to worry about the trouble of re-configuring after reinstallation!

Haha! I once again explained that all these things are available on the Internet and there are a lot of details, but these are my own notes and I just want to keep them.

The configuration of my machine is as follows:
CPU: AMD Athlon (th) 64 Processor 3000 +
HardDisk: 80G Maxtor SATA2 8 M
RAM: Kingston DDR400 512 MB
MB: N61G + nVIDIA GeFore 6100 (nForce 410)
OS: XP + Fedora7 (kernel 2.6.21-1.3194.f7)

1. When you enter F7 for the first time, you will find that the mouse is missing, but you can use it. solution:
/Etc/X11/xorg. conf add one under the device section:
Option "HWCursor" "False"
The root permission is required. After restart, you can

2. My computer is a motherboard integrated graphics card, x86_64, F7 does not have a built-in driver, so you need to install
Download the nVIDIA driver, 64-bit, nForce 4 Series, family: GeForce6100/nForce410
Http://www.nvidia.cn/object/linux_display_amd64_169.07_cn.html
Enter Mode 1, init 1
Sh NVIDIA-Linux-x86_64-169.07-pkg2.run

3. Modify yum. conf to keep the software package downloaded by yum.
# Gedit/etc/yum. conf
Cachedir =/home/yum_temp put it in the directory you have specified
Keepcache = 1 keep the software package after installation

4. Configure your own desktop, such as a panel.

5. Modify/etc/fstab and mount C, D, and E disks.
# Cd/mnt
# Mkdir winc
# Mkdir wind
# Mkdir wine
# Gedit/etc/fstab
Add:/dev/sda1/mnt/winc vfat defaults 1 2
/Dev/sda5/mnt/wind ntfs ults, iocharset = cp936 1 1
/Dev/sda6/mnt/wine ntfs ults, iocharset = cp936 1 1

6. Install JDK 6 and jre
Download jre, http://java.com/en/download/manual.jsp#lin
Download jdk, https://sdlc4b.sun.com/ECom/EComActionServlet;jsessionid=0F628C4E804E47F8A4B9AB652781E4DE
In fact, jdk already contains jre. If you only need to run Lumaqq, you only need to run jre.
We can download the bin binary or rpm file and view the Installation Instructions
Web site for http://java.sun.com/javase/6/web... stall-linux-64.html
Sh jdk-6u3-linux-amd64-rpm.bin
The most important thing is variable environment Configuration:
$ Gedit ~ /. Bashrc
PATH =/usr/java/jdk1.6.0 _ 03/bin: $ PATH
JAVA_HOME =/usr/java/jre1.6.0 _ 03:/usr/java/jdk1.6.0 _ 03/jre
CLASSPATH =.: $ JAVA_HOME/
Export PATH JAVA_HOME CLASSPATH

7. Disable NVIDIA logo screen at startup
Check whether openGL is Enabled:
# Glxinfo | grep rendering
Disable nVidia Logo display
# Nvidia-xconfig space -- no-logo
Modify/etc/X11/xorg. conf and add
Option "NoLogo" "true"

8. Install the fastestmirror plug-in to automatically select the fastest Source
# Yum install yum-fastestmirror-y
Fastestmirror configuration file (usually do not need to touch it)/etc/yum/pluginconf. d/fastestmirror. conf

9. Remove the "recycle bin" and "computer" icon on the desktop.
# Yum install gconf-editor
Then, in the application, system tools, configuration Editor, apps, nautilus, and desktop, the corresponding settings are OK.

10. Solve the firefox flash plug-in problem
Because flash does not have the x86_64 linux version, the 32-bit firefox Plugins can be used to solve the problem.
Download: nspluginwrapper-0.9.91.5-1.x86_64.rpm
Nspluginwrapper-i386-0.9.91.5-1.x86_64.rpm
Install the i386
Download install_flash_player_9_linux_tar.gz.
Http://www.adobe.com/shockwave/d... h & P2_Platform = Linux
Decompress the package and enter the directory. Copy libflashplayer. so
/Usr/lib64/firefox-2.0.0.3/plugins/
Then execute:
# Nspluginwrapper-I/usr/lib64/firefox-2.0.0.3/plugins/libflashplayer. so

11. It is very important to configure the yum source.

12. Install mplayer
# Yum install mplayer *
Download all-20071007.tar.bz2and esstial-amd64-20071007.tar.bz2
Decompress the two files to/usr/lib64/codecs. Here, my files are/usr/lib64/, depending on where your mplayer * is installed.
# Rpm-ql mplayer
You can see/usr/lib64/codces
You can also download the windows-essential-20071007.zi to unzip to/usr/lib64/win32
Put the codecs and win32 folders in/usr/lib. This is i386, I think.
: Http://www1.mplayerhq.hu/MPlayer/releases/codecs/

I know that there are still a lot of unconfigured ones, such as fonts, but these are basically enough. They are not used in linux anyway. In fact, it doesn't matter if you don't play games, I have never used linux to do anything practical.
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.