Changes between Version 108 and Version 109 of Xen_Lab1
- Timestamp:
- Jun 22, 2010, 11:50:02 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_Lab1
v108 v109 14 14 $ su root 15 15 # aptitude update 16 [Ctrl+D] 17 $ 16 18 }}} 17 19 * 第1個指令為 使用 '''''gedit''''' 指令來編輯 hosts 這個文件 (也可以使用 vim 來編輯) … … 19 21 * 第3個指令的 '''''su root''''' 切換 root 身份 20 22 * 第4個指令的 為在 root 身份下執行 aptitude update (# 為 root 的提示字元) 23 * 第5個為熱鍵 24 * [Ctrl+D] -> 結束,[Ctrl+C] -> 中斷 25 * 再這邊則跳出 root 身分 (回到 clouder 身份) 21 26 * 白底黑字為'''文件內容''',文件內容前面有數字則為'''行數''' (下面為 /etc/hosts 文件的第1行) 22 27 {{{ … … 83 88 # echo xenblktap >> /etc/modules 84 89 # ln -s /usr/lib/xen-3.2-1/bin/tapdisk /usr/sbin 85 CTRL+D 90 [CTRL+D] 86 91 87 92 $ sudo gedit /etc/xen/xend-config.sxp