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
Next revisionBoth sides next revision
wiki:projects:vbox [2021/10/01 20:31] jeffwiki:projects:vbox [2021/10/01 23:16] jeff
Line 9: Line 9:
  
 wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | apt-key add - wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | apt-key add -
-apt-get update +apt update 
-apt-get install virtualbox-6.0 (until they upgrade to 1.28)+apt install virtualbox-6.0 (until they upgrade to 1.28)
 </code> </code>
   * create the [[http://code.google.com/p/phpvirtualbox/wiki/vboxwebServiceConfigLinux|config]] file   * create the [[http://code.google.com/p/phpvirtualbox/wiki/vboxwebServiceConfigLinux|config]] file
Line 46: Line 46:
 /bin/su -c "/usr/bin/vboxwebsrv -b" vbox /bin/su -c "/usr/bin/vboxwebsrv -b" vbox
  
-apt-get install unzip+apt install unzip
 unzip phpVirtualbox -d /var/www/ unzip phpVirtualbox -d /var/www/
 </code> </code>
Line 98: Line 98:
 ===== Commands ===== ===== Commands =====
  
-  * VBoxManage list vms +<code> 
-  VBoxManage startvm crypto_1 --type headless +VBoxManage list vms 
-  VBoxManage guestproperty get crypto_1 "/VirtualBox/GuestInfo/Net/0/V4/IP"+VBoxManage startvm crypto_1 --type headless 
 +VBoxManage guestproperty get crypto_1 "/VirtualBox/GuestInfo/Net/0/V4/IP" 
 +</code>
  
 ===== Adding GPU ===== ===== Adding GPU =====
Line 108: Line 110:
  
 <code> <code>
-apt-get install xdm xorg+apt install xdm xorg
 rm /etc/X11/xorg.conf && aticonfig --adapter=all --initial rm /etc/X11/xorg.conf && aticonfig --adapter=all --initial
  
wiki/projects/vbox.txt · Last modified: 2021/12/10 22:13 by jeff
Back to top
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0