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 11 Installation and Post 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
Page 14
All Pages

5. 配置 Fedora 系统服务

你可以轻松选择哪些服务随系统启动而启动,你可以使用 Fedora 服务配置实用程序来设置,你可以在系统-->管理-->服务里面找到它

所有服务的详细描述你可以在我写的 Fedora服务指南 中找到。
 



6. 安装显卡驱动

**注意: 要安装下列软件包,你必须启用了 RPM Fusion 软件仓库,点击 安装 RPM Fusion 软件仓库 章节。

* 安装 nVidia 显卡驱动

Fedora 11 使用 nvidia 显卡的开源 nouveau 驱动程序。足够你一般应用所需了。当然,如果你想在 Fedora 11 中启用 3D 支持, 你必须安装二进制的 nvidia 驱动,输入:

GeForce 6, 7, 8, 9 & 200 系列显卡

su -c 'yum install akmod-nvidia xorg-x11-drv-nvidia xorg-x11-drv-nvidia-libs'


GeForce FX 显卡

su -c 'yum install kmod-nvidia-173xx xorg-x11-drv-nvidia-173xx xorg-x11-drv-nvidia-173xx-libs'


GeForce 4 及更早显卡

su -c 'yum install kmod-nvidia-96xx xorg-x11-drv-nvidia-96xx xorg-x11-drv-nvidia-96xx-libs'
未被支持的 Nvidia 显卡

RIVA TNT
RIVA TNT2/TNT2 Pro
RIVA TNT2 Ultra
Vanta/Vanta LT
RIVA TNT2 Model 64/Model 64 Pro
Aladdin TNT2
GeForce 256
GeForce DDR
Quadro
GeForce2 GTS/GeForce2 Pro
GeForce2 Ti
GeForce2 Ultra
Quadro2 Pro

重启系统你应该可以看到屏幕上的 Nidia 标识了。


如果 nouveau 驱动模块阻止加载 nvidia 模块,执行如下命令需要将 nouveau 添加到黑名单:

su -c 'gedit /etc/modprobe.d/blacklist'
粘贴下列几行:

#Video drivers
blacklist nouveau

* 安装 ATI 显卡驱动

因为 ATI 内核模块没有和 Fedora 11 使用的 2.6.29 版内核继承,RPM Fusion 软件仓库中还没有提供 fglrx 驱动。RPMFusion 不得不等待 ATI 提供对 2.6.29 内核的支持,因为现有的不定都不令人满意。

7. 安装微软字体

Fedora 使用 Liberation 和 DejaVu 字体,这些字体是默认安装的,看起来很平滑而且美观,而且它们是开源字体。
如果你坚持使用微软字体,你可以下载 msttcorefonts rpm 包,照下面做就可以了:

wget http://www.my-guides.net/en/images/stories/fedora11/msttcore-fonts-2.0-2.noarch.rpm
su -c 'rpm -ivh msttcore-fonts-2.0-2.noarch.rpm'

这个 rpm 包是我使用 Fedora-devel 邮件列表 中提供的 msttcore-fonts-2.0-2.spec 打包的,这个 spec 文件不像 msttcore-fonts-2.0-1.spec 那样需要 xfs 服务器才行。因此, 这个 rpm 包适用于 Fedora 8, 9 and 10。包含 Arial, Andale, Comic Sans, Courier New, Georgia,Impact, Tahoma, Times, Trebuchet MS, Verdana and Webdings 字体

如果你想自己打包,打包过程如下:

su -c 'yum install rpmdevtools rpm-build cabextract ttmkfdir'
rpmdev-setuptree
cd ~/rpmbuild/SPECS/
wget http://www.my-guides.net/en/images/stories/fedora11/msttcore-fonts-2.0-2.spec
rpmbuild -bb msttcore-fonts-2.0-2.spec
cd ~/rpmbuild/RPMS/noarch/
su -c 'rpm -ivh msttcore-fonts-2.0-2.noarch.rpm'

现在你可以在 系统 -> 首选项 -> 外观 -> 字体中选择你喜欢的字体了


8. 配置 Nautilus 文件管理器

**在相同窗口中打开文件夹

依次打开系统-->首选项-->个人-->文件管理,在行为Tab页中选中“总是在浏览器窗口中打开”这个选项。



现在你可以使用文件浏览器操作所有文件夹了。

*在终端中打开

“在终端中打开” 命令可以很方便的让你在 Nautilus 浏览文件夹的时候在终端中打开该文件夹,要安装“在终端中打开”命令,输入:

su -c 'yum install nautilus-open-terminal'

登出后登入,在任何一个 Nautilus 窗口中点击鼠标右键,你就可以看到“在终端中打开”这个命令了。

* 在 Gnome 中增加键盘布局

如果你来自非英语国家,你需要添加你们国家的键盘布局。打开 系统 -> 首选项 -> 键盘 -> 布局 选项卡并点击 添加 按钮。



接下来在列表中选择你的国家名,然后点击 添加 。
 


选择默认键盘布局,这里我选择了 USA ,点击 布局选项 按钮。
 


选择切换语言的组合加你,这里我使用 Alt+shift 组合键



最后在 Gnome 面板上安装语言指示器,在面板上点击右键,然后添加键盘指示器实用程序。





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