-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

VBoxManage


> Command-line interface to VirtualBox.

> Includes all the functionality of the GUI and more.

More information.


List all VirtualBox virtual machines:

VBoxManage list vms

Show information about a particular virtual machine:

VBoxManage showvminfo {name|uuid}

Start a virtual machine:

VBoxManage startvm {name|uuid}

Start a virtual machine in headless mode:

VBoxManage startvm {name|uuid} -type headless

Shutdown the virtual machine and save its current state:

VBoxManage controlvm {name|uuid} savestate

Shutdown down the virtual machine without saving its state:

VBoxManage controlvm {name|uuid} poweroff

Update VBox extension packs:

VBoxManage extpack install --replace {VboxExtensionPackFileName}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 12:40:46 2024