convertxtodvd_logo

ConvertXtoDVD

VSO ConvertXtoDVD is considered to be one of the best Video converters. It combines high speeds, high quality and many options for your personalized DVD menus.

ConvertXtoDVD guide
Free Download ConvertXtoDVD

Linux Books

Of course the Internet along with the help of Google is a great source of information. You can answer almost any question you have about Linux and find many tutorials, guides and help. However many people prefer reading this information on a printed book accesssible even when they are not online or don't have a computer in front of them. I've received many e-mails asking me to propose them a few good books regarding Linux commands, administration and for specific distributions such as Ubuntu, Fedora etc. So, I've search for a few good books. Here they are. Happy reading!

Linux Books

Ubuntu guides

Ubuntu is a free Operating System based on Debian GNU/Linux. It has been rated as the most popular Linux distribution amongst Linux users according to Distrowatch. As it happens every six months a new version of Ubuntu has been released. Ubuntu 10.04 Lucid Lynx is here! Below you can find some helpful tutorials for old and new users!

Ubuntu 10.04 Lucid Lynx Post Installation Guide
Ubuntu 9.10 Karmic Koala Post Installation Guide
Ubuntu 9.04 Jaunty Jackalope Post Installation Guide
How to install Ubuntu Linux on Windows using VirtualBox

Fedora 12 Installation Guide

Fedora 12, codenamed Constantine, is released! Just for the info, Fedora is an RPM based Linux Distribution, an Operating system in other words, developed by the community supported Fedora Project and sponsored by Red Hat. Fedora contains only free and Open Source software. Some of Fedora's 12 new features are Gnome 2.28, KDE 4.3, better web cam support!, and many others.

Fedora 12 Installation and Post-Installation Guide
Fedora 11 Installation and Post-Installation Guide
Fedora 11 Installation and Post-Installation Guide in Chinese

Article Index
Fedora 10 Installation Guide (in Chinese)
Page 2
Page 3
Page 4
Page 5
Page 6
Page 7
Page 8
Page 9
Page 10
Page 11
Page 12
Page 13
All Pages

3. 配置 Yum

*基本命令

下面是你会用到的最普通的 yum 命令,yum 是 Fedora 的打包系统。如果你输入下面的命令你会找到更多详细的介绍以及更多的命令

yum --help
man yum

    *安装应用程序

su -c 'yum install application_name'
(注:application_name代表应用程序名,下同)
    *删除应用程序

su -c 'yum remove application_name'
    *从硬盘安装 rpm 包并使用 yum 解决依赖

su -c 'yum localinstall application_name'
    *搜索应用程序

su -c 'yum search application_name'
    *查找某个应用程序的信息

su -c 'yum info application_name'
    *更新整个系统

su -c 'yum update'
    *启用一个软件仓库

su -c 'yum --enablerepo=repo_name'
(repo_name 代表仓库名,下同)
    *禁用一个软件仓库

su -c 'yum --disablerepo=repo_name'

*导入 Fedora GPG 秘匙

Fedora 有两个基本的软件仓库,名为 “fedora” 和 “updates” 。要使用它们并且在安装那些未签名的软件包时避免发生错误,你必须导入它们的 GPG 密匙,打开一个终端并且输入如下命令:

su -c 'rpm --import /etc/pki/rpm-gpg/*'

*第三方软件仓库

* RPM Fusion

因为专利许可证的原因,Fedora 软件仓库不包含 MP3, DVD和视频播放及解码库。正因为如此,你必须从第三方的软件仓库安装那些软件,请不要担心,这是非常容易的 :)

现在我们开始安装 RPM Fusion 软件仓库,RPM Fusion 是 Fedora 和 Red Hat 企业版的软件仓库,是由 Dribble, Freshrpms 和 RPM Fusion 合并而来的。各种各样的应用程序包含在这个软件仓库中,比如MP3、未加密的 DVD 、Mplayer, VLX, Xine 等多媒体应用程序使用的解码库,以及闭源的 Nvidia 和 ATI 显卡驱动,RPM Fusion 包含以下两个主要的软件仓库:

  • 一个被命名为“免费”,为开源软件提供(开源软件的含义通过 Fedora授权指引 定义),但因为美国专利保护法案又不能包含在 Fedora 中。
  • 另一个被命名为“非免费”,为非自由软件提供,就是其它所有那些不能被免费提供的,包括公开源代码的软件,但是有“非商业使用”之类的限制。

在这部分指南的最后,我保证你安装并启用了 RPM Fusion 软件仓库,所以,打开一个终端吧,输入:

su -
rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum update

* Adobe

Adobe的软件仓库提供Fedora x86版的 FlashPlayer 和 Adobe Reader 的安装包

su -
rpm -ivh http://linuxdownload.adobe.com/linux/i386/adobe-release-i386-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

它将自动被启用。

* Google

它仅提供 Picasa ,如果有人需要安装 Picasa ,输入下面的命令安装 Google 软件仓库:

su -
wget https://dl-ssl.google.com/linux/linux_signing_key.pub
rpm --import linux_signing_key.pub rm linux_signing_key.pub
gedit /etc/yum.repos.d/google.repo

根据你的系统构架,(选择)粘贴下面几行:

[google]
name=Google - i386
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=1
gpgcheck=1


[google64]
name=Google - x86_64
baseurl=http://dl.google.com/linux/rpm/stable/x86_64
enabled=1
gpgcheck=1

*yum 图形界面

如果你不喜欢在控制台输入命令,你可以使用 Fedora 的 yum 的图形用户界面,你可以在系统-->应用程序-->添加/删除软件找到它。

你也可以安装 yumex 来使用 yum 的图形界面:

su -c 'yum install yumex'

*配置 yum 以使用代理

如果你使用 http 代理服务器,如果你想要 yum 通过代理服务器连接网络,打开终端,输入如下命令:

su -c 'gedit /etc/yum.conf'
在 yum 配置中加入下面这一行:

proxy=http://ip:port/
ip就是你代理服务器的 ip 地址,端口就是你代理服务器监听的端口。不要忘记端口后面的 “/” 符号。保存并退出。

*yum插件

*最快镜像插件
就像这个插件名所说的那样,这个插件可以搜索你镜像列表中最快的镜像服务器,并从中下载文件包。要安装,请输入:

su -c 'yum install yum-fastestmirror'
现在,像通常使用 yum 那样使用就可以了。你可以在下面这个文件中配置这个插件的各种设置:

su -c 'gedit /etc/yum/pluginconf.d/fastestmirror.conf'
*安全插件
这个插件只允许你搜索并安装仅和安全有关的升级包,如果你将 Fedora 安装在服务器的生产力模式下还是非常实用的。要安装,请输入:

su -c 'yum install yum-security'
要应用安全插件请输入: su -c 'yum --security update'
要了解更多信息或者像 bugzilla 汇报等额外选项或者咨询信息,请阅读手册
man yum-security
*允许降级的插件
yum 默认是不允许你降级一个软件包的,然而有时候一个新的软件包反而给你带来问题。在这种情况下你就可以用这个插件降级该软件到之前稳定版本了。要安装,请输入:

su -c 'yum install yum-allowdowngrade'
要使用它请输入:
su -c 'yum update --allow-downgrade'
你可以通过更改下面这个文件中被启用的选项来禁用该插件:

su -c 'gedit /etc/yum/pluginconf.d/allowdowngrade.conf'
*加速插件
加速插件为 Fedora 用户提供更快,更小的下载量,它只下载 rpm 安装包中被更新的部分,而不是整个 rpm 包。加速插件被计划包含在 Fedora 11 中。要安装,请输入:

su -c 'yum install yum-presto'
然后编辑 /etc/yum.repos.d/fedora-updates.repo 文件,

su -c 'gedit /etc/yum.repos.d/fedora-updates.repo'
通过在地址行前面加 # 注释掉该镜像地址行,然后粘贴上下面这一行:

baseurl=http://lesloueizeh.com/f10/i386/updates/

Login Form

Follow me on...

  • Digg: axelgr
  • Facebook Page: 379363054400
  • FeedBurner: my-guidesnet
  • Twitter: myguidesnet
  • External Link: http://feedburner.google.com/fb/a/mailverify?uri=my-guidesnet

Member Login