Wednesday, March 25, 2020

Make bigger screen of Virtual Box Application Run:

sudo apt-get remove libcheese-gtk23
sudo apt-get install xserver-xorg-core
sudo apt-get install virtualbox-guest-x11
  1. Click Devices -> Insert Guest Additions CD image from the menu of the VM window
  2. Restart the VM
​​

No comments:

Post a Comment

Recent Post

Databricks Delta table merge Example

here's some sample code that demonstrates a merge operation on a Delta table using PySpark:   from pyspark.sql import SparkSession # cre...