VirtualBox
VirtualBox Licensing
VirtualBox is free for personal use, academic use, and evaluation, under the terms of the PUEL. Oracle VM VirtualBox Enterprise is for commercial use. (1)
Connections from outside VirtualBox
To connect from outside your VirtualBox Guest to something running on your VirtualBox guest...
For example, you might want to make an ssh connection or you might want to use SQL Developer running on your host to connect to an Oracle instance on your guest.Open VirtualBox Manager, select your target VM, open up the Settings → Network and select Bridge Networking instead of NAT.
You will also likely need to configure the Linux firewall in your guest.
You may also wish to change the hostname and configure /etc/hosts and, potentially, add a DNS entry.
Copying files to VirtualBox
In Settings in VirtualBox for your virtual machine under Shared Folders...
Use the folder icon with the green plus (+) to add a new folder to share... remember the name...
If the guest machine is Oracle Enterprise Linux...
Start a Terminal session and connect as root...
mount -t vboxsf Downloads /mnt
where Downloads is the name of the shared folder you created earlier, and /mnt is the directory you wish to mount your shared folder over.Copying a VirtualBox VM to VMware
https://www.maketecheasier.com/import-export-ova-files-in-virtualbox/
VBoxManage
VBoxManage list vms
VBoxManage list runningvms
VBoxManage list -l runningvms
VBoxManage list ostypes
VBoxManage controlvm myVMname acpipowerbutton
VBoxManage controlvm myVMname poweroff
List all known Virtual Machines on this host
List all running Virtual Machines on this host
As above with more detail
List supported OS types
equivalent to short press on power button
equivalent to long press on power button
Bibliography & References
https://www.techrepublic.com/article/how-to-move-virtualbox-vms-from-one-drive-to-another/https://linuxhint.com/ssh_virtualbox_guest/https://www.thatjeffsmith.com/archive/2014/03/connecting-to-oracle-from-your-host-to-a-virtualbox-oel-guest/
https://www.oracle.com/security-alerts/cpuapr2020.htmlhttps://unix.stackexchange.com/questions/16199/how-to-transfer-files-from-windows-to-ubuntu-on-virtualboxhttps://www.maketecheasier.com/import-export-ova-files-in-virtualbox/
https://www.howtogeek.com/howto/36870/how-to-backup-and-move-virtualbox-machines/
https://www.virtualbox.org/wiki/Guest_OSes
licensing(1) https://www.oracle.com/assets/els-pricelist-070592.pdf (Retrieved 10-Dec-2023)https://www.virtualbox.org/wiki/VirtualBox_PUEL
vboxmanagehttps://www.oracle.com/technical-resources/articles/it-infrastructure/admin-manage-vbox-cli.htmlhttps://www.virtualbox.org/manual/ch08.html (VBoxManage)
Remote Workinghttps://explore.oracle.com/linux/eval-group-oracle-virtualbox/?topic=Enable%20remote%20workers
7.1https://blogs.oracle.com/virtualization/post/oracle-virtualbox-710