Find the answer to your Linux question:
Results 1 to 9 of 9
It will be for a small laptop using Eclipse programming tools and some other numerous word applications for note-taking. Was thinking Ubuntu as NEVER USED LINUX BEFORE. Any tips?...
  1. #1
    Just Joined!
    Join Date
    Apr 2008
    Posts
    11

    Question Recommend Me A Distro

    It will be for a small laptop using Eclipse programming tools and some other numerous word applications for note-taking.

    Was thinking Ubuntu as NEVER USED LINUX BEFORE.

    Any tips?

  2. #2
    Linux Engineer Thrillhouse's Avatar
    Join Date
    Jun 2006
    Location
    Arlington, VA, USA
    Posts
    1,377
    Pretty much any distro will do if those are your only requirements. Ubuntu works as a good intro for new Linux users.
    Any tips?
    Yes. If you're serious about Java development, make sure you install Sun's Java and not the GNU alternative. A quick Google search reveals this HOW-TO.

  3. #3
    Just Joined!
    Join Date
    Apr 2008
    Posts
    11
    Well I don't want to feel like a child using Ubuntu as I've started using it at Uni. Is theier a distro the programmers call "home"?

  4. #4
    Linux Engineer Thrillhouse's Avatar
    Join Date
    Jun 2006
    Location
    Arlington, VA, USA
    Posts
    1,377
    Quote Originally Posted by zythyl View Post
    Is theier a distro the programmers call "home"?
    Not really. I think most developers just want everything to be set up to their liking. Which distro that environment is set up in is immaterial.

  5. #5
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by Thrillhouse View Post
    Not really. I think most developers just want everything to be set up to their liking. Which distro that environment is set up in is immaterial.
    I second that. In college just about every programmer I knew had a different "favorite" distribution. At my job it's the same way. I use Ubuntu, we have a SuSE guy and a Fedora guy. It's all personal preference. They're all perfectly capable of being a programmer's box.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  6. #6
    Just Joined!
    Join Date
    Apr 2008
    Posts
    11
    *question answered*

  7. #7
    Just Joined!
    Join Date
    Apr 2008
    Posts
    11
    another question: what's the best CLI Linux distro? or can i just install the kernel and use cli through that?

  8. #8
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    Quote Originally Posted by zythyl View Post
    Well I don't want to feel like a child using Ubuntu as I've started using it at Uni. Is theier a distro the programmers call "home"?
    Not really, though I have found Gentoo to be particularly suitable for such purposes. It's not the most straightforward distro for a newcomer to the linux world, though, but I know some people without linux experience which proficiently use it without any major problem.

    Quote Originally Posted by Thrillhouse View Post
    Pretty much any distro will do if those are your only requirements. Ubuntu works as a good intro for new Linux users.

    Yes. If you're serious about Java development, make sure you install Sun's Java and not the GNU alternative. A quick Google search reveals this HOW-TO.
    That's right, just a couple of notes there:

    If you are talking about the blackdown variant, it's not really GNU software. It's also owned by Sun, and licensed with a custom Sun license, called something like "sun-bcla-java-vm".

    You can also use the 1.6 java stuff from Sun, which is open source.

  9. #9
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    Quote Originally Posted by zythyl View Post
    another question: what's the best CLI Linux distro? or can i just install the kernel and use cli through that?
    I don't know what do you mean by "the best CLI distro". Any distro has exactly the same tools available for the final user. The linux CLI stuff is mostly standard. The only difference might be the default shell that a distro uses.

    The kernel by itself will be of no use to you. You need at least a small set of tools to be able to do anything useful with linux. And to issue commands, you need a command interpreter, usually called "shell".

    Most distros use the "bash" shell nowadays, which is based on the unix "sh" shell. "ksh" and "zsh" are also famous. "csh" is something to avoid in my opinion.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...