init
This commit is contained in:
13
02. PARA/03. Resources(資源)/Linux/Ubuntu.md
Normal file
13
02. PARA/03. Resources(資源)/Linux/Ubuntu.md
Normal file
@@ -0,0 +1,13 @@
|
||||
## Hyper-V
|
||||
### Set screen resolution
|
||||
1. `sudo vim /etc/default/grub`
|
||||
2. Find `GRUB_CMDLINE_LINUX_DEFAULT`
|
||||
3. Add `video=hyperv_fb:1600x9000`, e.g. `GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1600x900"`
|
||||
4. `sudo update-grub `
|
||||
5. `sudo reboot`
|
||||
|
||||
## VirtualBox
|
||||
### Settting
|
||||
#### 操作分享資料夾
|
||||
需要把目前的使用者加到`vboxsf` group才能夠操作分享資料夾。
|
||||
`sudo adduser $USER vboxsf`
|
||||
Reference in New Issue
Block a user