Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Screen, Vim in a VM (Score 1) 1055

At the moment I'm developing a Python based web app. I started using PyDev/Eclipse but found the environment more hindrance than aid.

I then got the idea to package up my development environment into a Virtualbox VM. I modeled the VM as closely as possible to the production environment. I run a screen session with several Vim instances (using windows and tabs). I then ssh to the VM. I find this convenient for a number of reasons:

  • my development env is as close as possible to the production env
  • I don't need any unnecessary daemons running on my physical OS (e.g. Apache, MySQL, etc)
  • the VM can be versioned (via snapshots)
  • I can suspend the VM and restore it to the exact state it was previously in (same screen/vim sessions, same daemon states)
  • the VM is only has 256MB RAM allocated to it; I can start VirtualBox and restore my VM in less time than it takes to open Eclipse

In my experience, having your development environment behave exactly the same *every* time you use it is not to be overlooked.

Comment More than one Guest OS? (Score 1) 394

I didn't really RTFA that well. Is it possible to run more than one 'Guest' OS simultaneously? I would love to be able to run many different OSs on top of a very minimalistic hypervisor and hop between them with a hotkey.

Comment Re:True story (Score 1) 731

Thats... terrible. I would like to hear these people's description of how a hashtable is 'supposed' to work. Even more puzzling to me is how someone could decide to use a data structure without understanding its behavior (and without at least checking the Java APIs or simply Googling).
Windows

Submission + - Microsoft: 96% Of Netbooks Run Windows (informationweek.com)

wilsoniya writes: Given all the buzz around /. about Linux on the increasingly important netbook platform, it seemed as though the popular open source operating system was holding its own in this particular market. A quote from Microsoft would seem to point to the contrary:

...Windows' share of the U.S. netbook market has ballooned from less than 10% in the first half of 2008 to 96% as of February.

Has Linux really been relegated to share in the remaining 4% US of the netbook market?

Slashdot Top Deals

Without life, Biology itself would be impossible.

Working...