Files
Obsidian-Main/02. PARA/03. Resources(資源)/Linux/Ubuntu.md
2022-06-02 17:55:14 +08:00

13 lines
420 B
Markdown

## 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`