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

    • A bunch of clowns!! Lacking resolve entirely & whatever they commit to is typically substandard. I cannot tolerate that organisation & given I am an MCSE, that speaks volumes! 😂
    • Bandizip 7.44 by Razvan Serea Bandizip is a powerful archiver which provides an ultrafast processing speed and convenient features. Available free of charge, and its paid editions support a variety of advanced features. Main features Supported OS: Windows 7/8/8.1/10/11 (32bit/64bit/arm64) All-inclusive compression / decompression / browsing / editing Archiver Extraction for 30+ formats, including RAR/RAR5/7Z/ZIP Compressing an archive with password and multi-volume Fast compression with multi-core Windows 11 Context Menu support Compression Supported formats: ZIP, 7Z(lzma2), ZIPX(xz), EXE(sfx), TAR, TGZ, LZH(lh7), ISO(joliet), GZ, and XZ ZIP file modification (add/delete/rename) Up to 6 times faster compression using multi-core Encrypted archive creation Supports AES256 encryption algorithm Supports compression of 4GB+ size files Unicode or MBCS filename for ZIP format Multi-volume archive creation of ZIP/7z format Decompression Supported formats: 7Z, ACE, AES, ALZ, ARJ, BH, BIN, BR, BZ, BZ2, CAB, Compound(MSI), DAA(1.0), DEB, EGG, GZ, IMG, ISO, ISZ, LHA, LZ, LZH, LZMA, PMA, RAR, RAR5, SFX(EXE), TAR, TBZ/TBZ2, TGZ, TLZ, TXZ, UDF, WIM, XPI, XZ, Z, ZIP, ZIPX, ZPAQ, PEA, UU, UUE, XXE, ASAR, ZSTD, and NSIS Easy view of an archive's file list Extraction of selected files only. Also supports drag & drop Availability of ZIP & RAR format archive comment One-step extraction of TGZ/TBZ formats Various features File integrity check test to ensure whether an archive is damaged or not Supports Code-page change features Explorer shell menu integration Bandizip 7.44 changelog: Fixed a vulnerability that certain file extensions are not recognized as executable files (KVE-2026-0830) Fixed a vulnerability that could occur when processing hard links in some (specially crafted) TAR archives (KVE-2026-0925) Fixed a vulnerability that could occur when processing symbolic links in some TAR archives (KVE-2026-0932) Fixed a vulnerability related to some ISZ files (Thanks to zzoru) Fixed a vulnerability related to some UDF files (Thanks to zzoru) Other modifications Download: Bandizip 64-bit | Portable | ~7.0 MB (Free, ad-supported) Download: Bandizip 32-bit | 11.0 MB Download Bandizip 6.29 (last freeware version) View: Bandizip Home Page | Bandizip Edition Comparison | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • There's also Vivaldi, of course, which has a built-in ad/tracker blocker and plenty of other privacy/security features. Not sure how they'll approach this Chromium code removal, though, despite using Chromium as their core, they tend to do things on their own and go against Google's whims.
    • War was livestreamed. Also, learn the meaning of the word "genocide". Populations do not GROW during a genocide. Zionist is not a bad word - it's the belief that Israel should exist. The cat out of the bag is your racist anitsemitism and posting of blood libels, unproven or out of context. Even BBC reported a kid supposedly being killed was a staged photo op, and AP just posted how Hamas is murdering their own people at Shifa Hospital, executing them in cold blood. You would rather lie down with murderers than think any different.
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      511
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      Edouard
      136
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      80
  • Tell a friend

    Love Neowin? Tell a friend!