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

Unix/Linux
Linux创建ADSL拨号上网方法
LINUX环境中配置WU-FTP服务器
Linux系统有效防御ARP攻击
linux sybase 安装全过程(写给初学者)
Sybase ASE数据库的常见问题解答
Linux中让进程在后台运行的方法
linux系统维护常见错误记录
CentOS支持reiserFS的设置方法
linux下安装Zend Optimizer的方法
linux内容批量替换的命令
linux vmstat输出方法解析
Smplayer播放wmv和avi的文件有箭头的问题解决方法
RHEL5 centos安装中文支持
linux构建动态WEB服务器安装篇
linux构建动态WEB服务器配置篇
Apache服务器优化方法小结
apache中并发控制参数prefork理解和调优
Gzip在apache2中的设置和squid对它的处理方法分析
apache Rewrite防盗链设置方法
linux下svn命令大全

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


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2010-01-15   浏览: 58 ::
收藏到网摘: 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