1.播放器
首先添加多媒体解码器源,
。
然后安装gstreamer-plugins-bad, gstreamer-plugins-ugly, gstreamer-ffmpeg解码器插件,系统自带播放器就可以播放大多数格式的多媒体文件了,即使有不能播放的,播放器会提示需要安装的插件,根据提示安装就可以了。
- su -c 'yum localinstall --nogpgcheck '
- su -c 'yum install gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg'
2.Office
Fedora 15 LiveCD默认没有附带office套件,安装一下
LibreOffice。
首先安装LibreOffice套件,默认安装为英文版。
- su -c 'yum groupinstall "Office/Productivity"'
安装中文语言包
- su -c 'yum -y install libreoffice-langpack-zh-Han*'
发现
LibreOffice不爽,安装一下永中Office 2009,- su - root
- tar zxf EIOffice_Personal_Lin.tar.gz
- cd EIOffice_Personal_Lin
- chmod 775 setup.sh
- ./setup.sh
3.网络应用
chrome、webqq
---uTorrent---基于web UI的BT软件,可以远程,还有中文界面。
下载后解压,执行./utserver就可以,然后使用打开,用户名admin,密码为空。
./utserver后,出现错误
- ./utserver: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
可以下载lib库解决,
- cp libcrypto.so.0.9.8 /usr/lib
- cp libssl.so.0.9.8 /usr/lib
---amule---linux版eMule,界面友好。
4.虚拟机
安装一下VMware,缺啥补啥。
- su
-
sh VMware-Workstation-Full-7.1.4-385536.i386.bundle
-
yum install gcc
-
yum install kernel-devel
5.系统工具
gnome tweak tool
- su
- yum install gnome-tweak-tool
使用新主题时,复制主题到文件夹/usr/share/themes/下即可。使用【GNOME tweak tool】选择主题即可。
BleachBit:Linux系统清理工具
Terminator:多窗口终端工具
Compiz Fusion,开启特效安装显卡NVIDIA
- su
-
yum install mesa-dri-drivers xorg-x11-drv-nouveau
安装Compiz Fusion
- su
-
yum install emerald-themes compiz-fusion-extras emerald compiz-plugins-main compiz-manager compiz-fusion-extras libcompizconfig compiz-plugins-main-gconf ccsm compiz-gnome compiz-gtk
开启特效,Applications > Other > CompizConfig Settings Manager
注销一下
阅读(2594) | 评论(0) | 转发(0) |