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

2009年11月9日 星期一

Linux下EAP-PEAP 上網的設定

很多公司上網的部份都是採用EAP認證的方式。
EAP有分成PEAP (Protected Extensible Authentication Protocol) ,TLS等。
如果是你的作業系統是Linux-Ubuntu+PEAP的話(Win下可能要多選個TKIP),則可以以下面為範例設定。
截圖裡多了個無線網路的WPA企業版選項,WPA企業版會跟EAP認證綁在一起,
若是你的網路環境是有線的,則可忽略。
PEAP預設是不用CA憑證只需要一組帳號密碼的。



2009年11月3日 星期二

Remaster Ubuntu by Tradtional Way

簡短的紀錄一下,大致上都是照以下這教學
https://help.ubuntu.com/community/LiveCDCustomization
不過因為預設的apt-get相關l設定有時會抓不到套件,所以在要進入chroot前,
Copy resolv.conf and sources.list from the host system
# cp /etc/resolv.conf jaunty/remaster/etc/

Preserve original sources.list
# cp jaunty/remaster/etc/apt/soures.list jaunty/remaster/etc/apt/soures.list.backup
# cp /etc/apt/sources.list /jaunty/remaster/etc/apt/

exit後,replace the sources.list with the original sources.list
# cp jaunty/remaster/etc/apt/sources.list.backup jaunty/remaster/etc/apt/sources.list