윈도우 관리는 윈도우터미널접속하면 되니까 말이다.
검색을 해보니 콘솔 명령어가 있다 그중 VM 구동에 관련 되는항목은 아래와 같다.
VBoxManage startvm <uuid>|<name>
[-type gui|vrdp]
VBoxManage controlvm <uuid>|<name>
pause|resume|reset|poweroff|savestate|
acpipowerbutton|acpisleepbutton|
keyboardputscancode <hex> [<hex> ...]|
injectnmi|
setlinkstate<1-4> on|off |
usbattach <uuid>|<address> |
usbdetach <uuid>|<address> |
dvdattach none|<uuid>|<filename>|host:<drive> |
floppyattach none|<uuid>|<filename>|host:<drive> |
vrdp on|off] |
setvideomodehint <xres> <yres> <bpp> [display]|
setcredentials <username> <password> <domain>
[-allowlocallogon <yes|no>]
검색해보니 둘중 하나로 구동하면 될듯
VBoxVRDP -startvm “Your VM”
- 이건 프로세스가 떠 있으니 구동후 백그라운드로 돌리면 될것이고
VBoxManage startvm “Your VM” -type vrdp
-이건 알아서 백그라운드로 돌아간다.
구동시키고 부팅완료되길 기다렸다가 터미널 접속하면 끝! 버츄얼박스 맘에든다.
'지식창고 > 리눅스' 카테고리의 다른 글
freenx 설정 (0) | 2009.04.05 |
---|---|
vsftpd 한글 인코딩 소스 수정하는 방법 (2) | 2009.04.04 |
우분투에서 ntfs 마운트 (0) | 2009.04.02 |
VirtualBox 터미널에서 구동 (2) | 2009.04.02 |
Wubi 를 이용한 우분투 맛보기 (0) | 2009.04.01 |
ubuntu, centos 를 VMWare에 설치 (0) | 2008.04.28 |
추천 포스트를 보고 쫓아 오게 됐습니다 ^^
VirtualBox 바로가기를 만들고,
내용을 VBoxManage startvm "YourVM"으로 바꾸어 주면 스테이션 없이 바로 실행이 가능하죠 ^^ SnapShot 명령도 쓸만 하답니다
오 바로가기 그것도 좋은 방법이군요.