close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 25, 2009, 5:44:48 PM (16 years ago)
- Author:
-
rider
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v13
|
v14
|
|
| 191 | 191 | ---- |
| 192 | 192 | = 【Step 6: 啟動並登入你的虛擬機器 DomU 】 = |
| 193 | | * 說明: 用 root 免密碼先登入,然後建立自己的帳號. 改用自己的帳號登入(亦可用 root 登入 , 不新建帳號 ) |
| | 193 | * 說明: 先用 root 免密碼登入. |
| 194 | 194 | * @ Dom0 |
| 195 | 195 | {{{ |
| … |
… |
|
| 197 | 197 | }}} |
| 198 | 198 | |
| 199 | | * @ DomU |
| 200 | | {{{ |
| 201 | | $ sudo adduser username |
| 202 | | $ sudo vim /etc/sudoers |
| 203 | | }}} |
| 204 | | {{{ |
| 205 | | #!sh |
| 206 | | username ALL=(ALL) ALL |
| 207 | | }}} |
| 208 | 199 | ---- |
| 209 | 200 | = 【Step 7: 設定你的 DomU 基本環境】 = |
| 210 | | * 設定 locales (系統語系),避免亂碼現象發生. |
| | 201 | * 設定 locales (系統語系),避免亂碼現象發生.(如無此問題可以略過語系設定) |
| 211 | 202 | {{{ |
| 212 | 203 | $ sudo vim /etc/profile |
| … |
… |
|
| 235 | 226 | {{{ |
| 236 | 227 | #!sh |
| 237 | | 00:00.0 VGA compatible controller: nVidia Corporation GeForce 9800 GT (rev a2) |
| | 228 | 00:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce 9800 GT] (rev a2) |
| 238 | 229 | }}} |
| 239 | 230 | * 查看顯卡資源有無順利分配到 DomU. |