Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

On my servers I run everything on Linux/ Apache, but for offline preparation before upload of the projects I'm using Windows (Vista) with a local Apache/ WAMP, PHP, Python, GD_image installation and so on. My question, would it be much easier in terms of setting up a good environment if I were to use Linux, e.g. Ubuntu distribution, as development OS for these things? Would you know some pros and cons when it comes to Windows vs Linux in terms of web development?

(As I'm using mostly web apps these days, switching the OS might be less of a problem. I would need a good replacement for my image editor, though, as I prefer Corel PhotoPaint and PSP4 over Gimp, last time I tried.)

share|improve this question
1  
Hey - It's a year on and I just wondered how things went following this thread. Did you make the move to Linux or do something else? – Oli Feb 16 '10 at 16:24
Still no Linux but actually I've currently expanded my tool set to use MacBook to compile offline games for the iPad, as I'm now trying iPad versus games using PhoneGap JavaScript (versuspad.com). – Philipp Lenssen Oct 20 '10 at 5:53

12 Answers

up vote 61 down vote accepted

Disclaimer: I use Ubuntu for development and Ubuntu (server) for production servers. I might be a bit biased but it seems like you're looking for somebody who's actually gone down the same path as you.

That out the way, I love using Linux for development. Most of the tools I required are the same: Eclipse for PHP/Python and a souped-up text editor (gedit in my case now, was Dreamweaver's text mode) for HTML/etc. Under Windows I was limited to FTP* which stunted my workflow a little. Under Ubuntu, I can just mount the working directory and work straight from it, or use a version control app like svn, git or bzr.

Lets get one thing straight: you will spend more time on the command line but I don't see that as a neccessarily bad thing. I have short alias commands that do a million times more than five minutes clicking around several Windows windows could accomplish. If you have Linux servers, chances are you do a fair portion of your administration over SSH already, so it shouldn't be too much more of a jump.

But even just on the desktop, there is a modest learning curve. The initial annoyances mainly come from finding the "right" applications. There is a lot of choice and very rarely do you find a direct mapping to a Windows-only app. This just takes some getting over. You will get used to something provided it's functional and you actually use it. That's technology for you.

For stuff you just can't drop (Adobe Fireworks and Photoshop for me) you can use Wine to "emulate" Windows (though it's not really emulation) or use a virtual machine like VirtualBox to run a real copy of Windows in the background. I only need these apps for 10-30 minutes at a time so I just fire up a TinyXP image in VirtualBox. Your mileage will vary with both alternatives.

Pros of Linux:

  • Free (in both ways)
  • Plenty of dev apps
  • You can make it mirror your production environment (cutting out nasty surprises)
  • Generally well supported with updates
  • Looks gorgeous if you put enough time into using the right effects =)
  • It makes you much cooler. Fact.

Pros of Windows:

  • You've already got it so you're not going to have to spend a week reacclimatising
  • You've already put money into it
  • Upgrades do a very good job of clearing out your wallet of all that troublesome cash.

Ultimately, it's really up to your personal work-flow and tastes. Both systems are more than capable or providing a decent work flow.

*I wasn't limited to FTP as such but getting a svn (or other) server set up back then was, I'm ashamed to say, beyond me. But Windows would not support my current configuration which relies on bzr+ssh... So perhaps it is Limited. I'm rambling.

share|improve this answer
12  
+1 for "It makes you much cooler. Fact.". In addition when I have to do dev on windows box I always find myself really missing all the built in command line stuff on linux, e.g. grep, perl, awk, find – MrWiggles Jan 16 '09 at 14:07
1  
Mr. Wiggles, that's what msys (mingw.org) is for. – T.E.D. Jan 16 '09 at 15:18
"Plenty of dev apps" -> yeah, just fire up synaptic and start browsing. It's all there. – Svante Jan 16 '09 at 15:24
1  
+1 Brilliant answer: You also have the excellent (wine based)crossover office for running some of those "undroppable" applications. – DRL Jul 11 '10 at 9:21
2  
+1, but you say: "Pros of Windows: You've already got it so you're not going to have to spend a week reacclimatising" YEAH TRUE except that everytime they release a new Windows version (XP vs Vista vs W7) all the menus and user interface are moved in different places from where they used to be and everytime it takes months to get confortable with it. I would add ad Linux Pros that once you learend it it lasts forever no need to find menus in different positions from one version to another. – Marco Demaio Jul 31 '10 at 16:13
show 1 more comment

As always, your production, testing and development environments should be identical or as similar as possible to get consistent results.

share|improve this answer

Our company is playing with PHP in WIMP (Windows, IIS, MS-SQL & PHP). I have noticed that there are times where PHP behaves differently on WIMP vs LAMP. (The most obvious things involve pathing but I have seen some issues with php.ini, but that may be my greenness with PHP.)

I have also played with WAMP (Windows, Apache, MySQL & PHP) and that seams closer to LAMP, but still has some differences in behavior.

Since the we are planning on running on WIMP, it really isn't a problem, but if I was going to try to develop in WIMP and deploy on LAMP, would think twice.

I would run LAMP on a VM on Vista (or LAMP on a spare computer) and use my Windows tools to build the site but run it on the real thing.

share|improve this answer

I don't think you will notice any difference for development. Development should be just fine as you are using the same stack (minus the OS of course).

share|improve this answer
Fantastic answer! Real voince of intelligence. Greetings. – Andrzej Ośmiałowski Oct 19 '11 at 0:47

My question, would it be much easier in terms of setting up a good environment if I were to use Linux, e.g. Ubuntu distribution, as development OS for these things? Would you know some pros and cons when it comes to Windows vs Linux in terms of web development?

Seeing as how your Windows environment is already set up, I don't see how it would be easier setting one up in Linux. However, there are slight differences between Windows and Linux servers, and although I develop using XAMPP I prefer to test on a Linux setup for compatibility.

(As I'm using mostly web apps these days, switching the OS might be less of a problem. I would need a good replacement for my image editor, though, as I prefer Corel PhotoPaint and PSP4 over Gimp, last time I tried.)

You might try Krita - it does a reasonable job of bringing image manipulation to the masses. I have moved from PSP/Paint.Net to Inkscape - while the learning curve is steep, I haven't looked back - and it runs natively on both Windows and Linux. :) Excellent tutorials via screencast are available from heathenx - helped me tremendously.

share|improve this answer

The only difference I can think of is that when something hangs in a linux gui (gnome, but I think it applies to all) it usually just hangs inside the window, and I have never experienced the general "locked up" feeling you can get on windows.

In all fairness to Windows XP, you do usually get out of it when you finally manage to kill the processes.

share|improve this answer

I don't notice much difference.

If you use a lot of "bash" scripts then its easier if you can use them natively in your dev environment (i.e. LInux) likewise if you use a lot of OS specific "system." calls in your code. But this is not normally the case for web development.

One thing I have noticed though is that some open source tools (I am thinking of eclipse and vim particulary) have better implementations for Windows than for Linux -- go figure.

share|improve this answer

Linux of course. With only a few commands you can have a complete development rig. Apache, MySQL, Python, Perl, your favorite IDE's, in what? 10 minutes? You don't have to go to www.x.com to get x and then install, repeat... Also, Linux is a install and forget OS this days. I haven't have the need of touching my system since I had installed it.

share|improve this answer

I like windows 7 and I use it outside work. But when it comes to development, I think Linux is really efficient and saves a lot of time. For example, when you need to install a particular library or package for a certain project it is usually a matter of a few commands in the Unix shell prompt to set up. On Windows however, it usually takes a considerable amount of time to set and configure correctly. This is especially true if your work requires Apache, MySQL and PHP, Perl or Python.

share|improve this answer

I know the thread is stale, but for other googlers like me (I was looking for ammo to convince others to use Linux), I'll chime in. I recommend running Linux under VirtualBox to get the best of both worlds. I need/want Windows for email, powerpoint, etc. (corporate standards) and still prefer some of the tools. But for Java/PHP development that needs to run on Linux, I develop and test on Linux, primarily for the third reason listed above -- no surprises. No accidental case mismatch of names, deployment scripts that are tested and work, etc... I go as far as using different Linux distros based on the production environment. I have Ubuntu and CentOS both at the moment with Gnome as a GUI to run eclipse etc.

share|improve this answer

A point that doesn't seem to have been made here is this: when developing web sites you often need to debug CSS and Javascript for the browser that the end-user will use. This frequently means using a windows machine because Internet Explorer is not available (except in a virtual machine running Windows) on Linux. While you can develop for the most common browsers on the PC, it is not as easy to do so in Linux.

This might be a factor for you when you consider which environment to choose.

share|improve this answer

Of course Windows is a better development environment. No question. Oli is right about the facts of course, but I must disagree with the conclusion. In Linux you do more command line. That is very bad. In Linux you spend a lot of time looking for the right applications. That is bad. Just these two alone are real resource drainers. They make it very difficult to set up your environment. Sometimes you will just try to take short cuts and the quality of your developed code will suffer. ("So I just wont unit test") They also make it very unlikely that two programmers will use similar environments. That makes it difficult to introduce new workers into a team. Oli is also right about Linux being "cool". Cool means - "look what a hacker I am, look how I do all of that with one enter on the command line" In Linux you can become such an expert and so cool that noone will be able to follow what you did and how. And thats a good thing? David

share|improve this answer
4  
-1 because this post is utter nonsense. I am much more productive on my Debian based machine than I could ever be on Windows, because of the fact that I know the Linux system much better than the Windows system. That's what it all boils down to, knowledge of the system. – nkr1pt Sep 1 '10 at 11:47
1  
Hi nkr1pt Lets not get angry here : ) We are actually agreeing. All I am saying is that the principle of least knowledge applies here too. Needing to know about the system in order to be productive is like needing to know the implementation in order to use the interface. Sometimes, we have no choice - but I avoid it when I can. Learning all the clever ways to make the Linux system do wonders may be enjoyable for some, but when there is a development job to be done, time spent on learning the system is time wasted. Have you every used Visual Studio? Give it a spin. You wont look back. – davids Sep 1 '10 at 18:30
3  
-1 because this post is from 1993, soon after the initial release of the kernel – phresnel Jun 8 '11 at 11:50
@davids Why is the command line so bad and such a resource drainer? spend a few days learning commands and practicing then spend the rest of your development time.. saving time. Only people who don't really care about programming and their efficiency use Window voluntarily. Visual Studio?!.. Emacs please. – rfcoder89 Mar 12 at 12:59

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.