[原创]菜鸟玩转fedora core 2

安装stardict的辞典:


[root@localhost root]# cd /mnt/winF/linux

[root@localhost linux]# rpm -ivh stardict-treedict-infoBrowse-zh_CN-2.4.2-1.noarch.rpm

[root@localhost linux]# ls -a

[root@localhost linux]# tar -xjvf stardict-langdao-ce-gb-2.4.2.tar.bz2

[root@localhost linux]# tar -xjvf stardict-oxford-gb-2.4.2.tar.bz2

[root@localhost linux]# ls -a

[root@localhost linux]# mv stardict-oxford-gb-2.4.2 /usr/share/stardict/dic
[root@localhost linux]# tar -xjvf stardict-longdao-ce-gb-2.4.2.tar.bz2

[root@localhost linux]# tar -xjvf stardict-langdao-ce-gb-2.4.2.tar.bz2
[root@localhost linux]# mv stardict-langdao-ce-gb-2.4.2 /usr/share/stardict/dic
[root@localhost linux]# ls -a
[root@localhost linux]# gedit
[root@localhost linux]# rpm -ivh WyabdcRealPeopleTTS-1.0-1.noarch.rpm
[root@localhost linux]#


让FC2发声
系统设置->检测声卡
确保安装了kmix,如果没有安装:
#system-config-packages --isodir=/mnt/winF/linux/
安装kmix
#kmix
input->advanced,停止几个IEC958和External A...
安装xmms:
#rpm -e xmms  (卸载已有的xmms)
#rpm -ivh xmms-1.2.8-1.i386.rpm
#xmms
选择一个mp3文件,播放,应该能听到声音了!

安装opera7.5

[root@localhost linux]# tar -xjvf opera75.tar.bz2

[root@localhost linux]# ls -a

7.5p6.zip

opera-7.50-20040511.1-static-qt.i386-en.rpm
opera75.tar.bz2
opera.sn       //序列号

[root@localhost linux]# rpm -ivh opera-7.50-20040511.1-static-qt.i386-en.rpm
Preparing...                ########################################### [100%]
   1:opera                  ########################################### [100%]
[root@localhost linux]# gedit opera.sn

[root@localhost linux]# unzip -d . 7.5p6.zip
Archive:  7.5p6.zip
  inflating: ./lngcode.txt
  inflating: ./search.ini
  inflating: ./zh-cn.lng   //中文语言包

[root@localhost linux]# gedit lngcode.txt

[root@localhost linux]# mv zh-cn.lng /usr/share/opera/locale/
[root@localhost linux]#

安装flashplayer

[root@localhost linux]# tar zxvf  install_flash_player_7_linux.tar.gz
[root@localhost linux]# cd install_flash_player_7_linux
[root@localhost install_flash_player_7_linux]# ls -a
.   flashplayer-installer  libflashplayer.so  Readme.txt
..  flashplayer.xpt        Readme.htm

将下面两个文件拷到/usr/lib/mozilla-1.6/plugins
libflashplayer.so
flashplayer.xpt

字体美化:
作者:黄叶
http://hylinux.3322.org/
http://www.linuxsir.org/bbs/showthread.php?s=&threadid=110758
我一直以能用为最上的准则,所以也就是向系统中加入几个字体就好了。
先声明一下,这里的字体包,并不我个人制作的,而是原来的兄弟制作的。我记得应该是在美化Red Hat 9时的字体包,只不过,我一直拿来用到现在。
下面说一下步骤:

1、建立下面的目录
mkdir /usr/system
下载下面的字体包:
http://hylinux.3322.org/software/font.tar.bz2
http://hylinux.3322.org/software/redfonts.tar.bz

将这两个包在目录/usr/system里解开,就会有两个目录:fonts和ROfonts这两个目录。
2、从下面下载这个字体配制文件,放入/etc/fonts中,请先做好备分:
http://hylinux.3322.org/software/fonts.conf

3、将两个gtk的配置文件分别入/etc/gtk 和/etc/gtk-2.0里。
http://hylinux.3322.org/software/gtkrc.zh_CN放入/etc/gtk中。
http://hylinux.3322.org/software/gtkrc放入/etc/gtk-2.0中
4、添加字体路径到/etc/X11/xorg.conf中去。
FontPath "/usr/system/fonts"
FontPath "/usr/system/ROfonts"
不要加入xtt模块。如果有加入,把它去掉就好了。
5、重新启动一下X ,在gnome里所有字体都选用Tahoma, 在kde里也一样。至此美化完成了。

http://blog.csdn.net/images/blog_csdn_net/ggjjzhzz/36926/r_fedora-newfont.jpg


特别留意:请在修改任何系统文件之前做好备份,一旦出错无法启动Xwindow时,可以从命令行加以恢复.

修改目录权限:

[root@localhost home]# cd test
[root@localhost test]# ls -l
总用量 4
-rwxrwxrwx  1 eye eye 30  8月 24 16:58 test.txt
[root@localhost test]# cd ..
[root@localhost home]# chmod -rwx test/*
[root@localhost home]# cd test
[root@localhost test]# ls -l
总用量 4
-----w--w-  1 eye eye 30  8月 24 16:58 test.txt
[root@localhost test]# chmod 777 ../test/*
[root@localhost test]# ls -l
总用量 4
-rwxrwxrwx  1 eye eye 30  8月 24 16:58 test.txt
[root@localhost test]#

安装Canon S200spx打印机驱动:

gimp-print-4.2.6
http://gimp-print.sourceforge.net/
http://www.linuxprinting.org/show_printer.cgi?recnum=Canon-S200
S200-gimp-print.ppd.gz和S200-gimp-print-ijs.ppd.gz
http://karstenfestag.gmxhome.de/canons200.html


[root@localhost root]# cd /home/eye/download

[root@localhost download]# ls -a
.                       gimp-print-4.2.6.tar.gz     shici.pdf
..                      print-canon.c.gz            turboprint-1.90-1.i386.rpm
canon_S200-4.3.25.diff  S200-gimp-print-ijs.ppd.gz  users-guide.pdf
gimp-print-4.2.6        S200-gimp-print.ppd.gz

[root@localhost download]# tar gimp-print-4.2.6.tar.gz
[root@localhost download]# cd gimp-print-4.2.6
[root@localhost gimp-print-4.2.6]# ./configure
[root@localhost gimp-print-4.2.6]# make
[root@localhost gimp-print-4.2.6]# make install
将S200-gimp-print.ppd.gz和S200-gimp-print-ijs.ppd.gz两个文件拷到/usr/share/cups/model/下,或者在其中新建一个Canon目录
打开浏览器:
http://localhost:631/
add printer
name:s200
location:/dev/usb/lp0 (根据打印机所在的USB接口号决定)
接下来的设定很简单……

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值