Which Linux distribution to choose for work and programming?


Recommended Posts

Hello. So, I decided to change my main OS (with Win 7 dual boot) to one of Linux distributions but I really don't know which one. My main goal is to have convenient desktop enviroment for working and programming (dual screen) but as lightweight as possible. I don't need any special effects, I just need simple and comfortable desktop enviroment. I have some experience with Ubuntu but not very much, I know basic things.

I have Asus N53SM laptop with these specifications:

15.6-inch glossy 720p display (1366x768 resolution)t

Intel Core i7-2670QM quad-core processor (2.2GHz, up to 3.1GHz Turbo Boost, 6MB cache, 45W TDP)

Nvidia GeForce GT 630M graphics card w/ 2GB memory

4GB DDR3-1333 RAM (max. supported)

500GB 7200RPM hard drive + Westen Digital 1TB 3.5" External HDD

Atheros AR9002WB-1NG

Integrated Bluetooth wireless

Integrated 720p webcam

Internal tray-load DVD burner (DS8A8SH)

6-cell li-ion battery (56Whr, 5200mAh)

I assume any of the major ones could be configured to be a development environment, but to answer your question, I read somewhere that Linus Torvalds himself said Fedora is ideal for development work. Perhaps you could try that?

Do you want a stable working environment or bleeding edge software?

For a stable working environment I would suggest Debian 6.0 or CentOS. Maybe Ubuntu 12.04 if you enjoy the Unity desktop.

If you want bleeding edge software, install Fedora or Arch.

Do you want a stable working environment or bleeding edge software?

For a stable working environment I would suggest Debian 6.0 or CentOS. Maybe Ubuntu 12.04 if you enjoy the Unity desktop.

If you want bleeding edge software, install Fedora or Arch.

It doesn't matter really. I were thinking about Arch now. It has one of the best documentations that I've ever seen and you can configure a lot, so it can be everything - with lots of effects or simple ant lightweight. I think it should be a great experience with Linux. It's hard to choose really.

Let's say that I'll stay with Arch. What about desktop enviroment? LXDE, XFCE, Gnome? What's the difference of them in performance?

I know this is off the topic but. I would like to ask what programming language you are going to use?

Python, later Java maybe.

For general use I use Arch for it's lightness and configurability. For development though I always found Fedora to be a great distro. It's tooled up to the eyeballs and bleeding edge too so you can always develop with the latest stuff.

EDIT:

Let's say that I'll stay with Arch. What about desktop enviroment? LXDE, XFCE, Gnome? What's the difference of them in performance?

Personally I'm an XFCE guy, always have been. Very customizable, and very lightweight too. It doesn't have many dependencies and in general I find that it just stays out of the way when I'm working. I find Gnome to be too bloated (although my experience with Gnome 3 is limited), and KDE to be (still) ugly as sin. LXDE I haven't tried, but I've heard good things.

For the past couple days (mostly for the Shift2) I've been running with Arch. I have Cinnamon installed as the DE and have Mono installed. Runs great, I have broken it a couple times, but that's just in noobiness to linux as a whole.

For general use I use Arch for it's lightness and configurability. For development though I always found Fedora to be a great distro. It's tooled up to the eyeballs and bleeding edge too so you can always develop with the latest stuff.

EDIT:

Personally I'm an XFCE guy, always have been. Very customizable, and very lightweight too. It doesn't have many dependencies and in general I find that it just stays out of the way when I'm working. I find Gnome to be too bloated (although my experience with Gnome 3 is limited), and KDE to be (still) ugly as sin. LXDE I haven't tried, but I've heard good things.

Thanks for the info. I think I'll try to install Arch with XFCE now.

As far as desktop environments go - there is no objective best one. Try them out and find the one you like the most.

Oh and: Welcome to Neowin.

Thanks, it's an awesome forum with great community!

And by the way, if I'll have some questions about Arch, should I change name of topic or just create a new one?

I would suggest starting a new topic if you run into any issues with installing Arch.

That and make have the Arch Wiki up on another system if you're new to it, for the most part it holds your hand through the installation process. (And is a great reference overall for this distro.) The install is pretty straightforward but if you're new to the *Nix thing in general it can be a bit daunting.. not as friendly as something like the 'Buntu's.

For general use I use Arch for it's lightness and configurability. For development though I always found Fedora to be a great distro. It's tooled up to the eyeballs and bleeding edge too so you can always develop with the latest stuff.

EDIT:

Personally I'm an XFCE guy, always have been. Very customizable, and very lightweight too. It doesn't have many dependencies and in general I find that it just stays out of the way when I'm working. I find Gnome to be too bloated (although my experience with Gnome 3 is limited), and KDE to be (still) ugly as sin. LXDE I haven't tried, but I've heard good things.

Yes,

XFCE all the way, if you want lite!! Which makes Xubuntu the best option if you want to use that junk Ubuntu!

Personally,

I don't like it. Ubuntu, that is.

Linux Arch or Mint, would probably be best suited for you.

I like Zenwalk myself (Slackware based) Most of the stuff you usually have to find on the side like flash and zip and codecs, is already included in the software.

http://www.zenwalk.org/

I would suggest Linux Mint KDE 13. Unlike the other major windows managers like gnome and unity, KDE still focuses on being a productive environment.

It is a good enviroment, but he's looking for lightweight, and KDE 4 is anything but.

To be honest, any GNU/Linux distro is good for programming, but my personal preference is Arch Linux. Mostly for the same reasons as you, it's lightweight because you get to choose exactly what runs on it (/etc/rc.conf), and the repositories (AUR) are second to none, except perhaps Gentoo, which is also very good.

I code in C, Java (Android), and Python mostly, and GNU/Linux is a programmer's dream. However, I also like to experiment with bash, perl, vala, and pretty much any new toy that catches my eye :D

LiveCD them all and see which one annoys you the least. That's how I always picked a distro. Or VM them, or for some (Ubuntu), run them straight from Windows.

That's the nice thing about Linux, it's almost always free, and it plays nicely with other operating systems, even if they don't always want to play nice with Linux.

Another thing that might be of interest (to everyone really) is how easy it is to compile repository software so that it's optimised for your system's CPU architecture. Gentoo (almost everything is compiled) and Arch (/etc/makepkg.conf) have that really sewn up. For most applications, it's not a problem, but there are a few that really benefit from targeted compilation.

As far as a DE goes, there are a few good lightweight ones. It all depends where on the scale you want to be. Tiling window managers are much more barebones for instance, but XFCE is a full desktop environment that's also quite frugal with resources. MATE (Gnome 2 Fork) is also a good choice.

Sometimes I like to do all my stuff just from the raw terminal. Using the framebuffer for playing video and games, and ncurses for webbrowsing and music player. GCC/GDB is already cli, so that's not a problem.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I just want to know why the volume control feature in the browser version keeps appearing then disappearing, here today - gone tomorrow. Now it's gone again. Annoying as hell.
    • When you have only lies and blood libels to present, you've lost. And how hard is it for you to look up BBC and AP? You hate Jews, just admit it.
    • This article does not make sense and it’s very evident, the bug wasn’t confirmed to exist, because the application itself runs on editions of Windows which make it impossible to run Hyper-V VMs on, “Basically, Claude Desktop on Windows spins up a 1.8GB Hyper-V virtual machine if you use Claude Cowork or agent mode even once.”, suggests the bug is caused by something else otherwise it would only happen to users with the capability of running Hyper-V VMs and that’s only if Hyper-V was enabled which is by default not enabled. The true issue is that the author who reported the bug used the incorrect terminology, it’s actually a container, not a VM that is being started by the way. There were users on macOS reporting the same issue, Hyper-V, doesn’t exist on that platform obviously. Every single user who confirmed the problem in the last week was either using macOS making this issue impossible to be relevant to them, or was a comment talking about WSL, which the author indicated 3 months ago was disabled.
    • “To prevent hallucination issues and keep the database clean, the platform uses a multi-agent verification loop to check code quality.” - This absolutely isn’t happening. ”Before the massive rise of LLMs, which tanked its traffic by about 50% over the last couple of years, Stack Overflow was the go-to website for millions of programmers seeking coding solutions.” - It still is trusted, because the community of users, blocked other users from submitting false and misleading answers generated by AI agents that can be convinced something it generated is actually incorrect even if it’s actually correct. The company itself doesn’t know what it wants to be so it keeps trying and failing to introduce AI features to the platform. This effort will also fail, already submitted one successful poison pill, look forward to generating more.
  • Recent Achievements

    • One Month Later
      Sopa flores earned a badge
      One Month Later
    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      524
    2. 2
      PsYcHoKiLLa
      211
    3. 3
      +Edouard
      159
    4. 4
      Steven P.
      98
    5. 5
      ATLien_0
      83
  • Tell a friend

    Love Neowin? Tell a friend!