📌  相关文章
📜  如何安装 virtualbox 来宾添加 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:46.956000             🧑  作者: Mango

代码示例1
# To install Guest additions, go to: 
    # Devices --> Insert Guest Additions CD Image 

# Open Terminal and type in the following: 
cd /media/ 
ls # Find the Guest Addition CD Image directory
cd {Guest Additions CD Image}
sh autorun.sh
sudo reboot 

# When the system reboots, go into full-screen mode: 
    # right control + f 
    # View --> Full-Screen Mode 
# The resulution should now be greater than the default 800x600