# sudo vi /etc/network/interfaces
auto eth0
iface eth0
address 123.123.123.123
netmask 255.255.255.0
gateway 168.95.1.1
# sudo /etc/init.d/networking restart
# sudo vi /etc/network/interfaces
auto eth0
iface eth0
address 123.123.123.123
netmask 255.255.255.0
gateway 168.95.1.1
# sudo /etc/init.d/networking restart
今天看到 Ubuntu 介紹的另一款將 iso 檔存到 USB 隨身碟,
(除了這套,還有Unetbootin、LiveUSB-Creator)
http://pignet.wordpress.com/2010/04/10/usblinux/
再開機、使用、安裝,的一套軟體。
Universal USB Installer is a Live Linux USB Creator that allows you to choose from a selection of Linux Distributions to put on your USB Flash Drive.
Firefox 與 IceWeasel 的關係~
這篇寫得挺詳細的~
http://tetralet.luna.com.tw/index.php?op=ViewArticle&articleId=118
EZgo7 安裝完畢,
預設會用 Ubuntu 開機,
如何修改成 Windows XP 開機呢?
# sudo - 使用者
(上面的使用者,就是一開始安裝時,系統要您建入的使用者名稱)
[sudo] password for ezgo7:(輸入該使用者的密碼)
user@:$ sudo vi /boot/grub/menu.lst
[sudo] password for user:(再輸入該使用者的密碼)
進入 vi 的畫面後,去修改 default 0 的選項。
重新開機之後,就會以新的開機順序設定值開機了。