Changeset 51240 in vbox
- Timestamp:
- May 13, 2014 11:41:45 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93676
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_Frontends.xml
r46207 r51240 450 450 <listitem> 451 451 <para>To enable the library for a particular VM, you 452 must then switch authentication to external:<screen>VBoxManage modifyvm <vm>--vrdeauthtype external</screen></para>452 must then switch authentication to external:<screen>VBoxManage modifyvm "VM name" --vrdeauthtype external</screen></para> 453 453 454 454 <para>Replace … … 464 464 written, is a plain text file, VirtualBox uses hashes 465 465 to encrypt passwords. The following command must be 466 used:<screen>VBoxManage setextradata <vm>"VBoxAuthSimple/users/<user>" <hash></screen></para>466 used:<screen>VBoxManage setextradata "VM name" "VBoxAuthSimple/users/<user>" <hash></screen></para> 467 467 468 468 <para>Replace -
trunk/doc/manual/en_US/user_GuestAdditions.xml
r49987 r51240 1550 1550 1551 1551 <para>To query the value of a single property, use the "get" subcommand 1552 like this:<screen>$ VBoxManage guestproperty get "Windows Vista III" 1553 "/VirtualBox/GuestInfo/OS/Product" 1552 like this:<screen>$ VBoxManage guestproperty get "Windows Vista III" "/VirtualBox/GuestInfo/OS/Product" 1554 1553 VirtualBox Command Line Management Interface Version $VBOX_VERSION_MAJOR.$VBOX_VERSION_MINOR.$VBOX_VERSION_BUILD 1555 1554 (C) 2005-$VBOX_C_YEAR $VBOX_VENDOR -
trunk/doc/manual/en_US/user_Storage.xml
r46207 r51240 775 775 "Use host I/O cache" box in the "Storage" settings for a given virtual 776 776 storage controller, or use the following VBoxManage command to disable the 777 host I/O cache for a virtual storage controller:<screen>VBoxManage storagectl <vm>--name <controllername> --hostiocache off</screen></para>777 host I/O cache for a virtual storage controller:<screen>VBoxManage storagectl "VM name" --name <controllername> --hostiocache off</screen></para> 778 778 779 779 <para>See <xref linkend="vboxmanage-storagectl" /> for details.</para> … … 795 795 bandwidth group named "Limit", sets the limit to 20 MB/s and assigns the 796 796 group to the attached disks of the VM:<screen>VBoxManage bandwidthctl "VM name" add Limit --type disk --limit 20M 797 VBoxManage storageattach "VM name" -- controller"SATA" --port 0 --device 0 --type hdd797 VBoxManage storageattach "VM name" --storagectl "SATA" --port 0 --device 0 --type hdd 798 798 --medium disk1.vdi --bandwidthgroup Limit 799 VBoxManage storageattach "VM name" -- controller"SATA" --port 1 --device 0 --type hdd799 VBoxManage storageattach "VM name" --storagectl "SATA" --port 1 --device 0 --type hdd 800 800 --medium disk2.vdi --bandwidthgroup Limit</screen></para> 801 801
Note:
See TracChangeset
for help on using the changeset viewer.