Changes between Version 13 and Version 14 of Xen_Lab7


Ignore:
Timestamp:
Oct 25, 2009, 5:44:48 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lab7

    v13 v14  
    191191----
    192192= 【Step 6: 啟動並登入你的虛擬機器 DomU 】 =
    193  * 說明: 用 root 免密碼先登入,然後建立自己的帳號. 改用自己的帳號登入(亦可用 root 登入 , 不新建帳號 )
     193 * 說明: 先用 root 免密碼登入.
    194194 * @ Dom0
    195195{{{
     
    197197}}}
    198198
    199  * @ DomU
    200 {{{
    201 $ sudo adduser username
    202 $ sudo vim /etc/sudoers
    203 }}}
    204 {{{
    205 #!sh
    206 username    ALL=(ALL) ALL
    207 }}}
    208199----
    209200= 【Step 7: 設定你的 DomU 基本環境】 =
    210  * 設定 locales (系統語系),避免亂碼現象發生.
     201 * 設定 locales (系統語系),避免亂碼現象發生.(如無此問題可以略過語系設定)
    211202{{{
    212203$ sudo vim /etc/profile
     
    235226{{{
    236227#!sh
    237 00:00.0 VGA compatible controller: nVidia Corporation GeForce 9800 GT (rev a2)
     22800:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce 9800 GT] (rev a2)
    238229}}}
    239230 * 查看顯卡資源有無順利分配到 DomU.