Changes between Initial Version and Version 1 of Xen_Lab1
- Timestamp:
- Sep 8, 2009, 2:23:35 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_Lab1
v1 v1 1 [[PageOutline]] 2 {{{ 3 #!html 4 <h1 style="text-align: center; color: blue">實作一: Xen 單機安裝與基本操作</h1> 5 }}} 6 = 【前言】 = 7 * 使用的 OS 為 Debian etch (5.0) 8 * 為了方便學員,可以使用 '''__複製__'''和'''__貼上__''' 繁瑣的指令 9 * 黑底白字部份為指令 10 {{{ 11 $ vim /etc/hosts 12 }}} 13 * 白底黑字為文件內容 14 {{{ 15 #!sh 16 127.0.0.1 localhost 17 }}} 18 ---- 19 = 【Step 1:】 = 20 21