เนื่องจาก ubuntu server มีแต่หน้า่จอที่เป็นตัวอักษร หรือ text mode อย่างเดืยว ดังนั้นเพื่อความสะดวกต่อการใช้งาน virtualbox ผู้ดูแลระบบจึงนิยมติดตั้ง phpvirtualbox เพื่อใช้งาน
หลังจากลง ubuntu server 12.04 แล้วมีขั้นตอนการติดตั้งดังนี้
- ติดตั้ง virtualbox บน ubuntu server ดูที่ http://www.howtoforge.com/vboxheadless-running-virtual-machines-with-virtualbox-4.1-on-a-headless-ubuntu-12.04-server
- ติดตั้ง phpvirtualbox ดูที่ http://www.howtoforge.com/managing-a-headless-virtualbox-installation-with-phpvirtualbox-ubuntu-12.04
- กรณีที่ทดสอบใช้งาน virtualbox แล้วเครื่อง ubuntu host restart เองลองแก้ไขตามนี้
- open a terminal window
- type "sudo gedit /etc/default/grub" (without the quotes) and press enter
- Comment out the line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" by adding a "#" character in front.
- Add new line below: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nmi_watchdog=0 nowatchdog"
- Save and exit
- type "sudo update-grub" (without the quotes) and press enter
- reboot.
ไม่มีความคิดเห็น:
แสดงความคิดเห็น