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


8. 配置 Firefox

*Acrobat 插件

为了能够在 Firefox 中阅读 PDF 文档,你必须安装了 Adobe Acrobat Reader ,详细描述在 这儿.

*Flash 插件

32位的 Fedora

首先你必须安装了 Adobe 软件仓库

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

接下来打开终端并输入:

yum install flash-plugin
完成之后,重启 Firefox 并打开工具-->附加组件-->>插件,你应该可以看到插件列表中的 Shockwave Flash 插件了。



x86-64 位的 Fedora

>Adobe公司终于发布了 64位版 的 Flash Player 。尽管这还是一个Alpha 版, 看上去已经很稳定了,要尝试请下载 To give it a try Flash Player 插件 64位版 ,解压并且粘贴库文件到 Firefox 的插件目录就可以了。
 
tar -zxf libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz
su -c 'mv libflashplayer.so /usr/lib64/mozilla/plugins'

如果你之前使用 nspluginwrapper 和 32 位版的 Flash Player 你首先需要删除他们:
 
su -c 'yum remove flash-plugin nspluginwrapper.{i386,x86_64} alsa-plugins-pulseaudio.i386'
重启 Firefox ,并打开工具-->附加组件-->>插件,你应该可以看到插件列表中的 Shockwave Flash 插件了。

如果你对 Alpha 版不满意,你仍然可以使用 32 位版的 Flash 插件,照着下面的步骤做:

你必须安装了 nspluginwrapper.i386 和 nspluginwrapper.x86_64 包才能在 x86_64位的 Firefox 中来启用 32位的 Adobe Flash 插件,安装 alsa-plugins-pulseaudio.i386 包为插件才有声音。

使用下面的命令创建 32 位 mozilla 插件目录:

su -c 'mkdir -p /usr/lib/mozilla/plugins'
安装 Flash 插件

su -c 'yum install flash-plugin'
安装 nspluginwrapper.i386, nspluginwrapper.x86_64, pulseaudio-libs.i386 包

su -c 'yum -y install nspluginwrapper.{i386,x86_64} pulseaudio-libs.i386'
重启 Firefox ,并打开工具-->附加组件-->>插件,你应该可以看到插件列表中的 Shockwave Flash 插件了。


如果你没有看到它运行 mozilla 插件配置来申请 Flash 插件,

su -c 'mozilla-plugin-config -i -g -v' 如果访问含有 flash 动画的网页 Firefox 崩溃,执行:

su -c 'gedit /etc/adobe/mms.cfg'在这个文件中加入下面一行:

WindowlessDisable=true保存退出,然后重试 Firefox 。
安装 curl.i386 包防止 Firefox 崩溃也是很有用的。

su -c 'yum install curl.i386'

*视频播放插件

Fedora 10 预装了 totem-mozplugin 。尝试用 Firefox 打开一个 wmp 视频文件看看,因为其它额外插件是必需的,所以系统会提示你安装它们!这真实一个非常了不起的改进!

 

启用了 SELinux 会给你打开很多问题。有个好消息,我告诉大家输入什么命令可以解决这个问题。我输入命令在 Firefox 中播放一个 .wmp 文件,我终于成功了。

su -
chcon -t textrel_shlib_t '/usr/lib/sse2/libx264.so.61'
chcon -t textrel_shlib_t '/usr/lib/sse2/libavformat.so.52.22.1'
chcon -t textrel_shlib_t '/usr/lib/sse2/libavutil.so.49.10.0'
chcon -t textrel_shlib_t '/usr/lib/sse2/libavcodec.so.51.71.0'
chcon -t textrel_shlib_t '/usr/lib/sse2/libpostproc.so.51.2.0'


如果你点黄色星星图标上面,SELinux 有错误提示,复制它提示的修复命令,在终端中以根用户执行,并且重启 Firefox 。

 

*Java 插件3B,更多信息,请 查询这里 .

你可以始终 安装 JAVA SUN JRE

* mms 流媒体播放

在地址栏输入:

about:config
然后随便找个地方点击右键,选择 NEW (新建),然后选择 STRING (字符串),然后输入:

network.protocol-handler.app.mms
点击 OK (确定),然后输入你想打开流媒体的程序,比如 usr/bin/mplayer 。

接着再次点击,选择 NEW (新建),然后选择 BOOLEAN (布尔),然后输入:

network.protocol-handler.external.mms
接着输入

true

*设置退格键

默认情况下在 Firefox 中按 退格键 不起作用,如果你想按退格键之后放回上次打开的网页,在地址栏中输入:

about:config
在过滤器中输入:

browser.backspace_action
右键选择它选择编辑选择切换,将值从 2 改成 0 。重启 Firefox 退格键就设置好了。

* IPv6

你发现在 Fedora 10 中用 Firefox 浏览网页有点慢了吗?这是因为 Firefox 默认开启了 IPv6 ,这导致 Firefox 首先解析 IPv6 地址,解析失败之后才转向 IPv4 。要改变这一设置,输入命令:
about:config
在过滤选项中输入:

network.dns.disableIPv6
右键点击它,选择切换,将值改为 true ,重启 Firefox 就可以了。

9. 配置邮件客户端

Fedora 10 默认的邮件客户端是 Evolution, 你也可以自己安装 Thunderbird:

su -c 'yum install thunderbird'
安装成功后你能在 应用程序-> 互联网 下找到 Thunderbird Mail Client 了。通过设置 系统-> 首选项-> 个人-> 首选应用程序 里的邮件阅读器就可以把 Thunderbird 设为默认邮件客户端。





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