Results 1 to 25 of 25

Thread: Best Linux OS for website

  1. #1

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    Best Linux OS for website

    What do you guys recommend as the easiest to use and install Linux OS for use as a web server?

    Thanks

  2. #2
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Best Linux OS for website

    Ubuntu Server
    My usual boring signature: Something

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Best Linux OS for website

    Moved

  4. #4
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    Re: Best Linux OS for website

    Fedora or CentOS.

  5. #5
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: Best Linux OS for website

    Debian. It's a rock solid OS with aptitude, which makes installation easy.

    As I have never installed a Debian server, I can't really say exactly what is good and what isn't, but it's pretty friendly compared to other distros.

  6. #6
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Best Linux OS for website

    I use Ubuntu for all my webserver needs. It's almost too easy to setup, with a LAMP option available on install to automatically install php/mysql/apache2. This can also be installed later using tasksel.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  7. #7
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Best Linux OS for website

    CentOS.
    I don't live here any more.

  8. #8
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Best Linux OS for website

    Anything that doesn't automatically patch itself, which is every distribution in existence when configured properly.

    For ease of use and setup I second (or third?) CentOS.

  9. #9

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    Re: Best Linux OS for website

    I never heard of CentOS, is it as easy to use as Ubuntu?

  10. #10
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    Re: Best Linux OS for website

    It's definitely easy to use. You'll have heard of Red Hat Enterprise Linux. Basically, the source code for RHEL is taken, the Red Hat branding is removed and it's recompiled in to CentOS and provided free of charge. You should give it a go.

  11. #11

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    Re: Best Linux OS for website

    I think I just might do that. Here is the problem I am facing right now (It might not be a problem, maybe you guys can guide me). So this machine that I want to turn into a server, it is dual booting windows xp and Backtrack 3. When you turn the machine on, LILO lets you choose either backtrack 3 or windows. So my question is, how do I easily get rid of Windows XP, Backtrack 3 and LILO. I just want it to boot straight into CentOS. Any help would be greatly appreciated.

  12. #12
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Best Linux OS for website

    Quote Originally Posted by xxarmoxx View Post
    I think I just might do that. Here is the problem I am facing right now (It might not be a problem, maybe you guys can guide me). So this machine that I want to turn into a server, it is dual booting windows xp and Backtrack 3. When you turn the machine on, LILO lets you choose either backtrack 3 or windows. So my question is, how do I easily get rid of Windows XP, Backtrack 3 and LILO. I just want it to boot straight into CentOS. Any help would be greatly appreciated.
    Format the drive. Use dBan (Google it)
    My usual boring signature: Something

  13. #13

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    Re: Best Linux OS for website

    Sounds good. Will dBan merge the partitions?

  14. #14
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Best Linux OS for website

    Any partition editor will do this. You can do it from within anaconda (the CentOS installer). Boot from the CentOS installation CD, remove partitions, then create your desired layout and format.

  15. #15

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    Re: Best Linux OS for website

    I tried dBan on another machine and it takes a retarded amount of time to format.

    penagate, can you give me some more details on how I can remove 3 partitions with anaconda while I am installing CentOS? All I want is one partition with CentOS on it. Thanks my man.

  16. #16
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Best Linux OS for website

    you can place any windows or linux distro cd in, and when it asks to format, say yes.
    My usual boring signature: Something

  17. #17

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    Re: Best Linux OS for website

    OK, I installed CentOS, so far it looks awesome. One issue, I cant get the wifi to work. When I type
    Code:
    ifconfig eth1 up
    I get the folllowing error: SIOCSIFFLAGS: No such file or directory

    Can anyone help me get the wifi working?

    Thanks

  18. #18
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Best Linux OS for website

    A quick google search found this: http://www.linuxquestions.org/questi...ectory-629327/

    Hopefully that will help you get it going.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  19. #19

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    Re: Best Linux OS for website

    I suspect that the wifi isnt working because of a driver issue. When I boot into my computer with Backtrack 3 Live CD, my wifi works fine. Is their anyway I can extract the driver from Backtrack 3 and plug it into CentOS? Some direction would be greatly appreciated.

  20. #20
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Best Linux OS for website

    I would suggest asking this question on the CentOS forums. The people there are much more likely to know how to fix the problem.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  21. #21

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    Re: Best Linux OS for website

    Good call, I'll do that.

  22. #22
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Best Linux OS for website

    Sometimes wifi is labelled wlanX rather than ethX...

    Try the command `iwconfig` and see what that outputs.

    To be honest, I wouldn't run a server over wifi though.

  23. #23

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    Re: Best Linux OS for website

    Well im installing it more to play around with a server. Wifi would be best to use for now. If I cant get the wifi to work, should I try Ubuntu instead? Or will I have the same issue?

  24. #24
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Best Linux OS for website

    What does iwconfig say?

  25. #25

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    Re: Best Linux OS for website


Posting Permissions

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



Click Here to Expand Forum to Full Width