u/Additional-Zone-362

I'm not able to shared clipboard and drag and drop in my VM.

I'm using VM version 7.2.8, Ubuntu 22.10.

The host is Windows 11,

Step 1 — First, make sure the VM is powered off completely:

In Windows, close the VM window → choose "Power off the machine"

Step 2 — In VirtualBox Manager (on Windows), select your VM → Settings:

  Settings → General → Advanced
  Shared Clipboard → Bidirectional
  Drag and Drop    → Bidirectional

Step 3 — Start the VM again, then inside Ubuntu run:

sudo apt install --reinstall virtualbox-guest-utils virtualbox-guest-x11 -y

Step 4 — Reboot VM:

sudo reboot

Step 5 — If still not working, try inserting Guest Additions manually:

In VirtualBox top menu while VM is running:

Devices → Insert Guest Additions CD Image

Then
sudo apt install build-essential dkms linux-headers-$(uname -r) -y

sudo mkdir /mnt/cdrom

sudo mount /dev/cdrom /mnt/cdrom

sudo /mnt/cdrom/VBoxLinuxAdditions.run

sudo reboot

I've done these steps. But not working.

reddit.com
u/Additional-Zone-362 — 8 days ago

I’m trying to deploy an open-source project using the Oracle Always Free plan.

I’m trying to deploy an open-source project using the Oracle Always Free plan. But I can’t install Docker. I’ve tried 3+ times, but I still can’t do it. I feel like the Oracle Free Tier is very slow 🐌.

Has anyone deployed their project using the Oracle Always Free plan?

I’m from Sri Lanka, but I selected the India South (Hyderabad) region because my region was not available. It said that if your region is not listed, please select the nearest one.

reddit.com
u/Additional-Zone-362 — 12 days ago