or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
計算機概論Lab-9
VIRTUAL MACHINE
https://hackmd.io/@IMOK/Lab9
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →講師: 賴昱有
Are you lucky today?
當我需要使用不同作業系統進行作業…
選項一 : 組裝一台全新的電腦
選項二 : 安裝Multi-boot system,
但每次切換作業系統需要重新啟動
選項三 : 使用Viryual machine在現在的OS上安裝另一個OS
選項四 : 使用ducker創建一個container
選項五 : Windows可以通過wsl創建Linux的虛擬環境
Virtual machine
What is virtual machine?
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →VIRTUALBOX
專有名詞介紹
包括 NAT、橋接、Host-Only 等。
如果不會安裝請參考下列文章
Desktop Version : 會有UI
Server Version : 沒有UI
How to use virtualbox-Author:Wilson
How to use virtualbox-Author:Fattwen
作業網站
作業做完請上傳到 http://140.121.197.13/tutorial
並且注意上傳時間限制、檔名、其他規範
上課時提前做完可以直接給助教 demo 登記
就不需要上傳 demo 過的部分
Question 1
Install your OS completely. (A windows based and a Linux based)Question 2
Provide the guest OS network capability.
Question 3
Make your guest OS access the USB thumb.
Question 4
Install other softwares into your guest OS (e.g. MS office).Question 5(bonus)
Install Android system as guest OS.