ubuntu 优化技巧
Posted 9 months, 2 weeks ago at 11:30 am. 0 comments
Use InitNG as a replacement for standard Init.
使用 InitNG(启动提速软件)替代标准启动模式。传统的sysvinit启动模式最大问题是硬件初始化时逐一检测(probe),一个成功後才往下一个检测,浪费时间。InitNG的模式就是将要硬件初始化并行进行,从而达到加快启动的目标。目前没源,只有 .deb 文件。
安装后修改 grub 启动菜单,大致为
title linux-initng
kernel (hd0,1)/vmlinuz root=/dev/hda6 init=/sbin/initng
Speed up Firefox
firefox 加速
Custom compile a new kernel. You can also use this tutorial.
定制自己的linux 内核,参考 How To Compile the new 2.6.16 kernel from kernel.org
Make sure DMA is enabled.
确认 DMA 打开,参考此文
附 DMA 资料
以下为引用内容:
DMA为Direct Memory Access的缩写,中文一般翻译成「直接存取存储器」。一般的IDE装置(例如硬盘)的存取通常是透过CPU来协调控制存取,所以会占用CPU不少的资源,而DMA则是让IDE装置可以直接存取存储器,不需再去耗用CPU的资源,使CPU有更多的资源来处理其他的工作。
Use Prelink to make applications start faster.
用 Prelink 使应用程序打开 更快
Pick the kernel that’s right for your processor.
选择适合你CPU的内核
Disable uneeded services from starting.
关闭不需要的服务
Use Swiftfox, a faster Firefox for Intel and AMD processors.
用 Swiftfox 替代 firefox
Tweak your ext3/reisers filesystem for enhanced performance.
调整 ext3 文件系统性能
Clean up unnecessary files
删除不需要的文件
Install preload “sudo apt-get install preload.”
安装 preload 预加载
Use the latest drivers for your video card.
使用最新的声卡驱动
Use XFCE as your Desktop Enviroment.
使用 XFCE 桌面环境(比GNOME,KDE省资源)
Use Abiword instead of Open Office
使用 Abiword 替代 Open Office
via http://ubuntuforums.org/showthread.php?t=189192
相关日志:
Ubuntu performance tweaking guide
从头开始对ubuntu进行优化 (ZT)
Popularity: 13% [?]
Tags: cat, deb, gnome, hp, install, linux, ls, right, tweak, ubuntu, viRelated posts
No Replies
Feel free to leave a reply using the form below!