- Dec 2022
-
www.parkplacetechnologies.com www.parkplacetechnologies.com
-
type 2 hypervisor is hosted, running as software on the O/S, which in turn runs on the physical hardware. This form of hypervisor is typically used to run multiple operating systems on one personal computer, such as to enable the user to boot into either Windows or Linux.
-
- Jul 2022
-
www.youtube.com www.youtube.com
-
Guest-to-Host Escape
Was this given a CVE? Was it patched since? Which versions were vulnerable?
-
- Feb 2022
-
anujsyal.com anujsyal.com
-
Download ubuntu ISO Image
Link is dead (version 20.04.2.0) is not there anymore (at least in NL mirrors).
Version 21.10: https://ubuntu.com/download/desktop/thank-you?version=21.10&architecture=amd64
Tags
Annotators
URL
-
- Aug 2021
-
www.youtube.com www.youtube.com
-
How to Install MX Linux in VirtualBox on Windows 10
-
- Jun 2021
-
gist.github.com gist.github.com
-
pacman --noconfirm -S grub-bios
This command seems mandatory to run.
-
-
bbs.archlinux.org bbs.archlinux.org
-
(I started from scratch, and here is everything I ran)
Helpful to fix the problem "No bootable medium found"
Tags
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
-
You will need to change BOOTPROTO from dhcp to static and add IPADDR, NETMASK, BROADCAST and NETWORK variables.
To try this to make fedora in virtualbox be accessible from host
-
- Mar 2021
-
stackoverflow.com stackoverflow.com
-
VirtualBox is one example.
-
- Jul 2020
-
www.tenforums.com www.tenforums.com
-
how to run wsl2 together with virtualbox . .. switching with boot profile
-
- May 2020
-
www.howtogeek.com www.howtogeek.com
-
Use VirtualBox’s Port Forwarding Rules window to forward ports. You don’t have to specify any IP addresses – those two fields are optional.
Port forwarding from the host to the guest in VirtualBox
-
-
-
How to install VirtualBox on MacOS
-
- Sep 2018
-
www.vagrantup.com www.vagrantup.com
-
This page will cover creating a new box in Vagrant Cloud and how to distribute it to users. Boxes can be distributed without Vagrant Cloud, but miss out on several important features.
-
- Aug 2018
- Nov 2017
-
blog.lenss.nl blog.lenss.nl
-
/dev/sda
On my computer the device with the unused space is
/dev/sdb
. You can see it in the graphical utility Disks.
-
-
blog.jdpfu.com blog.jdpfu.com
-
Chipset – ICH9 this is important
Why?
-
- May 2017
- May 2016
-
-
sudo dpkg-reconfigure keyboard-configuration
This worked well for me with a Dell Vostro 3550 and Ubuntu Server 14.04.4 virtualised inside VirtualBox (Version 5.0.16 r105871). When you run this command, the shell will present the configurator and the choices this user recommends are valid mostly. By contrast, I chose the Dell SK-8125 as a reasonably close match to the Vostro 3550. I also set the left Alt key to function as the AltGr key and this solved the problem. Now, if I want to type the pipe ( | ) character, I use the key combination
ALT+~
This is not the most intuitive solution; but it works!
-