Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Distro for corporate environments?

  1. #11
    Join Date
    Sep 2006
    Beans
    3,165
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Distro for corporate environments?

    If you are thinking to work on server environments then you have to play with CEntos and redhat.Dont waste time with suse since i never saw and heard a Suse server for YEARS

  2. #12
    Join Date
    Jun 2005
    Beans
    291

    Re: Distro for corporate environments?

    CentOS, Ubuntu/Debian for your distribution

    As far as development environments go, a lot of places use in house development software. The most popular open source environments are Netbeans, Eclipse, Kdevelop, and Geany.

    Languages that are most popular are Java, Ruby, PHP, Perl, C, and believe it or not Fortran.

    Getting back into the fold really isn't hard. Read Slashdot, and attend conferences. You'll be back in no time.
    if (linux == choice) {lsb != linux;}
    else {linux = windows;}

    http://one.xthost.info/aios

  3. #13
    Join Date
    Jun 2005
    Beans
    291

    Re: Distro for corporate environments?

    PS: Slashdot is slashdot.org

    No matter the language concentrate on OO (object oriented programming techniques {for C this means looking into objective C and C++)

    And, I forgot to mention that Bash is almost a necessity despite it not being oft mentioned (I made the mistake of not learning Bash during college, and I got to the market place only to find out that despite no one mentioning Bash, it was used everywhere! All three of my jobs as a programmer so far have used Bash extensively).
    if (linux == choice) {lsb != linux;}
    else {linux = windows;}

    http://one.xthost.info/aios

  4. #14
    Join Date
    Feb 2009
    Beans
    4

    Re: Distro for corporate environments?

    Thanks for the clarification on CentOS/OpenSUSE and the programming questions.

    I think I'd go with CentOS. My laptop will have a 64 bit Celeron M processor. Are there any caveats in choosing the 64 bit versus the 32 bit OS?
    Last edited by nautilusny; February 4th, 2009 at 06:11 PM.

  5. #15
    Join Date
    Jun 2005
    Beans
    291

    Re: Distro for corporate environments?

    Quote Originally Posted by nautilusny View Post
    Thanks for the clarification on CentOS/OpenSUSE and the programming questions.

    I think I'd go with CentOS. My laptop will have a 64 bit Celeron M processor. Are there any caveats in choosing the 64 bit versus the 32 bit OS?
    There were a while back, not as much anymore. If you are using interpreted languages for development, you shouldn't have any problems at all, but 64bit binaries will not run on 32bit machines. 32bit binaries will often run on 64bit though.
    if (linux == choice) {lsb != linux;}
    else {linux = windows;}

    http://one.xthost.info/aios

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

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