
07-15-2003, 11:00 AM
|
|
Junior Guru Wannabe
|
|
Join Date: May 2003
Posts: 90
|
|
BSD is more secure, yes, yes, I know that. And Redhat would be almost as secure with the gr patch.
Any other advantages and disadvantages?
Cheers
Jack
|

07-15-2003, 12:28 PM
|
|
Web Hosting Master
|
|
Join Date: May 2003
Posts: 1,148
|
|
You have the ports functionality, where you can easily install an application and all it's dependencies will be installed.
Freebsd is more of a stable OS for webservers than RH.
There are less holes found with FREEBSD. This is because RH is a linux kernel with a bunch of apps GNU/LInux, FREEBSD is considered a complete OS and it is more of a Unix OS than RH.
RH is alot easier for Home users to install and configure.
I have used both. Freebsd has been alot easier to maintain.
|

07-15-2003, 12:30 PM
|
|
Web Hosting Master
|
|
Join Date: Dec 2002
Posts: 1,300
|
|
Use what you know best. The benefits of FreeBSD over Redhat will not be realized if
1) you dont know what they are
2) you dont know how to take advantage of them
I would go so far as to say FreeBSD could be markedly less secure if you are not a comfortable administrator, whereas if you are a skilled linux person you would be much better off with Redhat.
__________________
"The only difference between a poor person and a rich person is what they do in their spare time."
"If youth is wasted on the young, then retirement is wasted on the old"
|

07-15-2003, 12:53 PM
|
|
Junior Guru Wannabe
|
|
Join Date: May 2003
Posts: 90
|
|
Okay, anyways, thanks for the input, but besides security, which is better? should I choose freebsd if i don't understand either? does cpanel work well with bsd as it does with redhat? is redhat faster or is bsd? which has better support etc etc.
Thanks again
|

07-15-2003, 01:24 PM
|
|
Web Hosting Master
|
|
Join Date: May 2001
Location: California
Posts: 800
|
|
I think cpanel work best with redhat .. but I agree with everybody here that fbsd is way more stable than redhat.
__________________
Roy K.
Pixie Internet Services - http://www.pixiehost.com
Affordable, reliable hosting solution with Instant Activation
|

07-15-2003, 01:58 PM
|
|
Web Hosting Master
|
|
Join Date: Mar 2002
Posts: 782
|
|
Well If you take into account RedHat's EOL, thats a big reason to NOT use RH.
|

07-15-2003, 02:54 PM
|
|
Web Hosting Master
|
|
Join Date: May 2003
Location: Philadelphia
Posts: 968
|
|
FreeBSD is a more robust OS, it copes with load and resource usage alot better than RedHat or linux in general. Memory and resource useage is more efficient since the underlying OS structure (read kernel) is more robust and organized.
The kernel itself is much easier to customize and configure as it is a single text file.
You dont have to rely on redhat for updates.
FreeBSD allows you to recompile the entire operating system while still running and operating as normal, using build/makeworld.
obviously I'm biased towards FreeBSD, so try both and see which one suits your needs more.
__________________
http://www.eBoundary.com - Let us help you expand your eBoundaries!
Fast, Secure and reliable FreeBSD shared, reseller and dedicated hosting.
FREE Peace of mind with every account!
|

07-15-2003, 03:07 PM
|
|
Web Hosting Master
|
|
Join Date: Mar 2002
Posts: 782
|
|
FreeBSD config files are sooo much eaiser to edit then Linux, everything is in plain english and you don't have to mess with about 100 things to make one thing work right.
Due to RH EOL, we're switching all RH systems to FreeBSD.
|

07-15-2003, 03:25 PM
|
|
Newbie
|
|
Join Date: Jun 2003
Location: Europe
Posts: 25
|
|
Quote:
Originally posted by Jackula
BSD is more secure, yes, yes, I know that. And Redhat would be almost as secure with the gr patch.
Any other advantages and disadvantages?
|
Default FreeBSD is more secure as you said.
FreeBSD has ports (also pkg_*), not stupid RPMs.
Server config can be done by editing nice text files. All is in correct place and in the right order. You know where to find everything. System is easy to manage.
FreeBSD has unique solutions for many problems. For example jail is great tool, you don't find it in any other OS. Next example: ipfw can drop/accept packets by uid/gid. It's powerful solution of shell account hosting companies.
In redhat and other linux (like mandrake) is terrible mess. All is in the mess. IMO it's similar to windows. redhat approach to windows... color, stupid tools to system administration... - That's my opinion.
__________________
- FreeBSD systems administrator -
* FreeBSD: The Power To Serve *
|

07-15-2003, 03:30 PM
|
|
Newbie
|
|
Join Date: Jun 2003
Location: Europe
Posts: 25
|
|
Quote:
Originally posted by eBoundary
You dont have to rely on redhat for updates.
FreeBSD allows you to recompile the entire operating system while still running and operating as normal, using build/makeworld.
[/B]
|
YES! Also we've cvsup.
It's easy to automatically upgrade all system&kernel sources.
__________________
- FreeBSD systems administrator -
* FreeBSD: The Power To Serve *
|

07-16-2003, 02:10 AM
|
|
Junior Guru Wannabe
|
|
Join Date: May 2003
Posts: 90
|
|
Yeah, I think I'll go with FreeBSD for my hosting company
btw, why do ppl offer Redhat when FreeBSD is better obviously?
J
|

07-16-2003, 03:37 AM
|
|
Junior Guru Wannabe
|
|
Join Date: May 2003
Posts: 60
|
|
Just a guess but because Redhat is more popular, it's much easier to find a support group and help starting up.. Control panels are also important for some people, and many of them seems more stable under Redhat because of the popularity and support.
|

07-16-2003, 06:53 AM
|
|
Registered User
|
|
Join Date: Jun 2001
Posts: 596
|
|
|

07-16-2003, 07:01 AM
|
|
Junior Guru Wannabe
|
|
Join Date: Jul 2003
Posts: 60
|
|
Actually, RedHat 7.3 remains the most stable operating system for web hosting compared to BSD, purely because it has a huge community following, more developers and better support.
FreeBSD is often touted as more "robust" and "more Unix like". The latter isn't a good thing, FreeBSD is based on a codebase running back 30 years. Linux on the other hand may have been written around Unix principles, but Torvalds never looked at a peice of the Unix source code to develop the Linux kernel.
In the end RedHat is easier, and does have the stability to match.
|

07-16-2003, 08:27 AM
|
|
WHT Addict
|
|
Join Date: Mar 2003
Location: London, UK
Posts: 170
|
|
Quote:
Originally posted by Dave Bell
FreeBSD is often touted as more "robust" and "more Unix like". The latter isn't a good thing, FreeBSD is based on a codebase running back 30 years. Linux on the other hand may have been written around Unix principles, but Torvalds never looked at a peice of the Unix source code to develop the Linux kernel.
|
Actually, using a codebase based on code from 30 years ago is indeed a good thing - it's been tried and tested after all those years, and is likely to be fairly bug-free.
But that's a moot point, really, because only a very tiny fraction of FreeBSD's code dates back that far - most of it has since been rewritten, updated, and changed in many ways. In the same way that only a small amount (more than FreeBSD's code from 30 years ago, admittedly) of the Linux kernel still contains code unchanged since Linux 1.x.
On the subject of stability? I couldn't comment, I've used both but only under little load - neither will crash in those circumstances. It's the heavily loaded machines that will truly demonstrate the stability of each kernel, and that I'll leave up to others. 
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
| Postbit Selector |
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|
| Login: |
|
|
| Advertisement: |
|
|
| Web Hosting News: |
|
|
|