当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > 装完Fedora 9后系统的简单设置

Unix/Linux
Creating a OpenBSD 3.5 bootable CD
解决Fatal error: Call to undefined function: preg_match()
[工具 使用 原创] ls可以是彩色的,df也可以是彩色的
ipfilter+squid配置实例
UNIX痛恨者手册
postfix+ldap+sasl2+courier-imap for freebsd完全ports
硬盘、分区引导和操作系统加载程序
Unix/Linux下的“魔法兔仔”, webmin
solaris10 apache2 的问题
解决启动DHCP客户端时,出现unknown 主机名称的方法
A1000的电池用完了会有什么严重后果
Solaris 2.6+Ultra5内置扬声器故障诊断实例
各种shell下文件名补全功能的使用
民工日记--- We sell dream
让你的终端同时支持中文和 PP 的背景(转载收藏)
民工日记 --不变的变化
配置Solaris上网
民工日记--不鼓励也不反对
Solaris Security Toolkit 4.2
民工日记--无奈

Unix/Linux 中的 装完Fedora 9后系统的简单设置


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2010-01-15   浏览: 116 ::
收藏到网摘: n/a

配置yum第三方的源
rpm -ivh http://rpm.livna.org/livna-release-9.rpm
yum install yum-fastestmirror 用于选择速度最快的源。

更新系统
将/etc/yum.conf里的keepcache设置成1,这样那些下载的安装包会保留在硬盘上, 然后将/var/cache/yum里的文件打包tar zcvf yum.tar /var/cache/yum
以前不知道的,新学的,可以为重装系统做充分准备。
更新之后重启,换普通用户了。
 


 


关闭SELinux
sudo gedit /etc/sysconfig/selinux
修改SELINUX=enforcing为SELINUX=disabled

 

音乐播放audacious
yum install audacious audacious-plugins-*


图形界面的yum
yum install yumex

右键打开终端
yum install nautilus-open-terminal

 

安装chm格式阅读工具
yum install gnochm

$HOME/.mplayer/config 的内容

  # Write your default config options here!
vo=x11
zoom=yes
# Use 8MB input cache by default.
cache = 8192
# Prefill 20% of the cache before starting playback.
cache-min = 20.0
# Prefill 50% of the cache before restarting playback after the cache emptied.
cache-seek-min = 50