2010年4月13日 星期二

Ubuntu 9.10 安裝 webmin

1.下載webmin,目前最新版webmin_1.510-2_all.deb

2.sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl

3.sudo dpkg -i webmin_1.510-2_all.deb

4.從瀏覽器進入管理介面 https://localhost:10000/

PS:若帳密正確無法進入時,請重新安裝webmin
cd /usr/share/webmin
sudo ./setup.sh

參考資料:Install Webmin on Ubuntu Server or Desktop 9.10 Karmic Koala

Ubuntu 9.10 採Wubi安裝,在更新後Grub無法開機

1.進入Ubuntu
sh:grub> insmod ntfs
sh:grub> set root=(hd0,2)
sh:grub> loopback loop0 /ubuntu/disks/root.disk
sh:grub> set root=(loop0)
sh:grub> linux /boot/vmlinuz-2.6.31-19-generic root=/dev/sda2 loop=/ubuntu/disks/root.disk ro
sh:grub> initrd /boot/initrd.img-2.6.31-19-generic
sh:grub> boot

2.重新安裝grub
sudo apt-get install grub2

參考:三口之家