vote up 4 vote down star
1

I want to start using linux after a long time...hence i need to know which linux distro to go for. I am going to basically do hardcore programming, heavy downloads of movies and watching them. That's it - no gaming and designing stuffs. Programming languages which I use are JVM based langauges Java, Groovy; python; php. And my system is Thinkpad R51 with 768MB RAM.

flag

73% accept rate
If you wonder why the +1close, I have seen this argument on IRC all the time. It resorts to VIM-vs-Emacs style wars. – Kent Fredric Jan 1 '09 at 4:44
@Kent: One time I had one of those "ask me any three questions" memes, and someone asked me "Why is Gentoo the best Linux distribution?". Seeing as Gentoo isn't the distro I used, I had answer back with "mu". :-) – Chris Jester-Young Jan 1 '09 at 4:55
@Christ Jester-Young: I would respond with a witty rebuttal, but I have to get back to watching code scroll down my screen, seems I need to compile firefox with -O99 -funroll-all-loops to make it suck less. – Kent Fredric Jan 1 '09 at 5:02
All the answers so far have demonstrated that SOers will be mature about answering this question. And I want to hear more! I think it should be reopened. – Artelius Jan 2 '09 at 4:57

closed as subjective and argumentative by tvanfosson Jan 1 '09 at 5:05

3 Answers

vote up 7 vote down check

In my experience of fourteen years using Linux for a variety of desktop and server tasks, I have formed educated opinions about each major distribution for different programming environments.

Ubuntu - the new favorite for many users. Easily one of the most popular for desktop use especially viewing many media types. But this is a programming site. Ubuntu is awesome for Ruby programming, probably the most popular Ruby platform next to Mac. It has a large package library chock full of Perl and Php packages and makes a great platform for developing those languages. I can't speak of Python specifically but we have a customer doing extensive Django for deep analytics on Ubuntu. You mention Java too and Ubuntu delivers. Again, we have multiple customers that swear by Ubuntu for their Tomcat and JBoss apps.

Red Hat based distros including Fedora and CentOS are great as well. They really shine for Python since many of Red Hats tools are Python based so it fits well. Since Red Hat targets the enterprise, they have superb Java support as well. After all Jboss is their product. Peel and Php are good as well but nothing special, really. Standard stuff I' d say.

SUSE is an interesting choice. It has been a great platform for Java. IBM uses it extensively for deploying Java based middleware as well as Java based tools to manage virtualization management on the big iron systems and mainframes. Other languages have been fairly typical but nothing overly outstanding.

All the major distributions are great for C languages of course - all the usual suspects are available if not installed by default. I would mention it specifically above, but my experience with Gentoo is limited. I hear great things about it from developers who write in many different languages.

If you have the means I would recommend using virtual machines to test a couple different distros and see what meets you needs best. Good weekend project. :)

link|flag
I love how you managed to stay neutral. +1 – Unkwntech Jan 1 '09 at 7:48
Thanks. As a unix/linux admin through and through I believe in the best tool for the job. Any major distro is the right tool for some job. – jtimberman Jan 2 '09 at 3:03
vote up 7 vote down

Personally I'd just go right ahead and use Ubuntu. Like it or not, it ticks all the boxes:

  • Gnome desktop (or KDE with Kubuntu if you prefer that);
  • An extensive range of packages;
  • Auto-updating of installed packages; and
  • Popular so it's usually easy to find solutions to problems.

The extensive number of packages is a particularly important point.

link|flag
vote up 1 vote down

Nearly any full Linux desktop distro should work well for programming.

If you are developing for linux and plan on distributing what are you doing, I'd recommend making sure to use a popular distro. Otherwise it comes down to personal preference. Personally I recommend Ubuntu, for the usual reasons.

link|flag

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