Virtualbox: mudanças entre as edições

De Pontão Nós Digitais
Ir para navegaçãoIr para pesquisar
Sem resumo de edição
(minhas dicas)
Linha 1: Linha 1:
Links para configuração do virtualbox.
Configuring [[Ubuntu]] inside a virtualbox.
 
== Extension pack ==
Download on the toplevel OS running Virtualbox (host) and double-click it
 
== Network ==
There are many ways to setup ssh access to/from your VM.
One very easy way is the second answer to this stackoverflow question [http://stackoverflow.com/questions/5906441/how-to-ssh-to-a-virtualbox-guest-externally-through-a-host/],
ie, Settings, set to bridged. Then your VM do ifconfig to know the IP. Install openssh-server on the guest.
 
== Shared folders ==
Make sure to install the extension pack.
Go to Settings->Shared folders
I use
~/mnt/share
on both machines to share.
 
 
 
 
 
 
== Outros Links para configuração do virtualbox. ==


Gerando comunicação entre o hd da máquina virtual e o hd do micro, através de uma pasta compartilhada, neste caso em uma virtualização do Ubuntu no Windons:
Gerando comunicação entre o hd da máquina virtual e o hd do micro, através de uma pasta compartilhada, neste caso em uma virtualização do Ubuntu no Windons:
Linha 5: Linha 27:
* http://my-wd-local.wikidot.com/otherapp:configure-virtualbox-shared-folders-in-a-windows-ho
* http://my-wd-local.wikidot.com/otherapp:configure-virtualbox-shared-folders-in-a-windows-ho
* http://www.giannistsakiris.com/index.php/2008/04/09/virtualbox-access-windows-host-shared-folders-from-ubuntu-guest/
* http://www.giannistsakiris.com/index.php/2008/04/09/virtualbox-access-windows-host-shared-folders-from-ubuntu-guest/
[[Category:Lab Macambira]]

Edição das 21h04min de 23 de maio de 2016

Configuring Ubuntu inside a virtualbox.

Extension pack

Download on the toplevel OS running Virtualbox (host) and double-click it

Network

There are many ways to setup ssh access to/from your VM. One very easy way is the second answer to this stackoverflow question [1], ie, Settings, set to bridged. Then your VM do ifconfig to know the IP. Install openssh-server on the guest.

Shared folders

Make sure to install the extension pack. Go to Settings->Shared folders I use

~/mnt/share

on both machines to share.




Outros Links para configuração do virtualbox.

Gerando comunicação entre o hd da máquina virtual e o hd do micro, através de uma pasta compartilhada, neste caso em uma virtualização do Ubuntu no Windons: