Conversation
Notices
-
For the last ~15 years I've developed by running a Web server on my laptop. Using a virtual machine this week; I'll never go back.
- Ryan Weal and kyriakosbrastianos like this.
-
@stevenrosenberg @evan sounds like a good idea
-
Could you elaborate on that? I have a few lines to type and my web server is set up, but I want to know if there is a better way to do it.
-
@evan vm on your laptop? ;-)
-
Where have you been all these years? My favorite was virtualbox until Oracle bought Sun.
-
Yes, a VM on my laptop. Using KVM. It's nice.
-
I can't figure out how to config a VM in VirtualBox that I can address from my notebook, and can still apt-get update.
-
Yeah, like a million times. I find it totally inscrutable.
-
One way is with 2 networks, one NAT and one host-only. Have you read http://ur1.ca/85i75
-
I always use Bridged, which is fine if you don't move between networks a lot (or want to connect to the VM when you're not on a network).
-
@warp well, whatever virtmanager/kvm/qemu combo does by default works just how I want it to.
-
Does the 2 network approach make sense to you, or would you like some more details?
-
I'm more or less happy with what I've got and don't see enough in VirtualBox to make it worth switching.
-
@evan: Only reason to switch to Virtualbox is if you're doing anything graphically heavy. KVM is pretty slow in that regard.
-
Right; I've never made KVM do 3D-accelerated graphics. But I don't need that for a dev web server.
-
OK, I'm trying it out this morning. I'm tempted by Vagrant, want to give it a shot.