User Tools

Site Tools


config:virtualbox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
config:virtualbox [2020/07/18 19:43] Wulf Rajekconfig:virtualbox [2025/09/22 11:19] (current) Wulf Rajek
Line 1: Line 1:
-====== Virtualbox installation ======+====== Virtualbox installation ======
  
-Installation of Virtualbox on Linux Mint 19 (based on Ubuntu Betsy):+Installation of Virtualbox on Linux Mint 22 (based on Ubuntu Noble):
 <code> <code>
 sudo apt-get purge virtualbox-qt virtualbox-ext-pack virtualbox-dkms sudo apt-get purge virtualbox-qt virtualbox-ext-pack virtualbox-dkms
 sudo apt-get remove virtualbox sudo apt-get remove virtualbox
  
-wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - +echo "deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpghttps://download.virtualbox.org/virtualbox/debian noble contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list 
-echo "deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian bionic contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list+wget -O- https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo gpg --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg --dearmor 
 sudo apt-get update sudo apt-get update
-sudo apt-get install virtualbox-6.0+sudo apt-get install virtualbox-7.2
 sudo vboxconfig sudo vboxconfig
 </code> </code>
  
-For Debian 9 / LMDE 3 replace bionic with stretch in the apt line above.+For Debian 12 replace noble with bookworm in the apt line above.
  
  
Line 38: Line 39:
 Application to notify user of active VNC connection:\\  Application to notify user of active VNC connection:\\ 
 https://apple.stackexchange.com/questions/15945/application-to-notify-user-of-active-vnc-connection https://apple.stackexchange.com/questions/15945/application-to-notify-user-of-active-vnc-connection
 +
 +Move windows to specific screens using the command line:\\ 
 +https://askubuntu.com/questions/702071/move-windows-to-specific-screens-using-the-command-line \\ 
 +
 +Save/Restore window positions:\\ 
 +https://lists.luv.asn.au/pipermail/luv-main/2018-July/010423.html
 +
 +Deviation of wmctrl windows move command:\\ 
 +https://askubuntu.com/questions/576604/what-causes-the-deviation-in-the-wmctrl-window-move-command
 +
 +How to safely shutdown Guest OS in VirtualBox using command line\\ 
 +https://askubuntu.com/questions/42482/how-to-safely-shutdown-guest-os-in-virtualbox-using-command-line
 +
 +Mount Virtualbox Drive Image:\\ 
 +https://linux.m2osw.com/mounting-vdi-disk-your-host-system-edit-file-system \\ 
 +https://askubuntu.com/questions/19430/mount-a-virtualbox-drive-image-vdi
 +
 +
config/virtualbox.1595097826.txt.gz · Last modified: (external edit)