Archive

Posts Tagged ‘speedup’

加速Ubuntu

November 17th, 2007

将localhost化名为主机名,编辑hosts文件,把127.0.0.1等于localhost和本机名写到一行中,比如:

127.0.0.1 localhost 127.0.1.1 fwolf_pcname ==> 变成 127.0.0.1 localhost fwolf_pcname

禁用ipv6,编辑/etc/modprobe.d/aliases:

alias net-pf-10 ipv6 ==> alias net-pf-10 off #ipv6

并行运行开机启动脚本,编辑/etc/init.d/rc:

CONCURRENCY=none ==> CONCU

......[Continue Read/阅读全文]

Linux ,