Install InitNG on Ubuntu
| 元月 07, 2006 | 沒有迴響| 沒有引用| 1612 reads | Size: L, M, S | Edit: P, C, R || Category: Ubuntu. |
InitNG 是一個 Linux 下用來加快系統開關機速度的東西,詳細可以看一下他的網站。考完試再來玩玩看。據說真的很有效,但是之前測試版的時候問題很多,不知道現在穩定了沒。剛剛看到 這篇 在 Ubuntu 上安裝的方法,Blog 起來。
Install InitNG on Ubuntu/Kubuntu
What is InitNG?
Initng is a full replacement of the old and in many ways deprecated sysvinit tool. It is designed with speed in mind because it does as much as possible asynchronously. In other words: It will boot your unix-system much faster, and give you more control and statistics over your system.
Installation
Installing InitNG is a snap.
Debian/Ubuntu packages are available here.
Get the newest version (currently 0.4.8) and install it with dpkg:
Debian/Ubuntu packages are available here.
Get the newest version (currently 0.4.8) and install it with dpkg:
sudo dpkg -i initng_<version>_i386.deb
Configuration
Now you have to configure your boot-manager (GRUB) to use InitNG. Open /boot/grub/menu.lst in your favorite text-editor (with sudo!) and create a new boot-option by copying your current configuration und appending "init=/sbin/initng" to the kernel line.
Your new entry should look something like this:
Your new entry should look something like this:
title Ubuntu, kernel 2.6.12-10-686-smp (initng)
root (hd0,2)
kernel /boot/vmlinuz-2.6.12-10-686-smp root=/dev/hda3 ro quiet splash init=/sbin/initng
initrd /boot/initrd.img-2.6.12-10-686-smp
savedefault
boot
Boot
Restart your Computer and enjoy the ultra-fast boot-process!
Hermann Czedik-Eysenberg, hermann.czedik.net, webmaster@hermann.czedik.net
推薦文章:
+FunP | +HEMiDEMi | +My Share | +TwitThat | +Del.icio.us
隨機文章:
» PHP APC on Ubuntu 8.04 Hardy
» 安裝 Ubuntu Studio 的 佈景主題、圖示等
» 好用的播放軟體 - SMPlayer
近期文章:
« 在 PSP 上安裝 Mac OS
» 你知道那個 Linux Distribution 最適合你嗎?
+FunP | +HEMiDEMi | +My Share | +TwitThat | +Del.icio.us
隨機文章:
» PHP APC on Ubuntu 8.04 Hardy
» 安裝 Ubuntu Studio 的 佈景主題、圖示等
» 好用的播放軟體 - SMPlayer
近期文章:
« 在 PSP 上安裝 Mac OS
» 你知道那個 Linux Distribution 最適合你嗎?
