2009年11月9日 星期一

I/O Request Packet & I/O Stack on Windows

Here is a list of the sites introductiong to I/O Request Packet & I/O Stack on Windows.

Windows XP & the Windows Driver Model - Driver Structure & the I/O Request Packet
http://www.mbs3.org/wdmproject/irp.html

I/O Stack Locations
http://msdn.microsoft.com/en-us/library/ms795764.aspx

IO_STACK_LOCATION - Structure
http://msdn.microsoft.com/en-us/library/dd852068.aspx

Passing PnP IRPs Down the Device Stack
http://msdn.microsoft.com/en-us/library/ms798229.aspx

USB Driver Stack for Windows XP and Later
http://msdn.microsoft.com/en-us/library/ms793558.aspx

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