Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
VirtualBox 3.1: Beginner's Guide

You're reading from   VirtualBox 3.1: Beginner's Guide Deploy and manage a cost-effective virtual environment using VirtualBox

Arrow left icon
Product type Paperback
Published in Apr 2010
Publisher Packt
ISBN-13 9781847199140
Length 348 pages
Edition 1st Edition
Arrow right icon
Authors (2):
Arrow left icon
Alfonso Vidal Romero Alfonso Vidal Romero
Author Profile Icon Alfonso Vidal Romero
Alfonso Vidal Romero
Alfonso Vidal Romero Elizondo Alfonso Vidal Romero Elizondo
Author Profile Icon Alfonso Vidal Romero Elizondo
Alfonso Vidal Romero Elizondo
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

VirtualBox 3.1: Beginner's Guide
Credits
About the Author
About the Reviewer
Preface
1. Getting to Work with VirtualBox FREE CHAPTER 2. Creating Your First Virtual Machine: Ubuntu Linux 3. Creating Your Second Virtual Machine: Windows 7 4. Installing Guest Additions and Advanced Settings 5. Storing Data in VirtualBox 6. Networking with Virtual Machines 7. Using Virtual Appliances 8. Managing your Virtual Machines from a Remote Computer Using Snapshots Pop Quiz Answers Index

Time for action – running your very own remote virtual LAMP server


In this exercise, I'll show you how to get the Turnkey Linux LAMP appliance and install it as a remote virtual machine in your Ubuntu headless VirtualBox server.

  1. First you need to download the Turnkey Linux LAMP ISO image from http://www.turnkeylinux.org/lamp, and upload it to your headless VirtualBox server, as in the Time for action – uploading a guest ISO image to your headless server section of this chapter.

  2. Once the Turnkey LAMP ISO image is uploaded, you need to create a new virtual machine named TurnkeyLAMPVB. Open a PuTTY terminal window to connect to your Ubuntu headless server, and type VBoxManage createvm --name "TurnkeyLAMPVB" --register followed by Enter to create your new virtual machine.

  3. Now type VBoxManage modifyvm "TurnkeyLAMPVB" --ostype "Ubuntu" --memory 384 --boot1 dvd --nic1 bridged --bridgeadapter1 eth0 followed by Enter to define the basic parameters for your new virtual machine, and use the bridged networking...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image