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

    • HomeBank 5.10.1 by Razvan Serea HomeBank is a free software (as in "free speech" and also as in "free beer") that will assist you to manage your personal accounting. It is designed to easy to use and be able to analyse your personal finance and budget in detail using powerful filtering tools and beautiful charts. If you are looking for a completely free and easy application to manage your personal accounting, budget, finance then HomeBank should be the software of choice. HomeBank also benefits of more than 19 years of user experience and feedback, and is translated by its users in around 56 languages. Highlights: Cross platform, supports GNU/Linux, Microsoft Windows, Mac OS X Import easily from Intuit Quicken, Microsoft Money or other software Import bank account statements (OFX, QIF, CSV, QFX) Duplicate transaction detection Automatic cheque numbering Various account types : Bank, Cash, Asset, Credit card, Liability Scheduled transaction Category split Internal transfer Month/Annual budget Dynamic powerful reports with charts Automatic category/payee assignment Vehicule cost HomeBank 5.10.1 changelog: change: the input field helper icon + fixed some spacing inconsistency change: transaction, added some missing input tooltips and reworked existing change: category, payee and tag window add input now have a tooltip and button change: split window, refactored the layout change: split window, add display of memo and date wish : #2106800 budget report option to exclude transfers from unbudgeted line bugfix: prevent deletion of non pending transaction when rejecting bugfix: transaction warning for no rate faultly showing in transfer bugfix: report missing space for filter tooltip icon bugfix: budget report missing filter tooltip bugfix: manage account closed icon was hidding budget icon bugfix: #2154771 view transcations requires hitting Escape or X twice to close dialog bugfix: #2154337 transfer to/from closed account with different currency don't show the amount bugfix: #2154234 scheduled transaction recurring pattern daily value limited to 100 bugfix: #2149897 view split for closed accounts bugfix: #2148561 global time chart do not shows current period by default bugfix: #2148456 the main screen Total Chart is no longer showing an overall total bugfix: #2147497 editing a transaction resets scroll position bugfix: #2147377 balance mixup with transaction same day sort by amount bugfix: #2147052 quarter are wrong when fiscal year is jan 1 bugfix: #2147048 all events for the month are late but today is only the 1st bugfix: #2144993 impossible to search for transactions by value for values >999,99 bugfix: #2144698 adding new Category/Payee/Tags requires hitting -Enter- bugfix: #2144419 QIF Account name detection fail on import bugfix: #2142349 can't delete account groups bugfix: #2139409 account maximum limit is not fully used (example credit card) bugfix: #2133783 transfers shouldn't add to dashboard top spending reports Download: HomeBank 5.10.1 | 20.5 MB (Open Source) Download: 3rd party packages (macOSX. Ubuntu...etc) View: HomeBank Website | Support | Features | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Same, price was right for my Home, laptop, phone. Works great!
    • Brave and Firefox. I’ve been using them as my primary browsers for a while now, perfect combo
    • They want Ring 0 access. Should be a hard no. A middle ground needs to be found.
    • WFP can be a bit buggy. I switched to the new SocketFilter when 7.22.7 came out. I haven't had any issues so far.
  • Recent Achievements

    • 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
    • Week One Done
      jojodbn earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      525
    2. 2
      PsYcHoKiLLa
      232
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      83
  • Tell a friend

    Love Neowin? Tell a friend!