顯示具有 Ubuntu 標籤的文章。 顯示所有文章
顯示具有 Ubuntu 標籤的文章。 顯示所有文章

2010年12月9日

Ubuntu 設定網路 IP

# 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

2010年10月23日

Ubuntu mini CD

最小的 Ubuntu 安裝 ISO 檔,
檔案大小大約20mb以內,
ISO 內容只有 Installation 需要的檔案,
剩下的套件全部都是安裝時從網路下載,
就像 Fedora Netboot 版吧!

https://help.ubuntu.com/community/Installation/MinimalCD

2010年6月3日

用 Lekhonee 上傳圖片

能上傳圖片才是王道。

( PS:還有 Add Page 的功能 )
(自訂網址?)

The post is brought to you by lekhonee v0.7

2010年6月2日

USB 開機、使用 Linux 並安裝

今天看到 Ubuntu 介紹的另一款將 iso 檔存到 USB 隨身碟,
(除了這套,還有UnetbootinLiveUSB-Creator)
http://pignet.wordpress.com/2010/04/10/usblinux/
再開機、使用、安裝,的一套軟體。

Universal USB Installer

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.

2010年5月5日

2010年4月28日

EZgo7 修改 grub 開機順序

EZgo7 安裝完畢,
預設會用 Ubuntu 開機,
如何修改成 Windows XP 開機呢?

# sudo -  使用者
(上面的使用者,就是一開始安裝時,系統要您建入的使用者名稱)
[sudo] password for ezgo7:(輸入該使用者的密碼)
user@:$ sudo vi /boot/grub/menu.lst
[sudo] password for user:(再輸入該使用者的密碼)

進入 vi 的畫面後,去修改 default 0 的選項。

重新開機之後,就會以新的開機順序設定值開機了。