[Linux] Fedora20 installation and configuration notes

Source: Internet
Author: User
Tags gstreamer

I. Installation

I installed it with a USB flash drive.

The installation is relatively simple.

The only difference is to change the configuration file:

Change the root value to "FEDORA-19-1" in isolinux. cfg, as shown below:

menu label ^Start Fedora Live  kernel vmlinuz0  append initrd=initrd0.img root=live:CDLABEL=FEDORA-20-1 rootfstype=auto ro rd.live.image quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0  menu defaultmenu separatormenu begin ^Troubleshooting  menu title Troubleshootinglabel basic0  menu label Start Fedora Live in ^basic graphics mode.  kernel vmlinuz0  append initrd=initrd0.img root=live:CDLABEL=FEDORA-20-1 rootfstype=auto ro rd.live.image quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0 xdriver=vesa nomodeset  text help      Try this option out if you're having trouble starting.  endtextlabel check0  menu label ^Test this media & start Fedora Live  kernel vmlinuz0  append initrd=initrd0.img root=live:CDLABEL=FEDORA-20-1 rootfstype=auto ro rd.live.image quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0 rd.live.checklabel memtest  menu label Run a ^memory test.
Copy an isolinux. cfg file and name it syslinux. cfg (that is to say, the two files have different names but have the same content)

Then change the USB flash drive name to FEDORA-20-1.

Then you can install it normally.

Ii. Configuration 1. The system has an input method just after installation. You can go to Settings to see Settings --> Region & Language --> Input Sources and add it. 2. wget is not yum install wget

Go to the wget website to download the source code, and modify a place in wget/src/url. c,

As follows:

/* # Define FILE_CHAR_TEST (c, mask )\
(Opt. restrict_files_nonascii &&! C_isascii (unsigned char) (c) | \
(Filechr_table [(unsigned char) (c)] & (mask )))
*/
Changed:
# Define FILE_CHAR_TEST (c, mask )\
(Opt. restrict_files_nonascii &&! C_isascii (unsigned char) (c) | \
(Filechr_table [(unsigned char) (c)] & (mask )))\
&&! (C | 0x0fffffff) = 0 xffffffff ))

The purpose is to enable it to correctly display Chinese characters while downloading the webpage without garbled characters.

Then compile the source code:

./Configure -- with-ssl = openssl (if openssl is not installed, install sudo yum install openssl-devel first)

Make

Sudo make install

3. Download source configuration & automatically select the fastest download Source Plug-in: http://download1.rpmfusion.org/free/fedora/releases/20/Everything/x86_64/ OS /rpmfusion-free-release-20-1.noarch.rpm
Http://download1.rpmfusion.org/nonfree/fedora/releases/20/Everything/x86_64/ OS /rpmfusion-nonfree-release-20-1.noarch.rpm
These two are 64-bit. Other versions can go to: http://rpmfusion.org/ to find and then rpm-ivh rpmfusion-free-release-20-1.noarch.rpm rpm-ivh rpmfusion-nonfree-release-20-1.noarch.rpm configuration download Source: first enter the download source Directory: # cd/etc/yum. repos. d then download the Source: # wget http://mirrors.163.com/.help/fedora-163.repo # wget http://mirrors.163.com/.help/fedora-updates-163.repo # wget http://mirrors.sohu.com/help/fedora-sohu.repo # wget http://mirrors.sohu.com/help/fedora-updates-sohu.repo # yum makecache (update cache)
Download the plug-in that automatically selects the fastest source # yum install yum-fastestmirror

4. Download and install google chrome. Create a google-chrome.repo file under/etc/yum. repos. d with the following content:
[Google-chrome]
Name = google-chrome
Base url = http://dl.google.com/linux/chrome/rpm/stable/x86_64
Enabled = 1
Gpgcheck = 1

Save and exit
Run the command: yum install google-chrome-stable to view the familiar chrome icon. (You can also download the rpm package directly from the chrome official website. Due to some dependency problems, double-click to install the package)

5. Run the following commands in sequence for flash Installation
yum install http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm -y
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
yum install flash-plugin -y
In this way, you can. 6. Install mp3 and other media libraries

Download the public license from http://rpmfusion.org/keys, find the corresponding release, and click downloaddownload,
Then run the command to add the public key:
Sudo rpm -- import Public Key File
Install multimedia Decoding
Sudo yum install ffmpeg-libs gstreamer-ffmpeg xvidcore libdvdread libdvdna v lsdvd gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-uugly

There are so many basic configurations. Write Other configurations later. Zemo hand, reproduced indicated Source: http://blog.csdn.net/zemochen/article/details/17723297 Reference documents: http://blog.chinaunix.net/uid-20104120-id-4046472.html
Http://4506912.blog.51cto.com/4496912/1121981
Http://blog.csdn.net/longerzone/article/details/9313283
Http://blog.sina.com.cn/s/blog_69a3dde9010180bw.html

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.